<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A Legal Validation of a Formal Representation of GDPR Articles</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Cesare</forename><surname>Bartolini</surname></persName>
							<email>cesare.bartolini@uni.lu</email>
							<affiliation key="aff0">
								<orgName type="department">Interdisciplinary Centre for Security, Reliability and Trust (SnT)</orgName>
								<orgName type="institution">University of Luxembourg</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gabriele</forename><surname>Lenzini</surname></persName>
							<email>gabriele.lenzini@uni.lu</email>
							<affiliation key="aff0">
								<orgName type="department">Interdisciplinary Centre for Security, Reliability and Trust (SnT)</orgName>
								<orgName type="institution">University of Luxembourg</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Cristiana</forename><surname>Santos</surname></persName>
							<email>cristiana.teixeirasantos@gmail.com</email>
							<affiliation key="aff1">
								<orgName type="institution">University of Minho</orgName>
								<address>
									<settlement>JusGov</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Legal Validation of a Formal Representation of GDPR Articles</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">84A858D5F4DBAA61B4E1AFFDE8862DA2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T04:58+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>General Data Protection Regulation (GDPR)</term>
					<term>data protection</term>
					<term>compliance</term>
					<term>legal validation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>It is possible to model the meaning of articles of the GDPR in logic formulae and this enables a semi-automatic reasoning over the Regulation, e.g., to build an argument of compliance. However, any formal reasoning requires that the formulae are validly expressing the legal meaning(s) of the articles, including potential disagreements between legal experts over their interpretation. The problem is that IT experts may anticipate some unofficial legal meaning, invalid under any interpretation, while verifying if this happens requires legal expertise. However, legal experts are unlikely familiar with the logic formalism and cannot give informed feedback without understanding the legal interpretation(s) that a formula embodies. On a previous work, we devised a methodology and a human-readable intermediate representation to help non-experts reading formulae in Reified I/O logic (RIO), a formalism expressing GDPR provisions introduced to reason about data protection compliance. This paper validates the methodology and shows that is possible to retrieve feedback from legal experts about the validity the RIO representation of the Regulation. Precisely, we collect and evaluate the feedback on the RIO version of Art. 5.1a and Art. 7.1, and show how to elicit suggestions to improve the formalization thereof. What emerges is an agile process to support public trust in the formal framework and in its use.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The processing of personal data -and therefore data protection legislationis an essential facet of a modern economy. Personal data is widely associated with a modern business model made of Internet-based services offered free of charge and whose revenues come from the collection, the processing and the use of personal data for advertising purposes, but it comes into play also with more traditional business models, such as the product market, which are evolving to e-commerce, or tailoring their offers to individual customers.</p><p>The legal landscape of the protection of personal data within and outside the European Union (EU) has been redesigned by the amplitude of the material and territorial scope of the General Data Protection Regulation (GDPR) <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b24">25,</ref><ref type="bibr" target="#b20">21]</ref>, as had already happened, to some extent, with the previous Directive <ref type="bibr" target="#b8">[9]</ref>.</p><p>This new landscape, coupled with the heavy fines that supervisory authorities are entitled to issue in case of violation, calls for a need to ensure that data processing activities (and tools thereof) comply with the GDPR. Data controllers and processors could therefore take advantage from tools helping design and verify compliance, thus diminishing their risks of violating provisions and incurring into fines. Such tools could also help companies build, in an automated or computer-assisted way, their case in response to one-time casuistic decisions emanated by supervisory authorities and courts against them.</p><p>A critical facet for such automation is to be able to build executable rules for a computer-assisted assessing compliance. In previous research, the authors have proposed a complete model of the GDPR for legal reasoning and legal compliance <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b14">15]</ref>. This model comprises three components: the legal text in Akoma Ntoso format, an ontology of legal concepts concerning privacy and data protection, and a knowledge base of data protection rules in LegalRuleML format. This last component, called the Data Protection Regulation Compliance (DAPRECO) Knowledge Bas Knowledge Base, is the most critical: it contains the bulk of provisions written as logic rules that can be used e.g., to check whether certain practices (themselves also formalized) are aligned with the provisions. Consequently, the Knowledge Base needs to be adequately (i.e., legally) validated before it can perform in a real-world environment. This pragmatical strand is demanded, since "for developers, as contrasted to researchers, the issue is not whether the resulting rule base is complete or even accurate or selfmodifying -but whether the rule base is sufficiently accurate to be useful" <ref type="bibr" target="#b2">[3]</ref> when it is moved out from the research laboratory and into the marketplace <ref type="bibr" target="#b23">[24]</ref>.</p><p>However, as is widely acknowledged in literature <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b10">11]</ref>, testing Legal Knowledge Based System (LKBS) is a difficult task. It is more difficult even than software testing in general because approaches reveal coder-dependency and it is complex to emulate the "art-of-the-experts" <ref type="bibr" target="#b3">[4]</ref>. With ongoing maturity in the field of AI and Law and Legal Knowledge-Based Systems, the need for an easily accessible and interdisciplinary validation methodology comes into play <ref type="bibr" target="#b9">[10]</ref>.</p><p>The concept of validation refers to the determination of the correctness of the system with respect to user needs and requirements <ref type="bibr" target="#b22">[23]</ref>. Legal validation is thus "needed to verify the correctness of the output of the system in relation to the knowledge of the legal domain it covers", "the guarantee of the one-to-one relation between analysis and representation" <ref type="bibr" target="#b11">[12]</ref>. Such a method would assist legal professionals framing an evaluation of legal knowledge-based systems and help IT experts understanding the validation requirements of legal professionals <ref type="bibr" target="#b10">[11]</ref>.</p><p>As "algorithmic representations of law are typically very poor as regards their transparency", "one cannot begin to devise an algorithm to apply legal provisions without determining first its intended purpose and by whom it will be used" <ref type="bibr" target="#b21">[22]</ref>. Therefore, validating a legal model requires that the formalization used is understandable, accessible. Consequently, the methodology should be driven by usability considerations in the adopted criteria, and validation tests (through user acceptance surveys or questionnaires) <ref type="bibr" target="#b22">[23]</ref>.</p><p>In the particular domain of modelling the GDPR, a considerable effort has been reserved to represent the Regulation's provision in a logic formalism, precisely the Reified Input/Output (RIO) logic <ref type="bibr" target="#b19">[20]</ref>. As we will recall in Section 3, the logic formulae refer to concepts that belong to a legal ontology for data protection, that is, the Privacy Ontology (PrOnto) ontology which is the result from an interdisciplinary effort meant to provide legal soundness. But of course referring to an ontology is not sufficient to ensure legal soundness in a reasoning process for many reasons, among which that the ontology has been devised for concepts relevant in data privacy but not for the specific context of the GDPR and thus new concepts may need to be expressed; besides, certain legal interpretation are anticipated e.g., in the choice of the formula's functions or when deciding that certain articles express an obligation or a permission. We will discuss further the critical points of a formalization exercise but, in short, it should be evident that formalizing articles in a logic formalism requires a legal supervision. Postponing any legal validation until the whole GDPR is translated into RIO formulae, as it would happen if we were awaiting to have any output of the enabled logical reasoning, is a procedure prone to errors. Finding and removing the cause of some unsound conclusions would be also a very expensive step if left only at the end, quite likely inspiring distrust in the whole framework. A more agile process is advisable to verify for legal soundness, assisting who is responsible for the formalisation of the GDPR incrementally and concomitantly during the modelling work.</p><p>Pursuant to this, we discussed in <ref type="bibr" target="#b1">[2]</ref> such an agile methodology, proposing also a solution for a further problem that arose in this case: how to let expert in law understand the logic formula, which are usually embedded in a machine readable but quite human incomprehensible LegalRuleML, in such a way to collect informed feedback from them about the legal soundness of the formalization. The solution is an intermediate representations, devised human-readable, of a RIO logic formalization of two GDPR articles. A usability experiment involving legal domain experts, consisting in assessing the readability and understandability of the human-readable representation compared with the original LegalRuleML version and with another control format, brought evidence that the former suits the purpose of being used for an interdisciplinary legal validation.</p><p>The customizable human-readable representation has been assessed as understandable, increasing our confidence on it being an eligible candidate to validate the formalized GDPR articles. In this work we proceed further and show that the methodology is effective in gathering feedback of legal experts on the legal validity of the representation of the GDPR articles, so as to provide quality assurance of our methodology as a whole.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related work</head><p>Some discussion within the AI and Law community <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b9">10]</ref> -specifically amidst the Proceedings of the International Conference on Artificial Intelligence and Law works (ICAIL), and later through the Journal of Artificial Intelligence and Law contributions (JAIL), -concerned qualitative evaluation methodologies suitable for legal domain systems/techniques, and the best practices through which AI and Law researchers could frame the assessment of the performance of their works, both empirical and theoretical. For example, performance evaluation is emphasized and compared to known baselines and parameters, using publicly available datasets whenever possible <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>.</p><p>A set of six categories was compiled to define the broad types of evaluation found therefrom. They include the following assessments: i. Gold Data: evaluation performed with respect to domain expert judgments (e.g., classification measurements or measures on accuracy, precision, recall, F-score, etc.); ii. Statistical : evaluation performed with respect to comparison functions (e.g., unsupervised learning: cluster internal-similarity, cosine similarity, etc.); iii. Manual Assessment: performance is measured by humans via inspection, assessment, review of output; iv. Algorithmic: assessment made in terms of performance of a system, such as a multi-agent system; v. Operational-Usability: assessment of a system's operational characteristics or usability aspects; vi. Other : those systems with distinct forms of evaluation not covered in the categories above (task-based, conversion-based, etc.). In our case, we combined the following types of evaluation: gold data (i.), manual assessment (iii.) and operational-usability (v.).</p><p>Some authors <ref type="bibr" target="#b9">[10]</ref> developed the Context Criteria Contingency-guidelines Framework (CCCF) for evaluating LKBS. Besides considering evaluation context and goals, they also propose evaluative criteria and guidelines alike. In this framework, the quadrant criteria pertinent to the purposes of this paper are herewith mentioned. The User Credibility quadrant refers to credibility and acceptability of a system at the individual level. It comprises three main branches associated with user satisfaction, utility (usefulness or fitness for purpose) and usability (ease of use). The usability branch is further decomposed into branches associated with operability, understandability, learnability, accessibility, flexibility in use, and with other human factors and human computer interface issues. The Verification and Validation criteria quadrant refer to knowledge base validity, including knowledge representation and associated theories of jurisprudence, inferencing, and the provision of explanations.</p><p>The validation phase of legal modeling by domain legal experts -driven by operational usability assessments -is also mentioned in the methodologies referring to ontological expert knowledge evaluation. For example, the Methodology for Modeling Legal Ontologies (MeLOn) <ref type="bibr" target="#b13">[14]</ref> offers evaluation parameters consisting in completeness, correctness, coherence of the conceptualization phase and artifact reusability. Usability concerns were considered in an experimental validation of a legal ontology by legal experts, the Ontology of Professional Judicial Knowledge (OPJK), described in <ref type="bibr" target="#b5">[6]</ref>. This model was validated in a two-step process. First, the evaluators answered a questionnaire whereby they expressed their opinion on their level of agreement towards the ontology conceptualization and provided suggestions for the improvement thereof. Then an experimental validation based on a usability questionnaire followed, the System Usability Scale (SUS), tailored to evaluate the understandably and acceptance of the contents of the ontology. This evaluation questionnaire could offer rapid feedback and support towards the establishment of relevant agreement, shareability or quality of content measurements in expert-based ontology evaluation. An evaluation methodology based on Competency Questions (CQs) <ref type="bibr" target="#b17">[18]</ref> was built to evaluate the transformation of legal knowledge from a semi-formal form (Semantics Of Business Vocabulary And Rules -Standard English (SBVR-SE)) <ref type="bibr" target="#b12">[13]</ref> to a more structured formal representation (OWL 2), and to enable cooperation between legal expert and knowledge IT expert in charge of the modelling in logic formalism. Ontology quality criteria were accounted for.</p><p>Although the legal formal framework target of this work's analysis (i.e., the DAPRECO Knowledge Base) refers and is strictly bound to a legally validated ontology (i.e., the PrOnto) an argument for its legal validity cannot follow only from the validity of the ontology of reference. It requires a more comprehensive analysis and we believe that both qualitative evaluation methodologies and certain criteria from the CCCF are required. Ontologies are in fact about concepts, data, and entities and any validation strategy of them is inevitably about assessing the legal qualities of those objects. Formal models for legal compliance, such as the DAPRECO Knowledge Base, model also the logical and deontic structure of a legal text, its temporal aspects and, as when the formalism allows multiple conflicting interpretations, as the DAPRECO Knowledge Base does, it includes structural elements to allow defeasible reasoning. The validation assessment should take these elements into account.</p><p>Thus, the necessity of an integrated approach, which additionally should also acknowledge an operational-usability assessment, since the legal validity of the DAPRECO Knowledge Base logic formulae have to be validated by people who are not experts in logic.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Background and Methods</head><p>This work leverages on our previous work <ref type="bibr" target="#b1">[2]</ref> which discusses how to take the formalization of GDPR provisions expressed in RIO logic <ref type="bibr" target="#b19">[20]</ref> and how to extract from them pieces of information that a legal expert will process of legal validity. This, in fact, means to answer a questionnaire whose questions are meant to provide feedback on specific quality linked to the legal validity, such as completeness, coherence, and conciseness (see later). We will refer to this synthetic digest of an otherwise specific logic formalism as human-readable representation of a RIO formula.</p><p>Empirical validation using tailored constructed questionnaire is a very useful quantitative indicator of user acceptance <ref type="bibr" target="#b25">[26]</ref>. In this case, where users are lawyers, the questionnaire has been designed with the purpose of having legal feedback on the quality of the legal interpretation in the RIO formulae. The questionnaire is build around six questions reported in Table <ref type="table">1</ref>.</p><p>Table <ref type="table">1</ref>. The questions used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>q1</head><p>Does the deontic modality (obligation/permission/other) of the formula coincide with the modality of the GDPR articles? q2 Does the formula capture all the important legal concepts? q3 Does the formula capture all the important legal relations? q4 Is the interpretation given by the model correct? q5 Is the interpretation complete? q6 Is the interpretation to the point?</p><p>They are tailored to check for the following legal validation qualities: Accuracy (q 1 ); Completeness (q 2 − q 4 ); Consistency (q 5 ); and Conciseness (q 6 ).</p><p>We now give two examples of human-readable representations accompanying the questionnaire. Both examples will be referred later in this paper.</p><p>Example 1. We refer to Article 7.1 of the GDPR, which reads: "Where processing is based on consent, the controller shall be able to demonstrate that the data subject has consented to processing of his or her personal data" Without entering into any detail on its modeling (the reader can refer to <ref type="bibr" target="#b19">[20]</ref> for it), RIO formula expressing this provision is the following: Names like nominates and PersonalData are either chosen by the IT expert in charge of the modelling in logic formalism or are taken from the PrOnto <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b14">15]</ref>. PrOnto is one of the three essential components along with the Akoma Ntoso representation of the legal text and the formulae in RIO logic. When connected together the three components form the complete model of the GDPR. The formula expresses an obligation, and that is what the O at the rightmost end Equation ( <ref type="formula">1</ref>) is supposed to mean. Equation ( <ref type="formula">1</ref>) is not however what a user would see. Stored to be machine-readable, the formula is written in its LegalRuleML version. An excerpt of this version is given below.   </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Context</head><p>There is a processing, which has a purpose authorized by a consent given by a data subject, and that is what a processor, whom a controller controlling the personal data nominates, does on personal data of the data of the data subject.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Overall Meaning</head><p>Whenever there is a processing, which has a purpose authorized by a consent given by a data subject, and that is what a processor, whom a controller controlling the personal data nominates, does on personal data of the data of the data subject then the controller is obliged to able to demonstrate that "data subject gave consent".</p><p>Example 2. We refer to Article 5.1(a) of the GDPR, which is worded as follows:</p><p>"Personal data shall be a) processed lawfully, fairly and in a transparent manner in relation to the data subject ('lawfulness, fairness and transparency');"</p><p>The output of the re-interpretation of the RIO formula (here omitted for reasons of space), transform the LegalRuleML as follows: The output of the hand-made processing is shown in Table <ref type="table" target="#tab_1">3</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Context</head><p>There is a processing done by a processor on personal data of the data subject, and a controller, which is who controls the personal data; he nominates the processor. The controller describes (how) he implements a measure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Overall Meaning</head><p>Whenever there is a processing done by a processor on personal data of the data subject, and a controller, which is who controls the personal data and who nominates the processor. Then before that moment must be that the controller describes (how) he implements a measure that is what causes lawfulness, fairness and transparency of the data processing related to the data subject.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Validation and Discussion</head><p>Can a legal validator reading the human-readable representation give useful feedback to the modeller? Answering this question is the goal of this paper.</p><p>Rephrased, the goal is to show that the "Validation" phase of the methodology presented in <ref type="bibr" target="#b0">[1]</ref> (see Figure <ref type="figure" target="#fig_1">1</ref>) is effective, i.e., helpful feedback can be collected for the IT expert formalizing the GDPR with RIO logic. The starting point is the human-readable representation of Articles 5.1(a) and 7.1 of the GDPR. The "Check" action (see Figure <ref type="figure" target="#fig_1">1</ref>) has been implemented by gathering a set of four validators, all jurists knowledgeable of data protection law, and by asking them to answer questions q 1 − q 6 in Table <ref type="table">1</ref>.</p><p>Evaluators were told to compare the meaning of the formulae, as expressed in the human-readable representation of the RIO logic, with the legal interpretation that them legal experts would give to the original articles in the GDPR.</p><p>We also asked them a few questions meant to reveal how much understandable for them is the human-readable format, before they start using it. General understandability of the format has been discussed elsewhere <ref type="bibr" target="#b0">[1]</ref>, but here the assessment is meant as a trust measure over the expert's answers. However, all our evaluators confirmed they have found the human-readable format understandable. From those trusted answers, we therefore compile a few recommendations. This is the "Generate Feedback" step in Figure <ref type="figure" target="#fig_1">1</ref>.</p><p>Questions q 1 − q 6 (see Table <ref type="table">1</ref>) are yes/no questions, but in the questionnaire we additionally invited our checkers to motivate their answers and to pinpoint further whatever observation they valued meaningful. We collected eight documents with such written answers and comments which we reviewed and summarized. The following table resumes the findings, wherein we report the comments whenever the answer to the question was 'no', indicating that someone found some pertinent issue. Table <ref type="table" target="#tab_2">4</ref> shows that legal experts were able to give feedback on all the factors about the quality of the legal interpretation in the logic formalization of the articles. Even if the input to provide to the IT expert is not yet straightforward, a few highlights clearly emerge.</p><p>For instance, all experts easily understood and confirmed the deontic modality and agreed on the formulas be capturing all the legal concepts and relations (see Table <ref type="table">5</ref>). But is from the analysis conferred to the provided comments that we are able offer a broader spectrum, for they refer to the above surveyed criteria and also to other (non-surveyed) related criteria. Comments -in Completeness like "it was complex to capture the legal concepts within the structure of the formula"; comments in Consistency like "It refers to the implementation and description of a measure that it is hard to understand; "It is redundant and restates concepts already present at previous articles", and comments in Conciseness like "'Obliged to be able to' sounds weirds" -clearly indicate uneasiness about the way in which the formula have been structured; such comments may lead to a better formalization, for instance, stating certain contextual facts as a common premise valid for all the GDPR's articles without repeating them each time in each article.</p><p>One evaluator, in particular, has mentioned "Interchanged roles for the controller and the processor" in Consistency. Even if that is stated in the Context of the human-readable table, the evaluator was probably induced in error/confused by the excess of information provided. Further analysis is of course required. Ex- </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Completeness</head><p>It was complex to capture the legal concepts within the structure of the formula; It is missing the obligation: "the processing must be fair, lawful, transparent" It was complex to capture the legal concepts within the structure of the formula;</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Consistency</head><p>Interchanged roles for the controller and the processor; The interpretation is complex. It refers to the implementation and description of a measure that it is hard to understand; I can read/understand the model, but I think it does not faithful to the article's meaning;</p><p>The reference to consent should be enhanced, namely regarding the requirements concerning the burden of the proof; "Shall" is not captured;</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conciseness</head><p>The formula mentions "implement" "describe" not expressed in the article; "implement measure" is not expressed in the article; "Obliged to be able" sounds weird;</p><p>It is redundant and restates concepts already present at previous articles; tracting from the non-structured comments valid input for the IT expert has to be left as future work, as we comment in the following section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and future work</head><p>This paper leverages a methodology that advocates an interdisciplinary validation of a representation of the GDPR articles in a logic formalism (i.e., RIO logic) to pursue quality, accountability, and transparency within. One important output of the methodology is the production of feedback derived from the involvement of legal experts, while assessing the quality of the legal interpretation that IT experts may instill in the formalization of the GDPR. This work has gathered evidence that such step is feasible. As a proof-of-concept, a small number of legal experts has been asked to answer six questions with the purpose of collecting comments about how two logic formulae, modelling Articles 5.1a and 7.1 of the GDPR, are complete, accurate, concise, and consistent in reflecting the legal meaning of the articles. Several comments have been collected. Although a thorough analysis thereof requires more time -an involvement of a larger group of expert checkers is also advisable-we were able to identify a few issues of relevance using which the IT expert can review the formalization work.</p><p>Several challenges await us in the near future. We need to improve scalability in producing a human-readable representation of the RIO formulae: it is currently done manually, starting from the pre-processed version. This is already more readable than the original LegalRuleML version and give us confidence that the work to produce a natural language analysis break-up table can be automatized. This step done, a forth bringing process will consist in streamlining the validation of the RIO formalization of the GDPR as a whole. This likely requires to set up Table <ref type="table">5</ref>. Inter-validators agreement on answering 'yes' to the questions an application where the work of the IT expert can be suitably translated in to the human-readable format and offered for on-line checking to a group of legal testers, which may also vary, providing feedback that the IT expert can take into consideration until a good quality of legal interpretation is assessed for the formulae.</p><p>Concomitantly, there is a need to define together with the legal experts a more complete set of qualities and possibly a few metrics, which we can quantify and define criteria on the legal quality of the formalization. In Section 2 we pointed out possible metrics, and in this paper we have assessed a few (completeness, consistency, conciseness in Section 4), but a wide and systematic investigation of the state-of-the-art in this topic has not been done yet. The quadrant criteria presented in <ref type="bibr" target="#b9">[10]</ref> also merits attention. This may lead to a revision of the current human-readable model.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>(</head><label></label><figDesc>[ (RexistAtTime a1 t1) ∧ (and a1 ep e hc eau e dp ) ∧ (DataSubject w) ∧ (PersonalData z w) ∧ (Controller y z) ∧ (Processor x) ∧ (nominates e dp y x) ∧ (PersonalDataProcessing ep x z) ∧ (Purpose epu) ∧ (isBasedOn ep epu) ∧ (Consent c) ∧ (GiveConsent e hc w c) ∧ (AuthorizedBy eau epu c) ]→ [ (RexistAtTime ea t1) ∧ (AbleTo ea y e d ) ∧ (Demonstrate e d y e hc ) ] ) ∈ O (1)</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Listing 1 .</head><label>1</label><figDesc>LegalRuleML representation of formula 1 (snippet).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>&lt;r u l e m l : R u l e c l o s u r e=" u n i v e r s a l "&gt;</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head></head><label></label><figDesc>IF, in at least a situation, -At time :t1, the following situation exists: • (All of the following (:a1)) 1. The PersonalDataProcessing (:ep) is performed by Processor (:x) over the PersonalData (:z) 2. Controller (:y) nominates (:edp) Processor (:x) • PersonalData (:z) is relating to DataSubject (:w) • The Controller (:y) is controlling PersonalData (:z) THEN it must happen that, in at least a situation, -At, time t2, Controller (:y) is Obliged to • (All the following (:a2)) 1. Controller (:y) Implement (:ei) Measure (:em) 2. The fact Measure (:em) is the cause of the fact lawfulness (:el) 3. The fact Measure (:em) is the cause of the fact fairness (:ef ) 4. The fact Measure (:em) is the cause of the fact transparency (:et) 5. Controller (:y) Describe (:ed) Implement (:ei) • Thing (:t1) is greater than, or at least equal to, Thing (:t2) • PersonalDataProcessing (:ep) respects the principle of lawfulness (:el) • PersonalDataProcessing(:ep) respects the principle of fairness (:ef ) • PersonalDataProcessing (:ep) respects the principle of transparency (:et) • Task PersonalDataProcessing (:ep) is RelatedTo DataSubject (:w)</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Methodology (from [1]).</figDesc><graphic coords="10,152.06,115.84,311.23,226.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="12,134.77,134.76,345.83,225.73" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 2 .</head><label>2</label><figDesc>Human-readable representation of the RIO formulae expressing Article 7.1.</figDesc><table><row><cell>Premise</cell><cell>Where processing is based on consent,</cell></row><row><cell>Conclusion</cell><cell>the controller shall be able to demonstrate that the data subject has consented to processing of his or her personal data.</cell></row><row><cell>Modality</cell><cell>Obligation</cell></row><row><cell></cell><cell>Where [Processing] is based on [Consent], the [Controller] shall be [Able to]</cell></row><row><cell>Ontological</cell><cell>[Demonstrate] that the [Data subject] [Has consented = GiveConsent] to [Pro-</cell></row><row><cell>Concepts</cell><cell>cessing] of his or her [Personal data]</cell></row><row><cell>Other Onto-</cell><cell>[Purpose]; [Processor]; [IsAuthorizedBy]; [Nominates]; [IsBasedOn]; [BeAbleTo]</cell></row><row><cell>logical Con-</cell><cell></cell></row><row><cell>cepts</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 3 .</head><label>3</label><figDesc>Human-readable representation of the RIO formulae expressing Article 5.1(a).</figDesc><table><row><cell>Premise</cell><cell>-</cell></row><row><cell>Conclusion</cell><cell>Personal data shall be processed lawfully, fairly and in a transparent manner in relation to the data subject ('lawfulness, fairness and transparency');</cell></row><row><cell>Modality</cell><cell>Obligation</cell></row><row><cell>Ontological Concepts</cell><cell>[Personal data] shall be [Processed] lawfully, fairly and in a transparent manner [InRelationTo] the [Data subject] ('[Lawfulness], [Fairness] and [Transparency]');</cell></row><row><cell>Other Onto-</cell><cell>[Processor]; [Measure]; [Nominates]; [IsBasedOn]; [Implement]; [Describe]</cell></row><row><cell>logical Con-</cell><cell></cell></row><row><cell>cepts</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 4 .</head><label>4</label><figDesc>human-readable representation of the RIO formulae expressing Article 7.1.</figDesc><table><row><cell>Art 5.1a</cell><cell>Art. 7.1</cell></row><row><cell>Accuracy</cell><cell></cell></row></table></figure>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"> Bartolini and  <p>Lenzini are supported by the FNR CORE project C16/IS/11333956 "DAPRECO: DAta Protection REgulation COmpliance".</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>&lt; r u l e m l : i f&gt; &lt;r u l e m l : E x i s t s&gt; &lt;r u l e m l : A n d&gt; &lt;r u l e m l : A t o m&gt; &lt;r u l e m l : R e l i r i =" r i o O n t o : R e x i s t A t T i m e " /&gt; &lt;r u l e m l : V a r k e y r e f=" : a 1 " /&gt; &lt;r u l e m l : V a r key=" : t 1 "&gt;t 1&lt;/ r u l e m l : V a r&gt; &lt;/ r u l e m l : A t o m&gt; . . . &lt;r u l e m l : A t o m&gt; &lt;r u l e m l : R e l i r i =" p r O n t o : D a t a S u b j e c t " /&gt; &lt;r u l e m l : V a r k e y r e f=" :w " /&gt; &lt;/ r u l e m l : A t o m&gt; . . . &lt;/ r u l e m l : A n d&gt; &lt;/ r u l e m l : E x i s t s&gt; &lt;/ r u l e m l : i f&gt; &lt;r u l e m l : t h e n&gt; &lt;r u l e m l : E x i s t s&gt; &lt;r u l e m l : A n d&gt; &lt;r u l e m l : A t o m&gt; &lt;r u l e m l : R e l i r i =" r i o O n t o : R e x i s t A t T i m e " /&gt; &lt;r u l e m l : V a r k e y r e f=" : e a " /&gt; &lt;r u l e m l : V a r k e y r e f=" : t 1 " /&gt; &lt;/ r u l e m l : A t o m&gt; . . . &lt;/ r u l e m l : A n d&gt; &lt;/ r u l e m l : E x i s t s&gt; &lt;/ r u l e m l : t h e n&gt; &lt;/ r u l e m l : R u l e&gt;</p><p>In <ref type="bibr" target="#b0">[1]</ref>, we described a parser that reads LegalRuleML and returns an itemized structured representation of the formula whose intended meaning has not been changed and is preserved in the translation. This version renders a cleaner version without all those XML based tags which are quite hard to process by a human reader. Applied to the LegalRuleML of (1), it results in the following text: The words capitalized and in bold are concepts from the PrOnto ontology. The words in bold non-capitalized are relations introduced by the IT expert. Although this format still requires some mental effort to be read, it is at least human-processable;</p><p>The human-readable representation is built from the output of the parser through a manual post-processing. That of Article 7.1 is shown in Table <ref type="table">2</ref>.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Towards legal compliance by correlating standards and laws with a semi-automated methodology</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bartolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Giurgiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lenzini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Robaldo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Modern Trends in Artificial Intelligence</title>
		<title level="s">Communications in Computer and Information Science</title>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">765</biblScope>
			<biblScope unit="page" from="47" to="62" />
		</imprint>
	</monogr>
	<note>BNAIC 2016</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">An interdisciplinary methodology to validate formal representations of legal text applied to the GDPR</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bartolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lenzini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Santos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twelfth International Workshop on Juris-informatics (JURISIN)</title>
				<meeting>the Twelfth International Workshop on Juris-informatics (JURISIN)</meeting>
		<imprint>
			<date type="published" when="2018-11">November 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Developer&apos;s choice in the legal domain</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">H</forename><surname>Berman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the Third Int. Conf. on Artificial Intelligence and Law (ICAIL)</title>
				<meeting>of the Third Int. Conf. on Artificial Intelligence and Law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="1991-06">June 1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A Critical Analysis of Legal Requirements Engineering from the Perspective of Legal Practice</title>
		<author>
			<persName><forename type="first">G</forename><surname>Boella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Humphreys</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Muthuri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">W N</forename><surname>Van Der Torre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 7th Int. Work. on Requirements Engineering and Law (RELAW)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="14" to="21" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">The EU GDPR as a clarion call for a new global digital gold standard</title>
		<author>
			<persName><forename type="first">G</forename><surname>Buttarelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Data Privacy Law</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="77" to="78" />
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Ontology evaluation through usability measures</title>
		<author>
			<persName><forename type="first">N</forename><surname>Casellas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">On the Move to Meaningful Internet Systems: OTM 2009 Workshops</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5872</biblScope>
			<biblScope unit="page" from="594" to="603" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The significance of evaluation in AI and law</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Conrad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourteenth International Conference on Artificial Intelligence and Law (ICAIL)</title>
				<meeting>the Fourteenth International Conference on Artificial Intelligence and Law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2013-06">June 2013</date>
			<biblScope unit="page" from="186" to="191" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The role of evaluation in AI and law</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">G</forename><surname>Conrad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fifteenth International Conference on Artificial Intelligence and Law (ICAIL)</title>
				<meeting>the Fifteenth International Conference on Artificial Intelligence and Law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2015-06">June 2015</date>
			<biblScope unit="page" from="181" to="186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The influence of european data privacy standards outside Europe: implications for globalization of Convention 108</title>
		<author>
			<persName><forename type="first">G</forename><surname>Greenleaf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Data Privacy Law</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="68" to="92" />
			<date type="published" when="2012-05">May 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A process for evaluating legal knowledgebased systems based upon the Context Criteria Contingency-guidelines Framework</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J J</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Ninth international conference on Artificial intelligence and law (ICAIL)</title>
				<meeting>the Ninth international conference on Artificial intelligence and law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2003-06">June 2003</date>
			<biblScope unit="page" from="274" to="283" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Acknowledging insufficiency in the evaluation of legal knowledge-based systems</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J J</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eighth International Conference on Artificial Intelligence and Law (ICAIL)</title>
				<meeting>the Eighth International Conference on Artificial Intelligence and Law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2001-05">May 2001</date>
			<biblScope unit="page" from="147" to="156" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Knowledge based systems in law</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">W</forename><surname>Koers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Kluwer Law and Taxation Publishers</title>
		<imprint>
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
	<note>1 edn</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Formalization of natural language regulations through SBVR structured english</title>
		<author>
			<persName><forename type="first">F</forename><surname>Lévy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nazarenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Theory, Practice, and Applications of Rules on the Web</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">L</forename><surname>Morgenstern</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Stefaneas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Lévy</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Wyner</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Paschke</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">8035</biblScope>
			<biblScope unit="page" from="19" to="33" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Legal ontology for open government data mashups</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mockus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmirani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7 th International Conference for E-Democracy and Open Government (CeDEM)</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Parycek</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Edelmann</surname></persName>
		</editor>
		<meeting>the 7 th International Conference for E-Democracy and Open Government (CeDEM)</meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2017-05">May 2017</date>
			<biblScope unit="page" from="113" to="124" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Legal ontology for modelling GDPR concepts and norms</title>
		<author>
			<persName><forename type="first">M</forename><surname>Palmirani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Martoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bartolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Robaldo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 31 st International Conference on Legal Knowledge and Information Systems (JURIX)</title>
				<meeting>the 31 st International Conference on Legal Knowledge and Information Systems (JURIX)</meeting>
		<imprint>
			<date type="published" when="2018-12">December 2018</date>
		</imprint>
	</monogr>
	<note>forthcoming</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">PrOnto: Privacy ontology for legal compliance</title>
		<author>
			<persName><forename type="first">M</forename><surname>Palmirani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Martoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bartolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Robaldo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 18 th European Conference on Digital Government (ECDG)</title>
				<meeting>the 18 th European Conference on Digital Government (ECDG)</meeting>
		<imprint>
			<date type="published" when="2018-10">October 2018</date>
		</imprint>
	</monogr>
	<note>upcoming</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">PrOnto: Privacy ontology for legal reasoning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Palmirani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Martoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rossi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bartolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Robaldo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Electronic Government and the Information Systems Perspective, Information Systems and Applications, incl. Internet/Web, and HCI</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Kö</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Francesconi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="volume">11032</biblScope>
			<biblScope unit="page" from="139" to="152" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A dialogue between a lawyer and computer scientist</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ramakrishna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Górski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Paschke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">30</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="216" to="232" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Measuring the value of knowledge</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Reich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Human-Computer Studies</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="3" to="30" />
			<date type="published" when="1995-01">January 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Reified Input/Output logic: Combining Input/Output logic and reification to represent norms coming from existing legislation</title>
		<author>
			<persName><forename type="first">L</forename><surname>Robaldo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Logic and Computation</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="2471" to="2503" />
			<date type="published" when="2017-12">December 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Scott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cerulus</surname></persName>
		</author>
		<title level="m">Europe&apos;s new data protection rules export privacy standards worldwide</title>
				<imprint>
			<date type="published" when="2018-02">February 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">The representation of law in computer programs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Sergot</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Knowledge-Based Systems and Legal Applications</title>
		<title level="s">The A.P.I.C. Series</title>
		<editor>
			<persName><forename type="first">T</forename><surname>Bench-Capon</surname></persName>
		</editor>
		<imprint>
			<publisher>Academic Press</publisher>
			<date type="published" when="1991">1991</date>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="3" to="67" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">The evaluation of legal knowledge based systems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Stranieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh International Conference on Artificial Intelligence and Law (ICAIL)</title>
				<meeting>the Seventh International Conference on Artificial Intelligence and Law (ICAIL)</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="1999-06">June 1999</date>
			<biblScope unit="page" from="18" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Expert Systems in Law. Out of the Research Laboratory and in the Marketplace</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">E</forename><surname>Susskind</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of ICAIL-1987</title>
				<meeting>of ICAIL-1987<address><addrLine>Boston, MA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="1987">1987. 1987</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">The true global effect of the GDPR</title>
		<author>
			<persName><forename type="first">E</forename><surname>Ustaran</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018-05">May 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">The split-up project</title>
		<author>
			<persName><forename type="first">J</forename><surname>Zeleznikow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Law, Probability and Risk</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="147" to="168" />
			<date type="published" when="2004-06">June 2004</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
