<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>INWEND: Using CBR to automate legal assessment in the context of the EU General Data Protection Regulation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Clarissa Dietrich</string-name>
          <email>dietrich@uni-trier.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sebastian Schriml</string-name>
          <email>schriml@uni-trier.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralph Bergmann</string-name>
          <email>bergmann@uni-trier.de</email>
          <email>ralph.bergmann@dfki.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benjamin Raue</string-name>
          <email>raue@uni-trier.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Business Information Systems II, University of Trier</institution>
          ,
          <addr-line>54286 Trier</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>German Research Center for Artificial Intelligence (DFKI), Branch University of Trier</institution>
          ,
          <addr-line>Behringstraße 21, 54296 Trier</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institut für Recht und Digitalisierung Trier, University of Trier</institution>
          ,
          <addr-line>54296 Trier, Germany https://irdt.uni-trier.de/</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The European General Data Protection Regulation (GDPR), which governs the processing of personal data in all EU Member States, contains an exemption for “purely personal or household activities”. Whether this so-called household exemption covers the setup of an online communication forum, particularly on a social media or chat platform, is a question of the individual case. We present a case-based reasoning approach to automatically assessing a scenario provided by the user and generating a tailored legal recommendation.</p>
      </abstract>
      <kwd-group>
        <kwd>Knowledge Engineering</kwd>
        <kwd>Legal Tech</kwd>
        <kwd>Case-Based Reasoning</kwd>
        <kwd>General Data Protection Regulation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>up to 4 per cent of the total worldwide annual turnover of the preceding financial
year, whichever is higher.</p>
      <p>The material scope of application of the GDPR, however, is not restricted
to enterprises and organizations: Virtually every individual handles personal
data of others incessantly and can therefore be subject to data protection law.
Seemingly innocuous examples of data processing include private blogging, the
use of social media accounts, taking and sharing pictures of others and a variety
of similarly common activities.</p>
      <p>Legal uncertainty entails negative consequences beyond mere lack of
compliance, specifically so-called “chilling efects” 5: Individuals may be deterred from
socially desirable activities even though these could have been implemented in
conformity with data protection laws. The need for high-quality, low-threshold
legal expertise is therefore a worthy area of application for artificially intelligent
systems.</p>
      <p>In the interdisciplinary INWEND6 project at the University of Trier, we are
developing a software prototype that can elicit relevant factual information from
non-lawyers and automatically generate a (preliminary) legal assessment using
case-based reasoning (CBR) techniques. The focus of this project is the so-called
household exemption in Article 2(2)(c) GDPR which excludes from the scope of
the regulation the processing of personal data “by a natural person in the course
of a purely personal or household activity”.</p>
      <p>This project has a pilot character for the research at the intersection of
artiifcial intelligence and European law. In an interdisciplinary cooperation between
legal experts and computer scientists the understanding of the respective other
discipline is expected to be improved, which should also enable the expansion
of research activities to other common interdisciplinary fields of research. The
scientific relevance of the development of a structured legal case base which
facilitates automated legal reasoning lies in the possibility to work with consistent
and structured case data in the future in order to develop artificially intelligent
systems.</p>
      <p>The remainder of the paper is organized as follows. In section 2 we outline
related work on the use of CBR systems in a legal context as well as recent
but distinct research in legal information technology. In section 3 we provide
an overview of the relevant legal domain and the scope of the prototype (in
the interest of brevity called INWEND hereinafter). In section 4 we proceed to
describe our approach to modelling this knowledge domain by using an initial
case situation and approximately 200 case variations generated using a set of
5 The term is defined by the Oxford Dictionary as “a discouraging or deterring efect
on the behaviour of an individual or group, especially the inhibition of the exercise
of a constitutional right, such as freedom of speech, through fear of legal action.”,
https://www.lexico.com/definition/chilling_efect.
6 INWEND stands for “Intelligente Wissensbasierte Entscheidungsunterstützung für
juristische Fragestellungen am Beispiel des Datenschutzrechtes”, which translates to
“Intelligent knowledge-based decision support for legal questions on the example of
the data protection law”.
parameters. We conclude with some remarks on the feasibility of our approach
in civil law jurisdictions.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Foundations and Related Work</title>
      <p>
        The automation of legal tasks in the broadest sense is currently a topic of intense
economic and scientific interest, with a variety of projects and products being
discussed under the broad umbrella term of “Legal Tech” [
        <xref ref-type="bibr" rid="ref6 ref8">6,8</xref>
        ]. While the upsurge
in public attention aforded to this field is a more recent phenomenon, the roots of
legal informatics are much older: Many influential works date back to the second
half of the twentieth century and predate the development and accessibility of
powerful computers, large data storage capacities and the Internet.
      </p>
      <p>The general suitability of CBR techniques for handling legal tasks was
discovered early, partly because the CBR approach exhibits structural similarities
to legal reasoning that are particularly apparent in the common law with its
doctrine of precedent and the principle of stare decisis7. We will first outline some
pioneering research work conducted in the 1980s and 1990s and then contrast
the INWEND project to this and other contemporary research with a diferent
outlook.
2.1</p>
      <sec id="sec-2-1">
        <title>CBR in the Legal Domain</title>
        <p>
          The possibility to associate the CBR approach with legal reasoning and
argumentation was discovered in as early as the 1980s [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. The pioneering legal reasoning
system HYPO [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] used CBR techniques to generate arguments by comparing
and contrasting cases with the use of a case base [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. HYPO then inspired a
multitude of further approaches and systems: The successor system CABARET [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]
(which stands for “Case-Based Reasoning Tool”) integrated CBR with a
rulebased approach. The system CATO [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] (“Case Argument Tutorial”) was designed
to teach argumentation skills to students, whereas IBP [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] (“Issue-Based
Prediction”) was aimed at the prediction of case outcomes. While these approaches
were all rooted in the common law legal system, the INWEND project
studies, inter alia, the applicability of these approaches and findings to German and
European law.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Other Related Work</title>
        <p>
          More recently, the ARGUMENTUM [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] project at the German Research
Center for Artificial Intelligence has worked on argument extraction from German
Federal Constitutional Court decisions. The relevant text passages are extracted
from a corpus of decisions to justify or refute assertions in order to construct
a convincing argument. While in the German legal system statutory law is
regarded as a main source of reasonable legal arguments, decisions makers are to
a large extent guided by the reasoning brought forward in court decisions.
7 Latin for: “Let the decision stand.”
        </p>
        <p>The INWEND project takes a diferent approach, setting aside argument
mining and starting from highly structured legal case information provided by
domain experts.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Legal Background and Project Scope</title>
      <p>We begin our account with a brief introduction to the legal domain of our
projected CBR system, in order to both provide some context for our development
strategy and highlight the practical need for the solution we propose.
3.1</p>
      <sec id="sec-3-1">
        <title>Significance of the Household Exemption in Art. 2(2)(c) GDPR</title>
        <p>
          According to Article 2(1) of the GDPR, the regulation applies, inter alia, to the
“processing of personal data wholly or partly by automated means”, comprising
practically any use of data processing systems [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]8. The broad material scope
of application of the GDPR is counterbalanced by exemptions listed in Article
2(2) GDPR, in particular the so-called household exemption in Article 2(2)(c)
GDPR.
        </p>
        <p>
          This clause excludes from the scope of application the processing of personal
data “by a natural person in the course of a purely personal or household
activity”. This means that any such activity may be carried out without having
to observe any of the obligations under the GDPR. These comprise a variety of
legal duties, such as the principles relating to the processing of personal data set
forth in Article 5, the need to justify the processing according to Article 6 and
to obey the rights of the data subject set forth in Articles 12 et seqq. Being an
exception to the entire data protection regime, there is general agreement that
the clause must be interpreted restrictively [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]9.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Scope of the INWEND System</title>
        <p>
          A general problem of legal interpretation, including the construction of
statutory law, is the open-textured nature of legal concepts [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] leading to ambiguity.
For instance, under which circumstances does the household exemption cover
(private, not business-related) communication in a chat or online forum? As the
exchange of information via technical communication devices generally entails
the processing of personal data, the applicability of the GDPR hinges upon the
question whether such communication is to be deemed a “purely personal or
household” activity.
        </p>
        <p>The INWEND system is designed to address the need for an automated legal
assessment of the question: Does a natural person opening a communication
forum on an online platform comply with the household exemption? The practical
implication of this system is that a user may enter the circumstances of their
8 Paal/Pauly-Ernst, Art. 2 GDPR margin number 5.
9 Kühling/Buchner-Kühling/Raab, Art. 2 GDPR margin number 21.
(intended) use of such a forum and be immediately provided with (preliminary)
legal feedback. The availability of such a tool may, as a secondary efect,
incentivise platform providers to make available privacy-friendly options to attract
more users. In the following section we will describe our strategy for modelling
this legal problem and the first results of our research.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Approach to Modelling the Household Exemption with CBR</title>
      <p>
        In case-based reasoning the task of solving problems is based on previous
experience, which is stored in the form of cases in a case base [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. This method
of experience storage must be reconciled with the experience knowledge of the
household exemption. A legal question should be represented in a way a CBR
system can interpret as a case. We select a structural approach, thus a case is
represented in attribute-value form using a structured vocabulary [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. This
chapter describes how we determine suitable attributes and create a functional case
base in order to appropriately represent legal thinking for CBR.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Case Base Construction from an Initial Case Situation</title>
        <p>The CBR approach relies on the existence of a case base, from which relevant
reference experiences can be retrieved. With the GDPR being a novel legal
framework, the availability of pertinent court decisions – particularly by the
authoritative European Court of Justice (ECJ) – is low. Thus, there is little documented
experience available that could be turned into a case base.</p>
        <p>We therefore took a diferent approach in acquiring knowledge from the
knowledge domain: Based on an interpretation of the household exemption, we
developed an exemplary initial case situation. This is a short factual description
of the scenario in which the question concerning the applicability of the
household exemption arises. In particular, we consider the situation in which a user
wants to open a forum on a communication platform and invite others to join
the discussion.</p>
        <p>This allowed us to identify a number of parameters which pertain to the
applicability of the household exemption: Who is the intended circle of participants
(such as family members, close friends, acquaintances), and how many people
will be accessing the forum? How much personal information of other
participants in the discussion will the user gain? Are there technical asymmetries by
which the user will have more insight into other participants’ personal data than
vice versa?</p>
        <p>
          Since legal ontologies are commonly used in legal informatics as a formal
knowledge model [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ], we considered using an existing legal ontology as a means
of knowledge representation. Existing ontologies include LKIF Legal Ontology
[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], Criminal Law Ontology [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] and PrOnto [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. While the LKIF Legal
Ontology and the Criminal Law Ontology are not focussed on the EU General Data
Protection Regulation, PrOnto models the GDPR main concepts but does not
provide a suficiently sophisticated representation of the household exemption.
As none of these ontologies seemed apt to model our situation adequately, we
decided to define a custom set of parameters in order to represent cases with a
basic ontology.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Impact of Legal Reasoning on Case Base Structure</title>
        <p>With the help of domain experts we created a documentation of the selected
parameters and their features, providing strategies for the assessment of
problematic cases as well as sets of positive and negative examples. In the next step,
we used these parameters to synthetically generate a case base of approximately
200 cases. Since not all combinations of the parameter features were meaningful
from a legal standpoint, the case base was slightly smaller than the product
of all features: With five parameters, each of which ranging between two and
ifve features, a total of 240 combinations would have resulted; since 48 of these
combinations involved irreconcilable case details, there were only 192 legally
meaningful cases.</p>
        <p>We then assessed the applicability of the household exemption in the cases of
the case base. It is worth noting that, rather than judging cases on an individual
basis, legal domain experts employ two strategies to determine the outcome of
cases by groups: Firstly, they try to identify so-called “edge cases”, these being
parts of the case base where the legal assessment reaches a “tipping point”
between two contrary results. Secondly, they extensively employ reasoning a
fortiori10, arguing for instance that a case cannot qualify for the household
exemption where a comparable case with a more restricted circle of participants
has already been rejected: Since a wider circle of participants is an argument
against the applicability of the household exemption, such a decision would be
inconsistent.</p>
        <p>
          The consistency of a legal case base is a notion which was discussed earlier in
the context of the common law, specifically with regard to the doctrine of
precedent [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]: In a legal system where court decisions can have a binding efect, it is
of evident importance that courts are able to determine whether their envisaged
decision is commensurate with the already existing legal framework. With our
approach being rooted in a diferent jurisdiction, it is an important question of
our research how this notion of consistency is to be construed in civil law and
attained in our system. This is true in both a conceptual sense, which refers to
the structure of the case base, and in a pragmatic sense, which is concerned with
actual decision making. It is therefore yet to be explored how a consistent case
base can be generated from expert knowledge in an expedient and robust way.
4.3
        </p>
      </sec>
      <sec id="sec-4-3">
        <title>Implementation of the Model in ProCAKE</title>
        <p>
          Drawing on the aforementioned domain knowledge, we then implemented the
case representation using the CBR system ProCAKE [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. This is a framework
10 Latin for: “from the stronger”.
for structural and process-oriented CBR applications developed by the
Department of Business Information Systems II at the University of Trier. The case
representation comprises the parameters as well as the range of acceptable
values corresponding to the contents of the case base. Additionally, the user is
provided with an option to make no specification in order to allow for factual
uncertainty.
        </p>
        <p>Considering the argumentation pattern mentioned in 4.2, whereby the
applicability of the household exemption can be determined by a fortiori reasoning,
we chose to model the parameter circle of participants as a polyvalent attribute.
Cases that difer merely with regard to this parameter can be summarized as
one case by representing the values of the respective cases for this parameter in
a set. This step reduces the case base by 30 cases. At the time of writing, further
modifications of the model are still in progress.</p>
        <p>Based on the case model and the case base, a first similarity model was
created. For calculating the global similarity the individual parameters are weighted
by their impact on the assessment of the case. For example, the aforementioned
parameter circle of participants has a particularly strong bearing on the outcome
of the assessment.</p>
        <p>The similarity for the parameter circle of participants is computed with a set
mapping. If the value of the query matches a value in the set of a case of the
case base, the similarity is high, otherwise low. The other local similarities are
implemented with simple similarity measures, with equal values being assigned
a high similarity score and diferent values being assigned a low similarity score.
Again, at the time of writing, further modifications of the model are in progress.
4.4</p>
      </sec>
      <sec id="sec-4-4">
        <title>Realization of a Graphical User Interface</title>
        <p>We developed a prototypical Graphical User Interface (an excerpt is shown in
Figure 1), to visualize the intended interaction with the program. The user has
to respond to questions by choosing the answer most fitting to the situation at
hand. As mentioned under 4.3, the questions also include the option to abstain
from answering any individual question.</p>
        <p>Each question corresponds to an attribute in our case model, with the answers
determining their possible values. As can be seen in Figure 1, we guide the user
through the interaction by providing additional information on questions and
answers as needed. For additional reference, the factual situation described by
the selected parameters is summarized for the user, which can be seen in Figure 2.
Specifically, the text seen underneath the headline “Sachverhalt” (facts of the
case) is a summary of the factual situation automatically generated from the
answers given by the user; the text underneath the headline “Einschätzung”
(legal opinion) is an easily comprehensible assessment of this factual situation,
pertaining to the plain result – whether the household exemption is applicable
or not – as well as its legal certainty.</p>
        <p>On the basis of the answers selected by the user a query case is created.
When the user clicks the submit button, this query is transmitted to the back
end as a JSON object and then relayed as a query to a ProCake server, where it
is used for a retrieval on the case base. The retrieval result containing the most
similar case is then returned to the web interface. The outcome of this retrieved
case is displayed on the GUI (see Figure 2) and suggested to the user as the
closest match to their query.</p>
        <p>In summary, this first version of a GUI generates a legal assessment in the
context of the household exemption for a user case, based on the presented
parameters, case base and similarity model.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>This paper presents a first CBR approach to modelling the legal assessment of a
factual scenario in the context of the GDPR household exemption. The prototype
system developed in the INWEND project is designed to elicit relevant facts from
the user and to automatically generate a tailored legal recommendation. In the
current stage of development, we have generated a substantial case base to reflect
the structure of the GDPR household exemption. The system is controlled via
a web interface and is able to retrieve reference cases from its case base.</p>
      <p>In a next step, we plan to refine our ontology which represents our concept of
the case representation. The ontology serves as a translation help between users
and domain experts.</p>
      <p>We judge the scalability of this approach to a wider field of law as rather
dificult, because the expert knowledge required is expensive and the acquisition
efort is high. Thus, a further interesting task to work on is to generate new
cases semi-automatically: An algorithm suggests a scenario based on the case
parameters and an expert decides the applicability of the household exemption.
This algorithm should determine the potential edge cases and disregard cases
that do not improve the ability to decide a case.</p>
      <p>Further work needs to be undertaken to identify the most relevant cases in
the current case base and to adapt the domain and similarity model. We would
also like to evaluate our approach with test users in order to verify its reliability
and practical utility.</p>
      <p>We conclude that CBR systems are generally capable of providing initial legal
assessments for non-lawyers in civil and EU law jurisdictions. We could imagine
combining our approach with text mining strategies to extract case features from
a plain text entered by the user instead of generating the query from a user’s
questions and answers.</p>
      <p>Acknowledgements. This work is funded by the German Federal Ministry of
Education and Research (BMBF) under grant number 01UG1920.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aikenhead</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The uses and abuses of neural networks in law</article-title>
          .
          <source>Santa Clara High Technology Law Journal</source>
          <volume>12</volume>
          ,
          <fpage>31</fpage>
          -
          <lpage>70</lpage>
          (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aleven</surname>
          </string-name>
          , V.:
          <article-title>Teaching Case-Based Argumentation through a Model and Examples</article-title>
          .
          <source>Ph.D. thesis</source>
          , University of Pittsburgh (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ashley</surname>
          </string-name>
          , K.D.:
          <article-title>Reasoning with cases and hypotheticals in hypo</article-title>
          .
          <source>International Journal of Man-Machine Studies</source>
          <volume>34</volume>
          (
          <issue>6</issue>
          ),
          <fpage>753</fpage>
          -
          <lpage>796</lpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <source>Experience Management: Foundations</source>
          ,
          <string-name>
            <given-names>Development</given-names>
            <surname>Methodology</surname>
          </string-name>
          , and
          <string-name>
            <surname>Internet-Based</surname>
            <given-names>Applications</given-names>
          </string-name>
          , LNCS, vol.
          <volume>2432</volume>
          . Springer (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grumbach</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malburg</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zeyen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Procake: A process-oriented case-based reasoning framework</article-title>
          .
          <source>In: Proceedings of International Conference on Case-Based Reasoning (ICCBR)</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Breidenbach</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glatz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Rechtshandbuch Legal Tech. Beck C. H</surname>
          </string-name>
          .,
          <string-name>
            <surname>München</surname>
          </string-name>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Brüninghaus</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashley</surname>
          </string-name>
          , K.D.:
          <article-title>Predicting outcomes of case based legal arguments</article-title>
          .
          <source>In: Proceedings of the 9th International Conference on Artificial Intelligence and Law</source>
          . p.
          <fpage>233</fpage>
          -
          <lpage>242</lpage>
          . ICAIL '
          <volume>03</volume>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hartung</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bues</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Halbleib</surname>
          </string-name>
          , G.:
          <article-title>Legal Tech - A Practitioner's Guide</article-title>
          . Bloomsbury Academic, London (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hoekstra</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breuker</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Bello</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Boer</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>The lkif core ontology of basic legal concepts</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Legal Ontologies and Artificial Intelligence Techniques. CEUR Workshop Proceedings</source>
          , vol.
          <volume>321</volume>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>63</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Horty</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bench-Capon</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A factor-based definition of precedential constraint</article-title>
          .
          <source>Artificial Intelligence and Law</source>
          <volume>20</volume>
          ,
          <fpage>181</fpage>
          -
          <lpage>214</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Houy</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Niesen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvillo</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fettke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loos</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krämer</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Herberger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Speiser</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gass</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Philippi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Konzeption und Implementierung eines Werkzeuges zur automatisierten Identifikation und Analyse von Argumentationsstrukturen anhand der Entscheidungen des Bundesverfassungsgerichts im Digital-Humanities-Projekt ARGUMENTUM</article-title>
          .
          <source>DatenbankSpektrum</source>
          <volume>15</volume>
          (
          <issue>1</issue>
          ),
          <fpage>15</fpage>
          -
          <lpage>23</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kühling</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buchner</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Datenschutz-Grundverordnung</surname>
            . No. 2,
            <given-names>C.H.</given-names>
          </string-name>
          <string-name>
            <surname>Beck</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Liebwald</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Auf dem Weg zum Begrif: Vom Rechtswort zur Rechtsontologie - Automatisierte Verfahren zur semantischen Erschließung von Texten</article-title>
          . Wort - Bild - Zeichen
          <source>: Beiträge zur Semiotik im Recht</source>
          <volume>13</volume>
          ,
          <fpage>203</fpage>
          -
          <lpage>223</lpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Paal</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pauly</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Datenschutz-Grundverordnung</surname>
            . No. 2,
            <given-names>C.H.</given-names>
          </string-name>
          <string-name>
            <surname>Beck</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Palmirani</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rossi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bartolini</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robaldo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Legal ontology for modelling gdpr concepts and norms</article-title>
          .
          <source>In: Proceedings of the 31st International Conference on Legal Knowledge and Information Systems (JURIX)</source>
          . pp.
          <fpage>91</fpage>
          -
          <lpage>100</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Rissland</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Hypo: A precedent-based legal reasoner</article-title>
          .
          <source>Advanced Topics in Law and Information</source>
          Technology pp.
          <fpage>213</fpage>
          -
          <lpage>234</lpage>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Rissland</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashley</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Branting</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Case-based reasoning and law</article-title>
          .
          <source>Knowledge Engineering Review</source>
          <volume>20</volume>
          ,
          <fpage>293</fpage>
          -
          <lpage>298</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Skalak</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rissland</surname>
          </string-name>
          , E.:
          <article-title>Arguments and cases: An inevitable intertwining</article-title>
          .
          <source>Artificial Intelligence and Law</source>
          <volume>1</volume>
          ,
          <fpage>3</fpage>
          -
          <lpage>44</lpage>
          (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Soh</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hong</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rhim</surname>
            ,
            <given-names>Y.Y.</given-names>
          </string-name>
          :
          <article-title>Ontology modeling for criminal law</article-title>
          . In: Pagallo,
          <string-name>
            <given-names>U.</given-names>
            ,
            <surname>Palmirani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Casanovas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sartor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Villata</surname>
          </string-name>
          , S. (eds.)
          <article-title>AI Approaches to the Complexity of Legal Systems</article-title>
          . pp.
          <fpage>365</fpage>
          -
          <lpage>379</lpage>
          . Springer (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>