Browse Source

gdpr ontology and docs

Harshvardan Pandit 7 years ago
parent
commit
c3363ce442
30 changed files with 32653 additions and 30 deletions
  1. 104 0
      deliverables/docs/index-en.html
  2. 2150 0
      deliverables/docs/ontology.nt
  3. 2454 0
      deliverables/docs/ontology.ttl
  4. 3463 0
      deliverables/docs/ontology.xml
  5. 20 0
      deliverables/docs/provenance/provenance-en.html
  6. 13 0
      deliverables/docs/provenance/provenance-en.ttl
  7. 34 0
      deliverables/docs/readme.md
  8. 124 0
      deliverables/docs/resources/extra.css
  9. 15 0
      deliverables/docs/resources/jquery.js
  10. 5 0
      deliverables/docs/resources/marked.min.js
  11. 248 0
      deliverables/docs/resources/owl.css
  12. 103 0
      deliverables/docs/resources/primer.css
  13. 88 0
      deliverables/docs/resources/rec.css
  14. 11 0
      deliverables/docs/sections/abstract-en.html
  15. 7571 0
      deliverables/docs/sections/crossref-en.html
  16. 469 0
      deliverables/docs/sections/description-en.html
  17. 89 0
      deliverables/docs/sections/introduction-en.html
  18. 85 0
      deliverables/docs/sections/overview-en.html
  19. 3 0
      deliverables/docs/sections/references-en.html
  20. 0 0
      deliverables/docs/webvowl/css/webvowl.app.css
  21. 0 0
      deliverables/docs/webvowl/css/webvowl.css
  22. 2870 0
      deliverables/docs/webvowl/data/foaf.json
  23. 9643 0
      deliverables/docs/webvowl/data/ontology.json
  24. BIN
      deliverables/docs/webvowl/favicon.ico
  25. 200 0
      deliverables/docs/webvowl/index.html
  26. 0 0
      deliverables/docs/webvowl/js/d3.min.js
  27. 0 0
      deliverables/docs/webvowl/js/webvowl.app.js
  28. 0 0
      deliverables/docs/webvowl/js/webvowl.js
  29. 21 0
      deliverables/docs/webvowl/license.txt
  30. 2870 30
      deliverables/gdpr.owl

+ 104 - 0
deliverables/docs/index-en.html

@@ -0,0 +1,104 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" href="resources/primer.css" media="screen" />    <link rel="stylesheet" href="resources/rec.css" media="screen" />    <link rel="stylesheet" href="resources/extra.css" media="screen" />    <link rel="stylesheet" href="resources/owl.css" media="screen" />   
+
+<!-- SCHEMA.ORG METADATA -->
+<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT","name":"GDPRtEXT", "headline":"This ontology extends the canonical (official) GDPR text with additional annotations", "datePublished":"2017-10-01", "version":"0.5", "license":"http://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"Harshvardhan J. Pandit"},{"@type":"Person","name":"http://purl.org/adaptcentre/people/HJP","url":"http://purl.org/adaptcentre/people/HJP"}]}</script>
+
+<script src="resources/jquery.js"></script> 
+<script src="resources/marked.min.js"></script> 
+    <script> 
+function loadHash() {
+  jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
+	var hash = location.hash;
+	if($(hash).offset()!=null){
+	  $('html, body').animate({scrollTop: $(hash).offset().top}, 0);
+}
+	loadTOC();
+}
+function loadTOC(){
+	//process toc dynamically
+	  var t='<h2>Table of contents</h2><ul>';i = 1;j=0;
+	  jQuery(".list").each(function(){
+		if(jQuery(this).is('h2')){
+			if(j>0){
+				t+='</ul>';
+				j=0;
+			}
+			t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).text()+'</a></li>';
+			i++;
+		}
+		if(jQuery(this).is('h3')){
+			if(j==0){
+				t+='<ul>';
+			}
+			j++;
+			t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).text()+'</a></li>';
+		}
+		t = t.replace(' back to ToC','');
+	  });
+	  t+='</ul>';
+	  $("#toc").html(t); 
+}
+    $(function(){
+      $("#abstract").load("sections/abstract-en.html"); 
+      $("#introduction").load("sections/introduction-en.html"); 
+      $("#overview").load("sections/overview-en.html"); 
+      $("#description").load("sections/description-en.html"); 
+      $("#references").load("sections/references-en.html"); 
+      $("#crossref").load("sections/crossref-en.html", null, loadHash); 
+    });
+    </script> 
+  </head> 
+
+<body>
+<div class="container"><div class="head">
+<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
+<h1>GDPRtEXT</h1>
+<h2>Release  2017-10-01</h2>
+<dl>
+<dt>This version:</dt>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl">https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl</a></dd>
+</dl><dl><dt>Latest version:</dt>
+<dd><a href="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT">http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</a></dd>
+</dl><dl>
+<dt>Previous version:</dt>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl">https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl</a></dd>
+</dl>
+<dt>Revision:</dt>
+<dd>0.5</dd>
+<dl><dt>Authors:</dt>
+<dd>Harshvardhan J. Pandit</dd><dd><a href="http://purl.org/adaptcentre/people/HJP">http://purl.org/adaptcentre/people/HJP</a></dd></dl>
+
+<dl><dt>Publisher:</dt>
+<dd><a href="http://purl.org/adaptcentre/people/ADAPT">http://purl.org/adaptcentre/people/ADAPT</a>, (<a href="null">null</a>)</dd></dl>
+<dl><dt>Download serialization:</dt><dd><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML"></img></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples"></img></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL"></img></a> </span></dd></dl><dl><dt>License: </dt><dd><a href="http://creativecommons.org/licenses/by/4.0/" target="_blank"><img src ="https://img.shields.io/badge/License-CCby4.0-blue.svg" alt="http://creativecommons.org/licenses/by/4.0/"></img></a>
+<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" target="_blank">
+<img src="https://i.creativecommons.org/l/by/4.0/88x31.png" style="border-width:0" alt="License"></img>
+</a>
+<br/></dd></dl><dl><dt>Visualization:</dt><dd><a href="webvowl/index.html#ontology" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl"></img></a></dd></dl>
+<dl><dt>Compatible with:</dt>
+<dd>https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl</dd>
+</dl>
+<dl><a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a></dl><hr/>
+</div>
+<div class="status">
+<div>
+<span>Ontology Specification Draft</span>
+</div>
+</div>     <div id="abstract"></div>
+<div id="toc"></div>     <div id="introduction"></div>
+     <div id="overview"></div>
+     <div id="description"></div>
+     <div id="crossref"></div>
+     <div id="references"></div>
+     <div id="changelog"></div>
+<div id="acknowledgements">
+<h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<p>
+The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
+</div>
+</body> 
+</html>

+ 2150 - 0
deliverables/docs/ontology.nt

@@ -0,0 +1,2150 @@
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2002/07/owl#versionIRI> <https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/elements/1.1/description> "The General Data Protection Regulation (GDPR) is comprised of several articles, each with points that refer to specific concepts. The general convention of referring to these points and concepts is to quote the specific article or point using a human-readable reference. This ontology provides a way to refer to the points within the GDPR using the EurLex ontology published by the European Publication Office. It also defines the concepts defined, mentioned, and requried by the GDPR using the Simple Knowledge Organization System (SKOS) ontology." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/elements/1.1/title> "GDPRtEXT" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/abstract> "The General Data Protection Regulation (GDPR) defines legal obligations over the use of personal data by organisations. This ontology aims to identify and model such terms and obligations as an OWL vocabulary and to directly link the terms to their occurence, usage, and influence in the GDPR text." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/created> "2017-08-15"^^<http://www.w3.org/2001/XMLSchema#date> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/creator> "http://purl.org/adaptcentre/people/HJP"^^<http://www.w3.org/2001/XMLSchema#anyURI> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/description> "This ontology extends the canonical (official) GDPR text with additional annotations" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/modified> "2017-10-01" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/dc/terms/source> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/vocab/vann/preferredNamespacePrefix> "gdprtext" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2000/01/rdf-schema#comment> "This is an ontology to represent GDPR text as a set of RDF resources" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2000/01/rdf-schema#label> "GDPR text EXTensions" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/adaptcentre/openscience/projects/GDPRov/docs> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/dataprotection.owl> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2000/01/rdf-schema#seeAlso> "Bartolini, C., Muthuri, R., & Santos, C. (2015, November). Using ontologies to model data protection requirements in workflows. In JSAI International Symposium on Artificial Intelligence (pp. 233-248). Springer, Cham."^^<http://www.w3.org/2000/01/rdf-schema#Literal> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2002/07/owl#backwardCompatibleWith> <https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2002/07/owl#priorVersion> <https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://www.w3.org/2002/07/owl#versionInfo> "0.5"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> <http://xmlns.com/foaf/0.1/homepage> "https://openscience.adaptcentre.ie/projects/GDPRtEXT/" .
+# 
+# 
+# #################################################################
+# #
+# #    Annotation properties
+# #
+# #################################################################
+# 
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://www.w3.org/2000/01/rdf-schema#comment> "It signifies that two concepts are related within the context of the GDPR." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://www.w3.org/2000/01/rdf-schema#label> "involves" .
+# 
+# http://purl.org/dc/terms/abstract
+<http://purl.org/dc/terms/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://purl.org/dc/terms/publisher
+<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://purl.org/dc/terms/source
+<http://purl.org/dc/terms/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://purl.org/ontology/bibo/status
+<http://purl.org/ontology/bibo/status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://www.linkedmodel.org/schema/vaem#rationale
+<http://www.linkedmodel.org/schema/vaem#rationale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://www.w3.org/2004/02/skos/core#example
+<http://www.w3.org/2004/02/skos/core#example> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://www.w3.org/2004/02/skos/core#prefLabel
+<http://www.w3.org/2004/02/skos/core#prefLabel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# http://www.w3.org/2004/02/skos/core#preflabel
+<http://www.w3.org/2004/02/skos/core#preflabel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
+# 
+# 
+# 
+# #################################################################
+# #
+# #    Object Properties
+# #
+# #################################################################
+# 
+# 
+# http://data.europa.eu/eli/ontology#has_part
+<http://data.europa.eu/eli/ontology#has_part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://data.europa.eu/eli/ontology#has_part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
+# 
+# http://data.europa.eu/eli/ontology#is_part_of
+<http://data.europa.eu/eli/ontology#is_part_of> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://data.europa.eu/eli/ontology#is_part_of> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the Article" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle> <http://www.w3.org/2000/01/rdf-schema#label> "has Article" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResource> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the Chapter" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter> <http://www.w3.org/2000/01/rdf-schema#label> "has Chapter" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates that the legal resource has the referenced citation" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation> <http://www.w3.org/2000/01/rdf-schema#label> "has Citation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the Point" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint> <http://www.w3.org/2000/01/rdf-schema#label> "has Point" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the Recital" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital> <http://www.w3.org/2000/01/rdf-schema#label> "has Recital" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the Section" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection> <http://www.w3.org/2000/01/rdf-schema#label> "has Section" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#has_part> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "indicates the legal resource has the SubPoint" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint> <http://www.w3.org/2000/01/rdf-schema#label> "has SubPoint" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#is_part_of> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "represents a legal resource subdivision to be part of a article" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle> <http://www.w3.org/2000/01/rdf-schema#label> "is part of Article" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#is_part_of> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/2000/01/rdf-schema#comment> "represents a legal resource subdivision to be part of a chapter" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter> <http://www.w3.org/2000/01/rdf-schema#label> "is part of Chapter" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#is_part_of> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "represents a legal resource subdivision to be part of a point" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint> <http://www.w3.org/2000/01/rdf-schema#label> "is part of Point" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://data.europa.eu/eli/ontology#is_part_of> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/2000/01/rdf-schema#domain> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/2000/01/rdf-schema#comment> "represents a legal resource subdivision to be part of a section" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection> <http://www.w3.org/2000/01/rdf-schema#label> "is part of Section" .
+# 
+# 
+# 
+# #################################################################
+# #
+# #    Classes
+# #
+# #################################################################
+# 
+# 
+# http://data.europa.eu/eli/ontology#LegalResource
+<http://data.europa.eu/eli/ontology#LegalResource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# 
+# http://data.europa.eu/eli/ontology#LegalResourceSubdivision
+<http://data.europa.eu/eli/ontology#LegalResourceSubdivision> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Accountability" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Accuracy" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> <http://www.w3.org/2000/01/rdf-schema#label> "Accuracy is contested" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> <http://www.w3.org/2000/01/rdf-schema#label> "Accurate Collection" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> <http://www.w3.org/2000/01/rdf-schema#comment> "An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> <http://www.w3.org/2000/01/rdf-schema#label> "Activity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Only the personal data adequat for required processing should be maintained"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Adequate for processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/2000/01/rdf-schema#comment> "The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> <http://www.w3.org/2000/01/rdf-schema#label> "Adherence" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://www.w3.org/2000/01/rdf-schema#comment> "Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData> <http://www.w3.org/2000/01/rdf-schema#label> "Anonymous Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations for Processors over appointing sub-processors"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> <http://www.w3.org/2000/01/rdf-schema#label> "Appointing Sub-Processors" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR for the appointment of Processors by Controllers."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> <http://www.w3.org/2000/01/rdf-schema#label> "Appointment of Processors" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity where personal data is archived" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> <http://www.w3.org/2000/01/rdf-schema#label> "Archive Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/2000/01/rdf-schema#comment> "Article in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/2000/01/rdf-schema#label> "Article" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article> <http://www.w3.org/2004/02/skos/core#example> "gdpr:article10 a eli:LegalResourceSubdivision,\n        GDPRtext:Article ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:chapterII ;\n    eli:number \"10\"^^xsd:string ;\n    eli:title_alternative \"Article 10\"^^xsd:string ;\n    GDPRtext:hasPoint gdpr:article10-1 ;\n    GDPRtext:isPartOfChapter gdpr:chapterII ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://www.w3.org/2000/01/rdf-schema#comment> "Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights> <http://www.w3.org/2000/01/rdf-schema#label> "Assist in complying with rights" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/2000/01/rdf-schema#comment> "This type of processing involves automated processing that does decision making having significant effects on the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/2000/01/rdf-schema#comment> "Automated decision making with significant effect" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect> <http://www.w3.org/2000/01/rdf-schema#label> "Automatic decision making with significant effect" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "This is automated processing of data subject's personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Automated Processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Can be withdrawn easily" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/2000/01/rdf-schema#comment> "A certification pertaining to GDPR compliance"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> <http://www.w3.org/2000/01/rdf-schema#label> "Certification" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://www.w3.org/2000/01/rdf-schema#comment> "A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody> <http://www.w3.org/2000/01/rdf-schema#label> "Certification Body" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/2000/01/rdf-schema#comment> "Chapter in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/2000/01/rdf-schema#label> "Chapter" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter> <http://www.w3.org/2004/02/skos/core#example> "gdpr:chapterI a eli:LegalResourceSubdivision,\n        GDPRtext:Chapter ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"I\"^^xsd:string ;\n    eli:title \"General provisions\"^^xsd:string ;\n    eli:title_alternative \"Chapter I\"^^xsd:string ;\n    GDPRtext:hasArticle gdpr:article1,\n        gdpr:article2,\n        gdpr:article3,\n        gdpr:article4 ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/2000/01/rdf-schema#comment> "Citation in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/2000/01/rdf-schema#label> "Citation" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation> <http://www.w3.org/2004/02/skos/core#example> "gdpr:citation1 a eli:LegalResourceSubdivision,\n        GDPRtext:Citation ;\n    eli:description \"OJ C 229, 31.7.2012, p. 90.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"1\"^^xsd:string ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "Obtaining consent must provide clear explanations of the processing involved over the personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Clear explanation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#comment> "A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct> <http://www.w3.org/2000/01/rdf-schema#label> "Code of Conduct" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Collection of Personal Data"@en .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the act of complying with the obligations and actions specified by the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> <http://www.w3.org/2000/01/rdf-schema#label> "Compliance" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://www.w3.org/2000/01/rdf-schema#comment> "The processor has an obligation to comply with the controller's instructions"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions> <http://www.w3.org/2000/01/rdf-schema#label> "Compliance with Controller's instructions" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> <http://www.w3.org/2000/01/rdf-schema#label> "Awarding Seals and Certifications" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://www.w3.org/2000/01/rdf-schema#comment> "This type of processing involves matching data subject's identity or personal data in different datasets."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets> <http://www.w3.org/2000/01/rdf-schema#label> "Confirming or matching datasets" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> <http://www.w3.org/2000/01/rdf-schema#label> "Consent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity involving data subject's consent." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> <http://www.w3.org/2000/01/rdf-schema#label> "Consent Activity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "The purpose of new processing should take the context of how the original data was collected into consideration"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection> <http://www.w3.org/2000/01/rdf-schema#label> "Context of data collection" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "The lawful basis for processing personal data is provided through a contract with the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Contract with Data Subject" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#comment> "The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> <http://www.w3.org/2000/01/rdf-schema#label> "Controller" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/2000/01/rdf-schema#comment> "These obligations specify the accountability of the Controller."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability> <http://www.w3.org/2000/01/rdf-schema#label> "Controller Accountability" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction> <http://www.w3.org/2000/01/rdf-schema#label> "Controller has taken action" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR as being specifically the responsbility of the Controller."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Controller Obligation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#comment> "A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative> <http://www.w3.org/2000/01/rdf-schema#label> "Controller Representative" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/2000/01/rdf-schema#comment> "These obligations specify the responsiblity of the Controller"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> <http://www.w3.org/2000/01/rdf-schema#label> "Controller Responsibility" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA)."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA> <http://www.w3.org/2000/01/rdf-schema#label> "Co-operate with DPA" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data related to criminal convictions and offences."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData> <http://www.w3.org/2000/01/rdf-schema#label> "Crime data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://www.w3.org/2000/01/rdf-schema#comment> "Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> <http://www.w3.org/2000/01/rdf-schema#label> "Cross-border Transfer" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> <http://www.w3.org/2000/01/rdf-schema#comment> "The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> <http://www.w3.org/2000/01/rdf-schema#label> "DPA" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/2000/01/rdf-schema#comment> "The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> <http://www.w3.org/2000/01/rdf-schema#label> "DPO" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified for the Data Protection Office (DPO) within the  GDPR"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> <http://www.w3.org/2000/01/rdf-schema#label> "DPO Obligation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> <http://www.w3.org/2000/01/rdf-schema#comment> "A generic term to refer to Data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> <http://www.w3.org/2000/01/rdf-schema#label> "Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity involving personal data of data subject(s)." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> <http://www.w3.org/2000/01/rdf-schema#label> "Data Activity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Data Breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Data Minimisation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Data no longer needed for original purpose" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to follow data protection by design and by default."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault> <http://www.w3.org/2000/01/rdf-schema#label> "Data protection by design and default" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#comment> "These are obligations regarding security of data managed by the Controllers."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> <http://www.w3.org/2000/01/rdf-schema#label> "Data Security" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual or entity to whom their personal data relates."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Data Subject" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived> <http://www.w3.org/2000/01/rdf-schema#comment> "The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived> <http://www.w3.org/2000/01/rdf-schema#label> "Data inferred or derived" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject's personal information."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Demonstrating Consent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> <http://www.w3.org/2000/01/rdf-schema#comment> "Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> <http://www.w3.org/2000/01/rdf-schema#label> "Direct Marketing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is provided by Employment Law"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw> <http://www.w3.org/2000/01/rdf-schema#label> "Employment Law" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> <http://www.w3.org/2000/01/rdf-schema#comment> "A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> <http://www.w3.org/2000/01/rdf-schema#label> "Entity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity that erases data" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> <http://www.w3.org/2000/01/rdf-schema#label> "Erase Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://www.w3.org/2000/01/rdf-schema#comment> "The right of erasure applies when the data subject withdraws given consent"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn> <http://www.w3.org/2000/01/rdf-schema#label> "Erase if conesnt was withdrawn" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to erasure applies where data is no longer needed for original purposes for which it was collected"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Erase if no longer needed for original purpose" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "Whether the proposed activity involves the evaluation of the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Evaluation of data subjects" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "Exceptions associated with compliance for reporting data breach to the affected data subjects."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Exceptions on reporting data breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> <http://www.w3.org/2000/01/rdf-schema#comment> "Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> <http://www.w3.org/2000/01/rdf-schema#label> "Exlcusions and Exceptions" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is provided by National Law"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw> <http://www.w3.org/2000/01/rdf-schema#label> "Exempted by National Law" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity> <http://www.w3.org/2000/01/rdf-schema#comment> "The request or activity could not or was not completed because there was no sufficient proof of the data subject's identity."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity> <http://www.w3.org/2000/01/rdf-schema#label> "Exempted without identity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://www.w3.org/2000/01/rdf-schema#comment> "The activity represents exercising of rights provided by GDPR by the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights> <http://www.w3.org/2000/01/rdf-schema#label> "Exercise Rights" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://www.w3.org/2000/01/rdf-schema#comment> "The purpose of new processing should take into context the existence of appropriate safeguards"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards> <http://www.w3.org/2000/01/rdf-schema#label> "Existence of safeguards" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Explicit Purpose" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the factors stated by the GDPR for Impact Assessment."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#label> "Factors for Impact Assessment" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection> <http://www.w3.org/2000/01/rdf-schema#comment> "The stated obligation could not be completed as it concerns rights protection."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection> <http://www.w3.org/2000/01/rdf-schema#label> "Rights protection" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR obligation that specifies consent must be freely given by the data subject for it to be valid."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Freely given" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData> <http://www.w3.org/2000/01/rdf-schema#label> "Genetic Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Given Consent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subjects were not notified about the data breach because the harm was deemed to be remote."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote> <http://www.w3.org/2000/01/rdf-schema#label> "Harm was remote" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData> <http://www.w3.org/2000/01/rdf-schema#label> "Health data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> <http://www.w3.org/2000/01/rdf-schema#label> "Historic, Statistical, or Scientific purposes" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Retention of personal data should be identifiable for the requried processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Identifiable for required processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "Activity where the data subject is explicitly identified through direct or indirect means." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Identification of Data Subject" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about whether and where the controller is processing the data subject's personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData> <http://www.w3.org/2000/01/rdf-schema#label> "If and where Controller is processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#comment> "The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment> <http://www.w3.org/2000/01/rdf-schema#label> "Impact Assessment" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance> <http://www.w3.org/2000/01/rdf-schema#label> "Implement technical measures" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/2000/01/rdf-schema#comment> "The processor must impose confidentiality agreements on its personnel in relation to handling of personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel> <http://www.w3.org/2000/01/rdf-schema#label> "Impose confidentiality obligations on personnel" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about automated processing that has significant effects on the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Information about automated processing with significant effects" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about the categories of recipients the data is shared with."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith> <http://www.w3.org/2000/01/rdf-schema#label> "Information about categories of recipients" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about categories of data being processed"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed> <http://www.w3.org/2000/01/rdf-schema#label> "Information about categories of data being processed" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights> <http://www.w3.org/2000/01/rdf-schema#label> "Information about rights" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about the processing of personal data of the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Information about processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about the source of the personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData> <http://www.w3.org/2000/01/rdf-schema#label> "Information about data source" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data also includes information about the storage period of the data subject's personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod> <http://www.w3.org/2000/01/rdf-schema#label> "Information about storage period" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://www.w3.org/2000/01/rdf-schema#comment> "In case of conflict with the controller's intructions and the law, the processor must immediately inform the controller of this conflict"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw> <http://www.w3.org/2000/01/rdf-schema#label> "Inform Controller of conflict with law" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to basic information also provides data subject's with information about third parties involved in the processing."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties> <http://www.w3.org/2000/01/rdf-schema#label> "Information about third parties" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> <http://www.w3.org/2000/01/rdf-schema#comment> "The information provided under the right to transparency should be concise"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> <http://www.w3.org/2000/01/rdf-schema#label> "Concise" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> <http://www.w3.org/2000/01/rdf-schema#comment> "The information provided under the right to transparency should be easily accessible"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> <http://www.w3.org/2000/01/rdf-schema#label> "Easily Accessible" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> <http://www.w3.org/2000/01/rdf-schema#comment> "The information provided under the right to transparency should be intelligible"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> <http://www.w3.org/2000/01/rdf-schema#label> "Intelligible" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://www.w3.org/2000/01/rdf-schema#comment> "The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> <http://www.w3.org/2000/01/rdf-schema#label> "Transparent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR obligation that specifies consent must be informed for it be valid."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Informed" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Integrity and Confidentiality" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible> <http://www.w3.org/2000/01/rdf-schema#comment> "The obligation or activity could not be completed as it was deemed to be impossible."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible> <http://www.w3.org/2000/01/rdf-schema#label> "Is impossible" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#comment> "A joint controller is two or more controllers jointly determine the purposes and means of processing."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> <http://www.w3.org/2000/01/rdf-schema#label> "Joint Controller" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> <http://www.w3.org/2000/01/rdf-schema#comment> "Retained personal data must be kept up-to-date"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate> <http://www.w3.org/2000/01/rdf-schema#label> "Kept up to date" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The processing of personal data at a large scale of quantity or significant proportions."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Large scale processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "This provides the basis for lawful processing of personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Lawful Basis" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Lawfulness, Fairness, and Transparency" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is provided by legal claims."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims> <http://www.w3.org/2000/01/rdf-schema#label> "Legal Claims" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is covered by legal obligation(s)."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Legal Obligations" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest> <http://www.w3.org/2000/01/rdf-schema#label> "Legitimate Interests" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Legitimate purpose" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#comment> "These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController> <http://www.w3.org/2000/01/rdf-schema#label> "Liability of Joint-Controllers" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data retained should be limited in its use only for the requried processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Limited for processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Whether there is a link between the new and old purposes of processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Lnk between new and old processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis is provided through the data being publicly made available by the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Made Public" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR mandates the recording of data breaches and its effects."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Maintain Record of Breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires the Controller/Processor to maintain adequate records about their processing activities."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> <http://www.w3.org/2000/01/rdf-schema#label> "Maintain records for processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> <http://www.w3.org/2000/01/rdf-schema#comment> "The process or technique of promoting, selling, and distributing a product or service." .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing> <http://www.w3.org/2000/01/rdf-schema#label> "Marketing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> <http://www.w3.org/2000/01/rdf-schema#comment> "The maximum validity for all seals and certifications should be 3 years from the date of issue."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years> <http://www.w3.org/2000/01/rdf-schema#label> "Maximum validty 3 years" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment> <http://www.w3.org/2000/01/rdf-schema#label> "Medical or Diagnostics" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/2000/01/rdf-schema#comment> "The activity or process of overseeing an organisation's compliance."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance> <http://www.w3.org/2000/01/rdf-schema#label> "Monitor Compliance" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity> <http://www.w3.org/2000/01/rdf-schema#comment> "The stated obligation could not be completed as it concerns national security."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity> <http://www.w3.org/2000/01/rdf-schema#label> "National Security" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "The nature of the personal data involved, whether it is sensitive or confidential."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Nature of data involved" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to access personal data should not incur any undue charge levied on the data subject for exercising their right"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess> <http://www.w3.org/2000/01/rdf-schema#label> "No charges levied" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg> <http://www.w3.org/2000/01/rdf-schema#label> "Not-for-profit organisation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent should not be obtained from silence or inactivity of the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Not from silence or inactivity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Not further processed" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subjects were not notified about the data breach because it required disproportionate efforts."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#label> "Notification requires disproportionate efforts" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "Affected data subject's must be notified about the consequences of the data breach."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Notify consequences of breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Notify about DPO" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "Affected data subjects must be notified of the data breach and its effects."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Notify Data Subject of Breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "Affect data subjets must be notified of the measures taken against the data breach."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Notify measures taken" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR. Following the obligations is necessary for compliance."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> <http://www.w3.org/2000/01/rdf-schema#label> "Obligation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Obligation for data collection" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR for obtaining consent"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Obligation for obtaining consent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of getting a data subject's consent."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Obtaining Consent from Data Subject" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController> <http://www.w3.org/2000/01/rdf-schema#comment> "The processor must only act on the intructions provided and documented by the controller"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController> <http://www.w3.org/2000/01/rdf-schema#label> "Only act on Controller instructions" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/2000/01/rdf-schema#comment> "The activity was deemed to be outside the material scope of the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope> <http://www.w3.org/2000/01/rdf-schema#label> "Outside Material Scope" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data means any information relating to an identified or identifiable natural person (\u2018data subject\u2019); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Personal Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/2000/01/rdf-schema#comment> "Point in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/2000/01/rdf-schema#label> "Point" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point> <http://www.w3.org/2004/02/skos/core#example> "gdpr:article27-2 a eli:LegalResourceSubdivision,\n        GDPRtext:Point ;\n    eli:description \"The obligation laid down in paragraph 1 of this Article shall not apply to:\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:article27,\n        gdpr:chapterIV,\n        gdpr:chapterIV-1 ;\n    eli:number \"2\"^^xsd:string ;\n    eli:title_alternative \"Article27(2)\"^^xsd:string ;\n    GDPRtext:hasSubPoint gdpr:article27-2-a,\n        gdpr:article27-2-b ;\n    GDPRtext:isPartOfArticle gdpr:article27 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIV ;\n    GDPRtext:isPartOfSection gdpr:chapterIV-1 ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject> <http://www.w3.org/2000/01/rdf-schema#comment> "The possible consequences of the change in processing for the data subject"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject> <http://www.w3.org/2000/01/rdf-schema#label> "Consequences for data subjects" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> <http://www.w3.org/2000/01/rdf-schema#comment> "A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> <http://www.w3.org/2000/01/rdf-schema#label> "Principle" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/2000/01/rdf-schema#comment> "Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign> <http://www.w3.org/2000/01/rdf-schema#label> "Privacy by Design" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/2002/07/owl#equivalentClass> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/2000/01/rdf-schema#comment> "Processing here refers to an Activity that acts on the Data Subject's personal information."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> <http://www.w3.org/2000/01/rdf-schema#label> "Processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://www.w3.org/2000/01/rdf-schema#comment> "This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals> <http://www.w3.org/2000/01/rdf-schema#label> "Processing affected or vulnerable individuals" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> <http://www.w3.org/2000/01/rdf-schema#label> "Processing is unlawful" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://www.w3.org/2000/01/rdf-schema#comment> "This involves processing involving sensitive personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData> <http://www.w3.org/2000/01/rdf-schema#label> "Processing sensitive data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://www.w3.org/2000/01/rdf-schema#comment> "This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies> <http://www.w3.org/2000/01/rdf-schema#label> "Processing using untested technologies" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://www.w3.org/2000/01/rdf-schema#comment> "A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> <http://www.w3.org/2000/01/rdf-schema#label> "Processor" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#comment> "Signifies the agreement between Controller and Processors for processing of personal data" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#label> "Agreement between Processor and Controller" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR in the context of Processors"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Processor Obligations" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> <http://www.w3.org/2000/01/rdf-schema#comment> "A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative> <http://www.w3.org/2000/01/rdf-schema#label> "Processor Representative" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/2000/01/rdf-schema#comment> "To propogate a data subject's right once they have been exercised to other third parties that are involved through the data subject's personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties> <http://www.w3.org/2000/01/rdf-schema#label> "Propogate rights to Third Parties" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://www.w3.org/2000/01/rdf-schema#comment> "Protection of data subject's personal data  against accidental loss."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss> <http://www.w3.org/2000/01/rdf-schema#label> "Protection against accidental loss" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://www.w3.org/2000/01/rdf-schema#comment> "Protection of data subject's personal data  against damage to the data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage> <http://www.w3.org/2000/01/rdf-schema#label> "Protection against damage" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://www.w3.org/2000/01/rdf-schema#comment> "Protection of data subject's personal data  against destruction of data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction> <http://www.w3.org/2000/01/rdf-schema#label> "Protection against destruction" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Protection of data subject's personal data  against unlawful processing of data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Protection against unlawful processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://www.w3.org/2000/01/rdf-schema#comment> "The processor must provide the controller with the information necessary to demonstrate compliance"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance> <http://www.w3.org/2000/01/rdf-schema#label> "Provide information for compliance" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "The right of data portability requries providing a copy of the data subject's personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Provide copy of Personal Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data that can no longer be attributed to a specific data subject without the use of additional information."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData> <http://www.w3.org/2000/01/rdf-schema#label> "Pseudo-anonymous data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#comment> "Lawful basis is provided by the GDPR as being in the interest of the public"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> <http://www.w3.org/2000/01/rdf-schema#label> "Public Interest" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Purpose Limitation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations over determining the new or changed purposes of processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Purpose of new processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17> <http://www.w3.org/2000/01/rdf-schema#comment> "Related to Regulation (EC) No. 45/2001"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17> <http://www.w3.org/2000/01/rdf-schema#label> "Regulation (EC) No 45/2001" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18> <http://www.w3.org/2000/01/rdf-schema#comment> "Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18> <http://www.w3.org/2000/01/rdf-schema#label> "Personal or Household activity" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19> <http://www.w3.org/2000/01/rdf-schema#comment> "Exempted as it involves areas covered by Directive (EU) 2016/680"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19> <http://www.w3.org/2000/01/rdf-schema#label> "Covered by Directive (EU) 2016/680" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data revealing racial or ethnic origin."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData> <http://www.w3.org/2000/01/rdf-schema#label> "Racial origin data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/2000/01/rdf-schema#comment> "Regulation in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/2000/01/rdf-schema#label> "Regulation" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital> <http://www.w3.org/2004/02/skos/core#example> "gdpr:recital1 a eli:LegalResourceSubdivision,\n        GDPRtext:Recital ;\n    eli:description \"The protection of natural persons in relation to the processing of personal data is a fundamental right. Article\u00A08(1) of the Charter of Fundamental Rights of the European Union (the \u2018Charter\u2019) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"1\"^^xsd:string ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Categories of data subjects and personal data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the categories of recipients the personal data was shared with."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared> <http://www.w3.org/2000/01/rdf-schema#label> "Record categories of recipients" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the cross-border data transfers."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer> <http://www.w3.org/2000/01/rdf-schema#label> "Record cross-border transfers" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the data retention period of personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod> <http://www.w3.org/2000/01/rdf-schema#label> "Record data retention periods" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Record purpose of processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures> <http://www.w3.org/2000/01/rdf-schema#label> "Record security measures" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity that rectifies data" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> <http://www.w3.org/2000/01/rdf-schema#label> "Rectify Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> <http://www.w3.org/2000/01/rdf-schema#comment> "Any inaccuracies or discrepancies in the retained data must be rectified"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy> <http://www.w3.org/2000/01/rdf-schema#label> "Rectify Inaccuracies" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority> <http://www.w3.org/2000/01/rdf-schema#comment> "The authority responsible for regulating data protection laws."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority> <http://www.w3.org/2000/01/rdf-schema#label> "Regulatory Authority" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Any retained personal data must be relevant for subsiquent processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Relevant for processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#comment> "The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> <http://www.w3.org/2000/01/rdf-schema#label> "Report Data Breach" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/2000/01/rdf-schema#comment> "The occurence of a data breach must be reported to the Controller."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController> <http://www.w3.org/2000/01/rdf-schema#label> "Report data breach to Controller" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://www.w3.org/2000/01/rdf-schema#comment> "The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours> <http://www.w3.org/2000/01/rdf-schema#label> "Report breach to DPA within 72 hours" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#comment> "The stated obligation or activity could not be completed as it requires disproportionate efforts to complete."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts> <http://www.w3.org/2000/01/rdf-schema#label> "Requires disproportionate efforts" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://www.w3.org/2000/01/rdf-schema#comment> "Appointing a sub-processor requires the written consent of the controller specifying permission or consent"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor> <http://www.w3.org/2000/01/rdf-schema#label> "Written consent of Controller" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://www.w3.org/2000/01/rdf-schema#comment> "These provide restrictions on cross-border transfers for Processors"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers> <http://www.w3.org/2000/01/rdf-schema#label> "Restrictions on cross-border transfers" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "These are the obligations specified by the GDPR on the retention of personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Data Retention" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "The processor must return or destroy personal data at the end of term (of its agreement with the controller)"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm> <http://www.w3.org/2000/01/rdf-schema#label> "Return or destroy data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability> <http://www.w3.org/2000/01/rdf-schema#label> "Right of Data Portability" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has the right to obtain erasure of their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure> <http://www.w3.org/2000/01/rdf-schema#label> "Right of Erasure" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Right to Access Personal Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to basic information about processing provides data subjects with information about the processing activities involving their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Right to basic information about processing of personal data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has a right to not be evaluated through automated processing"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Right to not be evaluated through automated processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has a right to object to direct marketting based on their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting> <http://www.w3.org/2000/01/rdf-schema#label> "Right to object direct marketting" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has the right to object to processing of their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Right to object processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has a right to recitify their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification> <http://www.w3.org/2000/01/rdf-schema#label> "Right to rectify" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "The data subject has the rights to restrict the processing of their personal data"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Right to restrict processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#comment> "The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency> <http://www.w3.org/2000/01/rdf-schema#label> "Right to Transparency" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/2000/01/rdf-schema#comment> "The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights> <http://www.w3.org/2000/01/rdf-schema#label> "Data Subject's Rights" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection> <http://www.w3.org/2000/01/rdf-schema#comment> "The stated obligation could not be completed as it concerns freedoms protection."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection> <http://www.w3.org/2000/01/rdf-schema#label> "Freedoms protection" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/2000/01/rdf-schema#comment> "A seal pertaining to GDPR compliance"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal> <http://www.w3.org/2000/01/rdf-schema#label> "Seal" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification> <http://www.w3.org/2000/01/rdf-schema#label> "Seals and Certifications" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/2000/01/rdf-schema#comment> "Section in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/2000/01/rdf-schema#label> "Section" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section> <http://www.w3.org/2004/02/skos/core#example> "gdpr:chapterIV-5 a eli:LegalResourceSubdivision,\n        GDPRtext:Section ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:chapterIV ;\n    eli:number \"5\"^^xsd:string ;\n    eli:title \"Codes of conduct and certification\"^^xsd:string ;\n    eli:title_alternative \"Section 5\"^^xsd:string ;\n    GDPRtext:hasArticle gdpr:article40,\n        gdpr:article41,\n        gdpr:article42,\n        gdpr:article43 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIV ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "This activity refers to security of data subject's personal data."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Security of Personal Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#comment> "Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData> <http://www.w3.org/2000/01/rdf-schema#label> "Sensitive Personal Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://www.w3.org/2000/01/rdf-schema#comment> "This activity represents the sharing of data subject's personal data with a third party."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty> <http://www.w3.org/2000/01/rdf-schema#label> "Share Personal Data with Third Party" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat> <http://www.w3.org/2000/01/rdf-schema#comment> "The provided copy of personal data should be in a commonly used format"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat> <http://www.w3.org/2000/01/rdf-schema#label> "Copy should be in a commonly used format" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/2000/01/rdf-schema#comment> "Obtained consent should be in a demonstrable form"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable> <http://www.w3.org/2000/01/rdf-schema#label> "Demonstrable" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://www.w3.org/2000/01/rdf-schema#comment> "Obtained consent should be distinguishable from other related matters (in the context of the process)"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters> <http://www.w3.org/2000/01/rdf-schema#label> "Distinguishable from other matters" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable> <http://www.w3.org/2000/01/rdf-schema#comment> "The provided copy of personal data should be machine readable"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable> <http://www.w3.org/2000/01/rdf-schema#label> "Copy should be in a machine readable format" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured> <http://www.w3.org/2000/01/rdf-schema#comment> "The provided copy of personal data should be structured"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured> <http://www.w3.org/2000/01/rdf-schema#label> "Should be structured" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse> <http://www.w3.org/2000/01/rdf-schema#comment> "The provided copy of personal data should support reuse"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse> <http://www.w3.org/2000/01/rdf-schema#label> "Shoud support reuse" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "GDPR obligation that specifies consent must be specific for it to be valid."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Specific" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented)."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose> <http://www.w3.org/2000/01/rdf-schema#label> "Specified purpose" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/2000/01/rdf-schema#comment> "The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation> <http://www.w3.org/2000/01/rdf-schema#label> "Principle of Storage Limitation" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity where personal data is being stored" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData> <http://www.w3.org/2000/01/rdf-schema#label> "Store Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/2000/01/rdf-schema#comment> "SubPoint in GDPR text" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/2000/01/rdf-schema#label> "SubPoint" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint> <http://www.w3.org/2004/02/skos/core#example> "gdpr:article12-5-b a eli:LegalResourceSubdivision,\n        GDPRtext:SubPoint ;\n    eli:description \"refuse to act on the request.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:article12,\n        gdpr:article12-5,\n        gdpr:chapterIII,\n        gdpr:chapterIII-1 ;\n    eli:number \"b\"^^xsd:string ;\n    eli:title_alternative \"Article12(5)(b)\"^^xsd:string ;\n    GDPRtext:isPartOfArticle gdpr:article12 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIII ;\n    GDPRtext:isPartOfPoint gdpr:article12-5 ;\n    GDPRtext:isPartOfSection gdpr:chapterIII-1 ." .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://www.w3.org/2000/01/rdf-schema#comment> "A sub-processor is a processor acting under another processor."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> <http://www.w3.org/2000/01/rdf-schema#label> "Sub-Processor" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#comment> "Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement> <http://www.w3.org/2000/01/rdf-schema#label> "Follow same terms" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://www.w3.org/2000/01/rdf-schema#comment> "This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring> <http://www.w3.org/2000/01/rdf-schema#label> "Systematic Monitoring" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#comment> "Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing> <http://www.w3.org/2000/01/rdf-schema#label> "Unlawful Processing" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> <http://www.w3.org/2000/01/rdf-schema#comment> "An activity that uses personal data" .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData> <http://www.w3.org/2000/01/rdf-schema#label> "Use Data" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Valid Consent" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#comment> "These are obligations pertaining to the vital interests of the data subjects"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest> <http://www.w3.org/2000/01/rdf-schema#label> "Vital Interests" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent must be obtained through the data subject's voluntary action and should be opt-in and not opt-out or by default."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation> <http://www.w3.org/2000/01/rdf-schema#label> "Voluntary & Opt-in" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> <http://www.w3.org/2000/01/rdf-schema#comment> "The seals and certifications should be a voluntary system of accredition"@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition> <http://www.w3.org/2000/01/rdf-schema#label> "Voluntary accredition" .
+# 
+# http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves> <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent> .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://www.w3.org/2000/01/rdf-schema#comment> "This activity represents the data subject withdrawing given consent."@en .
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent> <http://www.w3.org/2000/01/rdf-schema#label> "Withdrawing Given Consent" .
+# 
+# http://www.w3.org/2004/02/skos/core#Concept
+<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# 
+_:genid1 <http://www.w3.org/2000/01/rdf-schema#comment> "An ontology for representing provenance traces pertainining to GDPR compliance. It uses concepts from GDPRtEXT along with extending PROV and P-Plan."@en .
+_:genid2 <http://www.w3.org/2000/01/rdf-schema#comment> "TEST" .
+_:genid2 <http://www.w3.org/2000/01/rdf-schema#comment> "TEST2" .
+_:genid3 <http://www.w3.org/2000/01/rdf-schema#comment> "TEST" .
+_:genid3 <http://www.w3.org/2000/01/rdf-schema#comment> "TEST2" .
+# Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/

+ 2454 - 0
deliverables/docs/ontology.ttl

@@ -0,0 +1,2454 @@
+@prefix : <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix xml: <http://www.w3.org/XML/1998/namespace> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@base <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> .
+
+<http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT> rdf:type owl:Ontology ;
+                                                               owl:versionIRI <https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl> ;
+                                                               <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit"^^xsd:string ;
+                                                               <http://purl.org/dc/elements/1.1/description> "The General Data Protection Regulation (GDPR) is comprised of several articles, each with points that refer to specific concepts. The general convention of referring to these points and concepts is to quote the specific article or point using a human-readable reference. This ontology provides a way to refer to the points within the GDPR using the EurLex ontology published by the European Publication Office. It also defines the concepts defined, mentioned, and requried by the GDPR using the Simple Knowledge Organization System (SKOS) ontology."^^xsd:string ;
+                                                               <http://purl.org/dc/elements/1.1/title> "GDPRtEXT"^^xsd:string ;
+                                                               <http://purl.org/dc/terms/abstract> "The General Data Protection Regulation (GDPR) defines legal obligations over the use of personal data by organisations. This ontology aims to identify and model such terms and obligations as an OWL vocabulary and to directly link the terms to their occurence, usage, and influence in the GDPR text."^^xsd:string ;
+                                                               <http://purl.org/dc/terms/created> "2017-08-15"^^xsd:date ;
+                                                               <http://purl.org/dc/terms/creator> "http://purl.org/adaptcentre/people/HJP"^^xsd:anyURI ;
+                                                               <http://purl.org/dc/terms/description> "This ontology extends the canonical (official) GDPR text with additional annotations"^^xsd:string ;
+                                                               <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> ;
+                                                               <http://purl.org/dc/terms/modified> "2017-10-01"^^xsd:string ;
+                                                               <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> ;
+                                                               <http://purl.org/dc/terms/source> <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+                                                               <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> ;
+                                                               <http://purl.org/vocab/vann/preferredNamespacePrefix> "gdprtext"^^xsd:string ;
+                                                               <http://purl.org/vocab/vann/preferredNamespaceUri> "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT"^^xsd:string ;
+                                                               rdfs:comment "This is an ontology to represent GDPR text as a set of RDF resources"^^xsd:string ;
+                                                               rdfs:label "GDPR text EXTensions"^^xsd:string ;
+                                                               rdfs:seeAlso <http://purl.org/adaptcentre/openscience/projects/GDPRov/docs> ,
+                                                                            <https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/dataprotection.owl> ,
+                                                                            "Bartolini, C., Muthuri, R., & Santos, C. (2015, November). Using ontologies to model data protection requirements in workflows. In JSAI International Symposium on Artificial Intelligence (pp. 233-248). Springer, Cham."^^rdfs:Literal ;
+                                                               owl:backwardCompatibleWith <https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl> ;
+                                                               owl:priorVersion <https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl> ;
+                                                               owl:versionInfo 0.5 ;
+                                                               <http://xmlns.com/foaf/0.1/homepage> "https://openscience.adaptcentre.ie/projects/GDPRtEXT/"^^xsd:string .
+
+#################################################################
+#    Annotation properties
+#################################################################
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves
+:involves rdf:type owl:AnnotationProperty ;
+          rdfs:comment "It signifies that two concepts are related within the context of the GDPR."^^xsd:string ;
+          rdfs:label "involves"^^xsd:string .
+
+
+###  http://purl.org/dc/terms/abstract
+<http://purl.org/dc/terms/abstract> rdf:type owl:AnnotationProperty .
+
+
+###  http://purl.org/dc/terms/publisher
+<http://purl.org/dc/terms/publisher> rdf:type owl:AnnotationProperty .
+
+
+###  http://purl.org/dc/terms/source
+<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .
+
+
+###  http://purl.org/ontology/bibo/status
+<http://purl.org/ontology/bibo/status> rdf:type owl:AnnotationProperty .
+
+
+###  http://www.linkedmodel.org/schema/vaem#rationale
+<http://www.linkedmodel.org/schema/vaem#rationale> rdf:type owl:AnnotationProperty .
+
+
+###  http://www.w3.org/2004/02/skos/core#example
+<http://www.w3.org/2004/02/skos/core#example> rdf:type owl:AnnotationProperty .
+
+
+###  http://www.w3.org/2004/02/skos/core#prefLabel
+<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .
+
+
+###  http://www.w3.org/2004/02/skos/core#preflabel
+<http://www.w3.org/2004/02/skos/core#preflabel> rdf:type owl:AnnotationProperty .
+
+
+#################################################################
+#    Object Properties
+#################################################################
+
+###  http://data.europa.eu/eli/ontology#has_part
+<http://data.europa.eu/eli/ontology#has_part> rdf:type owl:ObjectProperty ,
+                                                       owl:TransitiveProperty .
+
+
+###  http://data.europa.eu/eli/ontology#is_part_of
+<http://data.europa.eu/eli/ontology#is_part_of> rdf:type owl:ObjectProperty ,
+                                                         owl:TransitiveProperty .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle
+:hasArticle rdf:type owl:ObjectProperty ;
+            rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+            rdf:type owl:FunctionalProperty ;
+            rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+            rdfs:range :Article ;
+            rdfs:comment "indicates the legal resource has the Article"^^xsd:string ;
+            rdfs:label "has Article"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter
+:hasChapter rdf:type owl:ObjectProperty ;
+            rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+            rdf:type owl:FunctionalProperty ;
+            rdfs:domain <http://data.europa.eu/eli/ontology#LegalResource> ;
+            rdfs:range :Chapter ;
+            rdfs:comment "indicates the legal resource has the Chapter"^^xsd:string ;
+            rdfs:label "has Chapter"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation
+:hasCitation rdf:type owl:ObjectProperty ;
+             rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+             rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+             rdfs:range :Citation ;
+             rdfs:comment "indicates that the legal resource has the referenced citation"^^xsd:string ;
+             rdfs:label "has Citation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint
+:hasPoint rdf:type owl:ObjectProperty ;
+          rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+          rdf:type owl:FunctionalProperty ;
+          rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+          rdfs:range :Point ;
+          rdfs:comment "indicates the legal resource has the Point"^^xsd:string ;
+          rdfs:label "has Point"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital
+:hasRecital rdf:type owl:ObjectProperty ;
+            rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+            rdf:type owl:FunctionalProperty ;
+            rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+            rdfs:range :Recital ;
+            rdfs:comment "indicates the legal resource has the Recital"^^xsd:string ;
+            rdfs:label "has Recital"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection
+:hasSection rdf:type owl:ObjectProperty ;
+            rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+            rdf:type owl:FunctionalProperty ;
+            rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+            rdfs:range :Section ;
+            rdfs:comment "indicates the legal resource has the Section"^^xsd:string ;
+            rdfs:label "has Section"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint
+:hasSubPoint rdf:type owl:ObjectProperty ;
+             rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#has_part> ;
+             rdf:type owl:FunctionalProperty ;
+             rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+             rdfs:range :SubPoint ;
+             rdfs:comment "indicates the legal resource has the SubPoint"^^xsd:string ;
+             rdfs:label "has SubPoint"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle
+:isPartOfArticle rdf:type owl:ObjectProperty ;
+                 rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#is_part_of> ;
+                 rdf:type owl:FunctionalProperty ;
+                 rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+                 rdfs:range :Article ;
+                 rdfs:comment "represents a legal resource subdivision to be part of a article"^^xsd:string ;
+                 rdfs:label "is part of Article"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter
+:isPartOfChapter rdf:type owl:ObjectProperty ;
+                 rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#is_part_of> ;
+                 rdf:type owl:FunctionalProperty ;
+                 rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+                 rdfs:range :Chapter ;
+                 rdfs:comment "represents a legal resource subdivision to be part of a chapter"^^xsd:string ;
+                 rdfs:label "is part of Chapter"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint
+:isPartOfPoint rdf:type owl:ObjectProperty ;
+               rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#is_part_of> ;
+               rdf:type owl:FunctionalProperty ;
+               rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+               rdfs:range :Point ;
+               rdfs:comment "represents a legal resource subdivision to be part of a point"^^xsd:string ;
+               rdfs:label "is part of Point"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection
+:isPartOfSection rdf:type owl:ObjectProperty ;
+                 rdfs:subPropertyOf <http://data.europa.eu/eli/ontology#is_part_of> ;
+                 rdf:type owl:FunctionalProperty ;
+                 rdfs:domain <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+                 rdfs:range :Section ;
+                 rdfs:comment "represents a legal resource subdivision to be part of a section"^^xsd:string ;
+                 rdfs:label "is part of Section"^^xsd:string .
+
+
+#################################################################
+#    Classes
+#################################################################
+
+###  http://data.europa.eu/eli/ontology#LegalResource
+<http://data.europa.eu/eli/ontology#LegalResource> rdf:type owl:Class .
+
+
+###  http://data.europa.eu/eli/ontology#LegalResourceSubdivision
+<http://data.europa.eu/eli/ontology#LegalResourceSubdivision> rdf:type owl:Class .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability
+:Accountability rdf:type owl:Class ;
+                rdfs:subClassOf :Principle ;
+                :involves :Compliance ,
+                          :ControllerResponsibility ,
+                          :LawfulBasisForProcessing ,
+                          :Processing ;
+                rdfs:comment "The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR"@en ;
+                rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> ;
+                rdfs:label "Principle of Accountability"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy
+:Accuracy rdf:type owl:Class ;
+          rdfs:subClassOf :Principle ;
+          :involves :EraseData ,
+                    :KeptUpToDate ,
+                    :PersonalData ,
+                    :RectifyData ,
+                    :RectifyInaccuracy ;
+          rdfs:comment "The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay."@en ;
+          rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d> ,
+                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ;
+          rdfs:label "Principle of Accuracy"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested
+:AccuracyIsContested rdf:type owl:Class ;
+                     rdfs:subClassOf :RightToRestrictProcessing ;
+                     :involves :PersonalData ;
+                     rdfs:comment "The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested"@en ;
+                     rdfs:label "Accuracy is contested"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection
+:AccurateCollection rdf:type owl:Class ;
+                    rdfs:subClassOf :ObligationForCollectionOfPersonalData ;
+                    :involves :CollectionOfPersonalData ,
+                              :PersonalData ;
+                    rdfs:comment "This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate."@en ;
+                    rdfs:label "Accurate Collection"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity
+:Activity rdf:type owl:Class ;
+          rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+          rdfs:comment "An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action."@en ;
+          rdfs:label "Activity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing
+:AdequateForProcessing rdf:type owl:Class ;
+                       rdfs:subClassOf :RetentionOfPersonalData ;
+                       :involves :Processing ,
+                                 :StoreData ;
+                       rdfs:comment "Only the personal data adequat for required processing should be maintained"@en ;
+                       rdfs:label "Adequate for processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification
+:AdherenceToSealCertification rdf:type owl:Class ;
+                              rdfs:subClassOf :ConditionsForSealsAndCertifications ;
+                              rdfs:comment "The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR"@en ;
+                              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4> ,
+                                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6> ;
+                              rdfs:label "Adherence"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData
+:AnonymousData rdf:type owl:Class ;
+               rdfs:subClassOf :Data ;
+               :involves :PersonalData ;
+               rdfs:comment "Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it."@en ;
+               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> ;
+               rdfs:label "Anonymous Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors
+:AppointingSubProcessors rdf:type owl:Class ;
+                         rdfs:subClassOf :ProcessorObligation ;
+                         :involves :Processor ,
+                                   :SubProcessor ;
+                         rdfs:comment "These are the obligations for Processors over appointing sub-processors"@en ;
+                         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2> ,
+                                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4> ;
+                         rdfs:label "Appointing Sub-Processors"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors
+:AppointmentOfProcessors rdf:type owl:Class ;
+                         rdfs:subClassOf :Activity ,
+                                         :ControllerObligation ;
+                         :involves :Controller ,
+                                   :Processor ;
+                         rdfs:comment "These are the obligations specified by the GDPR for the appointment of Processors by Controllers."@en ;
+                         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1> ,
+                                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2> ,
+                                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3> ,
+                                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> ;
+                         rdfs:label "Appointment of Processors"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData
+:ArchiveData rdf:type owl:Class ;
+             rdfs:subClassOf :DataActivity ;
+             :involves :PersonalData ;
+             rdfs:comment "An activity where personal data is archived"^^xsd:string ;
+             rdfs:label "Archive Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article
+:Article rdf:type owl:Class ;
+         rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+         rdfs:comment "Article in GDPR text"^^xsd:string ;
+         rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+         rdfs:label "Article"^^xsd:string ;
+         <http://www.w3.org/2004/02/skos/core#example> """gdpr:article10 a eli:LegalResourceSubdivision,
+        GDPRtext:Article ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterII ;
+    eli:number \"10\"^^xsd:string ;
+    eli:title_alternative \"Article 10\"^^xsd:string ;
+    GDPRtext:hasPoint gdpr:article10-1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterII ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights
+:AssistInComplyingWithRights rdf:type owl:Class ;
+                             rdfs:subClassOf :ProcessorObligation ;
+                             :involves :Compliance ,
+                                       :Controller ,
+                                       :Processor ,
+                                       :Rights ;
+                             rdfs:comment "Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time."@en ;
+                             rdfs:label "Assist in complying with rights"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect
+:AutomatedDecisionMakingWithSignificantEffect rdf:type owl:Class ;
+                                              rdfs:subClassOf :AutomatedProcessing ,
+                                                              :FactorsForImpactAssessment ;
+                                              :involves :DataSubject ,
+                                                        :PersonalData ;
+                                              rdfs:comment "This type of processing involves automated processing that does decision making having significant effects on the data subject."@en ,
+                                                           "Automated decision making with significant effect"^^xsd:string ;
+                                              rdfs:label "Automatic decision making with significant effect"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing
+:AutomatedProcessing rdf:type owl:Class ;
+                     rdfs:subClassOf :Processing ;
+                     :involves :PersonalData ;
+                     rdfs:comment "This is automated processing of data subject's personal data."@en ;
+                     rdfs:label "Automated Processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation
+:CanBeWithdrawnEasilyConsentObligation rdf:type owl:Class ;
+                                       rdfs:subClassOf :ObligationForObtainingConsent ;
+                                       :involves :GivenConsent ,
+                                                 :WithdrawingConsent ;
+                                       rdfs:comment "This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it."@en ;
+                                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3> ,
+                                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> ,
+                                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> ;
+                                       rdfs:label "Can be withdrawn easily"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification
+:Certification rdf:type owl:Class ;
+               rdfs:subClassOf :SealsAndCertification ;
+               rdfs:comment "A certification pertaining to GDPR compliance"@en ;
+               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> ;
+               rdfs:label "Certification"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody
+:CertificationBody rdf:type owl:Class ;
+                   rdfs:subClassOf :Entity ;
+                   :involves :Certification ,
+                             :Seal ;
+                   rdfs:comment "A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR."^^xsd:string ;
+                   rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43> ;
+                   rdfs:label "Certification Body"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter
+:Chapter rdf:type owl:Class ;
+         rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+         rdfs:comment "Chapter in GDPR text"^^xsd:string ;
+         rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+         rdfs:label "Chapter"^^xsd:string ;
+         <http://www.w3.org/2004/02/skos/core#example> """gdpr:chapterI a eli:LegalResourceSubdivision,
+        GDPRtext:Chapter ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number \"I\"^^xsd:string ;
+    eli:title \"General provisions\"^^xsd:string ;
+    eli:title_alternative \"Chapter I\"^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article1,
+        gdpr:article2,
+        gdpr:article3,
+        gdpr:article4 ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation
+:Citation rdf:type owl:Class ;
+          rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+          rdfs:comment "Citation in GDPR text"^^xsd:string ;
+          rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+          rdfs:label "Citation"^^xsd:string ;
+          <http://www.w3.org/2004/02/skos/core#example> """gdpr:citation1 a eli:LegalResourceSubdivision,
+        GDPRtext:Citation ;
+    eli:description \"OJ C 229, 31.7.2012, p. 90.\"^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number \"1\"^^xsd:string ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation
+:ClearExplanationOfProcessingConsentObligation rdf:type owl:Class ;
+                                               rdfs:subClassOf :ObligationForObtainingConsent ;
+                                               :involves :Processing ;
+                                               rdfs:comment "Obtaining consent must provide clear explanations of the processing involved over the personal data"@en ;
+                                               rdfs:label "Clear explanation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct
+:CodeOfConduct rdf:type owl:Class ;
+               rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+               rdfs:comment "A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation."@en ;
+               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99> ;
+               rdfs:label "Code of Conduct"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData
+:CollectionOfPersonalData rdf:type owl:Class ;
+                          rdfs:subClassOf :DataActivity ;
+                          :involves :PersonalData ;
+                          rdfs:comment "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."@en ;
+                          rdfs:label "Collection of Personal Data"@en .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance
+:Compliance rdf:type owl:Class ;
+            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+            rdfs:comment "Represents the act of complying with the obligations and actions specified by the GDPR."@en ;
+            rdfs:label "Compliance"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions
+:ComplianceWithControllersInstructions rdf:type owl:Class ;
+                                       rdfs:subClassOf :ProcessorObligation ;
+                                       :involves :Controller ,
+                                                 :Processor ;
+                                       rdfs:comment "The processor has an obligation to comply with the controller's instructions"@en ;
+                                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29> ;
+                                       rdfs:label "Compliance with Controller's instructions"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications
+:ConditionsForSealsAndCertifications rdf:type owl:Class ;
+                                     rdfs:subClassOf :SealsAndCertification ;
+                                     :involves :AdherenceToSealCertification ,
+                                               :MaximumValidity3Years ,
+                                               :VoluntarySystemOfAccredition ;
+                                     rdfs:comment "GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance"@en ;
+                                     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42> ,
+                                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43> ;
+                                     rdfs:label "Awarding Seals and Certifications"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets
+:ConfirmingOrMatchingDatasets rdf:type owl:Class ;
+                              rdfs:subClassOf :FactorsForImpactAssessment ,
+                                              :Processing ;
+                              :involves :PersonalData ;
+                              rdfs:comment "This type of processing involves matching data subject's identity or personal data in different datasets."@en ;
+                              rdfs:label "Confirming or matching datasets"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent
+:Consent rdf:type owl:Class ;
+         rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+         rdfs:comment "Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations."@en ;
+         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> ,
+                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1> ,
+                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ,
+                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40> ;
+         rdfs:label "Consent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity
+:ConsentActivity rdf:type owl:Class ;
+                 rdfs:subClassOf :Activity ;
+                 :involves :Consent ;
+                 rdfs:comment "An activity involving data subject's consent."^^xsd:string ;
+                 rdfs:label "Consent Activity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection
+:ContextOfDataCollection rdf:type owl:Class ;
+                         rdfs:subClassOf :PurposeOfNewProcessing ;
+                         :involves :CollectionOfPersonalData ;
+                         rdfs:comment "The purpose of new processing should take the context of how the original data was collected into consideration"@en ;
+                         rdfs:label "Context of data collection"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject
+:ContractWithDataSubject rdf:type owl:Class ;
+                         rdfs:subClassOf :LawfulBasisForProcessing ;
+                         :involves :DataSubject ;
+                         rdfs:comment "The lawful basis for processing personal data is provided through a contract with the data subject."@en ;
+                         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b> ,
+                                          <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44> ;
+                         rdfs:label "Contract with Data Subject"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller
+:Controller rdf:type owl:Class ;
+            rdfs:subClassOf :Entity ;
+            rdfs:comment "The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data."@en ;
+            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10> ,
+                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7> ,
+                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5> ;
+            rdfs:label "Controller"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability
+:ControllerAccountability rdf:type owl:Class ;
+                          rdfs:subClassOf :ControllerObligation ;
+                          :involves :Controller ;
+                          rdfs:comment "These obligations specify the accountability of the Controller."@en ;
+                          rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> ;
+                          rdfs:label "Controller Accountability"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction
+:ControllerHasTakenAction rdf:type owl:Class ;
+                          rdfs:subClassOf :ExceptionsOnReportingDataSubjectsOfBreach ;
+                          :involves :Controller ,
+                                    :DataBreach ;
+                          rdfs:comment "The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach."@en ;
+                          rdfs:label "Controller has taken action"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation
+:ControllerObligation rdf:type owl:Class ;
+                      rdfs:subClassOf :Obligation ;
+                      :involves :Controller ;
+                      rdfs:comment "These are the obligations specified by the GDPR as being specifically the responsbility of the Controller."@en ;
+                      rdfs:label "Controller Obligation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative
+:ControllerRepresentative rdf:type owl:Class ;
+                          rdfs:subClassOf :Entity ;
+                          :involves :Controller ;
+                          rdfs:comment "A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR."@en ;
+                          rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80> ;
+                          rdfs:label "Controller Representative"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility
+:ControllerResponsibility rdf:type owl:Class ;
+                          rdfs:subClassOf :ControllerObligation ;
+                          :involves :Controller ;
+                          rdfs:comment "These obligations specify the responsiblity of the Controller"@en ;
+                          rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74> ;
+                          rdfs:label "Controller Responsibility"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA
+:CooperateWithDPA rdf:type owl:Class ;
+                  rdfs:subClassOf :ControllerObligation ,
+                                  :ProcessorObligation ;
+                  :involves :DPA ;
+                  rdfs:comment "This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA)."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82> ;
+                  rdfs:label "Co-operate with DPA"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData
+:CriminalData rdf:type owl:Class ;
+              rdfs:subClassOf :SensitivePersonalData ;
+              :involves :DataSubject ;
+              rdfs:comment "Personal data related to criminal convictions and offences."@en ;
+              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97> ;
+              rdfs:label "Crime data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer
+:CrossBorderTransfer rdf:type owl:Class ;
+                     rdfs:subClassOf :DataActivity ,
+                                     :FactorsForImpactAssessment ;
+                     :involves :PersonalData ;
+                     rdfs:comment "Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region."@en ;
+                     rdfs:label "Cross-border Transfer"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA
+:DPA rdf:type owl:Class ;
+     rdfs:subClassOf :Entity ;
+     rdfs:comment "The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws."@en ;
+     rdfs:label "DPA"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO
+:DPO rdf:type owl:Class ;
+     rdfs:subClassOf :Entity ;
+     :involves :Controller ,
+               :MonitorCompliance ,
+               :NotifyDataSubjectAboutDPOForDataBreach ,
+               :Processor ;
+     rdfs:comment "The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR."@en ;
+     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6> ,
+                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39> ;
+     rdfs:label "DPO"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation
+:DPOObligation rdf:type owl:Class ;
+               rdfs:subClassOf :Obligation ;
+               :involves :DPO ;
+               rdfs:comment "These are the obligations specified for the Data Protection Office (DPO) within the  GDPR"@en ;
+               rdfs:label "DPO Obligation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data
+:Data rdf:type owl:Class ;
+      rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+      rdfs:comment "A generic term to refer to Data."@en ;
+      rdfs:label "Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity
+:DataActivity rdf:type owl:Class ;
+              rdfs:subClassOf :Activity ;
+              :involves :PersonalData ;
+              rdfs:comment "An activity involving personal data of data subject(s)."^^xsd:string ;
+              rdfs:label "Data Activity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach
+:DataBreach rdf:type owl:Class ;
+            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+            :involves :PersonalData ;
+            rdfs:comment "A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment."@en ;
+            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12> ;
+            rdfs:label "Data Breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation
+:DataMinimisation rdf:type owl:Class ;
+                  rdfs:subClassOf :Principle ;
+                  :involves :AccurateCollection ,
+                            :ExplicitPurpose ,
+                            :PersonalData ,
+                            :Processing ,
+                            :SpecifiedPurpose ;
+                  rdfs:comment "The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ;
+                  rdfs:label "Principle of Data Minimisation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose
+:DataNoLongerNeededForOriginalPurpose rdf:type owl:Class ;
+                                      rdfs:subClassOf :RightToRestrictProcessing ;
+                                      :involves :CollectionOfPersonalData ,
+                                                :PersonalData ;
+                                      rdfs:comment "The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under"@en ;
+                                      rdfs:label "Data no longer needed for original purpose"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault
+:DataProtectionByDesignAndByDefault rdf:type owl:Class ;
+                                    rdfs:subClassOf :ControllerObligation ;
+                                    :involves :Controller ;
+                                    rdfs:comment "This obligation requires Controllers to follow data protection by design and by default."@en ;
+                                    rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25> ,
+                                                     <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> ;
+                                    rdfs:label "Data protection by design and default"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity
+:DataSecurity rdf:type owl:Class ;
+              rdfs:subClassOf :ControllerObligation ,
+                              :ProcessorObligation ;
+              :involves :Controller ,
+                        :PersonalData ,
+                        :SecurityOfPersonalData ;
+              rdfs:comment "These are obligations regarding security of data managed by the Controllers."@en ;
+              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83> ;
+              rdfs:label "Data Security"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject
+:DataSubject rdf:type owl:Class ;
+             rdfs:subClassOf :Entity ;
+             rdfs:comment "An individual or entity to whom their personal data relates."@en ;
+             rdfs:label "Data Subject"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived
+:DataWasInferredOrDerived rdf:type owl:Class ;
+                          rdfs:subClassOf :ExclusionException ;
+                          :involves :Data ;
+                          rdfs:comment "The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources."@en ;
+                          rdfs:label "Data inferred or derived"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent
+:DemonstratingConsent rdf:type owl:Class ;
+                      rdfs:subClassOf :Activity ,
+                                      :Compliance ;
+                      :involves :GivenConsent ,
+                                :ValidConsent ;
+                      rdfs:comment "The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject's personal information."@en ;
+                      rdfs:label "Demonstrating Consent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing
+:DirectMarketing rdf:type owl:Class ;
+                 rdfs:subClassOf :Marketing ;
+                 :involves :DataSubject ;
+                 rdfs:comment "Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject."^^xsd:string ;
+                 rdfs:label "Direct Marketing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw
+:EmploymentLaw rdf:type owl:Class ;
+               rdfs:subClassOf :LawfulBasisForProcessing ;
+               rdfs:comment "Lawful basis for processing is provided by Employment Law"@en ;
+               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b> ;
+               rdfs:label "Employment Law"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity
+:Entity rdf:type owl:Class ;
+        rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+        rdfs:comment "A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals."@en ;
+        rdfs:label "Entity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData
+:EraseData rdf:type owl:Class ;
+           rdfs:subClassOf :DataActivity ;
+           :involves :PersonalData ;
+           rdfs:comment "An activity that erases data"^^xsd:string ;
+           rdfs:label "Erase Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn
+:EraseWhenConsentWasWithdrawn rdf:type owl:Class ;
+                              rdfs:subClassOf :RightOfErasure ;
+                              :involves :EraseData ,
+                                        :GivenConsent ,
+                                        :WithdrawingConsent ;
+                              rdfs:comment "The right of erasure applies when the data subject withdraws given consent"@en ;
+                              rdfs:label "Erase if conesnt was withdrawn"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose
+:EraseWhenDataIsNoLongerNeededForOriginalPurpose rdf:type owl:Class ;
+                                                 rdfs:subClassOf :RightOfErasure ;
+                                                 :involves :CollectionOfPersonalData ,
+                                                           :EraseData ,
+                                                           :ExplicitPurpose ;
+                                                 rdfs:comment "The right to erasure applies where data is no longer needed for original purposes for which it was collected"@en ;
+                                                 rdfs:label "Erase if no longer needed for original purpose"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject
+:EvaluationOfDataSubject rdf:type owl:Class ;
+                         rdfs:subClassOf :FactorsForImpactAssessment ;
+                         :involves :DataSubject ;
+                         rdfs:comment "Whether the proposed activity involves the evaluation of the data subject."@en ;
+                         rdfs:label "Evaluation of data subjects"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach
+:ExceptionsOnReportingDataSubjectsOfBreach rdf:type owl:Class ;
+                                           rdfs:subClassOf :ExclusionException ;
+                                           :involves :ReportDataBreach ;
+                                           rdfs:comment "Exceptions associated with compliance for reporting data breach to the affected data subjects."@en ;
+                                           rdfs:label "Exceptions on reporting data breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException
+:ExclusionException rdf:type owl:Class ;
+                    rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+                    rdfs:comment "Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations."@en ;
+                    rdfs:label "Exlcusions and Exceptions"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw
+:ExemptedByNationalLaw rdf:type owl:Class ;
+                       rdfs:subClassOf :LawfulBasisForProcessing ;
+                       rdfs:comment "Lawful basis for processing is provided by National Law"@en ;
+                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4> ;
+                       rdfs:label "Exempted by National Law"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity
+:ExemptedWithoutProofOfDataSubjectIdentity rdf:type owl:Class ;
+                                           rdfs:subClassOf :ExclusionException ;
+                                           :involves :IdentificationOfDataSubject ;
+                                           rdfs:comment "The request or activity could not or was not completed because there was no sufficient proof of the data subject's identity."@en ;
+                                           rdfs:label "Exempted without identity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights
+:ExerciseRights rdf:type owl:Class ;
+                rdfs:subClassOf :Activity ;
+                :involves :DataSubject ,
+                          :Rights ;
+                rdfs:comment "The activity represents exercising of rights provided by GDPR by the data subject."@en ;
+                rdfs:label "Exercise Rights"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards
+:ExistenceOfSafeguards rdf:type owl:Class ;
+                       rdfs:subClassOf :PurposeOfNewProcessing ;
+                       :involves :PersonalData ,
+                                 :SecurityOfPersonalData ;
+                       rdfs:comment "The purpose of new processing should take into context the existence of appropriate safeguards"@en ;
+                       rdfs:label "Existence of safeguards"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose
+:ExplicitPurpose rdf:type owl:Class ;
+                 rdfs:subClassOf :ObligationForCollectionOfPersonalData ;
+                 :involves :CollectionOfPersonalData ;
+                 rdfs:comment "This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes."@en ;
+                 rdfs:label "Explicit Purpose"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment
+:FactorsForImpactAssessment rdf:type owl:Class ;
+                            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+                            :involves :ImpactAssessment ;
+                            rdfs:comment "These are the factors stated by the GDPR for Impact Assessment."@en ;
+                            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94> ;
+                            rdfs:label "Factors for Impact Assessment"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection
+:FreedomsProtection rdf:type owl:Class ;
+                    rdfs:subClassOf :ExclusionException ;
+                    rdfs:comment "The stated obligation could not be completed as it concerns rights protection."@en ;
+                    rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> ;
+                    rdfs:label "Rights protection"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation
+:FreelyGivenConsentObligation rdf:type owl:Class ;
+                              rdfs:subClassOf :ValidConsent ;
+                              :involves :GivenConsent ,
+                                        :ObtainingConsent ;
+                              rdfs:comment "GDPR obligation that specifies consent must be freely given by the data subject for it to be valid."@en ;
+                              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4> ,
+                                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+                              rdfs:label "Freely given"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData
+:GeneticData rdf:type owl:Class ;
+             rdfs:subClassOf :SensitivePersonalData ;
+             :involves :DataSubject ;
+             rdfs:comment "Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained."@en ;
+             rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34> ;
+             rdfs:label "Genetic Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent
+:GivenConsent rdf:type owl:Class ;
+              rdfs:subClassOf :Consent ,
+                              :LawfulBasisForProcessing ;
+              :involves :DataSubject ,
+                        :PersonalData ,
+                        :Processing ;
+              rdfs:comment "Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities."@en ;
+              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43> ;
+              rdfs:label "Given Consent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote
+:HarmWasRemote rdf:type owl:Class ;
+               rdfs:subClassOf :ExceptionsOnReportingDataSubjectsOfBreach ;
+               :involves :DataBreach ;
+               rdfs:comment "The data subjects were not notified about the data breach because the harm was deemed to be remote."@en ;
+               rdfs:label "Harm was remote"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData
+:HealthData rdf:type owl:Class ;
+            rdfs:subClassOf :SensitivePersonalData ;
+            :involves :DataSubject ;
+            rdfs:comment "Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status."@en ;
+            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15> ,
+                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35> ,
+                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53> ,
+                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54> ;
+            rdfs:label "Health data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes
+:HistoricStatisticScientificPurposes rdf:type owl:Class ;
+                                     rdfs:subClassOf :LawfulBasisForProcessing ;
+                                     rdfs:comment "Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes."@en ;
+                                     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6> ,
+                                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1> ,
+                                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j> ,
+                                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> ;
+                                     rdfs:label "Historic, Statistical, or Scientific purposes"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing
+:IdentifiableForRequiredProcessing rdf:type owl:Class ;
+                                   rdfs:subClassOf :RetentionOfPersonalData ;
+                                   :involves :IdentificationOfDataSubject ,
+                                             :StoreData ;
+                                   rdfs:comment "Retention of personal data should be identifiable for the requried processing"@en ;
+                                   rdfs:label "Identifiable for required processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject
+:IdentificationOfDataSubject rdf:type owl:Class ;
+                             rdfs:subClassOf :Activity ;
+                             :involves :DataSubject ;
+                             rdfs:comment "Activity where the data subject is explicitly identified through direct or indirect means."^^xsd:string ;
+                             rdfs:label "Identification of Data Subject"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData
+:IfAndWhereControllerIsProcessingData rdf:type owl:Class ;
+                                      rdfs:subClassOf :RightToAccessPersonalData ;
+                                      :involves :Controller ,
+                                                :PersonalData ,
+                                                :Processing ;
+                                      rdfs:comment "The right to access personal data also includes information about whether and where the controller is processing the data subject's personal data"@en ;
+                                      rdfs:label "If and where Controller is processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment
+:ImpactAssessment rdf:type owl:Class ;
+                  rdfs:subClassOf :Activity ;
+                  :involves :FactorsForImpactAssessment ,
+                            :PersonalData ,
+                            :Processing ;
+                  rdfs:comment "The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90> ;
+                  rdfs:label "Impact Assessment"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance
+:ImplementTechnicalMeasuresForCompliance rdf:type owl:Class ;
+                                         rdfs:subClassOf :ControllerResponsibility ;
+                                         :involves :Compliance ,
+                                                   :Controller ;
+                                         rdfs:comment "This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR"@en ;
+                                         rdfs:label "Implement technical measures"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel
+:ImposeConfidentialityObligationOnPersonnel rdf:type owl:Class ;
+                                            rdfs:subClassOf :ProcessorObligation ;
+                                            :involves :Processor ;
+                                            rdfs:comment "The processor must impose confidentiality agreements on its personnel in relation to handling of personal data"@en ;
+                                            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b> ,
+                                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29> ;
+                                            rdfs:label "Impose confidentiality obligations on personnel"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject
+:InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject rdf:type owl:Class ;
+                                                                 rdfs:subClassOf :RightToAccessPersonalData ;
+                                                                 :involves :AutomatedProcessing ,
+                                                                           :DataSubject ;
+                                                                 rdfs:comment "The right to access personal data also includes information about automated processing that has significant effects on the data subject."@en ;
+                                                                 rdfs:label "Information about automated processing with significant effects"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith
+:InfoAboutCategoriesOfRecipientsDataSharedWith rdf:type owl:Class ;
+                                               rdfs:subClassOf :RightToAccessPersonalData ;
+                                               :involves :PersonalData ,
+                                                         :RecordCategoriesOfRecipientsWhereDataShared ,
+                                                         :ShareDataWithThirdParty ;
+                                               rdfs:comment "The right to access personal data also includes information about the categories of recipients the data is shared with."@en ;
+                                               rdfs:label "Information about categories of recipients"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed
+:InfoAboutCatgegoriesOfDataBeingProcessed rdf:type owl:Class ;
+                                          rdfs:subClassOf :RightToAccessPersonalData ;
+                                          :involves :PersonalData ,
+                                                    :Processing ;
+                                          rdfs:comment "The right to access personal data also includes information about categories of data being processed"@en ;
+                                          rdfs:label "Information about categories of data being processed"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights
+:InfoAboutExistenceOfRights rdf:type owl:Class ;
+                            rdfs:subClassOf :RightToAccessPersonalData ;
+                            :involves :Rights ;
+                            rdfs:comment "The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject"@en ;
+                            rdfs:label "Information about rights"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing
+:InfoAboutProcessing rdf:type owl:Class ;
+                     rdfs:subClassOf :RightToAccessPersonalData ;
+                     :involves :PersonalData ,
+                               :Processing ;
+                     rdfs:comment "The right to access personal data also includes information about the processing of personal data of the data subject"@en ;
+                     rdfs:label "Information about processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData
+:InfoAboutSourceOfData rdf:type owl:Class ;
+                       rdfs:subClassOf :RightToAccessPersonalData ;
+                       :involves :CollectionOfPersonalData ,
+                                 :PersonalData ;
+                       rdfs:comment "The right to access personal data also includes information about the source of the personal data"@en ;
+                       rdfs:label "Information about data source"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod
+:InfoAboutStoragePeriod rdf:type owl:Class ;
+                        rdfs:subClassOf :RightToAccessPersonalData ;
+                        :involves :PersonalData ,
+                                  :StoreData ;
+                        rdfs:comment "The right to access personal data also includes information about the storage period of the data subject's personal data"@en ;
+                        rdfs:label "Information about storage period"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw
+:InformControllerOfConflictWithLaw rdf:type owl:Class ;
+                                   rdfs:subClassOf :ProcessorObligation ;
+                                   :involves :Controller ;
+                                   rdfs:comment "In case of conflict with the controller's intructions and the law, the processor must immediately inform the controller of this conflict"@en ;
+                                   rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4> ;
+                                   rdfs:label "Inform Controller of conflict with law"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties
+:InformationAboutThirdParties rdf:type owl:Class ;
+                              rdfs:subClassOf :RightToBasicInformationAboutProcessing ;
+                              :involves :Controller ,
+                                        :Processor ,
+                                        :ShareDataWithThirdParty ;
+                              rdfs:comment "The right to basic information also provides data subject's with information about third parties involved in the processing."@en ;
+                              rdfs:label "Information about third parties"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise
+:InformationShouldBeConcise rdf:type owl:Class ;
+                            rdfs:subClassOf :RightToTransparency ;
+                            :involves :RightToTransparency ;
+                            rdfs:comment "The information provided under the right to transparency should be concise"@en ;
+                            rdfs:label "Concise"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible
+:InformationShouldBeEasilyAccessible rdf:type owl:Class ;
+                                     rdfs:subClassOf :RightToTransparency ;
+                                     :involves :RightToTransparency ;
+                                     rdfs:comment "The information provided under the right to transparency should be easily accessible"@en ;
+                                     rdfs:label "Easily Accessible"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible
+:InformationShouldBeIntelligible rdf:type owl:Class ;
+                                 rdfs:subClassOf :RightToTransparency ;
+                                 :involves :RightToTransparency ;
+                                 rdfs:comment "The information provided under the right to transparency should be intelligible"@en ;
+                                 rdfs:label "Intelligible"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent
+:InformationShouldBeTransparent rdf:type owl:Class ;
+                                rdfs:subClassOf :RightToTransparency ;
+                                :involves :LawfulnessFairnessAndTransparency ,
+                                          :RightToTransparency ;
+                                rdfs:comment "The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)"@en ;
+                                rdfs:label "Transparent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation
+:InformedConsentObligation rdf:type owl:Class ;
+                           rdfs:subClassOf :ValidConsent ;
+                           :involves :DataActivity ,
+                                     :GivenConsent ,
+                                     :ObtainingConsent ,
+                                     :PersonalData ;
+                           rdfs:comment "GDPR obligation that specifies consent must be informed for it be valid."@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> ;
+                           rdfs:label "Informed"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality
+:IntegrityAndConfidentiality rdf:type owl:Class ;
+                             rdfs:subClassOf :Principle ;
+                             :involves :DataSecurity ,
+                                       :PersonalData ,
+                                       :Processing ,
+                                       :ProtectionAgainstAccidentalLoss ,
+                                       :ProtectionAgainstDamage ,
+                                       :ProtectionAgainstDestruction ;
+                             rdfs:comment "The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures."@en ;
+                             rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29> ,
+                                              <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71> ;
+                             rdfs:label "Principle of Integrity and Confidentiality"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible
+:IsImpossible rdf:type owl:Class ;
+              rdfs:subClassOf :ExclusionException ;
+              rdfs:comment "The obligation or activity could not be completed as it was deemed to be impossible."@en ;
+              rdfs:label "Is impossible"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController
+:JointController rdf:type owl:Class ;
+                 rdfs:subClassOf :Controller ;
+                 :involves :Controller ;
+                 rdfs:comment "A joint controller is two or more controllers jointly determine the purposes and means of processing."@en ;
+                 rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26> ,
+                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7> ,
+                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79> ;
+                 rdfs:label "Joint Controller"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate
+:KeptUpToDate rdf:type owl:Class ;
+              rdfs:subClassOf :RetentionOfPersonalData ;
+              :involves :PersonalData ;
+              rdfs:comment "Retained personal data must be kept up-to-date"@en ;
+              rdfs:label "Kept up to date"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing
+:LargeScaleProcessing rdf:type owl:Class ;
+                      rdfs:subClassOf :FactorsForImpactAssessment ,
+                                      :Processing ;
+                      :involves :PersonalData ,
+                                :Processing ;
+                      rdfs:comment "The processing of personal data at a large scale of quantity or significant proportions."@en ;
+                      rdfs:label "Large scale processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing
+:LawfulBasisForProcessing rdf:type owl:Class ;
+                          rdfs:subClassOf :Obligation ;
+                          :involves :Processing ;
+                          rdfs:comment "This provides the basis for lawful processing of personal data."@en ;
+                          rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40> ,
+                                           <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41> ;
+                          rdfs:label "Lawful Basis"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency
+:LawfulnessFairnessAndTransparency rdf:type owl:Class ;
+                                   rdfs:subClassOf :Principle ;
+                                   :involves :Data ,
+                                             :LawfulBasisForProcessing ,
+                                             :Processing ;
+                                   rdfs:comment "The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject."@en ;
+                                   rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a> ,
+                                                    <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ;
+                                   rdfs:label "Principle of Lawfulness, Fairness, and Transparency"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims
+:LegalClaims rdf:type owl:Class ;
+             rdfs:subClassOf :LawfulBasisForProcessing ;
+             rdfs:comment "Lawful basis for processing is provided by legal claims."@en ;
+             rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f> ;
+             rdfs:label "Legal Claims"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation
+:LegalObligation rdf:type owl:Class ;
+                 rdfs:subClassOf :LawfulBasisForProcessing ;
+                 rdfs:comment "Lawful basis for processing is covered by legal obligation(s)."@en ;
+                 rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c> ,
+                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3> ,
+                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45> ;
+                 rdfs:label "Legal Obligations"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest
+:LegitimateInterest rdf:type owl:Class ;
+                    rdfs:subClassOf :LawfulBasisForProcessing ;
+                    :involves :DataSubject ;
+                    rdfs:comment "Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party"@en ;
+                    rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f> ,
+                                     <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47> ,
+                                     <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48> ;
+                    rdfs:label "Legitimate Interests"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose
+:LegitimatePurpose rdf:type owl:Class ;
+                   rdfs:subClassOf :ObligationForCollectionOfPersonalData ;
+                   :involves :CollectionOfPersonalData ;
+                   rdfs:comment "This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes."@en ;
+                   rdfs:label "Legitimate purpose"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController
+:LiabilityOfJointController rdf:type owl:Class ;
+                            rdfs:subClassOf :ControllerObligation ;
+                            :involves :JointController ;
+                            rdfs:comment "These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity."@en ;
+                            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146> ,
+                                             <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79> ;
+                            rdfs:label "Liability of Joint-Controllers"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing
+:LimitedForProcessing rdf:type owl:Class ;
+                      rdfs:subClassOf :RetentionOfPersonalData ;
+                      :involves :PersonalData ,
+                                :Processing ;
+                      rdfs:comment "Personal data retained should be limited in its use only for the requried processing"@en ;
+                      rdfs:label "Limited for processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose
+:LinkBetweenNewAndOldPurpose rdf:type owl:Class ;
+                             rdfs:subClassOf :PurposeOfNewProcessing ;
+                             :involves :Processing ,
+                                       :PurposeOfNewProcessing ;
+                             rdfs:comment "Whether there is a link between the new and old purposes of processing"@en ;
+                             rdfs:label "Lnk between new and old processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject
+:MadePublicByDataSubject rdf:type owl:Class ;
+                         rdfs:subClassOf :LawfulBasisForProcessing ;
+                         :involves :DataSubject ;
+                         rdfs:comment "Lawful basis is provided through the data being publicly made available by the data subject"@en ;
+                         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e> ;
+                         rdfs:label "Made Public"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach
+:MaintainRecordOfBreach rdf:type owl:Class ;
+                        rdfs:subClassOf :ReportDataBreach ;
+                        :involves :DataBreach ;
+                        rdfs:comment "GDPR mandates the recording of data breaches and its effects."@en ;
+                        rdfs:label "Maintain Record of Breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities
+:MaintainRecordsOfProcessingActivities rdf:type owl:Class ;
+                                       rdfs:subClassOf :ControllerObligation ,
+                                                       :ProcessorObligation ;
+                                       :involves :Processing ;
+                                       rdfs:comment "This obligation requires the Controller/Processor to maintain adequate records about their processing activities."@en ;
+                                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30> ,
+                                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2> ,
+                                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82> ,
+                                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89> ;
+                                       rdfs:label "Maintain records for processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing
+:Marketing rdf:type owl:Class ;
+           rdfs:subClassOf :Activity ;
+           rdfs:comment "The process or technique of promoting, selling, and distributing a product or service."^^xsd:string ;
+           rdfs:label "Marketing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years
+:MaximumValidity3Years rdf:type owl:Class ;
+                       rdfs:subClassOf :ConditionsForSealsAndCertifications ;
+                       rdfs:comment "The maximum validity for all seals and certifications should be 3 years from the date of issue."@en ;
+                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7> ;
+                       rdfs:label "Maximum validty 3 years"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment
+:MedicalDiagnosisTreatment rdf:type owl:Class ;
+                           rdfs:subClassOf :LawfulBasisForProcessing ;
+                           :involves :DataSubject ;
+                           rdfs:comment "Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject"@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3> ;
+                           rdfs:label "Medical or Diagnostics"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance
+:MonitorCompliance rdf:type owl:Class ;
+                   rdfs:subClassOf :Activity ,
+                                   :Compliance ,
+                                   :DPOObligation ;
+                   :involves :Obligation ,
+                             :Principle ,
+                             :Rights ;
+                   rdfs:comment "The activity or process of overseeing an organisation's compliance."@en ;
+                   rdfs:label "Monitor Compliance"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity
+:NationalSecurity rdf:type owl:Class ;
+                  rdfs:subClassOf :ExclusionException ;
+                  rdfs:comment "The stated obligation could not be completed as it concerns national security."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> ;
+                  rdfs:label "National Security"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData
+:NatureOfPersonalData rdf:type owl:Class ;
+                      rdfs:subClassOf :PurposeOfNewProcessing ;
+                      :involves :PersonalData ;
+                      rdfs:comment "The nature of the personal data involved, whether it is sensitive or confidential."@en ;
+                      rdfs:label "Nature of data involved"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess
+:NoChargeLeviedForRightToAccess rdf:type owl:Class ;
+                                rdfs:subClassOf :RightToAccessPersonalData ;
+                                :involves :Rights ;
+                                rdfs:comment "The right to access personal data should not incur any undue charge levied on the data subject for exercising their right"@en ;
+                                rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5> ,
+                                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3> ,
+                                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4> ,
+                                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> ;
+                                rdfs:label "No charges levied"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg
+:NotForProfitOrg rdf:type owl:Class ;
+                 rdfs:subClassOf :LawfulBasisForProcessing ;
+                 rdfs:comment "Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations"@en ;
+                 rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d> ;
+                 rdfs:label "Not-for-profit organisation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation
+:NotFromSilenceOrInactivityConsentObligation rdf:type owl:Class ;
+                                             rdfs:subClassOf :ObligationForObtainingConsent ;
+                                             :involves :GivenConsent ;
+                                             rdfs:comment "Consent should not be obtained from silence or inactivity of the data subject"@en ;
+                                             rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+                                             rdfs:label "Not from silence or inactivity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose
+:NotFurtherProcessedThanOriginalPurpose rdf:type owl:Class ;
+                                        rdfs:subClassOf :ObligationForCollectionOfPersonalData ;
+                                        :involves :Processing ;
+                                        rdfs:comment "This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes."@en ;
+                                        rdfs:label "Not further processed"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts
+:NotificationRequiresDisproportionateEfforts rdf:type owl:Class ;
+                                             rdfs:subClassOf :ExceptionsOnReportingDataSubjectsOfBreach ,
+                                                             :RequiresDisproportionateEfforts ;
+                                             :involves :ReportDataBreach ;
+                                             rdfs:comment "The data subjects were not notified about the data breach because it required disproportionate efforts."@en ;
+                                             rdfs:label "Notification requires disproportionate efforts"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach
+:NotifyDataSubjectAboutConsequencesOfDataBreach rdf:type owl:Class ;
+                                                rdfs:subClassOf :NotifyDataSubjectOfBreach ;
+                                                :involves :DataBreach ;
+                                                rdfs:comment "Affected data subject's must be notified about the consequences of the data breach."@en ;
+                                                rdfs:label "Notify consequences of breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach
+:NotifyDataSubjectAboutDPOForDataBreach rdf:type owl:Class ;
+                                        rdfs:subClassOf :NotifyDataSubjectOfBreach ;
+                                        :involves :DataBreach ,
+                                                  :DataSubject ;
+                                        rdfs:comment "Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach."@en ;
+                                        rdfs:label "Notify about DPO"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach
+:NotifyDataSubjectOfBreach rdf:type owl:Class ;
+                           rdfs:subClassOf :ReportDataBreach ;
+                           :involves :DataBreach ,
+                                     :DataSubject ;
+                           rdfs:comment "Affected data subjects must be notified of the data breach and its effects."@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88> ;
+                           rdfs:label "Notify Data Subject of Breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach
+:NotifyDataSubjectOfMeasuresTakenForDataBreach rdf:type owl:Class ;
+                                               rdfs:subClassOf :NotifyDataSubjectOfBreach ;
+                                               :involves :DataBreach ,
+                                                         :DataSubject ;
+                                               rdfs:comment "Affect data subjets must be notified of the measures taken against the data breach."@en ;
+                                               rdfs:label "Notify measures taken"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation
+:Obligation rdf:type owl:Class ;
+            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+            rdfs:comment "These are the obligations specified by the GDPR. Following the obligations is necessary for compliance."@en ;
+            rdfs:label "Obligation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData
+:ObligationForCollectionOfPersonalData rdf:type owl:Class ;
+                                       rdfs:subClassOf :Obligation ;
+                                       :involves :CollectionOfPersonalData ;
+                                       rdfs:comment "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."@en ;
+                                       rdfs:label "Obligation for data collection"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent
+:ObligationForObtainingConsent rdf:type owl:Class ;
+                               rdfs:subClassOf :Obligation ;
+                               :involves :ObtainingConsent ;
+                               rdfs:comment "These are the obligations specified by the GDPR for obtaining consent"@en ;
+                               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+                               rdfs:label "Obligation for obtaining consent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent
+:ObtainingConsent rdf:type owl:Class ;
+                  rdfs:subClassOf :ConsentActivity ;
+                  :involves :DataSubject ,
+                            :GivenConsent ;
+                  rdfs:comment "The act of getting a data subject's consent."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+                  rdfs:label "Obtaining Consent from Data Subject"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController
+:OnlyActOnDocumentedInstructionFromController rdf:type owl:Class ;
+                                              rdfs:subClassOf :ProcessorObligation ;
+                                              :involves :Controller ;
+                                              rdfs:comment "The processor must only act on the intructions provided and documented by the controller"@en ;
+                                              rdfs:label "Only act on Controller instructions"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope
+:OutsideMaterialScope rdf:type owl:Class ;
+                      rdfs:subClassOf :ExclusionException ;
+                      rdfs:comment "The activity was deemed to be outside the material scope of the GDPR."@en ;
+                      rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3> ;
+                      rdfs:label "Outside Material Scope"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData
+:PersonalData rdf:type owl:Class ;
+              rdfs:subClassOf :Data ;
+              :involves :DataSubject ;
+              rdfs:comment "Personal data means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person."@en ;
+              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> ;
+              rdfs:label "Personal Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point
+:Point rdf:type owl:Class ;
+       rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+       rdfs:comment "Point in GDPR text"^^xsd:string ;
+       rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+       rdfs:label "Point"^^xsd:string ;
+       <http://www.w3.org/2004/02/skos/core#example> """gdpr:article27-2 a eli:LegalResourceSubdivision,
+        GDPRtext:Point ;
+    eli:description \"The obligation laid down in paragraph 1 of this Article shall not apply to:\"^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article27,
+        gdpr:chapterIV,
+        gdpr:chapterIV-1 ;
+    eli:number \"2\"^^xsd:string ;
+    eli:title_alternative \"Article27(2)\"^^xsd:string ;
+    GDPRtext:hasSubPoint gdpr:article27-2-a,
+        gdpr:article27-2-b ;
+    GDPRtext:isPartOfArticle gdpr:article27 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV ;
+    GDPRtext:isPartOfSection gdpr:chapterIV-1 ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject
+:PossibleConsequenceForDataSubject rdf:type owl:Class ;
+                                   rdfs:subClassOf :PurposeOfNewProcessing ;
+                                   :involves :DataSubject ;
+                                   rdfs:comment "The possible consequences of the change in processing for the data subject"@en ;
+                                   rdfs:label "Consequences for data subjects"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle
+:Principle rdf:type owl:Class ;
+           rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+           rdfs:comment "A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance"@en ;
+           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2> ;
+           rdfs:label "Principle"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign
+:PrivacyByDesign rdf:type owl:Class ;
+                 rdfs:subClassOf :ControllerObligation ;
+                 rdfs:comment "Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes."@en ;
+                 rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25> ,
+                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> ;
+                 rdfs:label "Privacy by Design"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing
+:Processing rdf:type owl:Class ;
+            owl:equivalentClass :UseData ;
+            rdfs:subClassOf :Activity ;
+            :involves :PersonalData ;
+            rdfs:comment "Processing here refers to an Activity that acts on the Data Subject's personal information."@en ;
+            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2> ;
+            rdfs:label "Processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals
+:ProcessingAffectedVulnerableIndividuals rdf:type owl:Class ;
+                                         rdfs:subClassOf :FactorsForImpactAssessment ,
+                                                         :Processing ;
+                                         :involves :DataSubject ,
+                                                   :PersonalData ;
+                                         rdfs:comment "This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities."@en ;
+                                         rdfs:label "Processing affected or vulnerable individuals"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful
+:ProcessingIsUnlawful rdf:type owl:Class ;
+                      rdfs:subClassOf :RightToRestrictProcessing ;
+                      :involves :PersonalData ,
+                                :UnlawfulProcessing ;
+                      rdfs:comment "The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful"@en ;
+                      rdfs:label "Processing is unlawful"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData
+:ProcessingSensitiveData rdf:type owl:Class ;
+                         rdfs:subClassOf :FactorsForImpactAssessment ,
+                                         :Processing ;
+                         :involves :SensitivePersonalData ;
+                         rdfs:comment "This involves processing involving sensitive personal data."@en ;
+                         rdfs:label "Processing sensitive data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies
+:ProcessingUsingUntestedTechnologies rdf:type owl:Class ;
+                                     rdfs:subClassOf :FactorsForImpactAssessment ,
+                                                     :Processing ;
+                                     :involves :PersonalData ;
+                                     rdfs:comment "This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage."@en ;
+                                     rdfs:label "Processing using untested technologies"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor
+:Processor rdf:type owl:Class ;
+           rdfs:subClassOf :Entity ;
+           :involves :Controller ;
+           rdfs:comment "A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller."@en ;
+           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8> ;
+           rdfs:label "Processor"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement
+:ProcessorControllerAgreement rdf:type owl:Class ;
+                              rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+                              :involves :AppointmentOfProcessors ,
+                                        :Controller ,
+                                        :Processor ;
+                              rdfs:comment "Signifies the agreement between Controller and Processors for processing of personal data"^^xsd:string ;
+                              rdfs:label "Agreement between Processor and Controller"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation
+:ProcessorObligation rdf:type owl:Class ;
+                     rdfs:subClassOf :Obligation ;
+                     :involves :Processor ;
+                     rdfs:comment "These are the obligations specified by the GDPR in the context of Processors"@en ;
+                     rdfs:label "Processor Obligations"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative
+:ProcessorRepresentative rdf:type owl:Class ;
+                         rdfs:subClassOf :Entity ;
+                         :involves :Processor ;
+                         rdfs:comment "A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR."@en ;
+                         rdfs:label "Processor Representative"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties
+:PropogateRightsToThirdParties rdf:type owl:Class ;
+                               rdfs:subClassOf :Activity ,
+                                               :ControllerObligation ,
+                                               :ProcessorObligation ;
+                               :involves :Controller ,
+                                         :Processor ,
+                                         :Rights ;
+                               rdfs:comment "To propogate a data subject's right once they have been exercised to other third parties that are involved through the data subject's personal data."@en ;
+                               rdfs:label "Propogate rights to Third Parties"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss
+:ProtectionAgainstAccidentalLoss rdf:type owl:Class ;
+                                 rdfs:subClassOf :SecurityOfPersonalData ;
+                                 :involves :DataSecurity ,
+                                           :PersonalData ;
+                                 rdfs:comment "Protection of data subject's personal data  against accidental loss."@en ;
+                                 rdfs:label "Protection against accidental loss"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage
+:ProtectionAgainstDamage rdf:type owl:Class ;
+                         rdfs:subClassOf :SecurityOfPersonalData ;
+                         :involves :DataSecurity ,
+                                   :PersonalData ;
+                         rdfs:comment "Protection of data subject's personal data  against damage to the data."@en ;
+                         rdfs:label "Protection against damage"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction
+:ProtectionAgainstDestruction rdf:type owl:Class ;
+                              rdfs:subClassOf :SecurityOfPersonalData ;
+                              :involves :DataSecurity ,
+                                        :PersonalData ;
+                              rdfs:comment "Protection of data subject's personal data  against destruction of data."@en ;
+                              rdfs:label "Protection against destruction"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing
+:ProtectionAgainstUnlawfulProcessing rdf:type owl:Class ;
+                                     rdfs:subClassOf :SecurityOfPersonalData ;
+                                     :involves :DataSecurity ,
+                                               :PersonalData ,
+                                               :UnlawfulProcessing ;
+                                     rdfs:comment "Protection of data subject's personal data  against unlawful processing of data."@en ;
+                                     rdfs:label "Protection against unlawful processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance
+:ProvideControllerWithInfoForCompliance rdf:type owl:Class ;
+                                        rdfs:subClassOf :ProcessorObligation ;
+                                        :involves :Compliance ,
+                                                  :Controller ;
+                                        rdfs:comment "The processor must provide the controller with the information necessary to demonstrate compliance"@en ;
+                                        rdfs:label "Provide information for compliance"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData
+:ProvideCopyOfPersonalData rdf:type owl:Class ;
+                           rdfs:subClassOf :DataActivity ,
+                                           :RightOfDataPortability ;
+                           :involves :PersonalData ;
+                           rdfs:comment "The right of data portability requries providing a copy of the data subject's personal data"@en ;
+                           rdfs:label "Provide copy of Personal Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData
+:PseudoAnonymousData rdf:type owl:Class ;
+                     rdfs:subClassOf :Data ;
+                     :involves :DataSubject ;
+                     rdfs:comment "Personal data that can no longer be attributed to a specific data subject without the use of additional information."@en ;
+                     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78> ;
+                     rdfs:label "Pseudo-anonymous data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest
+:PublicInterest rdf:type owl:Class ;
+                rdfs:subClassOf :LawfulBasisForProcessing ;
+                rdfs:comment "Lawful basis is provided by the GDPR as being in the interest of the public"@en ;
+                rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45> ;
+                rdfs:label "Public Interest"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation
+:PurposeLimitation rdf:type owl:Class ;
+                   rdfs:subClassOf :Principle ;
+                   :involves :ArchiveData ,
+                             :CollectionOfPersonalData ,
+                             :ExplicitPurpose ,
+                             :HistoricStatisticScientificPurposes ,
+                             :LegitimatePurpose ,
+                             :NotFurtherProcessedThanOriginalPurpose ,
+                             :PersonalData ,
+                             :SpecifiedPurpose ;
+                   rdfs:comment "The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes."@en ;
+                   rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b> ,
+                                    <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> ;
+                   rdfs:label "Principle of Purpose Limitation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing
+:PurposeOfNewProcessing rdf:type owl:Class ;
+                        rdfs:subClassOf :LawfulBasisForProcessing ;
+                        :involves :Processing ;
+                        rdfs:comment "These are the obligations over determining the new or changed purposes of processing"@en ;
+                        rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4> ,
+                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> ;
+                        rdfs:label "Purpose of new processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17
+:R17 rdf:type owl:Class ;
+     rdfs:subClassOf :ExclusionException ;
+     rdfs:comment "Related to Regulation (EC) No. 45/2001"@en ;
+     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17> ;
+     rdfs:label "Regulation (EC) No 45/2001"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18
+:R18 rdf:type owl:Class ;
+     rdfs:subClassOf :ExclusionException ;
+     rdfs:comment "Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it."@en ;
+     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18> ;
+     rdfs:label "Personal or Household activity"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19
+:R19 rdf:type owl:Class ;
+     rdfs:subClassOf :ExclusionException ;
+     rdfs:comment "Exempted as it involves areas covered by Directive (EU) 2016/680"@en ;
+     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19> ;
+     rdfs:label "Covered by Directive (EU) 2016/680"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData
+:RacialData rdf:type owl:Class ;
+            rdfs:subClassOf :SensitivePersonalData ;
+            :involves :DataSubject ;
+            rdfs:comment "Personal data revealing racial or ethnic origin."@en ;
+            rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51> ;
+            rdfs:label "Racial origin data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital
+:Recital rdf:type owl:Class ;
+         rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+         rdfs:comment "Regulation in GDPR text"^^xsd:string ;
+         rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+         rdfs:label "Regulation"^^xsd:string ;
+         <http://www.w3.org/2004/02/skos/core#example> """gdpr:recital1 a eli:LegalResourceSubdivision,
+        GDPRtext:Recital ;
+    eli:description \"The protection of natural persons in relation to the processing of personal data is a fundamental right. Article 8(1) of the Charter of Fundamental Rights of the European Union (the ‘Charter’) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her.\"^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number \"1\"^^xsd:string ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData
+:RecordCategoriesOfDataSubjectsAndPersonalData rdf:type owl:Class ;
+                                               rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                                               :involves :DataSubject ,
+                                                         :PersonalData ;
+                                               rdfs:comment "This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities."@en ;
+                                               rdfs:label "Categories of data subjects and personal data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared
+:RecordCategoriesOfRecipientsWhereDataShared rdf:type owl:Class ;
+                                             rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                                             :involves :ShareDataWithThirdParty ;
+                                             rdfs:comment "This obligation requires Controllers to record the categories of recipients the personal data was shared with."@en ;
+                                             rdfs:label "Record categories of recipients"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer
+:RecordCrossBorderDataTransfer rdf:type owl:Class ;
+                               rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                               :involves :CrossBorderTransfer ;
+                               rdfs:comment "This obligation requires Controllers to record the cross-border data transfers."@en ;
+                               rdfs:label "Record cross-border transfers"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod
+:RecordDataRetentionPeriod rdf:type owl:Class ;
+                           rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                           :involves :StoreData ;
+                           rdfs:comment "This obligation requires Controllers to record the data retention period of personal data."@en ;
+                           rdfs:label "Record data retention periods"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing
+:RecordPurposeOfProcessing rdf:type owl:Class ;
+                           rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                           :involves :Processing ;
+                           rdfs:comment "This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent."@en ;
+                           rdfs:label "Record purpose of processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures
+:RecordSecurityMeasures rdf:type owl:Class ;
+                        rdfs:subClassOf :MaintainRecordsOfProcessingActivities ;
+                        :involves :SecurityOfPersonalData ;
+                        rdfs:comment "This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities."@en ;
+                        rdfs:label "Record security measures"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData
+:RectifyData rdf:type owl:Class ;
+             rdfs:subClassOf :DataActivity ;
+             :involves :PersonalData ;
+             rdfs:comment "An activity that rectifies data"^^xsd:string ;
+             rdfs:label "Rectify Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy
+:RectifyInaccuracy rdf:type owl:Class ;
+                   rdfs:subClassOf :RetentionOfPersonalData ;
+                   :involves :PersonalData ;
+                   rdfs:comment "Any inaccuracies or discrepancies in the retained data must be rectified"@en ;
+                   rdfs:label "Rectify Inaccuracies"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority
+:RegulatoryAuthority rdf:type owl:Class ;
+                     rdfs:subClassOf :Entity ;
+                     rdfs:comment "The authority responsible for regulating data protection laws."@en ;
+                     rdfs:label "Regulatory Authority"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing
+:RelevantForProcessing rdf:type owl:Class ;
+                       rdfs:subClassOf :RetentionOfPersonalData ;
+                       :involves :PersonalData ,
+                                 :Processing ;
+                       rdfs:comment "Any retained personal data must be relevant for subsiquent processing"@en ;
+                       rdfs:label "Relevant for processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach
+:ReportDataBreach rdf:type owl:Class ;
+                  rdfs:subClassOf :Activity ,
+                                  :Compliance ,
+                                  :ControllerObligation ;
+                  :involves :DataBreach ,
+                            :MaintainRecordOfBreach ,
+                            :NotifyDataSubjectOfBreach ,
+                            :ReportDataBreachToDPAWithin72Hours ;
+                  rdfs:comment "The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87> ,
+                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88> ;
+                  rdfs:label "Report Data Breach"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController
+:ReportDataBreachToController rdf:type owl:Class ;
+                              rdfs:subClassOf :ProcessorObligation ,
+                                              :ReportDataBreach ;
+                              :involves :Controller ,
+                                        :DataBreach ,
+                                        :Processor ,
+                                        :ReportDataBreach ;
+                              rdfs:comment "The occurence of a data breach must be reported to the Controller."@en ;
+                              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2> ;
+                              rdfs:label "Report data breach to Controller"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours
+:ReportDataBreachToDPAWithin72Hours rdf:type owl:Class ;
+                                    rdfs:subClassOf :ReportDataBreach ;
+                                    :involves :DPA ,
+                                              :DataBreach ;
+                                    rdfs:comment "The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours"@en ;
+                                    rdfs:label "Report breach to DPA within 72 hours"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts
+:RequiresDisproportionateEfforts rdf:type owl:Class ;
+                                 rdfs:subClassOf :ExclusionException ;
+                                 rdfs:comment "The stated obligation or activity could not be completed as it requires disproportionate efforts to complete."@en ;
+                                 rdfs:label "Requires disproportionate efforts"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor
+:RequiresWrittenConsentOfControllerToAppointSubProcessor rdf:type owl:Class ;
+                                                         rdfs:subClassOf :AppointingSubProcessors ;
+                                                         :involves :Consent ,
+                                                                   :Controller ,
+                                                                   :SubProcessor ;
+                                                         rdfs:comment "Appointing a sub-processor requires the written consent of the controller specifying permission or consent"@en ;
+                                                         rdfs:label "Written consent of Controller"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers
+:RestrictionsOnCrossBorderTransfers rdf:type owl:Class ;
+                                    rdfs:subClassOf :ProcessorObligation ;
+                                    :involves :CrossBorderTransfer ,
+                                              :Processor ;
+                                    rdfs:comment "These provide restrictions on cross-border transfers for Processors"@en ;
+                                    rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44> ;
+                                    rdfs:label "Restrictions on cross-border transfers"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData
+:RetentionOfPersonalData rdf:type owl:Class ;
+                         rdfs:subClassOf :Obligation ;
+                         :involves :PersonalData ,
+                                   :StoreData ;
+                         rdfs:comment "These are the obligations specified by the GDPR on the retention of personal data"@en ;
+                         rdfs:label "Data Retention"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm
+:ReturnOrDestroyPersonalDataAtEndTerm rdf:type owl:Class ;
+                                      rdfs:subClassOf :ProcessorObligation ;
+                                      :involves :EraseData ,
+                                                :Processor ,
+                                                :ProcessorControllerAgreement ;
+                                      rdfs:comment "The processor must return or destroy personal data at the end of term (of its agreement with the controller)"@en ;
+                                      rdfs:label "Return or destroy data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability
+:RightOfDataPortability rdf:type owl:Class ;
+                        rdfs:subClassOf :Rights ;
+                        :involves :CollectionOfPersonalData ,
+                                  :DataSubject ,
+                                  :PersonalData ,
+                                  :ProvideCopyOfPersonalData ,
+                                  :ShouldBeCommonlyUsedFormat ,
+                                  :ShouldBeMachineReadable ,
+                                  :ShouldBeStructured ,
+                                  :ShouldSupportReuse ;
+                        rdfs:comment "The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided."@en ;
+                        rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20> ,
+                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68> ,
+                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ;
+                        rdfs:label "Right of Data Portability"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure
+:RightOfErasure rdf:type owl:Class ;
+                rdfs:subClassOf :Rights ;
+                :involves :DataSubject ,
+                          :EraseData ,
+                          :PersonalData ;
+                rdfs:comment "The data subject has the right to obtain erasure of their personal data"@en ;
+                rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66> ,
+                                 <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68> ;
+                rdfs:label "Right of Erasure"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData
+:RightToAccessPersonalData rdf:type owl:Class ;
+                           rdfs:subClassOf :Rights ;
+                           :involves :DataSubject ,
+                                     :PersonalData ,
+                                     :Processing ,
+                                     :ProvideCopyOfPersonalData ;
+                           rdfs:comment "The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it."@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63> ;
+                           rdfs:label "Right to Access Personal Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing
+:RightToBasicInformationAboutProcessing rdf:type owl:Class ;
+                                        rdfs:subClassOf :Rights ;
+                                        :involves :DataSubject ,
+                                                  :Processing ;
+                                        rdfs:comment "The right to basic information about processing provides data subjects with information about the processing activities involving their personal data"@en ;
+                                        rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13> ,
+                                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14> ,
+                                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58> ,
+                                                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60> ;
+                                        rdfs:label "Right to basic information about processing of personal data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing
+:RightToNotBeEvaluatedThroughAutomatedProcessing rdf:type owl:Class ;
+                                                 rdfs:subClassOf :Rights ;
+                                                 :involves :AutomatedProcessing ,
+                                                           :DataSubject ;
+                                                 rdfs:comment "The data subject has a right to not be evaluated through automated processing"@en ;
+                                                 rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22> ,
+                                                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71> ,
+                                                                  <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75> ;
+                                                 rdfs:label "Right to not be evaluated through automated processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting
+:RightToObjectForDirectMarketting rdf:type owl:Class ;
+                                  rdfs:subClassOf :Rights ;
+                                  :involves :DataSubject ,
+                                            :DirectMarketing ;
+                                  rdfs:comment "The data subject has a right to object to direct marketting based on their personal data"@en ;
+                                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3> ,
+                                                   <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70> ;
+                                  rdfs:label "Right to object direct marketting"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing
+:RightToObjectToProcessing rdf:type owl:Class ;
+                           rdfs:subClassOf :Rights ;
+                           :involves :DataSubject ,
+                                     :PersonalData ,
+                                     :Processing ;
+                           rdfs:comment "The data subject has the right to object to processing of their personal data"@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ;
+                           rdfs:label "Right to object processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification
+:RightToRectification rdf:type owl:Class ;
+                      rdfs:subClassOf :Rights ;
+                      :involves :DataSubject ,
+                                :RectifyData ;
+                      rdfs:comment "The data subject has a right to recitify their personal data"@en ;
+                      rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73> ;
+                      rdfs:label "Right to rectify"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing
+:RightToRestrictProcessing rdf:type owl:Class ;
+                           rdfs:subClassOf :Rights ;
+                           :involves :AccuracyIsContested ,
+                                     :DataNoLongerNeededForOriginalPurpose ,
+                                     :DataSubject ,
+                                     :Processing ,
+                                     :ProcessingIsUnlawful ;
+                           rdfs:comment "The data subject has the rights to restrict the processing of their personal data"@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67> ;
+                           rdfs:label "Right to restrict processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency
+:RightToTransparency rdf:type owl:Class ;
+                     rdfs:subClassOf :Rights ;
+                     :involves :Controller ,
+                               :DataSubject ,
+                               :InformationShouldBeConcise ,
+                               :InformationShouldBeEasilyAccessible ,
+                               :InformationShouldBeIntelligible ,
+                               :InformationShouldBeTransparent ,
+                               :LawfulnessFairnessAndTransparency ,
+                               :PersonalData ,
+                               :Processing ;
+                     rdfs:comment "The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner"@en ;
+                     rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58> ,
+                                      <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60> ;
+                     rdfs:label "Right to Transparency"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights
+:Rights rdf:type owl:Class ;
+        rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+        rdfs:comment "The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about."@en ;
+        rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2> ,
+                         <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59> ;
+        rdfs:label "Data Subject's Rights"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection
+:RightsProtection rdf:type owl:Class ;
+                  rdfs:subClassOf :ExclusionException ;
+                  rdfs:comment "The stated obligation could not be completed as it concerns freedoms protection."@en ;
+                  rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16> ;
+                  rdfs:label "Freedoms protection"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal
+:Seal rdf:type owl:Class ;
+      rdfs:subClassOf :SealsAndCertification ;
+      rdfs:comment "A seal pertaining to GDPR compliance"@en ;
+      rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> ,
+                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> ;
+      rdfs:label "Seal"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification
+:SealsAndCertification rdf:type owl:Class ;
+                       rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
+                       :involves :ConditionsForSealsAndCertifications ;
+                       rdfs:comment "GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities"@en ;
+                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81> ;
+                       rdfs:label "Seals and Certifications"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section
+:Section rdf:type owl:Class ;
+         rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+         rdfs:comment "Section in GDPR text"^^xsd:string ;
+         rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+         rdfs:label "Section"^^xsd:string ;
+         <http://www.w3.org/2004/02/skos/core#example> """gdpr:chapterIV-5 a eli:LegalResourceSubdivision,
+        GDPRtext:Section ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterIV ;
+    eli:number \"5\"^^xsd:string ;
+    eli:title \"Codes of conduct and certification\"^^xsd:string ;
+    eli:title_alternative \"Section 5\"^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article40,
+        gdpr:article41,
+        gdpr:article42,
+        gdpr:article43 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData
+:SecurityOfPersonalData rdf:type owl:Class ;
+                        rdfs:subClassOf :Activity ,
+                                        :Obligation ;
+                        :involves :DataSecurity ,
+                                  :PersonalData ;
+                        rdfs:comment "This activity refers to security of data subject's personal data."@en ;
+                        rdfs:label "Security of Personal Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData
+:SensitivePersonalData rdf:type owl:Class ;
+                       rdfs:subClassOf :PersonalData ;
+                       :involves :DataSubject ;
+                       rdfs:comment "Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation."@en ;
+                       rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35> ,
+                                        <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51> ;
+                       rdfs:label "Sensitive Personal Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty
+:ShareDataWithThirdParty rdf:type owl:Class ;
+                         rdfs:subClassOf :DataActivity ;
+                         :involves :Controller ,
+                                   :PersonalData ,
+                                   :Processor ;
+                         rdfs:comment "This activity represents the sharing of data subject's personal data with a third party."@en ;
+                         rdfs:label "Share Personal Data with Third Party"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat
+:ShouldBeCommonlyUsedFormat rdf:type owl:Class ;
+                            rdfs:subClassOf :ProvideCopyOfPersonalData ;
+                            rdfs:comment "The provided copy of personal data should be in a commonly used format"@en ;
+                            rdfs:label "Copy should be in a commonly used format"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable
+:ShouldBeDemonstrable rdf:type owl:Class ;
+                      rdfs:subClassOf :ObligationForObtainingConsent ;
+                      :involves :DemonstratingConsent ,
+                                :GivenConsent ;
+                      rdfs:comment "Obtained consent should be in a demonstrable form"@en ;
+                      rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1> ,
+                                       <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42> ;
+                      rdfs:label "Demonstrable"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters
+:ShouldBeDistinguishableFromOtherMatters rdf:type owl:Class ;
+                                         rdfs:subClassOf :ObligationForObtainingConsent ;
+                                         :involves :GivenConsent ;
+                                         rdfs:comment "Obtained consent should be distinguishable from other related matters (in the context of the process)"@en ;
+                                         rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2> ;
+                                         rdfs:label "Distinguishable from other matters"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable
+:ShouldBeMachineReadable rdf:type owl:Class ;
+                         rdfs:subClassOf :ProvideCopyOfPersonalData ;
+                         rdfs:comment "The provided copy of personal data should be machine readable"@en ;
+                         rdfs:label "Copy should be in a machine readable format"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured
+:ShouldBeStructured rdf:type owl:Class ;
+                    rdfs:subClassOf :ProvideCopyOfPersonalData ;
+                    rdfs:comment "The provided copy of personal data should be structured"@en ;
+                    rdfs:label "Should be structured"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse
+:ShouldSupportReuse rdf:type owl:Class ;
+                    rdfs:subClassOf :ProvideCopyOfPersonalData ;
+                    rdfs:comment "The provided copy of personal data should support reuse"@en ;
+                    rdfs:label "Shoud support reuse"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation
+:SpecificConsentObligation rdf:type owl:Class ;
+                           rdfs:subClassOf :ValidConsent ;
+                           :involves :GivenConsent ;
+                           rdfs:comment "GDPR obligation that specifies consent must be specific for it to be valid."@en ;
+                           rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> ,
+                                            <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+                           rdfs:label "Specific"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose
+:SpecifiedPurpose rdf:type owl:Class ;
+                  rdfs:subClassOf :ObligationForCollectionOfPersonalData ;
+                  :involves :CollectionOfPersonalData ,
+                            :Processing ;
+                  rdfs:comment "This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented)."@en ;
+                  rdfs:label "Specified purpose"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation
+:StorageLimitation rdf:type owl:Class ;
+                   rdfs:subClassOf :Principle ;
+                   :involves :ArchiveData ,
+                             :HistoricStatisticScientificPurposes ,
+                             :IdentifiableForRequiredProcessing ,
+                             :IdentificationOfDataSubject ,
+                             :PersonalData ,
+                             :PublicInterest ,
+                             :StoreData ;
+                   rdfs:comment "The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject."@en ;
+                   rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e> ,
+                                    <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39> ;
+                   rdfs:label "Principle of Storage Limitation"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData
+:StoreData rdf:type owl:Class ;
+           rdfs:subClassOf :DataActivity ;
+           :involves :PersonalData ;
+           rdfs:comment "An activity where personal data is being stored"^^xsd:string ;
+           rdfs:label "Store Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint
+:SubPoint rdf:type owl:Class ;
+          rdfs:subClassOf <http://data.europa.eu/eli/ontology#LegalResourceSubdivision> ;
+          rdfs:comment "SubPoint in GDPR text"^^xsd:string ;
+          rdfs:isDefinedBy <http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679> ;
+          rdfs:label "SubPoint"^^xsd:string ;
+          <http://www.w3.org/2004/02/skos/core#example> """gdpr:article12-5-b a eli:LegalResourceSubdivision,
+        GDPRtext:SubPoint ;
+    eli:description \"refuse to act on the request.\"^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article12,
+        gdpr:article12-5,
+        gdpr:chapterIII,
+        gdpr:chapterIII-1 ;
+    eli:number \"b\"^^xsd:string ;
+    eli:title_alternative \"Article12(5)(b)\"^^xsd:string ;
+    GDPRtext:isPartOfArticle gdpr:article12 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIII ;
+    GDPRtext:isPartOfPoint gdpr:article12-5 ;
+    GDPRtext:isPartOfSection gdpr:chapterIII-1 ."""^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor
+:SubProcessor rdf:type owl:Class ;
+              rdfs:subClassOf :Processor ;
+              :involves :Controller ,
+                        :Processor ;
+              rdfs:comment "A sub-processor is a processor acting under another processor."@en ;
+              rdfs:label "Sub-Processor"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement
+:SubProcessorMustFollowSameTermsAsProcessorControllerAgreement rdf:type owl:Class ;
+                                                               rdfs:subClassOf :AppointingSubProcessors ;
+                                                               :involves :ProcessorControllerAgreement ,
+                                                                         :SubProcessor ;
+                                                               rdfs:comment "Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller."@en ;
+                                                               rdfs:label "Follow same terms"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring
+:SystematicMonitoring rdf:type owl:Class ;
+                      rdfs:subClassOf :Activity ,
+                                      :FactorsForImpactAssessment ;
+                      :involves :Processing ;
+                      rdfs:comment "This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation."@en ;
+                      rdfs:label "Systematic Monitoring"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing
+:UnlawfulProcessing rdf:type owl:Class ;
+                    rdfs:subClassOf :Processing ;
+                    rdfs:comment "Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations"^^xsd:string ;
+                    rdfs:label "Unlawful Processing"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData
+:UseData rdf:type owl:Class ;
+         rdfs:subClassOf :DataActivity ;
+         :involves :PersonalData ;
+         rdfs:comment "An activity that uses personal data"^^xsd:string ;
+         rdfs:label "Use Data"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent
+:ValidConsent rdf:type owl:Class ;
+              rdfs:subClassOf :GivenConsent ,
+                              :ObligationForObtainingConsent ;
+              :involves :FreelyGivenConsentObligation ,
+                        :GivenConsent ,
+                        :InformedConsentObligation ,
+                        :SpecificConsentObligation ;
+              rdfs:comment "Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR."@en ;
+              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7> ,
+                               <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32> ;
+              rdfs:label "Valid Consent"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest
+:VitalInterest rdf:type owl:Class ;
+               rdfs:subClassOf :LawfulBasisForProcessing ;
+               :involves :DataSubject ;
+               rdfs:comment "These are obligations pertaining to the vital interests of the data subjects"@en ;
+               rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c> ,
+                                <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46> ;
+               rdfs:label "Vital Interests"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation
+:VoluntaryOptInConsentObligation rdf:type owl:Class ;
+                                 rdfs:subClassOf :ValidConsent ;
+                                 :involves :GivenConsent ;
+                                 rdfs:comment "Consent must be obtained through the data subject's voluntary action and should be opt-in and not opt-out or by default."@en ;
+                                 rdfs:label "Voluntary & Opt-in"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition
+:VoluntarySystemOfAccredition rdf:type owl:Class ;
+                              rdfs:subClassOf :ConditionsForSealsAndCertifications ;
+                              rdfs:comment "The seals and certifications should be a voluntary system of accredition"@en ;
+                              rdfs:isDefinedBy <http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3> ;
+                              rdfs:label "Voluntary accredition"^^xsd:string .
+
+
+###  http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent
+:WithdrawingConsent rdf:type owl:Class ;
+                    rdfs:subClassOf :ConsentActivity ;
+                    :involves :DataSubject ,
+                              :GivenConsent ;
+                    rdfs:comment "This activity represents the data subject withdrawing given consent."@en ;
+                    rdfs:label "Withdrawing Given Consent"^^xsd:string .
+
+
+###  http://www.w3.org/2004/02/skos/core#Concept
+<http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .
+
+
+[ rdfs:comment "An ontology for representing provenance traces pertainining to GDPR compliance. It uses concepts from GDPRtEXT along with extending PROV and P-Plan."@en
+] .
+
+_:genid2 rdfs:comment "TEST"^^xsd:string ,
+                       "TEST2"^^xsd:string .
+
+_:genid3 rdfs:comment "TEST"^^xsd:string ,
+                       "TEST2"^^xsd:string .
+
+###  Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/

+ 3463 - 0
deliverables/docs/ontology.xml

@@ -0,0 +1,3463 @@
+<?xml version="1.0"?>
+<rdf:RDF xmlns="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#"
+     xml:base="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT"
+     xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:GDPRtEXT="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:terms="http://purl.org/dc/terms/"
+     xmlns:xml="http://www.w3.org/XML/1998/namespace"
+     xmlns:bibo="http://purl.org/ontology/bibo/"
+     xmlns:vann="http://purl.org/vocab/vann/"
+     xmlns:foaf="http://xmlns.com/foaf/0.1/"
+     xmlns:dc="http://purl.org/dc/elements/1.1/">
+    <owl:Ontology rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT">
+        <owl:versionIRI rdf:resource="https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl"/>
+        <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
+        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The General Data Protection Regulation (GDPR) is comprised of several articles, each with points that refer to specific concepts. The general convention of referring to these points and concepts is to quote the specific article or point using a human-readable reference. This ontology provides a way to refer to the points within the GDPR using the EurLex ontology published by the European Publication Office. It also defines the concepts defined, mentioned, and requried by the GDPR using the Simple Knowledge Organization System (SKOS) ontology.</dc:description>
+        <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
+        <terms:abstract rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The General Data Protection Regulation (GDPR) defines legal obligations over the use of personal data by organisations. This ontology aims to identify and model such terms and obligations as an OWL vocabulary and to directly link the terms to their occurence, usage, and influence in the GDPR text.</terms:abstract>
+        <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-15</terms:created>
+        <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/adaptcentre/people/HJP</terms:creator>
+        <terms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</terms:description>
+        <terms:license rdf:datatype="https://w3.org/2001/XMLSchema#anyURI">http://creativecommons.org/licenses/by/4.0/</terms:license>
+        <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2017-10-01</terms:modified>
+        <terms:publisher rdf:resource="http://purl.org/adaptcentre/people/ADAPT"/>
+        <terms:source rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <bibo:status rdf:resource="http://purl.org/ontology/bibo/status/draft"/>
+        <vann:preferredNamespacePrefix rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdprtext</vann:preferredNamespacePrefix>
+        <vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</vann:preferredNamespaceUri>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an ontology to represent GDPR text as a set of RDF resources</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPR text EXTensions</rdfs:label>
+        <rdfs:seeAlso rdf:resource="http://purl.org/adaptcentre/openscience/projects/GDPRov/docs"/>
+        <rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/dataprotection.owl"/>
+        <rdfs:seeAlso rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Bartolini, C., Muthuri, R., &amp; Santos, C. (2015, November). Using ontologies to model data protection requirements in workflows. In JSAI International Symposium on Artificial Intelligence (pp. 233-248). Springer, Cham.</rdfs:seeAlso>
+        <owl:backwardCompatibleWith rdf:resource="https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl"/>
+        <owl:priorVersion rdf:resource="https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl"/>
+        <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.5</owl:versionInfo>
+        <foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://openscience.adaptcentre.ie/projects/GDPRtEXT/</foaf:homepage>
+    </owl:Ontology>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves -->
+
+
+    <owl:AnnotationProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#involves">
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">It signifies that two concepts are related within the context of the GDPR.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">involves</rdfs:label>
+    </owl:AnnotationProperty>
+    
+
+
+    <!-- http://purl.org/dc/terms/abstract -->
+
+
+    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/abstract"/>
+    
+
+
+    <!-- http://purl.org/dc/terms/publisher -->
+
+
+    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
+    
+
+
+    <!-- http://purl.org/dc/terms/source -->
+
+
+    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source"/>
+    
+
+
+    <!-- http://purl.org/ontology/bibo/status -->
+
+
+    <owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>
+    
+
+
+    <!-- http://www.linkedmodel.org/schema/vaem#rationale -->
+
+
+    <owl:AnnotationProperty rdf:about="http://www.linkedmodel.org/schema/vaem#rationale"/>
+    
+
+
+    <!-- http://www.w3.org/2004/02/skos/core#example -->
+
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
+    
+
+
+    <!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
+
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
+    
+
+
+    <!-- http://www.w3.org/2004/02/skos/core#preflabel -->
+
+
+    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#preflabel"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+
+    
+
+
+    <!-- http://data.europa.eu/eli/ontology#has_part -->
+
+
+    <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#has_part">
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://data.europa.eu/eli/ontology#is_part_of -->
+
+
+    <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#is_part_of">
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Article</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Article</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResource"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Chapter</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Chapter</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates that the legal resource has the referenced citation</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Citation</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Point</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Point</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Recital</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Recital</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Section</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Section</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the SubPoint</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has SubPoint</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a article</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Article</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a chapter</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Chapter</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a point</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Point</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection -->
+
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
+        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a section</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Section</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+
+    
+
+
+    <!-- http://data.europa.eu/eli/ontology#LegalResource -->
+
+
+    <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResource"/>
+    
+
+
+    <!-- http://data.europa.eu/eli/ontology#LegalResourceSubdivision -->
+
+
+    <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Accountability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy"/>
+        <rdfs:comment xml:lang="en">The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Accuracy</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accuracy is contested</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accurate Collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">Only the personal data adequat for required processing should be maintained</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Adequate for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Adherence</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Anonymous Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">These are the obligations for Processors over appointing sub-processors</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Appointing Sub-Processors</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR for the appointment of Processors by Controllers.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Appointment of Processors</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity where personal data is archived</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Archive Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:article10 a eli:LegalResourceSubdivision,
+        GDPRtext:Article ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterII ;
+    eli:number &quot;10&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article 10&quot;^^xsd:string ;
+    GDPRtext:hasPoint gdpr:article10-1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterII .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Assist in complying with rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing involves automated processing that does decision making having significant effects on the data subject.</rdfs:comment>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Automated decision making with significant effect</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Automatic decision making with significant effect</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This is automated processing of data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Automated Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent"/>
+        <rdfs:comment xml:lang="en">This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Can be withdrawn easily</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <rdfs:comment xml:lang="en">A certification pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Certification</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Certification Body</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:chapterI a eli:LegalResourceSubdivision,
+        GDPRtext:Chapter ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;I&quot;^^xsd:string ;
+    eli:title &quot;General provisions&quot;^^xsd:string ;
+    eli:title_alternative &quot;Chapter I&quot;^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article1,
+        gdpr:article2,
+        gdpr:article3,
+        gdpr:article4 .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:citation1 a eli:LegalResourceSubdivision,
+        GDPRtext:Citation ;
+    eli:description &quot;OJ C 229, 31.7.2012, p. 90.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;1&quot;^^xsd:string .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Obtaining consent must provide clear explanations of the processing involved over the personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Clear explanation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Code of Conduct</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Collection of Personal Data is an Activity that deals with acquiring data subject&apos;s personal data through some model of interaction.</rdfs:comment>
+        <rdfs:label xml:lang="en">Collection of Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Represents the act of complying with the obligations and actions specified by the GDPR.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The processor has an obligation to comply with the controller&apos;s instructions</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Compliance with Controller&apos;s instructions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition"/>
+        <rdfs:comment xml:lang="en">GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Awarding Seals and Certifications</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing involves matching data subject&apos;s identity or personal data in different datasets.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Confirming or matching datasets</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity involving data subject&apos;s consent.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Consent Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The purpose of new processing should take the context of how the original data was collected into consideration</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Context of data collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The lawful basis for processing personal data is provided through a contract with the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Contract with Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These obligations specify the accountability of the Controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller Accountability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller has taken action</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR as being specifically the responsbility of the Controller.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller Representative</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These obligations specify the responsiblity of the Controller</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Controller Responsibility</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA"/>
+        <rdfs:comment xml:lang="en">This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA).</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Co-operate with DPA</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data related to criminal convictions and offences.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Crime data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Cross-border Transfer</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DPA</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DPO</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified for the Data Protection Office (DPO) within the  GDPR</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">DPO Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A generic term to refer to Data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity involving personal data of data subject(s).</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose"/>
+        <rdfs:comment xml:lang="en">The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Data Minimisation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data no longer needed for original purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to follow data protection by design and by default.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data protection by design and default</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">These are obligations regarding security of data managed by the Controllers.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Security</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">An individual or entity to whom their personal data relates.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <rdfs:comment xml:lang="en">The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data inferred or derived</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <rdfs:comment xml:lang="en">The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject&apos;s personal information.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Demonstrating Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Direct Marketing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by Employment Law</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Employment Law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Entity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity that erases data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erase Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent"/>
+        <rdfs:comment xml:lang="en">The right of erasure applies when the data subject withdraws given consent</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erase if conesnt was withdrawn</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <rdfs:comment xml:lang="en">The right to erasure applies where data is no longer needed for original purposes for which it was collected</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Erase if no longer needed for original purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Whether the proposed activity involves the evaluation of the data subject.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Evaluation of data subjects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">Exceptions associated with compliance for reporting data breach to the affected data subjects.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Exceptions on reporting data breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Exlcusions and Exceptions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by National Law</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Exempted by National Law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <rdfs:comment xml:lang="en">The request or activity could not or was not completed because there was no sufficient proof of the data subject&apos;s identity.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Exempted without identity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The activity represents exercising of rights provided by GDPR by the data subject.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Exercise Rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The purpose of new processing should take into context the existence of appropriate safeguards</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Existence of safeguards</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Explicit Purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment"/>
+        <rdfs:comment xml:lang="en">These are the factors stated by the GDPR for Impact Assessment.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Factors for Impact Assessment</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns rights protection.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rights protection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be freely given by the data subject for it to be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Freely given</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Genetic Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Given Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because the harm was deemed to be remote.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harm was remote</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Health data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Historic, Statistical, or Scientific purposes</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">Retention of personal data should be identifiable for the requried processing</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Identifiable for required processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Activity where the data subject is explicitly identified through direct or indirect means.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Identification of Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about whether and where the controller is processing the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">If and where Controller is processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Impact Assessment</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Implement technical measures</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The processor must impose confidentiality agreements on its personnel in relation to handling of personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Impose confidentiality obligations on personnel</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about automated processing that has significant effects on the data subject.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about automated processing with significant effects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the categories of recipients the data is shared with.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about categories of recipients</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about categories of data being processed</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about categories of data being processed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the processing of personal data of the data subject</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the source of the personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about data source</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the storage period of the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about storage period</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">In case of conflict with the controller&apos;s intructions and the law, the processor must immediately inform the controller of this conflict</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Inform Controller of conflict with law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">The right to basic information also provides data subject&apos;s with information about third parties involved in the processing.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Information about third parties</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be concise</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Concise</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be easily accessible</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Easily Accessible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be intelligible</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Intelligible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Transparent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be informed for it be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Informed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction"/>
+        <rdfs:comment xml:lang="en">The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Integrity and Confidentiality</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The obligation or activity could not be completed as it was deemed to be impossible.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Is impossible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A joint controller is two or more controllers jointly determine the purposes and means of processing.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Joint Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Retained personal data must be kept up-to-date</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Kept up to date</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The processing of personal data at a large scale of quantity or significant proportions.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Large scale processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This provides the basis for lawful processing of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lawful Basis</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Lawfulness, Fairness, and Transparency</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by legal claims.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Legal Claims</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is covered by legal obligation(s).</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Legal Obligations</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Legitimate Interests</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Legitimate purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController"/>
+        <rdfs:comment xml:lang="en">These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Liability of Joint-Controllers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Personal data retained should be limited in its use only for the requried processing</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Limited for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <rdfs:comment xml:lang="en">Whether there is a link between the new and old purposes of processing</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Lnk between new and old processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided through the data being publicly made available by the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Made Public</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">GDPR mandates the recording of data breaches and its effects.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Maintain Record of Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation requires the Controller/Processor to maintain adequate records about their processing activities.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Maintain records for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The process or technique of promoting, selling, and distributing a product or service.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Marketing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The maximum validity for all seals and certifications should be 3 years from the date of issue.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Maximum validty 3 years</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Medical or Diagnostics</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The activity or process of overseeing an organisation&apos;s compliance.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Monitor Compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns national security.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">National Security</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The nature of the personal data involved, whether it is sensitive or confidential.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Nature of data involved</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The right to access personal data should not incur any undue charge levied on the data subject for exercising their right</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">No charges levied</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not-for-profit organisation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Consent should not be obtained from silence or inactivity of the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not from silence or inactivity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Not further processed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because it required disproportionate efforts.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Notification requires disproportionate efforts</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">Affected data subject&apos;s must be notified about the consequences of the data breach.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Notify consequences of breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Notify about DPO</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affected data subjects must be notified of the data breach and its effects.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Notify Data Subject of Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affect data subjets must be notified of the measures taken against the data breach.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Notify measures taken</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR. Following the obligations is necessary for compliance.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">Collection of Personal Data is an Activity that deals with acquiring data subject&apos;s personal data through some model of interaction.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obligation for data collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR for obtaining consent</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obligation for obtaining consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">The act of getting a data subject&apos;s consent.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Obtaining Consent from Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">The processor must only act on the intructions provided and documented by the controller</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Only act on Controller instructions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The activity was deemed to be outside the material scope of the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Outside Material Scope</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:article27-2 a eli:LegalResourceSubdivision,
+        GDPRtext:Point ;
+    eli:description &quot;The obligation laid down in paragraph 1 of this Article shall not apply to:&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article27,
+        gdpr:chapterIV,
+        gdpr:chapterIV-1 ;
+    eli:number &quot;2&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article27(2)&quot;^^xsd:string ;
+    GDPRtext:hasSubPoint gdpr:article27-2-a,
+        gdpr:article27-2-b ;
+    GDPRtext:isPartOfArticle gdpr:article27 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV ;
+    GDPRtext:isPartOfSection gdpr:chapterIV-1 .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The possible consequences of the change in processing for the data subject</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Consequences for data subjects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:comment xml:lang="en">Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Privacy by Design</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">
+        <owl:equivalentClass rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Processing here refers to an Activity that acts on the Data Subject&apos;s personal information.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing affected or vulnerable individuals</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing is unlawful</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <rdfs:comment xml:lang="en">This involves processing involving sensitive personal data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing sensitive data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing using untested technologies</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processor</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Signifies the agreement between Controller and Processors for processing of personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Agreement between Processor and Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR in the context of Processors</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processor Obligations</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processor Representative</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">To propogate a data subject&apos;s right once they have been exercised to other third parties that are involved through the data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Propogate rights to Third Parties</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against accidental loss.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protection against accidental loss</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against damage to the data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protection against damage</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against destruction of data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protection against destruction</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against unlawful processing of data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Protection against unlawful processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">The processor must provide the controller with the information necessary to demonstrate compliance</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Provide information for compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The right of data portability requries providing a copy of the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Provide copy of Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data that can no longer be attributed to a specific data subject without the use of additional information.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pseudo-anonymous data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided by the GDPR as being in the interest of the public</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Public Interest</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose"/>
+        <rdfs:comment xml:lang="en">The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Purpose Limitation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">These are the obligations over determining the new or changed purposes of processing</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Purpose of new processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17 -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Related to Regulation (EC) No. 45/2001</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation (EC) No 45/2001</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18 -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Personal or Household activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19 -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Exempted as it involves areas covered by Directive (EU) 2016/680</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Covered by Directive (EU) 2016/680</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data revealing racial or ethnic origin.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Racial origin data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:recital1 a eli:LegalResourceSubdivision,
+        GDPRtext:Recital ;
+    eli:description &quot;The protection of natural persons in relation to the processing of personal data is a fundamental right. Article 8(1) of the Charter of Fundamental Rights of the European Union (the ‘Charter’) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;1&quot;^^xsd:string .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Categories of data subjects and personal data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the categories of recipients the personal data was shared with.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Record categories of recipients</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the cross-border data transfers.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Record cross-border transfers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the data retention period of personal data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Record data retention periods</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Record purpose of processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Record security measures</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity that rectifies data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rectify Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Any inaccuracies or discrepancies in the retained data must be rectified</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rectify Inaccuracies</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The authority responsible for regulating data protection laws.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulatory Authority</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Any retained personal data must be relevant for subsiquent processing</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Relevant for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours"/>
+        <rdfs:comment xml:lang="en">The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Report Data Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">The occurence of a data breach must be reported to the Controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Report data breach to Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Report breach to DPA within 72 hours</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation or activity could not be completed as it requires disproportionate efforts to complete.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Requires disproportionate efforts</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">Appointing a sub-processor requires the written consent of the controller specifying permission or consent</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Written consent of Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These provide restrictions on cross-border transfers for Processors</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Restrictions on cross-border transfers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR on the retention of personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Retention</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement"/>
+        <rdfs:comment xml:lang="en">The processor must return or destroy personal data at the end of term (of its agreement with the controller)</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Return or destroy data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right of Data Portability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to obtain erasure of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right of Erasure</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to Access Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to basic information about processing provides data subjects with information about the processing activities involving their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to basic information about processing of personal data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to not be evaluated through automated processing</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to not be evaluated through automated processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to object to direct marketting based on their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to object direct marketting</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to object to processing of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to object processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to recitify their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to rectify</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful"/>
+        <rdfs:comment xml:lang="en">The data subject has the rights to restrict the processing of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to restrict processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Right to Transparency</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Data Subject&apos;s Rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns freedoms protection.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Freedoms protection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <rdfs:comment xml:lang="en">A seal pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Seal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Seals and Certifications</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:chapterIV-5 a eli:LegalResourceSubdivision,
+        GDPRtext:Section ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterIV ;
+    eli:number &quot;5&quot;^^xsd:string ;
+    eli:title &quot;Codes of conduct and certification&quot;^^xsd:string ;
+    eli:title_alternative &quot;Section 5&quot;^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article40,
+        gdpr:article41,
+        gdpr:article42,
+        gdpr:article43 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This activity refers to security of data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Security of Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person&apos;s sex life or sexual orientation.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sensitive Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">This activity represents the sharing of data subject&apos;s personal data with a third party.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Share Personal Data with Third Party</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be in a commonly used format</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Copy should be in a commonly used format</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Obtained consent should be in a demonstrable form</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Demonstrable</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Obtained consent should be distinguishable from other related matters (in the context of the process)</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Distinguishable from other matters</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be machine readable</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Copy should be in a machine readable format</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be structured</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Should be structured</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should support reuse</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Shoud support reuse</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be specific for it to be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Specific</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented).</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Specified purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Principle of Storage Limitation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity where personal data is being stored</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Store Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
+        <skos:example rdf:datatype="http://www.w3.org/2001/XMLSchema#string">gdpr:article12-5-b a eli:LegalResourceSubdivision,
+        GDPRtext:SubPoint ;
+    eli:description &quot;refuse to act on the request.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article12,
+        gdpr:article12-5,
+        gdpr:chapterIII,
+        gdpr:chapterIII-1 ;
+    eli:number &quot;b&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article12(5)(b)&quot;^^xsd:string ;
+    GDPRtext:isPartOfArticle gdpr:article12 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIII ;
+    GDPRtext:isPartOfPoint gdpr:article12-5 ;
+    GDPRtext:isPartOfSection gdpr:chapterIII-1 .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">A sub-processor is a processor acting under another processor.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sub-Processor</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Follow same terms</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Systematic Monitoring</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Unlawful Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">An activity that uses personal data</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Use Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation"/>
+        <rdfs:comment xml:lang="en">Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Valid Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">These are obligations pertaining to the vital interests of the data subjects</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Vital Interests</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Consent must be obtained through the data subject&apos;s voluntary action and should be opt-in and not opt-out or by default.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Voluntary &amp; Opt-in</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The seals and certifications should be a voluntary system of accredition</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3"/>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Voluntary accredition</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent -->
+
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">This activity represents the data subject withdrawing given consent.</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Withdrawing Given Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/2004/02/skos/core#Concept -->
+
+
+    <owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdf:Description>
+        <rdfs:comment xml:lang="en">An ontology for representing provenance traces pertainining to GDPR compliance. It uses concepts from GDPRtEXT along with extending PROV and P-Plan.</rdfs:comment>
+    </rdf:Description>
+    <rdf:Description rdf:nodeID="_:genid2">
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TEST</rdfs:comment>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TEST2</rdfs:comment>
+    </rdf:Description>
+    <rdf:Description rdf:nodeID="_:genid3">
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TEST</rdfs:comment>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TEST2</rdfs:comment>
+    </rdf:Description>
+</rdf:RDF>
+
+
+
+<!-- Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/ -->
+
+

+ 20 - 0
deliverables/docs/provenance/provenance-en.html

@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ 
+  </head> 
+
+<body>
+<div class="head">
+<h1>Provenance for GDPRtEXT Documentation (https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl)</h1>
+<ul>
+	<li>Ontology created by: :
+ Harshvardhan J. Pandit (), http://purl.org/adaptcentre/people/HJP (),</li><li>https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl is a specialization of the generic URI http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</li>
+<li>https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl is a revision of the previous version https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl</li>
+<li>The ontology documentation was the result of using the <a href="https://github.com/dgarijo/Widoco">Widoco tool</a> (which itself uses <a href="http://www.essepuntato.it/lode/">LODE</a> for generating the crossreference section).</li>
+<li>The documentation was generated at 2017-10-01</ul>
+</div>
+<p>back to <a href="..\index-en.html">documentation</a>. <a href="provenance-en.ttl">TTL format</a></p></div>
+</body> 
+</html>

+ 13 - 0
deliverables/docs/provenance/provenance-en.ttl

@@ -0,0 +1,13 @@
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix dc: <http://purl.org/dc/terms/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+<https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.5.owl> a prov:Entity;
+	 dc:title "GDPRtEXT";
+	 prov:wasAttributedTo [ a prov:Agent; foaf:name "Harshvardhan J. Pandit".];
+	 prov:wasAttributedTo <http://purl.org/adaptcentre/people/HJP>;
+	 dc:creator <http://purl.org/adaptcentre/people/HJP>;
+	 prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
+	 prov:specializationOf <http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT>;
+	 prov:wasRevisionOf <https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl>;
+	 prov:wasGeneratedAt "2017-10-01";
+.

+ 34 - 0
deliverables/docs/readme.md

@@ -0,0 +1,34 @@
+About Widoco output
+===================
+The purpose of Widoco is to reuse and integrate existing tools for documentation, plus the set of features listed below:
+* Separation of the sections of your html page so you can write them independently and replace only those needed.
+* Automatic annotation in RDF-a of the html produced.
+* Association of a provenance page which includes the history of your vocabulary (W3C PROV-O compliant).
+* Metadata extraction from the ontology plus the means to complete it on the fly when generating your ontology.
+* Guidelines on the main sections that your document should have and how to complete them.
+
+Widoco will create 3 different folders:
+|
+|-provenance (a folder including an html and RDF serialization of how the documentation page was created)
+|-resources (folder with the different resources)
+|-sections (folder with the different sections of the documentation, separated for easy editing. Just edit one and the main page will be updated)
+
+Completing ontology metadata.
+===================
+Widoco uses the ontology metadata to update a configuration file. If you complete that configuration file (ended up widoco.conf), the tool will enhance your html with additional details, such as how to cite the document, previous revisions, icons with the licence, etc.
+
+Browser issues
+==========
+The result of executing Widoco is an html file. We have tested it in Mozilla, IE and Chrome, and when the page is stored in a server all the browsers work correctly. If you view the file locally, we recommend you to use Mozilla Firefox (or Internet Explorer, if you must). Google Chrome will not show the contents correctly, as it doesn't allow  XMLHttpRequest without HTTP. If you want to view the page locally with Google Chrome you have two possibilities:
+
+a) Place the file in a server and access it via its URL (for example, put it in dropbox and access through its public url).
+
+b) Execute Chrome with the following commands :
+
+(WIN) chrome.exe --allow-file-access-from-files,
+
+(OSX) open /Applications/Google\ Chrome.app/ --args --allow-file-access-from-files
+
+(UNX) /usr/bin/google-chrome --allow-file-access-from-files
+
+Do you have a problem? open an issue at https://github.com/dgarijo/Widoco

+ 124 - 0
deliverables/docs/resources/extra.css

@@ -0,0 +1,124 @@
+body {
+    text-align: justify;    
+}
+
+h1 {
+    line-height: 110%;    
+}
+
+.hlist {
+    border: 1px solid navy;
+    padding:5px;
+    background-color: #F4FFFF; 
+}
+
+.hlist li {
+    display: inline;
+    display: inline-table;
+    list-style-type: none;
+    padding-right: 20px;
+    
+}
+
+.entity {
+    border: 1px solid navy;
+    margin:5px 0px 5px 0px;
+    padding: 5px;    
+}
+
+.type-c {
+    cursor:help;
+    color:orange;
+}
+
+.type-op {
+    cursor:help;
+    color:navy;    
+}
+
+.type-dp {
+    cursor:help;
+    color:green;    
+}
+
+.type-ap {
+    cursor:help;
+    color:maroon;    
+}
+
+.type-ni {
+    cursor:help;
+    color:brown;    
+}
+
+.logic {
+    color:purple;
+    font-weight:bold;    
+}
+
+h3 {
+    margin-top: 3px;
+    padding-bottom: 5px;
+	border-bottom: 1px solid navy;
+}
+
+h2 {
+    margin-top:40px;    
+}
+
+.dotted {
+    border-bottom: 1px dotted gray;
+}
+
+dt {
+    margin-top:5px;
+}
+
+.description {
+    border-top: 1px dashed gray;
+    border-bottom: 1px dashed gray;
+    background-color: rgb(242, 243, 244);
+    margin-top:5px;
+    padding-bottom:5px;
+}
+
+.description dl {
+    background-color: rgb(242, 243, 244);
+}
+
+.description ul {
+    padding-left: 12px;
+    margin-top: 0px;
+}
+
+.backlink {
+    font-size:10pt;
+    text-align:right;
+    float:right;
+    color:black;
+    padding: 2px;
+    border: 1px dotted navy;
+    background-color: #F4FFFF;
+}
+
+.imageblock {
+	text-align: center;
+}
+
+.imageblock img {
+	border:1px solid gray;
+}
+
+.endnote {
+	margin-top: 40px;
+	border-top: 1px solid gray;
+	padding-top: 10px;
+	text-align: center;
+	color:gray;
+	font-size:70%;
+}
+
+.literal {
+    color:green;
+    font-style:italic;
+}

File diff suppressed because it is too large
+ 15 - 0
deliverables/docs/resources/jquery.js


File diff suppressed because it is too large
+ 5 - 0
deliverables/docs/resources/marked.min.js


+ 248 - 0
deliverables/docs/resources/owl.css

@@ -0,0 +1,248 @@
+.RFC2119 {
+  text-transform: lowercase;
+  font-style: italic;
+}
+.nonterminal {
+    font-weight: bold;
+    font-family: sans-serif;
+    font-size: 95%;
+}
+#abstract br {
+   /* doesn't work right SOMETIMES 
+   margin-bottom: 1em;   */
+}
+.name {
+    font-family: monospace;
+}
+.buttonpanel {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dotted black; 
+}
+.grammar {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    font-family: monospace;
+}
+.image {
+    text-align: center;
+}
+.centered {
+    text-align: center;
+    padding-top: 4ex;
+    padding-bottom: 4ex;
+}
+.centered table {
+    margin: 0 auto;
+    text-align: left;
+}
+.caption {
+    font-weight: bold;
+}
+.indent {
+    margin-left: 20px;
+}
+.atrisknote {
+    padding: 5px;
+    margin-top: 10px;
+    margin-bottom: 10px;
+    border: solid 2px blue;
+    background-color: #FFA;
+}
+.atrisknotehead {
+    font-style: italic;	
+}
+
+/* Stying the examples. */
+
+.anexample:before {
+    content: "Example:";
+    font-family: sans-serif;
+    font-size: 1.6ex;
+    font-weight: bold;
+}
+.anexample {
+    margin-top: 1ex;
+    margin-bottom: 1ex;
+    padding-left: 1ex;
+    padding-right: 1ex;
+    padding-top: 1ex;
+    padding-bottom: 0.6ex;
+    border: 1px dashed #2f6fab;
+    background-color: #f9f9f9;
+}
+.anexample table {
+    background-color: #f9f9f9;
+}
+
+/* Styling the parts in the functional-style syntax. */
+
+div.fss {
+    margin-top: 10px; 
+    margin-bottom: 10px; 
+    margin-left: 20px; 
+    margin-right: 20px; 
+    font-family: monospace;
+}
+table.fss {
+    margin: 0px 0px 0px 0px; 
+    padding: 0px 0px 0px 0px; 
+    width: 100%;
+}
+table.fss caption.fss {
+    font-size: 1.5ex;
+    font-weight: bold;
+    text-align: left;
+    padding-left: 10px;
+}
+table.fss td:first-child {
+    font-family: monospace;
+    padding-left: 20px;
+    padding-right: 20px;
+    width: 60%;
+}
+table{
+    background-color: #f4ffff;
+    border: 1px solid navy;
+    margin: 20px;
+    vertical-align: middle;
+}
+table td {
+    padding: 5px 15px;
+    text-align: left;
+}
+
+/* Styling the parts in the RDF syntax. */
+
+div.rdf{
+    margin-top: 10px; 
+    margin-bottom: 10px; 
+    margin-left: 20px; 
+    margin-right: 20px; 
+    font-family: monospace;
+}
+table.rdf {
+    margin: 0px 0px 0px 0px; 
+    padding: 0px 0px 0px 0px; 
+    width: 100%;
+}
+table.rdf caption.rdf {
+    font-size: 1.5ex;
+    font-weight: bold;
+    text-align: left;
+    padding-left: 10px;
+}
+table.rdf td:first-child {
+    font-family: monospace;
+    padding-left: 20px;
+    padding-right: 20px;
+    width: 60%;
+}
+
+/* Styling the XML syntax. */
+
+div.xmlsyn {
+    margin-top: 10px; 
+    margin-bottom: 10px; 
+    margin-left: 20px; 
+    margin-right: 20px; 
+    font-family: monospace;
+}
+div.axioms {
+    margin-top: 10px; 
+    margin-bottom: 10px; 
+    margin-left: 20px; 
+    margin-right: 20px; 
+}
+
+/* Other styles. */
+
+table.complexity td {
+    text-align: center;
+}
+table.allname td {
+   font-family: monospace;
+}
+table.canonicalparsing {
+    margin-left: 20px;
+    border-style: none;
+}
+table.canonicalparsing td {
+    vertical-align: top;
+    padding: 2px 2px 2px 2px;
+}
+table.canonicalparsing td.two {
+    padding-left: 30px;
+}
+
+/* The following are classes for templates used in the editing process. */
+
+.review {
+    padding: 5px;
+    border: solid 1px black;
+    margin-left: 10%;
+    margin-top: 10px;
+    margin-bottom: 10px;
+    background-color: #FFA;
+    font-size: smaller;
+}
+.reviewauthor {
+    font-size: smaller;
+    font-style: italic;
+}
+.ednote {
+    padding: 5px;
+    border: solid 1px black;
+    margin-top: 10px;
+    margin-bottom: 10px;
+}
+.ednotehead {
+   font-weight: bold;
+}
+
+/* override mediawiki's beautiful DL styling... */
+dl {
+    background: white;
+    width: 100%;
+    border: none;
+    margin-top: 0;
+    margin-bottom: 0;
+    padding-top: 0;
+    padding-bottom: 0;
+}
+
+div {
+    margin-top: 0;
+    margin-bottom: 0;
+}
+#fulltitle {
+  font-size: 140%; 
+  font-weight: bold;
+}
+
+.xml {
+ color: red
+}
+
+.rdbms{
+color: red
+}
+
+/* just copying from wiki, so it stays through TR. Currently
+  affects Primer, at least */
+pre {
+  background-color:#F9F9F9;
+  border:1px dashed #2F6FAB;
+  color:black;
+  line-height:1.1em;
+  padding:1em;
+}

+ 103 - 0
deliverables/docs/resources/primer.css

@@ -0,0 +1,103 @@
+/* define a class "noprint" for sections which don't get printed */  
+.noprint { display: none; }
+
+/* our syntax menu for switching */
+div.syntaxmenu {
+  border: 1px dotted black;
+  padding:0.5em;
+  margin: 1em; 
+}
+
+.container {
+    margin-right: auto;
+    margin-left: auto;
+    padding-left: 15px;
+    padding-right: 15px;
+}
+
+@media print {
+   div.syntaxmenu { display:none; }
+}
+
+/* use tab-like headers for syntax examples */
+div.exampleheader {
+  font-size: 90%;
+  float: left;
+  background: #F9F9F9;
+  color: #2F6FAB;
+  border: 1px dashed #2F6FAB;
+  border-bottom: 0px;
+  padding-top: 2px;
+}
+
+div.exampleheader span.exampleheader {
+  background: #F9F9F9;
+  padding-top: 0px;
+  padding-right: 10px;
+  padding-left: 10px;
+  padding-bottom: 3px;
+  padding-top: 0px;
+}
+
+/* Also copy MediaWiki style here, so it will not look different when exported */
+div.fssyntax pre, div.rdfxml pre, div.owlxml pre, div.turtle pre, div.manchester pre  {
+  background-color: #F9F9F9;
+  border: 1px dashed #2F6FAB;
+  color: black;
+  line-height: 1.1em;
+  padding: 1em;
+  clear: both;
+  margin-left: 0em;
+}
+/* Expansion to add the status*/
+.status {
+    position: fixed;
+    left: 0em;
+    top: 0em;
+    text-align: right;
+    vertical-align: middle;
+    /* Square version of the inside span. Slightly larger */
+    width: 26em;
+    height: 26em;
+    z-index: -1;
+    opacity: 0.8;
+    
+    /** From http://stackoverflow.com/questions/1080792/how-to-draw-vertical-text-with-css-cross-browser */
+
+    -webkit-transform: rotate(-90deg);
+    -moz-transform: rotate(-90deg);
+    -ms-transform: rotate(-90deg);
+    -o-transform: rotate(-90deg);
+    transform: rotate(-90deg);
+    /* also accepts left, right, top, bottom coordinates; not
+    * required, but a good idea for styling */
+    -webkit-transform-origin: 50% 50%;
+    -moz-transform-origin: 50% 50%;
+    -ms-transform-origin: 50% 50%;
+    -o-transform-origin: 50% 50%;
+    transform-origin: 50% 50%;
+
+    /* Should be unset in IE9+ I think. */
+    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+}
+
+/* The actual status box */
+ .status div {   
+    display: block;
+    background: rgb(0, 90, 156);
+    color: white;
+    width: 24em;
+    padding-top: 0.3em;
+    padding-left: 0em;
+    padding-right: 5em;
+    padding-bottom: 0.3em;
+    /* Enable for debugging 
+    border: red thin solid;
+     */
+} 
+
+/* And text inside, don't confuse fonts as it breaks em above */
+.status div span {
+    font-family: "Tauri";
+    font-size: larger;
+}

+ 88 - 0
deliverables/docs/resources/rec.css

@@ -0,0 +1,88 @@
+/* Style for a "Recommendation" */
+
+/*
+   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
+   The following software licensing rules apply:
+   http://www.w3.org/Consortium/Legal/copyright-software */
+
+/* $Id: base.css,v 1.25 2006/04/18 08:42:53 bbos Exp $ */
+
+body {
+  padding: 2em 1em 2em 70px;
+  margin: 0;
+  font-family: sans-serif;
+  color: black;
+  background: white;
+  background-position: top left;
+  background-attachment: fixed;
+  background-repeat: no-repeat;
+  counter-reset:section;
+}
+:link { color: #00C; background: transparent }
+:visited { color: #609; background: transparent }
+a:active { color: #C00; background: transparent }
+
+a:link img, a:visited img { border-style: none } /* no border on img links */
+
+a img { color: white; }        /* trick to hide the border in Netscape 4 */
+@media all {                   /* hide the next rule from Netscape 4 */
+  a img { color: inherit; }    /* undo the color change above */
+}
+
+th, td { /* ns 4 */
+  font-family: sans-serif;
+}
+
+h1, h2, h3, h4, h5, h6 { text-align: left }
+h2.list{counter-reset:subsection }
+h2.list:before{counter-increment:section;content: counter(section) ". ";}
+h3.list:before{counter-increment:subsection;content: counter(section) "." counter(subsection) ". ";
+	}
+h3.list{margin-top: 20px;
+	border-bottom: 0px; }
+/* background should be transparent, but WebTV has a bug */
+h1, h2, h3 { color: #005A9C; background: white }
+h1 { font: 170% sans-serif }
+h2 { font: 140% sans-serif }
+h3 { font: 120% sans-serif }
+h4 { font: bold 100% sans-serif }
+h5 { font: italic 100% sans-serif }
+h6 { font: small-caps 100% sans-serif }
+
+.hide { display: none }
+
+div.head { margin-bottom: 1em }
+div.head h1 { margin-top: 2em; clear: both }
+div.head table { margin-left: 2em; margin-top: 2em }
+
+p.copyright { font-size: small }
+p.copyright small { font-size: small }
+
+@media screen {  /* hide from IE3 */
+a[href]:hover { background: #ffa }
+}
+
+pre { margin-left: 2em }
+/*
+p {
+  margin-top: 0.6em;
+  margin-bottom: 0.6em;
+}
+*/
+dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
+dt { font-weight: bold }
+
+pre, code { font-family: monospace } /* navigator 4 requires this */
+
+ul.toc, ol.toc {
+  list-style: disc;		/* Mac NS has problem with 'none' */
+  list-style: none;
+}
+
+@media aural {  
+  h1, h2, h3 { stress: 20; richness: 90 }
+  .hide { speak: none }
+  p.copyright { volume: x-soft; speech-rate: x-fast }
+  dt { pause-before: 20% }
+  pre { speak-punctuation: code } 
+}

+ 11 - 0
deliverables/docs/sections/abstract-en.html

@@ -0,0 +1,11 @@
+<h2>Abstract</h2><span class="markdown">
+The General Data Protection Regulation (GDPR) is comprised of several articles,
+each with points that refer to specific concepts. 
+The general convention of referring to these points and concepts is to quote 
+the specific article or point using a human-readable reference. 
+This ontology provides a way to refer to the points within the GDPR using the 
+[European Legislation Identifier](http://publications.europa.eu/mdr/eli/index.html)
+ontology published by the European Publication Office. 
+It also defines the concepts relevant or defined by the GDPR 
+using the [Simple Knowledge Organization System (SKOS)](https://www.w3.org/TR/skos-primer/) ontology.
+</span>

+ 7571 - 0
deliverables/docs/sections/crossref-en.html

@@ -0,0 +1,7571 @@
+<h2  id="crossreference" class="list">Cross reference for GDPR text EXTensions classes, properties and dataproperties <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+This section provides details for each class and property defined by GDPR text EXTensions.
+<div id="classes">
+   <h3 id="classes" class="list">Classes</h3>
+   <ul class="hlist">
+      <li>
+         <a href="#AccuracyIsContested"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested">Accuracy is contested</a>
+      </li>
+      <li>
+         <a href="#AccurateCollection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection">Accurate Collection</a>
+      </li>
+      <li>
+         <a href="#Activity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+      </li>
+      <li>
+         <a href="#AdequateForProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing">Adequate for processing</a>
+      </li>
+      <li>
+         <a href="#AdherenceToSealCertification"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification">Adherence</a>
+      </li>
+      <li>
+         <a href="#ProcessorControllerAgreement"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement">Agreement between Processor and Controller</a>
+      </li>
+      <li>
+         <a href="#AnonymousData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData">Anonymous Data</a>
+      </li>
+      <li>
+         <a href="#AppointingSubProcessors"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">Appointing Sub-Processors</a>
+      </li>
+      <li>
+         <a href="#AppointmentOfProcessors"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors">Appointment of Processors</a>
+      </li>
+      <li>
+         <a href="#ArchiveData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData">Archive Data</a>
+      </li>
+      <li>
+         <a href="#Article"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article">Article</a>
+      </li>
+      <li>
+         <a href="#AssistInComplyingWithRights"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights">Assist in complying with rights</a>
+      </li>
+      <li>
+         <a href="#AutomatedProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing">Automated Processing</a>
+      </li>
+      <li>
+         <a href="#AutomatedDecisionMakingWithSignificantEffect"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect">Automatic decision making with significant effect</a>
+      </li>
+      <li>
+         <a href="#ConditionsForSealsAndCertifications"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">Awarding Seals and Certifications</a>
+      </li>
+      <li>
+         <a href="#CanBeWithdrawnEasilyConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation">Can be withdrawn easily</a>
+      </li>
+      <li>
+         <a href="#RecordCategoriesOfDataSubjectsAndPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData">Categories of data subjects and personal data</a>
+      </li>
+      <li>
+         <a href="#Certification"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification">Certification</a>
+      </li>
+      <li>
+         <a href="#CertificationBody"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody">Certification Body</a>
+      </li>
+      <li>
+         <a href="#Chapter"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter">Chapter</a>
+      </li>
+      <li>
+         <a href="#Citation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation">Citation</a>
+      </li>
+      <li>
+         <a href="#ClearExplanationOfProcessingConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation">Clear explanation</a>
+      </li>
+      <li>
+         <a href="#CooperateWithDPA"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA">Co-operate with DPA</a>
+      </li>
+      <li>
+         <a href="#CodeOfConduct"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct">Code of Conduct</a>
+      </li>
+      <li>
+         <a href="#CollectionOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData">Collection of Personal Data</a>
+      </li>
+      <li>
+         <a href="#Compliance"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">Compliance</a>
+      </li>
+      <li>
+         <a href="#ComplianceWithControllersInstructions"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions">Compliance with Controller's instructions</a>
+      </li>
+      <li>
+         <a href="#InformationShouldBeConcise"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise">Concise</a>
+      </li>
+      <li>
+         <a href="#ConfirmingOrMatchingDatasets"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets">Confirming or matching datasets</a>
+      </li>
+      <li>
+         <a href="#Consent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent">Consent</a>
+      </li>
+      <li>
+         <a href="#ConsentActivity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">Consent Activity</a>
+      </li>
+      <li>
+         <a href="#PossibleConsequenceForDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject">Consequences for data subjects</a>
+      </li>
+      <li>
+         <a href="#ContextOfDataCollection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection">Context of data collection</a>
+      </li>
+      <li>
+         <a href="#ContractWithDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject">Contract with Data Subject</a>
+      </li>
+      <li>
+         <a href="#Controller"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller">Controller</a>
+      </li>
+      <li>
+         <a href="#ControllerAccountability"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability">Controller Accountability</a>
+      </li>
+      <li>
+         <a href="#ControllerHasTakenAction"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction">Controller has taken action</a>
+      </li>
+      <li>
+         <a href="#ControllerObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+      </li>
+      <li>
+         <a href="#ControllerRepresentative"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative">Controller Representative</a>
+      </li>
+      <li>
+         <a href="#ControllerResponsibility"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility">Controller Responsibility</a>
+      </li>
+      <li>
+         <a href="#ShouldBeCommonlyUsedFormat"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat">Copy should be in a commonly used format</a>
+      </li>
+      <li>
+         <a href="#ShouldBeMachineReadable"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable">Copy should be in a machine readable format</a>
+      </li>
+      <li>
+         <a href="#R19"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19">Covered by Directive (EU) 2016/680</a>
+      </li>
+      <li>
+         <a href="#CriminalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData">Crime data</a>
+      </li>
+      <li>
+         <a href="#CrossBorderTransfer"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer">Cross-border Transfer</a>
+      </li>
+      <li>
+         <a href="#Data"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">Data</a>
+      </li>
+      <li>
+         <a href="#DataActivity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+      </li>
+      <li>
+         <a href="#DataBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach">Data Breach</a>
+      </li>
+      <li>
+         <a href="#DataWasInferredOrDerived"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived">Data inferred or derived</a>
+      </li>
+      <li>
+         <a href="#DataNoLongerNeededForOriginalPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose">Data no longer needed for original purpose</a>
+      </li>
+      <li>
+         <a href="#DataProtectionByDesignAndByDefault"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault">Data protection by design and default</a>
+      </li>
+      <li>
+         <a href="#RetentionOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+      </li>
+      <li>
+         <a href="#DataSecurity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity">Data Security</a>
+      </li>
+      <li>
+         <a href="#DataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject">Data Subject</a>
+      </li>
+      <li>
+         <a href="#Rights"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+      </li>
+      <li>
+         <a href="#ShouldBeDemonstrable"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable">Demonstrable</a>
+      </li>
+      <li>
+         <a href="#DemonstratingConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent">Demonstrating Consent</a>
+      </li>
+      <li>
+         <a href="#DirectMarketing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing">Direct Marketing</a>
+      </li>
+      <li>
+         <a href="#ShouldBeDistinguishableFromOtherMatters"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters">Distinguishable from other matters</a>
+      </li>
+      <li>
+         <a href="#DPA"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA">DPA</a>
+      </li>
+      <li>
+         <a href="#DPO"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO">DPO</a>
+      </li>
+      <li>
+         <a href="#DPOObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation">DPO Obligation</a>
+      </li>
+      <li>
+         <a href="#InformationShouldBeEasilyAccessible"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible">Easily Accessible</a>
+      </li>
+      <li>
+         <a href="#ExploymentLaw"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExploymentLaw">Employment Law</a>
+      </li>
+      <li>
+         <a href="#Entity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+      </li>
+      <li>
+         <a href="#EraseData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData">Erase Data</a>
+      </li>
+      <li>
+         <a href="#EraseWhenConsentWasWithdrawn"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn">Erase if conesnt was withdrawn</a>
+      </li>
+      <li>
+         <a href="#EraseWhenDataIsNoLongerNeededForOriginalPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose">Erase if no longer needed for original purpose</a>
+      </li>
+      <li>
+         <a href="#EvaluationOfDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject">Evaluation of data subjects</a>
+      </li>
+      <li>
+         <a href="#ExceptionsOnReportingDataSubjectsOfBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">Exceptions on reporting data breach</a>
+      </li>
+      <li>
+         <a href="#ExemptedByNationalLaw"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw">Exempted by National Law</a>
+      </li>
+      <li>
+         <a href="#ExemptedWithoutProofOfDataSubjectIdentity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity">Exempted without identity</a>
+      </li>
+      <li>
+         <a href="#ExerciseRights"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights">Exercise Rights</a>
+      </li>
+      <li>
+         <a href="#ExistenceOfSafeguards"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards">Existence of safeguards</a>
+      </li>
+      <li>
+         <a href="#ExclusionException"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+      </li>
+      <li>
+         <a href="#ExplicitPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose">Explicit Purpose</a>
+      </li>
+      <li>
+         <a href="#FactorsForImpactAssessment"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+      </li>
+      <li>
+         <a href="#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement">Follow same terms</a>
+      </li>
+      <li>
+         <a href="#RightsProtection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection">Freedoms protection</a>
+      </li>
+      <li>
+         <a href="#FreelyGivenConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation">Freely given</a>
+      </li>
+      <li>
+         <a href="#GeneticData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData">Genetic Data</a>
+      </li>
+      <li>
+         <a href="#GivenConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">Given Consent</a>
+      </li>
+      <li>
+         <a href="#HarmWasRemote"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote">Harm was remote</a>
+      </li>
+      <li>
+         <a href="#HealthData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData">Health data</a>
+      </li>
+      <li>
+         <a href="#HistoricStatisticScientificPurposes"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes">Historic, Statistical, or Scientific purposes</a>
+      </li>
+      <li>
+         <a href="#IdentifiableForRequiredProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing">Identifiable for required processing</a>
+      </li>
+      <li>
+         <a href="#IdentificationOfDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject">Identification of Data Subject</a>
+      </li>
+      <li>
+         <a href="#IfAndWhereControllerIsProcessingData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData">If and where Controller is processing</a>
+      </li>
+      <li>
+         <a href="#ImpactAssessment"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment">Impact Assessment</a>
+      </li>
+      <li>
+         <a href="#ImplementTechnicalMeasuresForCompliance"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance">Implement technical measures</a>
+      </li>
+      <li>
+         <a href="#ImposeConfidentialityObligationOnPersonnel"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel">Impose confidentiality obligations on personnel</a>
+      </li>
+      <li>
+         <a href="#InformControllerOfConflictWithLaw"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw">Inform Controller of conflict with law</a>
+      </li>
+      <li>
+         <a href="#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">Information about automated processing with significant effects</a>
+      </li>
+      <li>
+         <a href="#InfoAboutCatgegoriesOfDataBeingProcessed"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed">Information about categories of data being processed</a>
+      </li>
+      <li>
+         <a href="#InfoAboutCategoriesOfRecipientsDataSharedWith"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith">Information about categories of recipients</a>
+      </li>
+      <li>
+         <a href="#InfoAboutSourceOfData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData">Information about data source</a>
+      </li>
+      <li>
+         <a href="#InfoAboutProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing">Information about processing</a>
+      </li>
+      <li>
+         <a href="#InfoAboutExistenceOfRights"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights">Information about rights</a>
+      </li>
+      <li>
+         <a href="#InfoAboutStoragePeriod"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod">Information about storage period</a>
+      </li>
+      <li>
+         <a href="#InformationAboutThirdParties"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties">Information about third parties</a>
+      </li>
+      <li>
+         <a href="#InformedConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation">Informed</a>
+      </li>
+      <li>
+         <a href="#InformationShouldBeIntelligible"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible">Intelligible</a>
+      </li>
+      <li>
+         <a href="#IsImpossible"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible">Is impossible</a>
+      </li>
+      <li>
+         <a href="#JointController"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController">Joint Controller</a>
+      </li>
+      <li>
+         <a href="#KeptUpToDate"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate">Kept up to date</a>
+      </li>
+      <li>
+         <a href="#LargeScaleProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing">Large scale processing</a>
+      </li>
+      <li>
+         <a href="#LawfulBasisForProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+      </li>
+      <li>
+         <a href="#LegalClaims"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims">Legal Claims</a>
+      </li>
+      <li>
+         <a href="#LegalObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation">Legal Obligations</a>
+      </li>
+      <li>
+         <a href="#LegitimateInterest"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest">Legitimate Interests</a>
+      </li>
+      <li>
+         <a href="#LegitimatePurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose">Legitimate purpose</a>
+      </li>
+      <li>
+         <a href="#LiabilityOfJointController"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController">Liability of Joint-Controllers</a>
+      </li>
+      <li>
+         <a href="#LimitedForProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing">Limited for processing</a>
+      </li>
+      <li>
+         <a href="#LinkBetweenNewAndOldPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose">Lnk between new and old processing</a>
+      </li>
+      <li>
+         <a href="#MadePublicByDataSubject"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject">Made Public</a>
+      </li>
+      <li>
+         <a href="#MaintainRecordOfBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach">Maintain Record of Breach</a>
+      </li>
+      <li>
+         <a href="#MaintainRecordsOfProcessingActivities"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+      </li>
+      <li>
+         <a href="#Marketing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing">Marketing</a>
+      </li>
+      <li>
+         <a href="#MaximumValidity3Years"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years">Maximum validty 3 years</a>
+      </li>
+      <li>
+         <a href="#MedicalDiagnosisTreatment"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment">Medical or Diagnostics</a>
+      </li>
+      <li>
+         <a href="#MonitorCompliance"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">Monitor Compliance</a>
+      </li>
+      <li>
+         <a href="#NationalSecurity"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity">National Security</a>
+      </li>
+      <li>
+         <a href="#NatureOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData">Nature of data involved</a>
+      </li>
+      <li>
+         <a href="#NoChargeLeviedForRightToAccess"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess">No charges levied</a>
+      </li>
+      <li>
+         <a href="#NotFromSilenceOrInactivityConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation">Not from silence or inactivity</a>
+      </li>
+      <li>
+         <a href="#NotFurtherProcessedThanOriginalPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose">Not further processed</a>
+      </li>
+      <li>
+         <a href="#NotForProfitOrg"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg">Not-for-profit organisation</a>
+      </li>
+      <li>
+         <a href="#NotificationRequiresDisproportionateEfforts"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts">Notification requires disproportionate efforts</a>
+      </li>
+      <li>
+         <a href="#NotifyDataSubjectAboutDPOForDataBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach">Notify about DPO</a>
+      </li>
+      <li>
+         <a href="#NotifyDataSubjectAboutConsequencesOfDataBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach">Notify consequences of breach</a>
+      </li>
+      <li>
+         <a href="#NotifyDataSubjectOfBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a>
+      </li>
+      <li>
+         <a href="#NotifyDataSubjectOfMeasuresTakenForDataBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach">Notify measures taken</a>
+      </li>
+      <li>
+         <a href="#Obligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+      </li>
+      <li>
+         <a href="#ObligationForCollectionOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+      </li>
+      <li>
+         <a href="#ObligationForObtainingConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+      </li>
+      <li>
+         <a href="#ObtainingConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent">Obtaining Consent from Data Subject</a>
+      </li>
+      <li>
+         <a href="#OnlyActOnDocumentedInstructionFromController"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController">Only act on Controller instructions</a>
+      </li>
+      <li>
+         <a href="#OutsideMaterialScope"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope">Outside Material Scope</a>
+      </li>
+      <li>
+         <a href="#PersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData">Personal Data</a>
+      </li>
+      <li>
+         <a href="#R18"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18">Personal or Household activity</a>
+      </li>
+      <li>
+         <a href="#Point"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point">Point</a>
+      </li>
+      <li>
+         <a href="#Principle"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+      </li>
+      <li>
+         <a href="#Accountability"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability">Principle of Accountability</a>
+      </li>
+      <li>
+         <a href="#Accuracy"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy">Principle of Accuracy</a>
+      </li>
+      <li>
+         <a href="#DataMinimisation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation">Principle of Data Minimisation</a>
+      </li>
+      <li>
+         <a href="#IntegrityAndConfidentiality"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality">Principle of Integrity and Confidentiality</a>
+      </li>
+      <li>
+         <a href="#LawfulnessFairnessAndTransparency"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency">Principle of Lawfulness, Fairness, and Transparency</a>
+      </li>
+      <li>
+         <a href="#PurposeLimitation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation">Principle of Purpose Limitation</a>
+      </li>
+      <li>
+         <a href="#StorageLimitation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation">Principle of Storage Limitation</a>
+      </li>
+      <li>
+         <a href="#PrivacyByDesign"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign">Privacy by Design</a>
+      </li>
+      <li>
+         <a href="#Processing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+      </li>
+      <li>
+         <a href="#ProcessingAffectedVulnerableIndividuals"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals">Processing affected or vulnerable individuals</a>
+      </li>
+      <li>
+         <a href="#ProcessingIsUnlawful"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful">Processing is unlawful</a>
+      </li>
+      <li>
+         <a href="#ProcessingSensitiveData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData">Processing sensitive data</a>
+      </li>
+      <li>
+         <a href="#ProcessingUsingUntestedTechnologies"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies">Processing using untested technologies</a>
+      </li>
+      <li>
+         <a href="#Processor"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor">Processor</a>
+      </li>
+      <li>
+         <a href="#ProcessorObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+      </li>
+      <li>
+         <a href="#ProcessorRepresentative"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative">Processor Representative</a>
+      </li>
+      <li>
+         <a href="#PropogateRightsToThirdParties"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">Propogate rights to Third Parties</a>
+      </li>
+      <li>
+         <a href="#ProtectionAgainstAccidentalLoss"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss">Protection against accidental loss</a>
+      </li>
+      <li>
+         <a href="#ProtectionAgainstDamage"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage">Protection against damage</a>
+      </li>
+      <li>
+         <a href="#ProtectionAgainstDestruction"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction">Protection against destruction</a>
+      </li>
+      <li>
+         <a href="#ProtectionAgainstUnlawfulProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing">Protection against unlawful processing</a>
+      </li>
+      <li>
+         <a href="#ProvideCopyOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+      </li>
+      <li>
+         <a href="#ProvideControllerWithInfoForCompliance"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance">Provide information for compliance</a>
+      </li>
+      <li>
+         <a href="#PseudoAnonymousData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData">Pseudo-anonymous data</a>
+      </li>
+      <li>
+         <a href="#PublicInterest"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest">Public Interest</a>
+      </li>
+      <li>
+         <a href="#PurposeOfNewProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+      </li>
+      <li>
+         <a href="#RacialData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData">Racial origin data</a>
+      </li>
+      <li>
+         <a href="#RecordCategoriesOfRecipientsWhereDataShared"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared">Record categories of recipients</a>
+      </li>
+      <li>
+         <a href="#RecordCrossBorderDataTransfer"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer">Record cross-border transfers</a>
+      </li>
+      <li>
+         <a href="#RecordDataRetentionPeriod"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod">Record data retention periods</a>
+      </li>
+      <li>
+         <a href="#RecordPurposeOfProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing">Record purpose of processing</a>
+      </li>
+      <li>
+         <a href="#RecordSecurityMeasures"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures">Record security measures</a>
+      </li>
+      <li>
+         <a href="#RectifyData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData">Rectify Data</a>
+      </li>
+      <li>
+         <a href="#RectifyInaccuracy"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy">Rectify Inaccuracies</a>
+      </li>
+      <li>
+         <a href="#Recital"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital">Regulation</a>
+      </li>
+      <li>
+         <a href="#R17"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17">Regulation (EC) No 45/2001</a>
+      </li>
+      <li>
+         <a href="#RegulatoryAuthority"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority">Regulatory Authority</a>
+      </li>
+      <li>
+         <a href="#RelevantForProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing">Relevant for processing</a>
+      </li>
+      <li>
+         <a href="#ReportDataBreachToDPAWithin72Hours"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours">Report breach to DPA within 72 hours</a>
+      </li>
+      <li>
+         <a href="#ReportDataBreach"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+      </li>
+      <li>
+         <a href="#ReportDataBreachToController"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController">Report data breach to Controller</a>
+      </li>
+      <li>
+         <a href="#RequiresDisproportionateEfforts"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts">Requires disproportionate efforts</a>
+      </li>
+      <li>
+         <a href="#RestrictionsOnCrossBorderTransfers"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers">Restrictions on cross-border transfers</a>
+      </li>
+      <li>
+         <a href="#ReturnOrDestroyPersonalDataAtEndTerm"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm">Return or destroy data</a>
+      </li>
+      <li>
+         <a href="#RightOfDataPortability"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability">Right of Data Portability</a>
+      </li>
+      <li>
+         <a href="#RightOfErasure"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">Right of Erasure</a>
+      </li>
+      <li>
+         <a href="#RightToAccessPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+      </li>
+      <li>
+         <a href="#RightToBasicInformationAboutProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing">Right to basic information about processing of personal data</a>
+      </li>
+      <li>
+         <a href="#RightToNotBeEvaluatedThroughAutomatedProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing">Right to not be evaluated through automated processing</a>
+      </li>
+      <li>
+         <a href="#RightToObjectForDirectMarketting"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting">Right to object direct marketting</a>
+      </li>
+      <li>
+         <a href="#RightToObjectToProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing">Right to object processing</a>
+      </li>
+      <li>
+         <a href="#RightToRectification"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification">Right to rectify</a>
+      </li>
+      <li>
+         <a href="#RightToRestrictProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">Right to restrict processing</a>
+      </li>
+      <li>
+         <a href="#RightToTransparency"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+      </li>
+      <li>
+         <a href="#FreedomsProtection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection">Rights protection</a>
+      </li>
+      <li>
+         <a href="#Seal"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal">Seal</a>
+      </li>
+      <li>
+         <a href="#SealsAndCertification"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">Seals and Certifications</a>
+      </li>
+      <li>
+         <a href="#Section"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section">Section</a>
+      </li>
+      <li>
+         <a href="#SecurityOfPersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+      </li>
+      <li>
+         <a href="#SensitivePersonalData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+      </li>
+      <li>
+         <a href="#ShareDataWithThirdParty"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty">Share Personal Data with Third Party</a>
+      </li>
+      <li>
+         <a href="#ShouldSupportReuse"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse">Shoud support reuse</a>
+      </li>
+      <li>
+         <a href="#ShouldBeStructured"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured">Should be structured</a>
+      </li>
+      <li>
+         <a href="#SpecificConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation">Specific</a>
+      </li>
+      <li>
+         <a href="#SpecifiedPurpose"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose">Specified purpose</a>
+      </li>
+      <li>
+         <a href="#StoreData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData">Store Data</a>
+      </li>
+      <li>
+         <a href="#SubProcessor"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor">Sub-Processor</a>
+      </li>
+      <li>
+         <a href="#SubPoint"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint">SubPoint</a>
+      </li>
+      <li>
+         <a href="#SystematicMonitoring"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring">Systematic Monitoring</a>
+      </li>
+      <li>
+         <a href="#InformationShouldBeTransparent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent">Transparent</a>
+      </li>
+      <li>
+         <a href="#UnlawfulProcessing"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing">Unlawful Processing</a>
+      </li>
+      <li>
+         <a href="#UseData"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData">Use Data</a>
+      </li>
+      <li>
+         <a href="#ValidConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+      </li>
+      <li>
+         <a href="#VitalInterest"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest">Vital Interests</a>
+      </li>
+      <li>
+         <a href="#VoluntaryOptInConsentObligation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation">Voluntary &amp; Opt-in</a>
+      </li>
+      <li>
+         <a href="#VoluntarySystemOfAccredition"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition">Voluntary accredition</a>
+      </li>
+      <li>
+         <a href="#WithdrawingConsent"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent">Withdrawing Given Consent</a>
+      </li>
+      <li>
+         <a href="#RequiresWrittenConsentOfControllerToAppointSubProcessor"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor">Written consent of Controller</a>
+      </li>
+   </ul>
+   <div class="entity" id="AccuracyIsContested">
+      <h3>Accuracy is contested<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested</p>
+      <div class="comment">
+         <span class="markdown">The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToRestrictProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">Right to restrict processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AccurateCollection">
+      <h3>Accurate Collection<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection</p>
+      <div class="comment">
+         <span class="markdown">This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Activity">
+      <h3>Activity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity</p>
+      <div class="comment">
+         <span class="markdown">An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AppointmentOfProcessors"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors">Appointment of Processors</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ConsentActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">Consent Activity</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DemonstratingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent">Demonstrating Consent</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExerciseRights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights">Exercise Rights</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#IdentificationOfDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject">Identification of Data Subject</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment">Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Marketing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing">Marketing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MonitorCompliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">Monitor Compliance</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PropogateRightsToThirdParties"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">Propogate rights to Third Parties</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SystematicMonitoring"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring">Systematic Monitoring</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AdequateForProcessing">
+      <h3>Adequate for processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing</p>
+      <div class="comment">
+         <span class="markdown">Only the personal data adequat for required processing should be maintained</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AdherenceToSealCertification">
+      <h3>Adherence<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification</p>
+      <div class="comment">
+         <span class="markdown">The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ConditionsForSealsAndCertifications"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">Awarding Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessorControllerAgreement">
+      <h3>Agreement between Processor and Controller<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement</p>
+      <div class="comment">
+         <span class="markdown">Signifies the agreement between Controller and Processors for processing of personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AnonymousData">
+      <h3>Anonymous Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData</p>
+      <div class="comment">
+         <span class="markdown">Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Data"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AppointingSubProcessors">
+      <h3>Appointing Sub-Processors<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations for Processors over appointing sub-processors</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement">Follow same terms</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RequiresWrittenConsentOfControllerToAppointSubProcessor"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor">Written consent of Controller</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AppointmentOfProcessors">
+      <h3>Appointment of Processors<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR for the appointment of Processors by Controllers.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ArchiveData">
+      <h3>Archive Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData</p>
+      <div class="comment">
+         <span class="markdown">An activity where personal data is archived</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Article">
+      <h3>Article<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article</p>
+      <div class="comment">
+         <span class="markdown">Article in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:article10 a eli:LegalResourceSubdivision,
+        GDPRtext:Article ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterII ;
+    eli:number "10"^^xsd:string ;
+    eli:title_alternative "Article 10"^^xsd:string ;
+    GDPRtext:hasPoint gdpr:article10-1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterII .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasArticle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle">has Article</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfArticle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle">is part of Article</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AssistInComplyingWithRights">
+      <h3>Assist in complying with rights<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights</p>
+      <div class="comment">
+         <span class="markdown">Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AutomatedProcessing">
+      <h3>Automated Processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing</p>
+      <div class="comment">
+         <span class="markdown">This is automated processing of data subject's personal data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AutomatedDecisionMakingWithSignificantEffect"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect">Automatic decision making with significant effect</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="AutomatedDecisionMakingWithSignificantEffect">
+      <h3>Automatic decision making with significant effect<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect</p>
+      <div class="comment">
+         <span class="markdown">This type of processing involves automated processing that does decision making having significant effects on the data subject.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#AutomatedProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing">Automated Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ConditionsForSealsAndCertifications">
+      <h3>Awarding Seals and Certifications<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications</p>
+      <div class="comment">
+         <span class="markdown">GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SealsAndCertification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AdherenceToSealCertification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification">Adherence</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MaximumValidity3Years"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years">Maximum validty 3 years</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#VoluntarySystemOfAccredition"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition">Voluntary accredition</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CanBeWithdrawnEasilyConsentObligation">
+      <h3>Can be withdrawn easily<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordCategoriesOfDataSubjectsAndPersonalData">
+      <h3>Categories of data subjects and personal data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Certification">
+      <h3>Certification<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification</p>
+      <div class="comment">
+         <span class="markdown">A certification pertaining to GDPR compliance</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SealsAndCertification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CertificationBody">
+      <h3>Certification Body<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody</p>
+      <div class="comment">
+         <span class="markdown">A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Chapter">
+      <h3>Chapter<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter</p>
+      <div class="comment">
+         <span class="markdown">Chapter in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:chapterI a eli:LegalResourceSubdivision,
+        GDPRtext:Chapter ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number "I"^^xsd:string ;
+    eli:title "General provisions"^^xsd:string ;
+    eli:title_alternative "Chapter I"^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article1,
+        gdpr:article2,
+        gdpr:article3,
+        gdpr:article4 .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasChapter"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter">has Chapter</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfChapter"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter">is part of Chapter</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Citation">
+      <h3>Citation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation</p>
+      <div class="comment">
+         <span class="markdown">Citation in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:citation1 a eli:LegalResourceSubdivision,
+        GDPRtext:Citation ;
+    eli:description "OJ C 229, 31.7.2012, p. 90."^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number "1"^^xsd:string .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasCitation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation">has Citation</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ClearExplanationOfProcessingConsentObligation">
+      <h3>Clear explanation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">Obtaining consent must provide clear explanations of the processing involved over the personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CooperateWithDPA">
+      <h3>Co-operate with DPA<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA</p>
+      <div class="comment">
+         <span class="markdown">This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA).</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CodeOfConduct">
+      <h3>Code of Conduct<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct</p>
+      <div class="comment">
+         <span class="markdown">A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CollectionOfPersonalData">
+      <h3>Collection of Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Compliance">
+      <h3>Compliance<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance</p>
+      <div class="comment">
+         <span class="markdown">Represents the act of complying with the obligations and actions specified by the GDPR.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#DemonstratingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent">Demonstrating Consent</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MonitorCompliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">Monitor Compliance</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ComplianceWithControllersInstructions">
+      <h3>Compliance with Controller's instructions<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions</p>
+      <div class="comment">
+         <span class="markdown">The processor has an obligation to comply with the controller's instructions</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformationShouldBeConcise">
+      <h3>Concise<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise</p>
+      <div class="comment">
+         <span class="markdown">The information provided under the right to transparency should be concise</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ConfirmingOrMatchingDatasets">
+      <h3>Confirming or matching datasets<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets</p>
+      <div class="comment">
+         <span class="markdown">This type of processing involves matching data subject's identity or personal data in different datasets.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Consent">
+      <h3>Consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent</p>
+      <div class="comment">
+         <span class="markdown">Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#GivenConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">Given Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ConsentActivity">
+      <h3>Consent Activity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity</p>
+      <div class="comment">
+         <span class="markdown">An activity involving data subject's consent.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent">Obtaining Consent from Data Subject</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#WithdrawingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent">Withdrawing Given Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PossibleConsequenceForDataSubject">
+      <h3>Consequences for data subjects<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject</p>
+      <div class="comment">
+         <span class="markdown">The possible consequences of the change in processing for the data subject</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ContextOfDataCollection">
+      <h3>Context of data collection<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection</p>
+      <div class="comment">
+         <span class="markdown">The purpose of new processing should take the context of how the original data was collected into consideration</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ContractWithDataSubject">
+      <h3>Contract with Data Subject<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject</p>
+      <div class="comment">
+         <span class="markdown">The lawful basis for processing personal data is provided through a contract with the data subject.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Controller">
+      <h3>Controller<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller</p>
+      <div class="comment">
+         <span class="markdown">The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#JointController"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController">Joint Controller</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ControllerAccountability">
+      <h3>Controller Accountability<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability</p>
+      <div class="comment">
+         <span class="markdown">These obligations specify the accountability of the Controller.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ControllerHasTakenAction">
+      <h3>Controller has taken action<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction</p>
+      <div class="comment">
+         <span class="markdown">The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExceptionsOnReportingDataSubjectsOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">Exceptions on reporting data breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ControllerObligation">
+      <h3>Controller Obligation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR as being specifically the responsbility of the Controller.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AppointmentOfProcessors"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors">Appointment of Processors</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#CooperateWithDPA"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA">Co-operate with DPA</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ControllerAccountability"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability">Controller Accountability</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ControllerResponsibility"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility">Controller Responsibility</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataSecurity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity">Data Security</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataProtectionByDesignAndByDefault"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault">Data protection by design and default</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LiabilityOfJointController"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController">Liability of Joint-Controllers</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PrivacyByDesign"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign">Privacy by Design</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PropogateRightsToThirdParties"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">Propogate rights to Third Parties</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ControllerRepresentative">
+      <h3>Controller Representative<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative</p>
+      <div class="comment">
+         <span class="markdown">A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ControllerResponsibility">
+      <h3>Controller Responsibility<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility</p>
+      <div class="comment">
+         <span class="markdown">These obligations specify the responsiblity of the Controller</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ImplementTechnicalMeasuresForCompliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance">Implement technical measures</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldBeCommonlyUsedFormat">
+      <h3>Copy should be in a commonly used format<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat</p>
+      <div class="comment">
+         <span class="markdown">The provided copy of personal data should be in a commonly used format</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldBeMachineReadable">
+      <h3>Copy should be in a machine readable format<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable</p>
+      <div class="comment">
+         <span class="markdown">The provided copy of personal data should be machine readable</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="R19">
+      <h3>Covered by Directive (EU) 2016/680<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19</p>
+      <div class="comment">
+         <span class="markdown">Exempted as it involves areas covered by Directive (EU) 2016/680</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CriminalData">
+      <h3>Crime data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData</p>
+      <div class="comment">
+         <span class="markdown">Personal data related to criminal convictions and offences.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SensitivePersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="CrossBorderTransfer">
+      <h3>Cross-border Transfer<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer</p>
+      <div class="comment">
+         <span class="markdown">Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Data">
+      <h3>Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data</p>
+      <div class="comment">
+         <span class="markdown">A generic term to refer to Data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AnonymousData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData">Anonymous Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData">Personal Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PseudoAnonymousData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData">Pseudo-anonymous data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataActivity">
+      <h3>Data Activity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity</p>
+      <div class="comment">
+         <span class="markdown">An activity involving personal data of data subject(s).</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ArchiveData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData">Archive Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#CollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData">Collection of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#CrossBorderTransfer"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer">Cross-border Transfer</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#EraseData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData">Erase Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RectifyData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData">Rectify Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShareDataWithThirdParty"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty">Share Personal Data with Third Party</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#StoreData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData">Store Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#UseData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData">Use Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataBreach">
+      <h3>Data Breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach</p>
+      <div class="comment">
+         <span class="markdown">A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataWasInferredOrDerived">
+      <h3>Data inferred or derived<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived</p>
+      <div class="comment">
+         <span class="markdown">The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataNoLongerNeededForOriginalPurpose">
+      <h3>Data no longer needed for original purpose<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose</p>
+      <div class="comment">
+         <span class="markdown">The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToRestrictProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">Right to restrict processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataProtectionByDesignAndByDefault">
+      <h3>Data protection by design and default<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to follow data protection by design and by default.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RetentionOfPersonalData">
+      <h3>Data Retention<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR on the retention of personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AdequateForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing">Adequate for processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#IdentifiableForRequiredProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing">Identifiable for required processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#KeptUpToDate"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate">Kept up to date</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LimitedForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing">Limited for processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RectifyInaccuracy"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy">Rectify Inaccuracies</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RelevantForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing">Relevant for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataSecurity">
+      <h3>Data Security<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity</p>
+      <div class="comment">
+         <span class="markdown">These are obligations regarding security of data managed by the Controllers.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataSubject">
+      <h3>Data Subject<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject</p>
+      <div class="comment">
+         <span class="markdown">An individual or entity to whom their personal data relates.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Rights">
+      <h3>Data Subject's Rights<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights</p>
+      <div class="comment">
+         <span class="markdown">The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#RightOfDataPortability"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability">Right of Data Portability</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightOfErasure"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">Right of Erasure</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToBasicInformationAboutProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing">Right to basic information about processing of personal data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToNotBeEvaluatedThroughAutomatedProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing">Right to not be evaluated through automated processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToObjectForDirectMarketting"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting">Right to object direct marketting</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToObjectToProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing">Right to object processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToRectification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification">Right to rectify</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightToRestrictProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">Right to restrict processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldBeDemonstrable">
+      <h3>Demonstrable<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable</p>
+      <div class="comment">
+         <span class="markdown">Obtained consent should be in a demonstrable form</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DemonstratingConsent">
+      <h3>Demonstrating Consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent</p>
+      <div class="comment">
+         <span class="markdown">The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject's personal information.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Compliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">Compliance</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DirectMarketing">
+      <h3>Direct Marketing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing</p>
+      <div class="comment">
+         <span class="markdown">Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Marketing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing">Marketing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldBeDistinguishableFromOtherMatters">
+      <h3>Distinguishable from other matters<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters</p>
+      <div class="comment">
+         <span class="markdown">Obtained consent should be distinguishable from other related matters (in the context of the process)</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DPA">
+      <h3>DPA<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA</p>
+      <div class="comment">
+         <span class="markdown">The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DPO">
+      <h3>DPO<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO</p>
+      <div class="comment">
+         <span class="markdown">The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DPOObligation">
+      <h3>DPO Obligation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified for the Data Protection Office (DPO) within the  GDPR</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#MonitorCompliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">Monitor Compliance</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformationShouldBeEasilyAccessible">
+      <h3>Easily Accessible<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible</p>
+      <div class="comment">
+         <span class="markdown">The information provided under the right to transparency should be easily accessible</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExploymentLaw">
+      <h3>Employment Law<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExploymentLaw</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is provided by Employment Law</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Entity">
+      <h3>Entity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity</p>
+      <div class="comment">
+         <span class="markdown">A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#CertificationBody"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody">Certification Body</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Controller"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller">Controller</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ControllerRepresentative"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative">Controller Representative</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DPA"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA">DPA</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DPO"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO">DPO</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject">Data Subject</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Processor"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor">Processor</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessorRepresentative"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative">Processor Representative</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RegulatoryAuthority"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority">Regulatory Authority</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="EraseData">
+      <h3>Erase Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData</p>
+      <div class="comment">
+         <span class="markdown">An activity that erases data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="EraseWhenConsentWasWithdrawn">
+      <h3>Erase if conesnt was withdrawn<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn</p>
+      <div class="comment">
+         <span class="markdown">The right of erasure applies when the data subject withdraws given consent</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightOfErasure"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">Right of Erasure</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="EraseWhenDataIsNoLongerNeededForOriginalPurpose">
+      <h3>Erase if no longer needed for original purpose<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose</p>
+      <div class="comment">
+         <span class="markdown">The right to erasure applies where data is no longer needed for original purposes for which it was collected</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightOfErasure"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">Right of Erasure</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="EvaluationOfDataSubject">
+      <h3>Evaluation of data subjects<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject</p>
+      <div class="comment">
+         <span class="markdown">Whether the proposed activity involves the evaluation of the data subject.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExceptionsOnReportingDataSubjectsOfBreach">
+      <h3>Exceptions on reporting data breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach</p>
+      <div class="comment">
+         <span class="markdown">Exceptions associated with compliance for reporting data breach to the affected data subjects.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ControllerHasTakenAction"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction">Controller has taken action</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#HarmWasRemote"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote">Harm was remote</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotificationRequiresDisproportionateEfforts"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts">Notification requires disproportionate efforts</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExemptedByNationalLaw">
+      <h3>Exempted by National Law<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is provided by National Law</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExemptedWithoutProofOfDataSubjectIdentity">
+      <h3>Exempted without identity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity</p>
+      <div class="comment">
+         <span class="markdown">The request or activity could not or was not completed because there was no sufficient proof of the data subject's identity.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExerciseRights">
+      <h3>Exercise Rights<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights</p>
+      <div class="comment">
+         <span class="markdown">The activity represents exercising of rights provided by GDPR by the data subject.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExistenceOfSafeguards">
+      <h3>Existence of safeguards<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards</p>
+      <div class="comment">
+         <span class="markdown">The purpose of new processing should take into context the existence of appropriate safeguards</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExclusionException">
+      <h3>Exlcusions and Exceptions<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException</p>
+      <div class="comment">
+         <span class="markdown">Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#R19"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19">Covered by Directive (EU) 2016/680</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataWasInferredOrDerived"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived">Data inferred or derived</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExceptionsOnReportingDataSubjectsOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">Exceptions on reporting data breach</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExemptedWithoutProofOfDataSubjectIdentity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity">Exempted without identity</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RightsProtection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection">Freedoms protection</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#IsImpossible"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible">Is impossible</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NationalSecurity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity">National Security</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#OutsideMaterialScope"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope">Outside Material Scope</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#R18"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18">Personal or Household activity</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#R17"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17">Regulation (EC) No 45/2001</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RequiresDisproportionateEfforts"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts">Requires disproportionate efforts</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#FreedomsProtection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection">Rights protection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ExplicitPurpose">
+      <h3>Explicit Purpose<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose</p>
+      <div class="comment">
+         <span class="markdown">This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="FactorsForImpactAssessment">
+      <h3>Factors for Impact Assessment<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment</p>
+      <div class="comment">
+         <span class="markdown">These are the factors stated by the GDPR for Impact Assessment.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AutomatedDecisionMakingWithSignificantEffect"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect">Automatic decision making with significant effect</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ConfirmingOrMatchingDatasets"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets">Confirming or matching datasets</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#CrossBorderTransfer"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer">Cross-border Transfer</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#EvaluationOfDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject">Evaluation of data subjects</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LargeScaleProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing">Large scale processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingAffectedVulnerableIndividuals"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals">Processing affected or vulnerable individuals</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingSensitiveData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData">Processing sensitive data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingUsingUntestedTechnologies"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies">Processing using untested technologies</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SystematicMonitoring"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring">Systematic Monitoring</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SubProcessorMustFollowSameTermsAsProcessorControllerAgreement">
+      <h3>Follow same terms<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement</p>
+      <div class="comment">
+         <span class="markdown">Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#AppointingSubProcessors"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">Appointing Sub-Processors</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightsProtection">
+      <h3>Freedoms protection<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection</p>
+      <div class="comment">
+         <span class="markdown">The stated obligation could not be completed as it concerns freedoms protection.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="FreelyGivenConsentObligation">
+      <h3>Freely given<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">GDPR obligation that specifies consent must be freely given by the data subject for it to be valid.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="GeneticData">
+      <h3>Genetic Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData</p>
+      <div class="comment">
+         <span class="markdown">Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SensitivePersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="GivenConsent">
+      <h3>Given Consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent</p>
+      <div class="comment">
+         <span class="markdown">Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Consent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent">Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="HarmWasRemote">
+      <h3>Harm was remote<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote</p>
+      <div class="comment">
+         <span class="markdown">The data subjects were not notified about the data breach because the harm was deemed to be remote.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExceptionsOnReportingDataSubjectsOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">Exceptions on reporting data breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="HealthData">
+      <h3>Health data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData</p>
+      <div class="comment">
+         <span class="markdown">Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SensitivePersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="HistoricStatisticScientificPurposes">
+      <h3>Historic, Statistical, or Scientific purposes<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="IdentifiableForRequiredProcessing">
+      <h3>Identifiable for required processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing</p>
+      <div class="comment">
+         <span class="markdown">Retention of personal data should be identifiable for the requried processing</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="IdentificationOfDataSubject">
+      <h3>Identification of Data Subject<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject</p>
+      <div class="comment">
+         <span class="markdown">Activity where the data subject is explicitly identified through direct or indirect means.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="IfAndWhereControllerIsProcessingData">
+      <h3>If and where Controller is processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about whether and where the controller is processing the data subject's personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ImpactAssessment">
+      <h3>Impact Assessment<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment</p>
+      <div class="comment">
+         <span class="markdown">The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ImplementTechnicalMeasuresForCompliance">
+      <h3>Implement technical measures<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerResponsibility"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility">Controller Responsibility</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ImposeConfidentialityObligationOnPersonnel">
+      <h3>Impose confidentiality obligations on personnel<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel</p>
+      <div class="comment">
+         <span class="markdown">The processor must impose confidentiality agreements on its personnel in relation to handling of personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformControllerOfConflictWithLaw">
+      <h3>Inform Controller of conflict with law<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw</p>
+      <div class="comment">
+         <span class="markdown">In case of conflict with the controller's intructions and the law, the processor must immediately inform the controller of this conflict</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">
+      <h3>Information about automated processing with significant effects<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about automated processing that has significant effects on the data subject.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutCatgegoriesOfDataBeingProcessed">
+      <h3>Information about categories of data being processed<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about categories of data being processed</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutCategoriesOfRecipientsDataSharedWith">
+      <h3>Information about categories of recipients<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about the categories of recipients the data is shared with.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutSourceOfData">
+      <h3>Information about data source<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about the source of the personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutProcessing">
+      <h3>Information about processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about the processing of personal data of the data subject</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutExistenceOfRights">
+      <h3>Information about rights<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InfoAboutStoragePeriod">
+      <h3>Information about storage period<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data also includes information about the storage period of the data subject's personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformationAboutThirdParties">
+      <h3>Information about third parties<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties</p>
+      <div class="comment">
+         <span class="markdown">The right to basic information also provides data subject's with information about third parties involved in the processing.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToBasicInformationAboutProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing">Right to basic information about processing of personal data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformedConsentObligation">
+      <h3>Informed<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">GDPR obligation that specifies consent must be informed for it be valid.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformationShouldBeIntelligible">
+      <h3>Intelligible<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible</p>
+      <div class="comment">
+         <span class="markdown">The information provided under the right to transparency should be intelligible</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="IsImpossible">
+      <h3>Is impossible<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible</p>
+      <div class="comment">
+         <span class="markdown">The obligation or activity could not be completed as it was deemed to be impossible.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="JointController">
+      <h3>Joint Controller<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController</p>
+      <div class="comment">
+         <span class="markdown">A joint controller is two or more controllers jointly determine the purposes and means of processing.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Controller"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller">Controller</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="KeptUpToDate">
+      <h3>Kept up to date<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate</p>
+      <div class="comment">
+         <span class="markdown">Retained personal data must be kept up-to-date</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LargeScaleProcessing">
+      <h3>Large scale processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing</p>
+      <div class="comment">
+         <span class="markdown">The processing of personal data at a large scale of quantity or significant proportions.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LawfulBasisForProcessing">
+      <h3>Lawful Basis<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing</p>
+      <div class="comment">
+         <span class="markdown">This provides the basis for lawful processing of personal data.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ContractWithDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject">Contract with Data Subject</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExploymentLaw"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExploymentLaw">Employment Law</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExemptedByNationalLaw"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw">Exempted by National Law</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#GivenConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">Given Consent</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#HistoricStatisticScientificPurposes"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes">Historic, Statistical, or Scientific purposes</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LegalClaims"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims">Legal Claims</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LegalObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation">Legal Obligations</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LegitimateInterest"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest">Legitimate Interests</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MadePublicByDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject">Made Public</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MedicalDiagnosisTreatment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment">Medical or Diagnostics</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotForProfitOrg"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg">Not-for-profit organisation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PublicInterest"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest">Public Interest</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#VitalInterest"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest">Vital Interests</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LegalClaims">
+      <h3>Legal Claims<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is provided by legal claims.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LegalObligation">
+      <h3>Legal Obligations<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is covered by legal obligation(s).</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LegitimateInterest">
+      <h3>Legitimate Interests<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LegitimatePurpose">
+      <h3>Legitimate purpose<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose</p>
+      <div class="comment">
+         <span class="markdown">This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LiabilityOfJointController">
+      <h3>Liability of Joint-Controllers<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController</p>
+      <div class="comment">
+         <span class="markdown">These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LimitedForProcessing">
+      <h3>Limited for processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing</p>
+      <div class="comment">
+         <span class="markdown">Personal data retained should be limited in its use only for the requried processing</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LinkBetweenNewAndOldPurpose">
+      <h3>Lnk between new and old processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose</p>
+      <div class="comment">
+         <span class="markdown">Whether there is a link between the new and old purposes of processing</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MadePublicByDataSubject">
+      <h3>Made Public<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis is provided through the data being publicly made available by the data subject</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MaintainRecordOfBreach">
+      <h3>Maintain Record of Breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach</p>
+      <div class="comment">
+         <span class="markdown">GDPR mandates the recording of data breaches and its effects.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MaintainRecordsOfProcessingActivities">
+      <h3>Maintain records for processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires the Controller/Processor to maintain adequate records about their processing activities.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#RecordCategoriesOfDataSubjectsAndPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData">Categories of data subjects and personal data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RecordCategoriesOfRecipientsWhereDataShared"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared">Record categories of recipients</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RecordCrossBorderDataTransfer"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer">Record cross-border transfers</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RecordDataRetentionPeriod"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod">Record data retention periods</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RecordPurposeOfProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing">Record purpose of processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RecordSecurityMeasures"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures">Record security measures</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Marketing">
+      <h3>Marketing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing</p>
+      <div class="comment">
+         <span class="markdown">The process or technique of promoting, selling, and distributing a product or service.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#DirectMarketing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing">Direct Marketing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MaximumValidity3Years">
+      <h3>Maximum validty 3 years<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years</p>
+      <div class="comment">
+         <span class="markdown">The maximum validity for all seals and certifications should be 3 years from the date of issue.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ConditionsForSealsAndCertifications"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">Awarding Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MedicalDiagnosisTreatment">
+      <h3>Medical or Diagnostics<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="MonitorCompliance">
+      <h3>Monitor Compliance<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance</p>
+      <div class="comment">
+         <span class="markdown">The activity or process of overseeing an organisation's compliance.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Compliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">Compliance</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#DPOObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation">DPO Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NationalSecurity">
+      <h3>National Security<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity</p>
+      <div class="comment">
+         <span class="markdown">The stated obligation could not be completed as it concerns national security.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NatureOfPersonalData">
+      <h3>Nature of data involved<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">The nature of the personal data involved, whether it is sensitive or confidential.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PurposeOfNewProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">Purpose of new processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NoChargeLeviedForRightToAccess">
+      <h3>No charges levied<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess</p>
+      <div class="comment">
+         <span class="markdown">The right to access personal data should not incur any undue charge levied on the data subject for exercising their right</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToAccessPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">Right to Access Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotFromSilenceOrInactivityConsentObligation">
+      <h3>Not from silence or inactivity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">Consent should not be obtained from silence or inactivity of the data subject</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotFurtherProcessedThanOriginalPurpose">
+      <h3>Not further processed<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose</p>
+      <div class="comment">
+         <span class="markdown">This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotForProfitOrg">
+      <h3>Not-for-profit organisation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotificationRequiresDisproportionateEfforts">
+      <h3>Notification requires disproportionate efforts<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts</p>
+      <div class="comment">
+         <span class="markdown">The data subjects were not notified about the data breach because it required disproportionate efforts.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExceptionsOnReportingDataSubjectsOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">Exceptions on reporting data breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#RequiresDisproportionateEfforts"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts">Requires disproportionate efforts</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotifyDataSubjectAboutDPOForDataBreach">
+      <h3>Notify about DPO<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach</p>
+      <div class="comment">
+         <span class="markdown">Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#NotifyDataSubjectOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotifyDataSubjectAboutConsequencesOfDataBreach">
+      <h3>Notify consequences of breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach</p>
+      <div class="comment">
+         <span class="markdown">Affected data subject's must be notified about the consequences of the data breach.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#NotifyDataSubjectOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotifyDataSubjectOfBreach">
+      <h3>Notify Data Subject of Breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach</p>
+      <div class="comment">
+         <span class="markdown">Affected data subjects must be notified of the data breach and its effects.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#NotifyDataSubjectAboutDPOForDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach">Notify about DPO</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotifyDataSubjectAboutConsequencesOfDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach">Notify consequences of breach</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotifyDataSubjectOfMeasuresTakenForDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach">Notify measures taken</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="NotifyDataSubjectOfMeasuresTakenForDataBreach">
+      <h3>Notify measures taken<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach</p>
+      <div class="comment">
+         <span class="markdown">Affect data subjets must be notified of the measures taken against the data breach.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#NotifyDataSubjectOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Obligation">
+      <h3>Obligation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR. Following the obligations is necessary for compliance.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DPOObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation">DPO Obligation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ObligationForCollectionOfPersonalData">
+      <h3>Obligation for data collection<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AccurateCollection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection">Accurate Collection</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExplicitPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose">Explicit Purpose</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LegitimatePurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose">Legitimate purpose</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotFurtherProcessedThanOriginalPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose">Not further processed</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SpecifiedPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose">Specified purpose</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ObligationForObtainingConsent">
+      <h3>Obligation for obtaining consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR for obtaining consent</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#CanBeWithdrawnEasilyConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation">Can be withdrawn easily</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ClearExplanationOfProcessingConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation">Clear explanation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShouldBeDemonstrable"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable">Demonstrable</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShouldBeDistinguishableFromOtherMatters"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters">Distinguishable from other matters</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotFromSilenceOrInactivityConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation">Not from silence or inactivity</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ObtainingConsent">
+      <h3>Obtaining Consent from Data Subject<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent</p>
+      <div class="comment">
+         <span class="markdown">The act of getting a data subject's consent.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ConsentActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">Consent Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="OnlyActOnDocumentedInstructionFromController">
+      <h3>Only act on Controller instructions<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController</p>
+      <div class="comment">
+         <span class="markdown">The processor must only act on the intructions provided and documented by the controller</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="OutsideMaterialScope">
+      <h3>Outside Material Scope<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope</p>
+      <div class="comment">
+         <span class="markdown">The activity was deemed to be outside the material scope of the GDPR.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PersonalData">
+      <h3>Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData</p>
+      <div class="comment">
+         <span class="markdown">Personal data means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Data"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#SensitivePersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="R18">
+      <h3>Personal or Household activity<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18</p>
+      <div class="comment">
+         <span class="markdown">Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Point">
+      <h3>Point<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point</p>
+      <div class="comment">
+         <span class="markdown">Point in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:article27-2 a eli:LegalResourceSubdivision,
+        GDPRtext:Point ;
+    eli:description "The obligation laid down in paragraph 1 of this Article shall not apply to:"^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article27,
+        gdpr:chapterIV,
+        gdpr:chapterIV-1 ;
+    eli:number "2"^^xsd:string ;
+    eli:title_alternative "Article27(2)"^^xsd:string ;
+    GDPRtext:hasSubPoint gdpr:article27-2-a,
+        gdpr:article27-2-b ;
+    GDPRtext:isPartOfArticle gdpr:article27 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV ;
+    GDPRtext:isPartOfSection gdpr:chapterIV-1 .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasPoint"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint">has Point</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfPoint"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint">is part of Point</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Principle">
+      <h3>Principle<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle</p>
+      <div class="comment">
+         <span class="markdown">A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#Accountability"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability">Principle of Accountability</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Accuracy"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy">Principle of Accuracy</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataMinimisation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation">Principle of Data Minimisation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#IntegrityAndConfidentiality"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality">Principle of Integrity and Confidentiality</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LawfulnessFairnessAndTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency">Principle of Lawfulness, Fairness, and Transparency</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PurposeLimitation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation">Principle of Purpose Limitation</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#StorageLimitation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation">Principle of Storage Limitation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Accountability">
+      <h3>Principle of Accountability<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability</p>
+      <div class="comment">
+         <span class="markdown">The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Accuracy">
+      <h3>Principle of Accuracy<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy</p>
+      <div class="comment">
+         <span class="markdown">The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="DataMinimisation">
+      <h3>Principle of Data Minimisation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation</p>
+      <div class="comment">
+         <span class="markdown">The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="IntegrityAndConfidentiality">
+      <h3>Principle of Integrity and Confidentiality<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality</p>
+      <div class="comment">
+         <span class="markdown">The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="LawfulnessFairnessAndTransparency">
+      <h3>Principle of Lawfulness, Fairness, and Transparency<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency</p>
+      <div class="comment">
+         <span class="markdown">The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PurposeLimitation">
+      <h3>Principle of Purpose Limitation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation</p>
+      <div class="comment">
+         <span class="markdown">The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="StorageLimitation">
+      <h3>Principle of Storage Limitation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation</p>
+      <div class="comment">
+         <span class="markdown">The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Principle"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">Principle</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PrivacyByDesign">
+      <h3>Privacy by Design<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign</p>
+      <div class="comment">
+         <span class="markdown">Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Processing">
+      <h3>Processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing</p>
+      <div class="comment">
+         <span class="markdown">Processing here refers to an Activity that acts on the Data Subject's personal information.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>is equivalent to</dt>
+         <dd>
+            <a href="#UseData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData">Use Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AutomatedProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing">Automated Processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ConfirmingOrMatchingDatasets"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets">Confirming or matching datasets</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LargeScaleProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing">Large scale processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingAffectedVulnerableIndividuals"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals">Processing affected or vulnerable individuals</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingSensitiveData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData">Processing sensitive data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingUsingUntestedTechnologies"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies">Processing using untested technologies</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#UnlawfulProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing">Unlawful Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessingAffectedVulnerableIndividuals">
+      <h3>Processing affected or vulnerable individuals<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals</p>
+      <div class="comment">
+         <span class="markdown">This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessingIsUnlawful">
+      <h3>Processing is unlawful<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful</p>
+      <div class="comment">
+         <span class="markdown">The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToRestrictProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">Right to restrict processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessingSensitiveData">
+      <h3>Processing sensitive data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData</p>
+      <div class="comment">
+         <span class="markdown">This involves processing involving sensitive personal data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessingUsingUntestedTechnologies">
+      <h3>Processing using untested technologies<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies</p>
+      <div class="comment">
+         <span class="markdown">This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Processor">
+      <h3>Processor<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor</p>
+      <div class="comment">
+         <span class="markdown">A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#SubProcessor"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor">Sub-Processor</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessorObligation">
+      <h3>Processor Obligations<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations specified by the GDPR in the context of Processors</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AppointingSubProcessors"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">Appointing Sub-Processors</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#AssistInComplyingWithRights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights">Assist in complying with rights</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#CooperateWithDPA"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA">Co-operate with DPA</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ComplianceWithControllersInstructions"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions">Compliance with Controller's instructions</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataSecurity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity">Data Security</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ImposeConfidentialityObligationOnPersonnel"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel">Impose confidentiality obligations on personnel</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InformControllerOfConflictWithLaw"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw">Inform Controller of conflict with law</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#OnlyActOnDocumentedInstructionFromController"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController">Only act on Controller instructions</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#PropogateRightsToThirdParties"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">Propogate rights to Third Parties</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProvideControllerWithInfoForCompliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance">Provide information for compliance</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreachToController"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController">Report data breach to Controller</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RestrictionsOnCrossBorderTransfers"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers">Restrictions on cross-border transfers</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReturnOrDestroyPersonalDataAtEndTerm"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm">Return or destroy data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProcessorRepresentative">
+      <h3>Processor Representative<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative</p>
+      <div class="comment">
+         <span class="markdown">A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PropogateRightsToThirdParties">
+      <h3>Propogate rights to Third Parties<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties</p>
+      <div class="comment">
+         <span class="markdown">To propogate a data subject's right once they have been exercised to other third parties that are involved through the data subject's personal data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProtectionAgainstAccidentalLoss">
+      <h3>Protection against accidental loss<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss</p>
+      <div class="comment">
+         <span class="markdown">Protection of data subject's personal data  against accidental loss.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProtectionAgainstDamage">
+      <h3>Protection against damage<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage</p>
+      <div class="comment">
+         <span class="markdown">Protection of data subject's personal data  against damage to the data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProtectionAgainstDestruction">
+      <h3>Protection against destruction<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction</p>
+      <div class="comment">
+         <span class="markdown">Protection of data subject's personal data  against destruction of data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProtectionAgainstUnlawfulProcessing">
+      <h3>Protection against unlawful processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing</p>
+      <div class="comment">
+         <span class="markdown">Protection of data subject's personal data  against unlawful processing of data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SecurityOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">Security of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProvideCopyOfPersonalData">
+      <h3>Provide copy of Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">The right of data portability requries providing a copy of the data subject's personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#RightOfDataPortability"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability">Right of Data Portability</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ShouldBeCommonlyUsedFormat"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat">Copy should be in a commonly used format</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShouldBeMachineReadable"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable">Copy should be in a machine readable format</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShouldSupportReuse"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse">Shoud support reuse</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ShouldBeStructured"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured">Should be structured</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ProvideControllerWithInfoForCompliance">
+      <h3>Provide information for compliance<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance</p>
+      <div class="comment">
+         <span class="markdown">The processor must provide the controller with the information necessary to demonstrate compliance</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PseudoAnonymousData">
+      <h3>Pseudo-anonymous data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData</p>
+      <div class="comment">
+         <span class="markdown">Personal data that can no longer be attributed to a specific data subject without the use of additional information.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Data"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PublicInterest">
+      <h3>Public Interest<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest</p>
+      <div class="comment">
+         <span class="markdown">Lawful basis is provided by the GDPR as being in the interest of the public</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="PurposeOfNewProcessing">
+      <h3>Purpose of new processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing</p>
+      <div class="comment">
+         <span class="markdown">These are the obligations over determining the new or changed purposes of processing</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#PossibleConsequenceForDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject">Consequences for data subjects</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ContextOfDataCollection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection">Context of data collection</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ExistenceOfSafeguards"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards">Existence of safeguards</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#LinkBetweenNewAndOldPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose">Lnk between new and old processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NatureOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData">Nature of data involved</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RacialData">
+      <h3>Racial origin data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData</p>
+      <div class="comment">
+         <span class="markdown">Personal data revealing racial or ethnic origin.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SensitivePersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">Sensitive Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordCategoriesOfRecipientsWhereDataShared">
+      <h3>Record categories of recipients<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the categories of recipients the personal data was shared with.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordCrossBorderDataTransfer">
+      <h3>Record cross-border transfers<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the cross-border data transfers.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordDataRetentionPeriod">
+      <h3>Record data retention periods<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the data retention period of personal data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordPurposeOfProcessing">
+      <h3>Record purpose of processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RecordSecurityMeasures">
+      <h3>Record security measures<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures</p>
+      <div class="comment">
+         <span class="markdown">This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#MaintainRecordsOfProcessingActivities"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">Maintain records for processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RectifyData">
+      <h3>Rectify Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData</p>
+      <div class="comment">
+         <span class="markdown">An activity that rectifies data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RectifyInaccuracy">
+      <h3>Rectify Inaccuracies<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy</p>
+      <div class="comment">
+         <span class="markdown">Any inaccuracies or discrepancies in the retained data must be rectified</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Recital">
+      <h3>Regulation<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital</p>
+      <div class="comment">
+         <span class="markdown">Regulation in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:recital1 a eli:LegalResourceSubdivision,
+        GDPRtext:Recital ;
+    eli:description "The protection of natural persons in relation to the processing of personal data is a fundamental right. Article 8(1) of the Charter of Fundamental Rights of the European Union (the ‘Charter’) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her."^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number "1"^^xsd:string .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasRecital"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital">has Recital</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="R17">
+      <h3>Regulation (EC) No 45/2001<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17</p>
+      <div class="comment">
+         <span class="markdown">Related to Regulation (EC) No. 45/2001</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RegulatoryAuthority">
+      <h3>Regulatory Authority<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority</p>
+      <div class="comment">
+         <span class="markdown">The authority responsible for regulating data protection laws.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Entity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">Entity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RelevantForProcessing">
+      <h3>Relevant for processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing</p>
+      <div class="comment">
+         <span class="markdown">Any retained personal data must be relevant for subsiquent processing</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RetentionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">Data Retention</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ReportDataBreachToDPAWithin72Hours">
+      <h3>Report breach to DPA within 72 hours<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours</p>
+      <div class="comment">
+         <span class="markdown">The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ReportDataBreach">
+      <h3>Report Data Breach<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach</p>
+      <div class="comment">
+         <span class="markdown">The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Compliance"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">Compliance</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ControllerObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">Controller Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#MaintainRecordOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach">Maintain Record of Breach</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NotifyDataSubjectOfBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreachToDPAWithin72Hours"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours">Report breach to DPA within 72 hours</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ReportDataBreachToController"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController">Report data breach to Controller</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ReportDataBreachToController">
+      <h3>Report data breach to Controller<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController</p>
+      <div class="comment">
+         <span class="markdown">The occurence of a data breach must be reported to the Controller.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ReportDataBreach"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">Report Data Breach</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RequiresDisproportionateEfforts">
+      <h3>Requires disproportionate efforts<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts</p>
+      <div class="comment">
+         <span class="markdown">The stated obligation or activity could not be completed as it requires disproportionate efforts to complete.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#NotificationRequiresDisproportionateEfforts"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts">Notification requires disproportionate efforts</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RestrictionsOnCrossBorderTransfers">
+      <h3>Restrictions on cross-border transfers<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers</p>
+      <div class="comment">
+         <span class="markdown">These provide restrictions on cross-border transfers for Processors</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ReturnOrDestroyPersonalDataAtEndTerm">
+      <h3>Return or destroy data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm</p>
+      <div class="comment">
+         <span class="markdown">The processor must return or destroy personal data at the end of term (of its agreement with the controller)</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProcessorObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">Processor Obligations</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightOfDataPortability">
+      <h3>Right of Data Portability<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability</p>
+      <div class="comment">
+         <span class="markdown">The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightOfErasure">
+      <h3>Right of Erasure<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure</p>
+      <div class="comment">
+         <span class="markdown">The data subject has the right to obtain erasure of their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#EraseWhenConsentWasWithdrawn"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn">Erase if conesnt was withdrawn</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#EraseWhenDataIsNoLongerNeededForOriginalPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose">Erase if no longer needed for original purpose</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToAccessPersonalData">
+      <h3>Right to Access Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData</p>
+      <div class="comment">
+         <span class="markdown">The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#IfAndWhereControllerIsProcessingData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData">If and where Controller is processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">Information about automated processing with significant effects</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutCatgegoriesOfDataBeingProcessed"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed">Information about categories of data being processed</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutCategoriesOfRecipientsDataSharedWith"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith">Information about categories of recipients</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutSourceOfData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData">Information about data source</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing">Information about processing</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutExistenceOfRights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights">Information about rights</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InfoAboutStoragePeriod"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod">Information about storage period</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#NoChargeLeviedForRightToAccess"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess">No charges levied</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToBasicInformationAboutProcessing">
+      <h3>Right to basic information about processing of personal data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing</p>
+      <div class="comment">
+         <span class="markdown">The right to basic information about processing provides data subjects with information about the processing activities involving their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#InformationAboutThirdParties"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties">Information about third parties</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToNotBeEvaluatedThroughAutomatedProcessing">
+      <h3>Right to not be evaluated through automated processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing</p>
+      <div class="comment">
+         <span class="markdown">The data subject has a right to not be evaluated through automated processing</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToObjectForDirectMarketting">
+      <h3>Right to object direct marketting<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting</p>
+      <div class="comment">
+         <span class="markdown">The data subject has a right to object to direct marketting based on their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToObjectToProcessing">
+      <h3>Right to object processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing</p>
+      <div class="comment">
+         <span class="markdown">The data subject has the right to object to processing of their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToRectification">
+      <h3>Right to rectify<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification</p>
+      <div class="comment">
+         <span class="markdown">The data subject has a right to recitify their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToRestrictProcessing">
+      <h3>Right to restrict processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing</p>
+      <div class="comment">
+         <span class="markdown">The data subject has the rights to restrict the processing of their personal data</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#AccuracyIsContested"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested">Accuracy is contested</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#DataNoLongerNeededForOriginalPurpose"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose">Data no longer needed for original purpose</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProcessingIsUnlawful"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful">Processing is unlawful</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RightToTransparency">
+      <h3>Right to Transparency<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency</p>
+      <div class="comment">
+         <span class="markdown">The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Rights"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">Data Subject's Rights</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#InformationShouldBeConcise"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise">Concise</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InformationShouldBeEasilyAccessible"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible">Easily Accessible</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InformationShouldBeIntelligible"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible">Intelligible</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InformationShouldBeTransparent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent">Transparent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="FreedomsProtection">
+      <h3>Rights protection<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection</p>
+      <div class="comment">
+         <span class="markdown">The stated obligation could not be completed as it concerns rights protection.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ExclusionException"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">Exlcusions and Exceptions</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Seal">
+      <h3>Seal<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal</p>
+      <div class="comment">
+         <span class="markdown">A seal pertaining to GDPR compliance</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#SealsAndCertification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SealsAndCertification">
+      <h3>Seals and Certifications<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification</p>
+      <div class="comment">
+         <span class="markdown">GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted" title="http://www.w3.org/2004/02/skos/core#Concept">concept</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ConditionsForSealsAndCertifications"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">Awarding Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Certification"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification">Certification</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Seal"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal">Seal</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="Section">
+      <h3>Section<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section</p>
+      <div class="comment">
+         <span class="markdown">Section in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:chapterIV-5 a eli:LegalResourceSubdivision,
+        GDPRtext:Section ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterIV ;
+    eli:number "5"^^xsd:string ;
+    eli:title "Codes of conduct and certification"^^xsd:string ;
+    eli:title_alternative "Section 5"^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article40,
+        gdpr:article41,
+        gdpr:article42,
+        gdpr:article43 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasSection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection">has Section</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfSection"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection">is part of Section</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SecurityOfPersonalData">
+      <h3>Security of Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData</p>
+      <div class="comment">
+         <span class="markdown">This activity refers to security of data subject's personal data.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#Obligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">Obligation</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#ProtectionAgainstAccidentalLoss"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss">Protection against accidental loss</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProtectionAgainstDamage"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage">Protection against damage</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProtectionAgainstDestruction"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction">Protection against destruction</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#ProtectionAgainstUnlawfulProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing">Protection against unlawful processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SensitivePersonalData">
+      <h3>Sensitive Personal Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData</p>
+      <div class="comment">
+         <span class="markdown">Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#PersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData">Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#CriminalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData">Crime data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#GeneticData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData">Genetic Data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#HealthData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData">Health data</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#RacialData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData">Racial origin data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShareDataWithThirdParty">
+      <h3>Share Personal Data with Third Party<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty</p>
+      <div class="comment">
+         <span class="markdown">This activity represents the sharing of data subject's personal data with a third party.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldSupportReuse">
+      <h3>Shoud support reuse<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse</p>
+      <div class="comment">
+         <span class="markdown">The provided copy of personal data should support reuse</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ShouldBeStructured">
+      <h3>Should be structured<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured</p>
+      <div class="comment">
+         <span class="markdown">The provided copy of personal data should be structured</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ProvideCopyOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">Provide copy of Personal Data</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SpecificConsentObligation">
+      <h3>Specific<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">GDPR obligation that specifies consent must be specific for it to be valid.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SpecifiedPurpose">
+      <h3>Specified purpose<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose</p>
+      <div class="comment">
+         <span class="markdown">This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented).</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ObligationForCollectionOfPersonalData"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">Obligation for data collection</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="StoreData">
+      <h3>Store Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData</p>
+      <div class="comment">
+         <span class="markdown">An activity where personal data is being stored</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SubProcessor">
+      <h3>Sub-Processor<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor</p>
+      <div class="comment">
+         <span class="markdown">A sub-processor is a processor acting under another processor.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Processor"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor">Processor</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SubPoint">
+      <h3>SubPoint<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint</p>
+      <div class="comment">
+         <span class="markdown">SubPoint in GDPR text</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679">http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679</a>
+         </dd>
+      </dl>
+      <dl>
+         <dt>Example</dt>
+         <dd>
+            <pre>gdpr:article12-5-b a eli:LegalResourceSubdivision,
+        GDPRtext:SubPoint ;
+    eli:description "refuse to act on the request."^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article12,
+        gdpr:article12-5,
+        gdpr:chapterIII,
+        gdpr:chapterIII-1 ;
+    eli:number "b"^^xsd:string ;
+    eli:title_alternative "Article12(5)(b)"^^xsd:string ;
+    GDPRtext:isPartOfArticle gdpr:article12 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIII ;
+    GDPRtext:isPartOfPoint gdpr:article12-5 ;
+    GDPRtext:isPartOfSection gdpr:chapterIII-1 .</pre>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <span class="dotted"
+                  title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>is in range of</dt>
+         <dd>
+            <a href="#hasSubPoint"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint">has SubPoint</a>
+            <sup class="type-op" title="object property">op</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="SystematicMonitoring">
+      <h3>Systematic Monitoring<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring</p>
+      <div class="comment">
+         <span class="markdown">This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Activity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#FactorsForImpactAssessment"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">Factors for Impact Assessment</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="InformationShouldBeTransparent">
+      <h3>Transparent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent</p>
+      <div class="comment">
+         <span class="markdown">The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#RightToTransparency"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">Right to Transparency</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="UnlawfulProcessing">
+      <h3>Unlawful Processing<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing</p>
+      <div class="comment">
+         <span class="markdown">Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#Processing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">Processing</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="UseData">
+      <h3>Use Data<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData</p>
+      <div class="comment">
+         <span class="markdown">An activity that uses personal data</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#DataActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">Data Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="ValidConsent">
+      <h3>Valid Consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent</p>
+      <div class="comment">
+         <span class="markdown">Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR.</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#GivenConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">Given Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dd>
+            <a href="#ObligationForObtainingConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">Obligation for obtaining consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+         <dt>has sub-classes</dt>
+         <dd>
+            <a href="#FreelyGivenConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation">Freely given</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#InformedConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation">Informed</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#SpecificConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation">Specific</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#VoluntaryOptInConsentObligation"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation">Voluntary &amp; Opt-in</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="VitalInterest">
+      <h3>Vital Interests<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest</p>
+      <div class="comment">
+         <span class="markdown">These are obligations pertaining to the vital interests of the data subjects</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c</a>
+         </dd>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#LawfulBasisForProcessing"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">Lawful Basis</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="VoluntaryOptInConsentObligation">
+      <h3>Voluntary &amp; Opt-in<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation</p>
+      <div class="comment">
+         <span class="markdown">Consent must be obtained through the data subject's voluntary action and should be opt-in and not opt-out or by default.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ValidConsent"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">Valid Consent</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="VoluntarySystemOfAccredition">
+      <h3>Voluntary accredition<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition</p>
+      <div class="comment">
+         <span class="markdown">The seals and certifications should be a voluntary system of accredition</span>
+      </div>
+      <dl class="definedBy">
+         <dt>Is defined by</dt>
+         <dd>
+            <a href="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3">http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3</a>
+         </dd>
+      </dl>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ConditionsForSealsAndCertifications"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">Awarding Seals and Certifications</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="WithdrawingConsent">
+      <h3>Withdrawing Given Consent<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent</p>
+      <div class="comment">
+         <span class="markdown">This activity represents the data subject withdrawing given consent.</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#ConsentActivity"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">Consent Activity</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+   <div class="entity" id="RequiresWrittenConsentOfControllerToAppointSubProcessor">
+      <h3>Written consent of Controller<sup class="type-c" title="class">c</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#classes">Class ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor</p>
+      <div class="comment">
+         <span class="markdown">Appointing a sub-processor requires the written consent of the controller specifying permission or consent</span>
+      </div>
+      <dl class="description">
+         <dt>has super-classes</dt>
+         <dd>
+            <a href="#AppointingSubProcessors"
+               title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">Appointing Sub-Processors</a>
+            <sup class="type-c" title="class">c</sup>
+         </dd>
+      </dl>
+   </div>
+</div><div id="objectproperties">
+   <h3 id="properties" class="list">Object Properties</h3>
+   <ul class="hlist">
+      <li>
+         <a href="#hasArticle"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle">has Article</a>
+      </li>
+      <li>
+         <a href="#hasChapter"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter">has Chapter</a>
+      </li>
+      <li>
+         <a href="#hasCitation"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation">has Citation</a>
+      </li>
+      <li>
+         <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">
+            <span>has part</span>
+         </a>
+      </li>
+      <li>
+         <a href="#hasPoint"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint">has Point</a>
+      </li>
+      <li>
+         <a href="#hasRecital"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital">has Recital</a>
+      </li>
+      <li>
+         <a href="#hasSection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection">has Section</a>
+      </li>
+      <li>
+         <a href="#hasSubPoint"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint">has SubPoint</a>
+      </li>
+      <li>
+         <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">
+            <span>is part of</span>
+         </a>
+      </li>
+      <li>
+         <a href="#isPartOfArticle"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle">is part of Article</a>
+      </li>
+      <li>
+         <a href="#isPartOfChapter"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter">is part of Chapter</a>
+      </li>
+      <li>
+         <a href="#isPartOfPoint"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint">is part of Point</a>
+      </li>
+      <li>
+         <a href="#isPartOfSection"
+            title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection">is part of Section</a>
+      </li>
+   </ul>
+   <div class="entity" id="hasArticle">
+      <h3>has Article<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the Article</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Article"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article">Article</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasChapter">
+      <h3>has Chapter<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the Chapter</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted" title="http://data.europa.eu/eli/ontology#LegalResource">legal resource</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Chapter"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter">Chapter</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasCitation">
+      <h3>has Citation<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation</p>
+      <div class="comment">
+         <span class="markdown">indicates that the legal resource has the referenced citation</span>
+      </div>
+      <div class="description">
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Citation"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation">Citation</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="http://data.europa.eu/eli/ontology#has_part">
+      <h3>has part<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://data.europa.eu/eli/ontology#has_part</p>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> transitive</p>
+         <dl>
+            <dt>has sub-properties</dt>
+            <dd>
+               <a href="#hasArticle"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle">has Article</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasChapter"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter">has Chapter</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasCitation"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation">has Citation</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasPoint"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint">has Point</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasRecital"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital">has Recital</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasSection"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection">has Section</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#hasSubPoint"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint">has SubPoint</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasPoint">
+      <h3>has Point<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the Point</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Point"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point">Point</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasRecital">
+      <h3>has Recital<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the Recital</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Recital"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital">Regulation</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasSection">
+      <h3>has Section<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the Section</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Section"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section">Section</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="hasSubPoint">
+      <h3>has SubPoint<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint</p>
+      <div class="comment">
+         <span class="markdown">indicates the legal resource has the SubPoint</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">has part</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#SubPoint"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint">SubPoint</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="http://data.europa.eu/eli/ontology#is_part_of">
+      <h3>is part of<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://data.europa.eu/eli/ontology#is_part_of</p>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> transitive</p>
+         <dl>
+            <dt>has sub-properties</dt>
+            <dd>
+               <a href="#isPartOfArticle"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle">is part of Article</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfChapter"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter">is part of Chapter</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfPoint"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint">is part of Point</a>
+               <sup class="type-op" title="object property">op</sup>, <a href="#isPartOfSection"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection">is part of Section</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="isPartOfArticle">
+      <h3>is part of Article<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle</p>
+      <div class="comment">
+         <span class="markdown">represents a legal resource subdivision to be part of a article</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">is part of</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Article"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article">Article</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="isPartOfChapter">
+      <h3>is part of Chapter<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter</p>
+      <div class="comment">
+         <span class="markdown">represents a legal resource subdivision to be part of a chapter</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">is part of</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Chapter"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter">Chapter</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="isPartOfPoint">
+      <h3>is part of Point<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint</p>
+      <div class="comment">
+         <span class="markdown">represents a legal resource subdivision to be part of a point</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">is part of</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Point"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point">Point</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+   <div class="entity" id="isPartOfSection">
+      <h3>is part of Section<sup class="type-op" title="object property">op</sup>
+         <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a>
+         </span>
+      </h3>
+      <p>
+         <strong>IRI:</strong> http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection</p>
+      <div class="comment">
+         <span class="markdown">represents a legal resource subdivision to be part of a section</span>
+      </div>
+      <div class="description">
+         <p>
+            <strong>has characteristics:</strong> functional</p>
+         <dl>
+            <dt>has super-properties</dt>
+            <dd>
+               <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">is part of</a>
+               <sup class="type-op" title="object property">op</sup>
+            </dd>
+            <dt>has domain</dt>
+            <dd>
+               <span class="dotted"
+                     title="http://data.europa.eu/eli/ontology#LegalResourceSubdivision">legal resource subdivision</span>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+            <dt>has range</dt>
+            <dd>
+               <a href="#Section"
+                  title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section">Section</a>
+               <sup class="type-c" title="class">c</sup>
+            </dd>
+         </dl>
+      </div>
+   </div>
+</div><div id="legend">
+<h2>Legend <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<div   class="entity">
+<sup class="type-c" title="Classes">c</sup>: Classes <br/>
+<sup class="type-op" title="Object Properties">op</sup>: Object Properties <br/>
+<sup class="type-dp" title="Data Properties">dp</sup>: Data Properties <br/>
+<sup class="type-ni" title="Named Individuals">ni</sup>: Named Individuals
+</div>
+</div>

+ 469 - 0
deliverables/docs/sections/description-en.html

@@ -0,0 +1,469 @@
+<h2 id="desc" class="list">GDPR text EXTensions: Description <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<iframe align="center" width="100%" height ="500px" src="webvowl/index.html#ontology"></iframe> 
+<h3 id="desc-gdpr" class="list">Classes describing structure of GDPR</h3>
+<span class="markdown">
+#### Chapter
+A [Chapter](#Chapter) is the largest sub-unit in the GDPR. A chapter can contain
+one or more sections or articles. There are a total of 10 chapters in GDPR,
+named in the roman style from `I` to `X`. Their unique-id in GDPRtEXT is defined
+as `chapterN` where `N` is the chapter number in roman numerals.
+
+Chapters are linked with the GDPR resource through the property [hasChapter](#hasChapter)
+which specifies that the GDPR contains the referenced chapters.
+
+Chapters are linked to their sections, articles, points, and subpoints using the
+property [isPartOfChapter](#isPartOfChapter) which specifies that the chapter
+contains the defined subresource.
+
+#### Section
+A [Section](#Section) is an collection of article within a Chapter. 
+A section can contain
+one or more articles.
+Section are named using decimanl numbers from 1.
+Their unique-id in GDPRtEXT is defined
+as `chapterN-X` where `N` is the chapter number in roman and `X` is the 
+section number in decimal numerals.
+
+Sections are linked to their chapters using the property [hasSection](#hasSection)
+which specifies that the chapter contains the referenced section.
+
+Sections are linked to their articles, points, and subpoints using the property
+[isPartOfSection](#isPartOfSection) which specifies that the section contains
+the defined subresource.
+
+#### Article
+A [Article](#Article) is a unit of points within the GDPR. 
+A article can contain
+one or more points, each of which can contain zero or more subpoints.
+Article are named using decimanl numbers from 1.
+Their unique-id in GDPRtEXT is defined
+as `articleX` where `X` is the 
+article number in decimal numerals.
+
+Articles are linked to their chapters and sections using the property
+[hasArticle](#hasArticle) which specifies that the chapter or section contains
+the referenced article.
+
+Articles are linked to their points and subpoints using the property
+[isPartOfArticle](#isPartOfArticle) which specifies that the article contains
+the defined subresource.
+
+#### Point
+A [Point](#Point) is an paragraph or point of text within an article.
+It can contain zero or more sub-points. It's unique id in GDPRtEXT is defined
+as `articleX-Y` where `X` is the article number in decimal,
+and `Y` is the point number (or letter).
+
+Points are linked to their articles using the property [hasPoint](#hasPoint)
+which specifies that the article contains the referenced point.
+
+Points are linked to their subpoints using [isPartOfPoint](#isPartOfPoint]
+which specifies that the point contains the defined subpoints.
+
+#### Sub-Point
+A [SubPoint](#SubPoint) is an paragraph or subpoint of text within a point of an article.
+It's unique id in GDPRtEXT is definde
+as `articleX-Y-Z` where `X` is the article number in decimal,
+and `Y` is the point number (or letter) and `Z` is the subpoint number (or letter).
+
+SubPoints are linked to their points using the property [hasSubPoint](#hasSubPoint)
+which specifies that the point contains the referenced subpoint.
+
+#### Recital
+A [Recital](#Recital) is the text preceding the chapters and articles of the GDPR
+which specifies the reasons and provisions for the GDPR.
+It's unique id in GDPRtEXT is defined as `recitalX` where `X` is the recital number.
+
+Recitals are linked to GDPR using the property [hasRecital](#hasRecital) which
+specifies that the referenced recital is part of GDPR.
+
+#### Citation
+The [Citation](#Citation) within the GDPR text are references to other documents.
+The unique id for citations is given by `citationX` where `X` is the citation number.
+
+Citations are referenced to legal resources using the property [hasCitation](#hasCitation)
+which specifies that the citation occurs or is referenced within that legal resource.
+
+</span>
+<h4>Object Properties</h4><ul class="hlist">
+   <li>
+      <a href="#hasArticle"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle">has Article</a>
+   </li>
+   <li>
+      <a href="#hasChapter"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter">has Chapter</a>
+   </li>
+   <li>
+      <a href="#http://data.europa.eu/eli/ontology#has_part" title="http://data.europa.eu/eli/ontology#has_part">
+         <span>has part</span>
+      </a>
+   </li>
+   <li>
+      <a href="#hasPoint"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint">has Point</a>
+   </li>
+   <li>
+      <a href="#hasRecital"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital">has Recital</a>
+   </li>
+   <li>
+      <a href="#hasSection"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection">has Section</a>
+   </li>
+   <li>
+      <a href="#hasSubPoint"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint">has SubPoint</a>
+   </li>
+   <li>
+      <a href="#http://data.europa.eu/eli/ontology#is_part_of" title="http://data.europa.eu/eli/ontology#is_part_of">
+         <span>is part of</span>
+      </a>
+   </li>
+   <li>
+      <a href="#isPartOfArticle"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle">is part of Article</a>
+   </li>
+   <li>
+      <a href="#isPartOfChapter"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter">is part of Chapter</a>
+   </li>
+   <li>
+      <a href="#isPartOfPoint"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint">is part of Point</a>
+   </li>
+   <li>
+      <a href="#isPartOfSection"
+         title="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection">is part of Section</a>
+   </li>
+</ul>
+<h3 id="desc-concepts" class="list">Classes defining concepts of GDPR</h3>
+<span class="markdown">
+All concepts from the GDPR are described using `skos:Concept` where the hierarchy
+of concepts signifies the relationship of being narrow, specific, or related grouping of concepts.
+
+#### Data
+[Data](#Data) refers to the generic usage of the term 'data' and contains subclasses
+defining [personal data](#PersonalData) along with the various specific types
+of [sensitive personal data](#SensitivePersonalData) mentioned in the GDPR text. 
+This also contains concepts related to representing [anonymised](#AnonymousData) and
+[pseudonymised](#PseudoAnonymousData) data.
+</span>
+<ul class="hlist">
+    <li><a href="#Data">Data</a></li>
+    <li><a href="#PersonalData">Personal Data</a></li>
+    <li><a href="#SensitivePersonalData">Sensitive Personal Data</a></li>
+    <li><a href="#CriminalData">Criminal Data</a></li>
+    <li><a href="#GeneticData">Genetic Data</a></li>
+    <li><a href="#HealthData">Health Data</a></li>
+    <li><a href="#RacialData">Racial Data</a></li>
+    <li><a href="#AnonymousData">Anonymous Data</a></li>
+    <li><a href="#PseudoAnonymousData">PseudoAnonymous Data</a></li>
+</ul>
+<span class="markdown">
+#### Consent
+[Consent](#Consent) refers specifically to the concept of consent as specified
+within the GDPR. It contains concepts to refer to the [given consent](#GivenConsent)
+and to consent that is considered to be [valid](#ValidConsent) under the GDPR.
+</span>
+<ul class="hlist">
+    <li><a href="#Consent">Consent</a></li>
+    <li><a href="#GivenConsent">GivenConsent</a></li>
+    <li><a href="#ValidConsent">ValidConsent</a></li>
+</ul>
+<span class="markdown">
+#### Entity
+[Entity](#Entity) refers to specific entities that are mentioned or are referred
+to by the GDPR such as [data subject](#DataSubject), [controller](#Controller),
+[processor](#Processor), [data protection office (DPO)](#DPO), etc.
+</span>
+<ul class="hlist">
+    <li><a href="#Entity">Entity</a></li>
+    <li><a href="#DataSubject">Data Subject</a></li>
+    <li><a href="#Controller">Controller</a></li>
+    <li><a href="#JointController">Joint Controller</a></li>
+    <li><a href="#Processor">Processor</a></li>
+    <li><a href="#SubProcessor">SubProcessor</a></li>
+    <li><a href="#DPO">Data Protection Officer (DPO)</a></li>
+    <li><a href="#DPA">Data Protection Authority (DPA)</a></li>
+    <li><a href="#ControllerRepresentative">Representative of Controller</a></li>
+    <li><a href="#ProcessorRepresentative">Representative of Processor</a></li>
+    <li><a href="#CertificationBody">Certification Body</a></li>
+    <li><a href="#RegulatoryAuthority">Regulatory Authority</a></li>
+</ul>
+<span class="markdown">
+#### Activity
+[Activity](#Activity) refers to some process or action mentioned, referred,
+implied, or defined by the GDPR. It contains concepts to distinguish between
+[activities about consent](#ConsentActivity) and [activities involving data](#DataActivity).
+It also defines several other activities related to the functioning of the GDPR
+such as [reporting data breach](#ReportDataBreach), [processing](#Processing),
+[demonstrating consent](#DemonstratingConsent), etc.
+</span>
+<h5>Consent Activity</h5>
+<span class="markdown">Consent Activity refers to activities that deal or interact with consent.</span>
+<ul class="hlist">
+    <li><a href="#ConsentActivity">Consent Activity</a></li>
+    <li><a href="#ObtainingConsent">Obtaining Consent</a></li>
+    <li><a href="#WithdrawingConsent">Withdrawing Consent</a></li>
+</ul>
+<h5>Data Activity</h5>
+<span class="markdown"></span>
+<span class="markdown">Data Activity refers to activities that interact or involve data.
+_Processing_ is a Data Activity that uses data (therefore is the same as 'Use Data').
+But because GDPR specifically mentions Processing in several of its points, there
+is a separate activity defined as Processing which is equivalent to 'Use Data'.</span>
+<ul class="hlist">
+    <li><a href="#DataActivity">Data Activity</a></li>
+    <li><a href="#UseData">Use Data (&#8801;Processing)</a></li>
+    <li><a href="#ArchiveData">Archive Data</a></li>
+    <li><a href="#CollectionOfPersonalData">Collection of Personal Data</a></li>
+    <li><a href="#CrossBorderTransfer">Cross Border Transfer</a></li>
+    <li><a href="#EraseData">Erase Data</a></li>
+    <li><a href="#ProvideCopyOfPersonalData">Provide Copy of Personal Data</a></li>
+    <li><a href="#RectifyData">Rectify Data</a></li>
+    <li><a href="#ShareDataWithThirdParty">Share data with Third Party</a></li>
+    <li><a href="#StoreData">Store Data</a></li>
+</ul>
+<h5>Processing</h5>
+<span class="markdown">Processing refers to the activity of 'processing' data,
+which can be considered to be the same as 'use data'. This concept is equivalent
+to 'Use Data'.</span>
+<ul class="hlist">
+    <li><a href="#Processing">Processing (&#8801;Use Data)</a></li>
+    <li><a href="#AutomatedProcessing">Automated Processing</a></li>
+    <li><a href="#AutomatedDecisionMakingWithSignificantEffect">Automated Decision Making with Significant Effect</a></li>
+    <li><a href="#ConfirmingOrMatchingDatasets">Confirming or Matching Datasets</a></li>
+    <li><a href="#LargeScaleProcessing">Large Scale Processing</a></li>
+    <li><a href="#ProcessingAffectedVulnerableIndividuals">Processing Affected or Vulnerable Individuals</a></li>
+    <li><a href="#ProcessingSensitiveData">Processing Sensitive Data</a></li>
+    <li><a href="#ProcessingUsingUntestedTechnologies">Processing using Untested Technologies</a></li>
+    <li><a href="#UnlawfulProcessing">Unlawful Processing</a></li>
+</ul>
+<h5>Reporting Data Breach</h5>
+<span class="markdown">The activity of reporting a data breach.</span>
+<ul class="hlist">
+    <li><a href="#ReportDataBreach">Report Data Breach</a></li>
+    <li><a href="#MaintainRecordOfBreach">Maintain Record of Breach</a></li>
+    <li><a href="#NotifyDataSubjectOfBreach">Notify Data Subject of Breach</a></li>
+    <li><a href="#ReportDataBreachToController">Report Breach to Controller</a></li>
+    <li><a href="#ReportDataBreachToDPAWithin72Hours">Report Breach to DPA within 72 hours</a></li>
+</ul>
+<h5>Other Activities</h5>
+<span class="markdown">These are other activities that are not categorised or
+grouped together.</span>
+<ul class="hlist">
+    <li><a href="#SecurityOfPersonalData">Security of Personal Data</a></li>
+    <li><a href="#AppointmentOfProcessors">Appointment of Processors</a></li>
+    <li><a href="#DemonstratingConsent">Demonstrating Consent</a></li>
+    <li><a href="#ExerciseRights">Exercise Rights</a></li>
+    <li><a href="#IdentificationOfDataSubject">Identification of Data Subject</a></li>
+    <li><a href="#ImpactAssessment">Impact Assessment</a></li>
+    <li><a href="#Marketing">Marketing</a></li>
+    <li><a href="#DirectMarketing">Direct Marketing</a></li>
+    <li><a href="#MonitorCompliance">Monitor Compliance</a></li>
+    <li><a href="#PropogateRightsToThirdParties">Propogate Rights to Third Parties</a></li>
+    <li><a href="#SystematicMonitoring">Systematic Monitoring</a></li>
+</ul>
+<span class="markdown">
+#### Compliance
+[Compliance](#Compliance) refers to the compliance towards the GDPR and contains
+concepts regarding the same.
+</span>
+<ul class="hlist">
+    <li><a href="#Compliance">Compliance</a></li>
+    <li><a href="#DemonstratingConsent">Demonstration Consent</a></li>
+    <li><a href="#MonitorCompliance">Monitor Compliance</a></li>
+    <li><a href="#ReportDataBreach">Report Data Breach</a></li>
+</ul>
+<h4>Principles</h4>
+<span class="markdown">GDPR mentions several _principles_ which are reflected 
+by these concepts.</span>
+<ul class="hlist">
+    <li><a href="#Principle">Principle</a></li>
+    <li><a href="#Accountability">Accountability</a></li>
+    <li><a href="#Accuracy">Accuracy</a></li>
+    <li><a href="#DataMinimisation">Data Minimisation</a></li>
+    <li><a href="#IntegrityAndConfidentiality">Integrity and Confidentiality</a></li>
+    <li><a href="#LawfulnessFairnessAndTransparency">Lawfulness, Fairness, and Transparency</a></li>
+    <li><a href="#PurposeLimitation">Purpose Limitation</a></li>
+    <li><a href="#StorageLimitation">Storage Limitation</a></li>
+</ul>
+<h4>Rights</h4>
+<span class="markdown">GDPR provides the data subject with several 'rights'
+which are reflected in these concepts.</span>
+<h5>Right of Data Portability</h5>
+<ul class="hlist">
+    <li><a href="#RightOfDataPortability">Right of Data Portability</a></li>
+    <li><a href="#ProvideCopyOfPersonalData">Provide copy of Personal Data</a></li>
+    <li><a href="#ShouldBeCommonlyUsedFormat">Should be commonly used format</a></li>
+    <li><a href="#ShouldBeMachineReadable">Should be machine readable</a></li>
+    <li><a href="#ShouldBeStructured">Should be structured</a></li>
+    <li><a href="#ShouldSupportReuse">Should support reuse</a></li>
+</ul>
+<h5>Right of Erasure</h5>
+<ul class="hlist">
+    <li><a href="#RightOfErasure">Right of Erasure</a></li>
+    <li><a href="#EraseWhenConsentWasWithdrawn">Erase when consent was withdrawn</a></li>
+    <li><a href="#EraseWhenDataIsNoLongerNeededForOriginalPurpose">Erase when data is no longer needed for original purpose</a></li>
+</ul>
+<h5>Right to Access Personal Data</h5>
+<ul class="hlist">
+    <li><a href="#RightToAccessPersonalData">Right to Access Personal Data</a></li>
+    <li><a href="#IfAndWhereControllerIsProcessingData">If and where Controller is processing data</a></li>
+    <li><a href="#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">Automated processing with significant effects on data subject</a></li>
+    <li><a href="#InfoAboutCatgegoriesOfDataBeingProcessed">Categories of data being processed</a></li>
+    <li><a href="#InfoAboutCategoriesOfRecipientsDataSharedWith">Categories of recipients data is shared with</a></li>
+    <li><a href="#InfoAboutExistenceOfRights">Existence of Rights</a></li>
+    <li><a href="#InfoAboutProcessing">Information about Processing</a></li>
+    <li><a href="#InfoAboutSourceOfData">Source of Data</a></li>
+    <li><a href="#InfoAboutStoragePeriod">Storage Period</a></li>
+    <li><a href="#NoChargeLeviedForRightToAccess">No charges levied</a></li>
+</ul>
+<h5>Right to Basic Information about Processing</h5>
+<ul class="hlist">
+    <li><a href="#RightToBasicInformationAboutProcessing">Right to Basic Information about Processing</a></li>
+    <li><a href="#InformationAboutThirdParties">Information about Third Parties</a></li>
+</ul>
+<h5>Right to restrict Processing</h5>
+<ul class="hlist">
+    <li><a href="#RightToRestrictProcessing">Right to restrict Processing</a></li>
+    <li><a href="#AccuracyIsContested">Accuracy is contested</a></li>
+    <li><a href="#DataNoLongerNeededForOriginalPurpose">Data no longer needed for original purpose</a></li>
+    <li><a href="#ProcessingIsUnlawful">Processing is unlawful</a></li>
+</ul>
+<h5>Right to Transparency</h5>
+<ul class="hlist">
+    <li><a href="#RightToTransparency">Right to Transparency</a></li>
+    <li><a href="#InformationShouldBeConcise">concise</a></li>
+    <li><a href="#InformationShouldBeEasilyAccessible">easily accessible</a></li>
+    <li><a href="#InformationShouldBeIntelligible">intelligible</a></li>
+    <li><a href="#InformationShouldBeTransparent">transparent</a></li>
+</ul>
+<h5>Other Rights</h5>
+<ul class="hlist">
+    <li><a href="#RightToNotBeEvaluatedThroughAutomatedProcessing">Not be evaluated through Automated Processing</a></li>
+    <li><a href="#RightToObjectForDirectMarketting">Object to Direct Marketing</a></li>
+    <li><a href="#RightToObjectToProcessing">Object to Processing</a></li>
+    <li><a href="#RightToRectification">Right of Rectification</a></li>
+</ul>
+<h4>Obligations</h4>
+<span class="markdown">Obligations specified by the GDPR are represented by these concepts.</span>
+<h5>Controller Obligations</h5>
+<ul class="hlist">
+    <li><a href="#ControllerObligation">Controller Obligation</a></li>
+    <li><a href="#AppointmentOfProcessors">Appointment of Processors</a></li>
+    <li><a href="#ControllerAccountability">Accountability</a></li>
+    <li><a href="#ControllerResponsibility">Controller Responsibility</a></li>
+    <li><a href="#CooperateWithDPA">Co-operate with DPA</a></li>
+    <li><a href="#DataProtectionByDesignAndByDefault">Data Protection by Design and Default</a></li>
+    <li><a href="#DataSecurity">Data Security</a></li>
+    <li><a href="#LiabilityOfJointController">Liability of Joint Controller(s)</a></li>
+    <li><a href="#MaintainRecordsOfProcessingActivities">Maintain records of processing activities</a></li>
+    <li><a href="#PrivacyByDesign">Privacy by Design</a></li>
+    <li><a href="#PropogateRightsToThirdParties">Propogate Rights to Third Parties</a></li>
+    <li><a href="#ReportDataBreach">Report Data Breach</a></li>
+</ul>
+<h5>Processor Obligations</h5>
+<ul class="hlist">
+    <li><a href="#ProcessorObligation">Processor Obligation</a></li>
+    <li><a href="#AppointingSubProcessors">Appointing Sub-Processors</a></li>
+    <li><a href="#AssistInComplyingWithRights">Assist in complying with Rights</a></li>
+    <li><a href="#ComplianceWithControllersInstructions">Compliance with Controller's instructions</a></li>
+    <li><a href="#CooperateWithDPA">Co-operate with DPA</a></li>
+    <li><a href="#DataSecurity">Data Security</a></li>
+    <li><a href="#ImposeConfidentialityObligationOnPersonnel">Impose Confidentiality on Personnel</a></li>
+    <li><a href="#InformControllerOfConflictWithLaw">Inform Controller of conflict with Law</a></li>
+    <li><a href="#MaintainRecordsOfProcessingActivities">Maintain records of processing activities</a></li>
+    <li><a href="#OnlyActOnDocumentedInstructionFromController">Only act on documented instructions</a></li>
+    <li><a href="#PropogateRightsToThirdParties">Propogate Rights to Third Parties</a></li>
+    <li><a href="#ProvideControllerWithInfoForCompliance">Provide Controller with information for Compliance</a></li>
+    <li><a href="#ReportDataBreachToController">Report Data Breach to Controller</a></li>
+    <li><a href="#RestrictionsOnCrossBorderTransfers">Restrictions on Cross-Border Transfers</a></li>
+    <li><a href="#ReturnOrDestroyPersonalDataAtEndTerm">Return or destroy Personal Data at end term</a></li>
+</ul>
+<h5>DPO Obligations</h5>
+<ul class="hlist">
+    <li><a href="#DPOObligation">DPO Obligation</a></li>
+    <li><a href="#MonitorCompliance">Monitor Compliance</a></li>
+</ul>
+<h5>Lawful Basis for Processing</h5>
+<ul class="hlist">
+    <li><a href="#LawfulBasisForProcessing">Lawful Basis for Processing</a></li>
+    <li><a href="#ContractWithDataSubject">Contract with Data Subject</a></li>
+    <li><a href="#ExemptedByNationalLaw">Exempted by National Law</a></li>
+    <li><a href="#EmploymentLaw">Employment Law</a></li>
+    <li><a href="#GivenConsent">Given Consent</a></li>
+    <li><a href="#HistoricStatisticScientificPurposes">Historic, Statistical, or Scientific Purposes</a></li>
+    <li><a href="#LegalClaims">Legal claims</a></li>
+    <li><a href="#LegalObligation">Legal obligation</a></li>
+    <li><a href="#LegitimateInterest">Legitimate Interest</a></li>
+    <li><a href="#MadePublicByDataSubject">Made public by Data Subject</a></li>
+    <li><a href="#MedicalDiagnosisTreatment">Medical, Diagnostic, or Treatement</a></li>
+    <li><a href="#NotForProfitOrg">Not for Profit Org.</a></li>
+    <li><a href="#PublicInterest">Public Interest</a></li>
+    <li><a href="#PurposeOfNewProcessing">Purpose of New Processing</a></li>
+    <li><a href="#VitalInterest">Vital Interest</a></li>
+</ul>
+<span class="markdown">**Valid Consent**: As a valid consent is the lawful basis for processing, the following concepts are
+defined for the validity of such consent as specified by the GDPR.</span>
+<ul class="hlist">
+    <li><a href="#ValidConsent">Valid Consent</a></li>
+    <li><a href="#FreelyGivenConsentObligation">freely given</a></li>
+    <li><a href="#InformedConsentObligation">informed</a></li>
+    <li><a href="#SpecificConsentObligation">specific</a></li>
+    <li><a href="#VoluntaryOptInConsentObligation">voluntary, and opt-in</a></li>
+</ul>
+<h5>Obligations for Data Collection</h5>
+<ul class="hlist">
+    <li><a href="#ObligationForCollectionOfPersonalData">Obligation for Data Collection</a></li>
+    <li><a href="#AccurateCollection">Accurate Collection</a></li>
+    <li><a href="#ExplicitPurpose">Explicit Purpose</a></li>
+    <li><a href="#LegitimatePurpose">Legitimate Purpose</a></li>
+    <li><a href="#NotFurtherProcessedThanOriginalPurpose">Not further processed than original purpose</a></li>
+    <li><a href="#SpecifiedPurpose">Specified Purpose</a></li>
+</ul>
+<h5>Obligations for Obtaining Consent</h5>
+<ul class="hlist">
+    <li><a href="#InformationAboutThirdParties">Information about Third Parties</a></li>
+    <li><a href="#CanBeWithdrawnEasilyConsentObligation">Consent can be withdrawn easily</a></li>
+    <li><a href="#ClearExplanationOfProcessingConsentObligation">clear explanatin of processing</a></li>
+    <li><a href="#NotFromSilenceOrInactivityConsentObligation">not from silence or inactivity</a></li>
+    <li><a href="#ShouldBeDemonstrable">demonstrable</a></li>
+    <li><a href="#ShouldBeDistinguishableFromOtherMatters">distinguishable from other matters</a></li>
+    <li><a href="#ValidConsent">valid consent</a></li>
+</ul>
+<h5>Obligations for Retention of Personal Data</h5>
+<ul class="hlist">
+    <li><a href="#RetentionOfPersonalData">Retention of Personal Data</a></li>
+    <li><a href="#AdequateForProcessing">adequate for processing</a></li>
+    <li><a href="#IdentifiableForRequiredProcessing">identifiable for required processing</a></li>
+    <li><a href="#KeptUpToDate">kept up to date</a></li>
+    <li><a href="#LimitedForProcessing">limited for processing</a></li>
+    <li><a href="#RectifyInaccuracy">rectify inaccuracies</a></li>
+    <li><a href="#RelevantForProcessing">relevant for processing</a></li>
+</ul>
+<h5>Obligation for Security of Personal Data</h5>
+<ul class="hlist">
+    <li><a href="#SecurityOfPersonalData">Security of Personal Data</a></li>
+    <li><a href="#ProtectionAgainstAccidentalLoss">Accidental Loss</a></li>
+    <li><a href="#ProtectionAgainstDamage">Damage</a></li>
+    <li><a href="#ProtectionAgainstDestruction">Destruction</a></li>
+    <li><a href="#ProtectionAgainstUnlawfulProcessing">Unlawful Processing</a></li>
+</ul>
+
+<h4>Seals and Certifications</h4>
+<span class="markdown">GDPR has provisions for seals and certifications which
+can help organisations with a measure of compliance as well as good practices.
+The following concepts reflect such seals and certifications.</span>
+<ul class="hlist">
+    <li><a href="#Seal">Seal</a></li>
+    <li><a href="#Certification">Certification</a></li>
+</ul>
+<span class="markdown">The following refer to the conditions for awarding such seals and certifications.</span>
+<ul class="hlist">
+    <li><a href="#ConditionsForSealsAndCertifications">Conditions for Seals and Certifications</a></li>
+    <li><a href="#AdherenceToSealCertification">Adherence to Seal/Certification</a></li>
+    <li><a href="#MaximumValidity3Years">Max. validity of 3 years</a></li>
+    <li><a href="#VoluntarySystemOfAccredition">Voluntary system of Accredition</a></li>
+</ul>

+ 89 - 0
deliverables/docs/sections/introduction-en.html

@@ -0,0 +1,89 @@
+<h2 id="intro" class="list">Introduction <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<span class="markdown">
+The **GDPRtEXT** ontology aims to provide a way to refer and use concepts defined
+by the General Data Protection Regulation (GDPR). It does so by exposing the 
+text of the GDPR as a linked data resource using the
+<a href="http://publications.europa.eu/mdr/eli/index.html">European Legislation Identified (ELI)</a>
+ontology. [SKOS](https://www.w3.org/TR/skos-primer/) is then used to
+define concepts defined / specified / used by the GDPR.
+
+The process provides each article or point within the GDPR with a unique ID
+(also it's linked-data URI) that can be used to refer to it. This is then used
+to relate each article with the concepts (defined by _SKOS_) that are defined
+or mentioned within it or are related to it.
+
+The [ELI](#ns) ontology provides a way to express the individual legislative
+points using `eli:LegalResourceSubdivision` which is used to defined the 
+[chapters](#Chapter),
+[sections](#Section),
+[articles](#Article),
+[points](#Point), and 
+[subpoints](#SubPoint) within the GDPR.
+GDPR itself is a represented using `all:LegalResource` with various 
+[properties](#properties) connecting the related resources.
+Using these concepts, the GDPR text is given unique identifiers, and then related
+to the concepts it contains using `skos:Concept`.
+
+By defining GDPR text as a linked data resource (and using semantic web vocabularies to do so),
+it is possible to create resources (which can be defined separately or independent of each other)
+that annotate or refer to the text within the GDPR. For example, a document that refers to
+specific rights within the GDPR can be created as a table listing the specific articles or points
+of relevance using their IRI in the GDPRtEXT resource. `skos:Concept` classes can be further
+used to annotate these articles and other documentation pertaining to GDPR.
+</span>
+<h3 id="distributions" class="list">GDPR text distributions</h3>
+<span class="markdown">
+Using the terms defined within the ontology for referring to specific subdivisions
+within the GDPR, an RDF dataset was created from the GDPR text by assigning
+each subdivision an unique id (through the RDF URI).
+The GDPR dataset is available as a 
+_DCAT distribution_ at 
+[http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/distributions#](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/distributions#) (namespace `gdprdist`)
+with the following datasets -
+
+ * official (canonical) text of the GDPR - `gdprdist:canonical_dataset`
+   * as HTML webpage - `gdprdist:canonical_HTML`
+   * as PDF - `gdprdist:canonical_PDF`
+   * as XML - `gdprdist:canonical_XML`
+ * hosted text of GDPR (for use as linked data resource) - `gdprdist:textid_dataset`
+   * annotated HTML - `gdprdist:gdpr_html`
+   * text as json - `gdprdist:gdpr_json`
+ * annotated datasets (using semantic web ontologies) - `gdprdist:annotated_dataset`
+   * RDF - `gdprdist:gdprtext_rdf` [download](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdprtext.rdf)
+   * N3 - `gdprdist:gdprtext_n3` [download](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdprtext.n3)
+   * N-Triples - `gdprdist:gdprtext_nt` [download](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdprtext.nt)
+   * Turtle - `gdprdist:gdprtext_ttl` [download](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdprtext.ttl)
+   * JSON-LD - `gdprdist:gdprtext_jsonld` [download](http://purl.org/adaptcentre/openscience/resources/GDPRtEXT/gdprtext.jsonld)
+</span>
+<div id="namespacedeclarations">
+<h3 id="ns" class="list">Namespace declarations</h3>
+<div id="ns" align="center">
+<table>
+<caption> <a href="#ns"> Table 1</a>: Namespaces used in the document </caption>
+<tbody>
+<tr><td><b>all</b></td><td>&lt;http://eur_lex.europa.eu/legal_content/EN/ALL/&gt;</td></tr>
+<tr><td><b>vaem</b></td><td>&lt;http://www.linkedmodel.org/schema/vaem#&gt;</td></tr>
+<tr><td><b>owl</b></td><td>&lt;http://www.w3.org/2002/07/owl#&gt;</td></tr>
+<tr><td><b>xsd</b></td><td>&lt;http://www.w3.org/2001/XMLSchema#&gt;</td></tr>
+<tr><td><b>resources</b></td><td>&lt;https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/&gt;</td></tr>
+<tr><td><b>skos</b></td><td>&lt;http://www.w3.org/2004/02/skos/core#&gt;</td></tr>
+<tr><td><b>rdfs</b></td><td>&lt;http://www.w3.org/2000/01/rdf-schema#&gt;</td></tr>
+<tr><td><b>people</b></td><td>&lt;http://purl.org/adaptcentre/people/&gt;</td></tr>
+<tr><td><b>xmlschema</b></td><td>&lt;https://w3.org/2001/XMLSchema#&gt;</td></tr>
+<tr><td><b>gdprtext</b></td><td>&lt;https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/&gt;</td></tr>
+<tr><td><b>rdf</b></td><td>&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;</td></tr>
+<tr><td><b>terms</b></td><td>&lt;http://purl.org/dc/terms/&gt;</td></tr>
+<tr><td><b>v</b></td><td>&lt;https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/&gt;</td></tr>
+<tr><td><b>bibo</b></td><td>&lt;http://purl.org/ontology/bibo/&gt;</td></tr>
+<tr><td><b>vann</b></td><td>&lt;http://purl.org/vocab/vann/&gt;</td></tr>
+<tr><td><b>foaf</b></td><td>&lt;http://xmlns.com/foaf/0.1/&gt;</td></tr>
+<tr><td><b>gdprov</b></td><td>&lt;http://purl.org/adaptcentre/openscience/projects/GDPRov/&gt;</td></tr>
+<tr><td><b>ontologies</b></td><td>&lt;http://purl.org/adaptcentre/openscience/ontologies/&gt;</td></tr>
+<tr><td><b>ontology</b></td><td>&lt;http://data.europa.eu/eli/ontology#&gt;</td></tr>
+<tr><td><b>gdprtext</b></td><td>&lt;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#&gt;</td></tr>
+<tr><td><b>dc</b></td><td>&lt;http://purl.org/dc/elements/1.1/&gt;</td></tr>
+<tr><td><b>status</b></td><td>&lt;http://purl.org/ontology/bibo/status/&gt;</td></tr>
+</tbody>
+</table>
+</div>
+</div>

+ 85 - 0
deliverables/docs/sections/overview-en.html

@@ -0,0 +1,85 @@
+<h2 id="overv" class="list">GDPR text EXTensions: Overview <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<span class="markdown">
+GDPRtEXT uses the ELI ontology to define various sections within the GDPR such
+as Chapter, Section, Article, Point, and SubPoint. These are defined using
+`eli:LegalResourceSubdivision`. The connection between these subdivisions is
+defined using properties extended from `eli:has_part` and `eli:is_part_of`.
+```
+owl:Class rdf:about=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article&quot;&gt;
+        &lt;rdfs:subClassOf rdf:resource=&quot;http://data.europa.eu/eli/ontology#LegalResourceSubdivision&quot;/&gt;
+        &lt;rdfs:comment rdf:datatype=&quot;http://www.w3.org/2001/XMLSchema#string&quot;&gt;Article in GDPR text&lt;/rdfs:comment&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679&quot;/&gt;
+        &lt;rdfs:label rdf:datatype=&quot;http://www.w3.org/2001/XMLSchema#string&quot;&gt;Article&lt;/rdfs:label&gt;
+        &lt;skos:example&gt;gdpr:article10 a eli:LegalResourceSubdivision,
+        GDPRtext:Article ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterII ;
+    eli:number &amp;quot;10&amp;quot;^^xsd:string ;
+    eli:title_alternative &amp;quot;Article 10&amp;quot;^^xsd:string ;
+    GDPRtext:hasPoint gdpr:article10-1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterII .&lt;/skos:example&gt;
+    &lt;/owl:Class&gt;
+```
+```
+gdpr:article1-1 a eli:LegalResourceSubdivision,
+        GDPRtext:Point ;
+    eli:description "This Regulation ..."^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article1,
+        gdpr:chapterI ;
+    eli:number "1"^^xsd:string ;
+    eli:title_alternative "Article1(1)"^^xsd:string ;
+    GDPRtext:isPartOfArticle gdpr:article1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterI .
+```
+
+The concepts within GDPR are expressed using `skos:Concept`. They are related
+to the text within the GDPR where they are defined or mentioned using
+`rdfs:isDefinedBy` property. 
+```
+    &lt;owl:Class rdf:about=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent&quot;&gt;
+        &lt;rdfs:subClassOf rdf:resource=&quot;http://www.w3.org/2004/02/skos/core#Concept&quot;/&gt;
+        &lt;rdfs:comment xml:lang=&quot;en&quot;&gt;Consent in the context of the GDPR refers to ...&lt;/rdfs:comment&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11&quot;/&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1&quot;/&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32&quot;/&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40&quot;/&gt;
+        &lt;rdfs:label&gt;Consent&lt;/rdfs:label&gt;
+    &lt;/owl:Class&gt;
+```
+
+The connection between different concepts is
+represented using the property [involves](#involves) defined by GDPRtEXT.
+```
+    &lt;owl:Class rdf:about=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation&quot;&gt;
+        &lt;rdfs:subClassOf rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle&quot;/&gt;
+        &lt;involves rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection&quot;/&gt;
+        &lt;involves rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose&quot;/&gt;
+        &lt;involves rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData&quot;/&gt;
+        &lt;involves rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing&quot;/&gt;
+        &lt;involves rdf:resource=&quot;http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose&quot;/&gt;
+        &lt;rdfs:comment xml:lang=&quot;en&quot;&gt;The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed.&lt;/rdfs:comment&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c&quot;/&gt;
+        &lt;rdfs:isDefinedBy rdf:resource=&quot;http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39&quot;/&gt;
+        &lt;rdfs:label&gt;Principle of Data Minimisation&lt;/rdfs:label&gt;
+    &lt;/owl:Class&gt;
+```
+
+The hierarchy of `skos:Concept` within GDPRtEXT is used to reflect the relation
+of concepts in two different ways. One is to represent subclasses as narrower
+types of the concept, such as [data](#Data) and [personal data](#PersonalData).
+The other is to use subclasses to group related concepts together, as is the 
+case with [obligation](#Obligation) and [DPO obligation](#DPOObligation) and
+[monitor compliance](#MonitorCompliance) where 'monitor compliance' is also
+an [activity](#Activity) as well as refers to [compliance](#Compliance).
+
+There are over 200+ concepts defined within this ontology referring to the GDPR.
+These were modelled through a reading of the GDPR text and using terms and 
+concepts referred to within the text. The terms are not meant to be instantiated,
+though in some cases, such as for personal data, it may be beneficial.
+The aim of the ontology is to provide a way to refer to these concepts and use
+them in other additional work.
+
+> TODO: Add diagrams here to explain the concepts
+
+</span>

+ 3 - 0
deliverables/docs/sections/references-en.html

@@ -0,0 +1,3 @@
+<h2 id="ref" class="list">References <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
+<span class="markdown">
+Add your references here. It is recommended to have them as a list.</span>

File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/webvowl/css/webvowl.app.css


File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/webvowl/css/webvowl.css


+ 2870 - 0
deliverables/docs/webvowl/data/foaf.json

@@ -0,0 +1,2870 @@
+{
+  "_comment" : "Created with OWL2VOWL (version 0.3.1), http://vowl.visualdataweb.org",
+  "header" : {
+    "languages" : [ "undefined" ],
+    "baseIris" : [ "http://schema.org", "http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2003/01/geo/wgs84_pos", "http://purl.org/dc/terms", "http://www.w3.org/2001/XMLSchema", "http://xmlns.com/foaf/0.1", "http://www.w3.org/2000/10/swap/pim/contact", "http://www.w3.org/2004/02/skos/core" ],
+    "title" : {
+      "undefined" : "Friend of a Friend (FOAF) vocabulary"
+    },
+    "iri" : "http://xmlns.com/foaf/0.1/",
+    "description" : {
+      "undefined" : "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language."
+    },
+    "other" : {
+      "title" : [ {
+        "identifier" : "title",
+        "language" : "undefined",
+        "value" : "Friend of a Friend (FOAF) vocabulary",
+        "type" : "label"
+      } ]
+    }
+  },
+  "namespace" : [ ],
+  "metrics" : {
+    "classCount" : 22,
+    "objectPropertyCount" : 40,
+    "datatypePropertyCount" : 27,
+    "individualCount" : 0
+  },
+  "class" : [ {
+    "id" : "3",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "9",
+    "type" : "owl:Class"
+  }, {
+    "id" : "1",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "18",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "8",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "19",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "20",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "5",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "11",
+    "type" : "owl:Class"
+  }, {
+    "id" : "7",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "21",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "23",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "25",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "26",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "35",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "44",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "45",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "52",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "55",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "50",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "58",
+    "type" : "owl:Class"
+  }, {
+    "id" : "57",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "59",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "60",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "12",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "43",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "66",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "68",
+    "type" : "owl:Class"
+  }, {
+    "id" : "34",
+    "type" : "owl:Class"
+  }, {
+    "id" : "81",
+    "type" : "owl:Class"
+  }, {
+    "id" : "72",
+    "type" : "owl:Class"
+  }, {
+    "id" : "88",
+    "type" : "owl:Class"
+  }, {
+    "id" : "86",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "70",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "37",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "31",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "98",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "47",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "61",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "62",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "99",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "73",
+    "type" : "owl:Class"
+  }, {
+    "id" : "13",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "75",
+    "type" : "owl:Class"
+  }, {
+    "id" : "90",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "97",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "103",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "109",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "54",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "116",
+    "type" : "rdfs:Literal"
+  }, {
+    "id" : "124",
+    "type" : "owl:Class"
+  }, {
+    "id" : "2",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "30",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "10",
+    "type" : "owl:Class"
+  } ],
+  "classAttribute" : [ {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "3",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2004/02/skos/core#Concept",
+    "baseIri" : "http://www.w3.org/2004/02/skos/core",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Concept",
+      "undefined" : "Concept"
+    },
+    "attributes" : [ "external" ],
+    "id" : "9"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Agent",
+    "equivalent" : [ "13" ],
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Agent",
+      "undefined" : "Agent"
+    },
+    "subClasses" : [ "10", "11", "12" ],
+    "comment" : {
+      "undefined" : "An agent (eg. person, group, software or physical artifact)."
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "1"
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "18",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "id" : "8",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "19",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "20",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "5",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Organization",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Organization",
+      "undefined" : "Organization"
+    },
+    "comment" : {
+      "undefined" : "An organization."
+    },
+    "id" : "11",
+    "superClasses" : [ "1" ]
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "7",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "21",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "23",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "25",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "26",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://schema.org/CreativeWork",
+    "baseIri" : "http://schema.org",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "CreativeWork"
+    },
+    "attributes" : [ "equivalent", "external" ],
+    "id" : "35"
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "44",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "45",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "52",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "55",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "50",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Project",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Project",
+      "undefined" : "Project"
+    },
+    "comment" : {
+      "undefined" : "A project (a collective endeavour of some kind)."
+    },
+    "id" : "58"
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "57",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "59",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "60",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Person",
+    "equivalent" : [ "61", "62" ],
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Person",
+      "undefined" : "Person"
+    },
+    "comment" : {
+      "undefined" : "A person."
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "12",
+    "superClasses" : [ "1", "34" ]
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "43",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "66",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/PersonalProfileDocument",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PersonalProfileDocument",
+      "undefined" : "PersonalProfileDocument"
+    },
+    "comment" : {
+      "undefined" : "A personal profile RDF document."
+    },
+    "id" : "68",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing",
+    "baseIri" : "http://www.w3.org/2003/01/geo/wgs84_pos",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "SpatialThing",
+      "undefined" : "Spatial Thing"
+    },
+    "subClasses" : [ "12" ],
+    "attributes" : [ "external" ],
+    "id" : "34"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/OnlineChatAccount",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OnlineChatAccount",
+      "undefined" : "Online Chat Account"
+    },
+    "comment" : {
+      "undefined" : "An online chat account."
+    },
+    "id" : "81",
+    "superClasses" : [ "73" ]
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/OnlineGamingAccount",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OnlineGamingAccount",
+      "undefined" : "Online Gaming Account"
+    },
+    "comment" : {
+      "undefined" : "An online gaming account."
+    },
+    "id" : "72",
+    "superClasses" : [ "73" ]
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/LabelProperty",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LabelProperty",
+      "undefined" : "Label Property"
+    },
+    "comment" : {
+      "undefined" : "A foaf:LabelProperty is any RDF property with texual values that serve as labels."
+    },
+    "id" : "88"
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "id" : "86",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "id" : "70",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "37",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "31",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "id" : "98",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "id" : "47",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/10/swap/pim/contact#Person",
+    "baseIri" : "http://www.w3.org/2000/10/swap/pim/contact",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Person"
+    },
+    "attributes" : [ "equivalent", "external" ],
+    "id" : "61"
+  }, {
+    "iri" : "http://schema.org/Person",
+    "baseIri" : "http://schema.org",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Person"
+    },
+    "attributes" : [ "equivalent", "external" ],
+    "id" : "62"
+  }, {
+    "iri" : "http://schema.org/ImageObject",
+    "baseIri" : "http://schema.org",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ImageObject"
+    },
+    "attributes" : [ "equivalent", "external" ],
+    "id" : "99"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/OnlineAccount",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OnlineAccount",
+      "undefined" : "Online Account"
+    },
+    "subClasses" : [ "81", "75", "72" ],
+    "comment" : {
+      "undefined" : "An online account."
+    },
+    "id" : "73"
+  }, {
+    "iri" : "http://purl.org/dc/terms/Agent",
+    "baseIri" : "http://purl.org/dc/terms",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Agent"
+    },
+    "attributes" : [ "equivalent", "external" ],
+    "id" : "13"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/OnlineEcommerceAccount",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OnlineEcommerceAccount",
+      "undefined" : "Online E-commerce Account"
+    },
+    "comment" : {
+      "undefined" : "An online e-commerce account."
+    },
+    "id" : "75",
+    "superClasses" : [ "73" ]
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "90",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "97",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "103",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "109",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "54",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Literal",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "id" : "116",
+    "label" : {
+      "IRI-based" : "Literal",
+      "undefined" : "Literal"
+    }
+  }, {
+    "iri" : "http://www.w3.org/2000/01/rdf-schema#Class",
+    "baseIri" : "http://www.w3.org/2000/01/rdf-schema",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Class"
+    },
+    "attributes" : [ "external" ],
+    "id" : "124"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Document",
+    "equivalent" : [ "35" ],
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Document",
+      "undefined" : "Document"
+    },
+    "subClasses" : [ "68", "30" ],
+    "comment" : {
+      "undefined" : "A document."
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "2"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Image",
+    "equivalent" : [ "99" ],
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Image",
+      "undefined" : "Image"
+    },
+    "comment" : {
+      "undefined" : "An image."
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "30",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/Group",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "instances" : 0,
+    "annotations" : {
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Group",
+      "undefined" : "Group"
+    },
+    "comment" : {
+      "undefined" : "A class of Agents."
+    },
+    "id" : "10",
+    "superClasses" : [ "1" ]
+  } ],
+  "property" : [ {
+    "id" : "0",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "4",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "6",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "14",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "16",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "17",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "22",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "24",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "27",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "28",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "29",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "33",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "36",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "42",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "46",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "48",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "49",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "51",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "53",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "56",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "63",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "64",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "65",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "67",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "69",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "15",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "71",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "74",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "76",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "77",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "78",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "32",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "80",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "82",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "83",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "84",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "85",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "87",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "89",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "91",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "92",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "93",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "94",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "95",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "96",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "41",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "39",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "100",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "101",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "102",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "104",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "105",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "106",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "107",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "38",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "40",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "79",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "108",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "110",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "111",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "112",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "114",
+    "type" : "owl:disjointWith"
+  }, {
+    "id" : "115",
+    "type" : "owl:disjointWith"
+  }, {
+    "id" : "117",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "118",
+    "type" : "owl:disjointWith"
+  }, {
+    "id" : "119",
+    "type" : "owl:disjointWith"
+  }, {
+    "id" : "120",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "121",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "122",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "123",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "125",
+    "type" : "owl:datatypeProperty"
+  }, {
+    "id" : "113",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "126",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "127",
+    "type" : "owl:objectProperty"
+  } ],
+  "propertyAttribute" : [ {
+    "iri" : "http://xmlns.com/foaf/0.1/interest",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "interest",
+      "undefined" : "interest"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A page about a topic of interest to this person."
+    },
+    "attributes" : [ "object" ],
+    "id" : "0"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/mbox_sha1sum",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "5",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "mbox_sha1sum",
+      "undefined" : "sha1sum of a personal mailbox URI name"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the  first owner of the mailbox."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "4"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/nick",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "8",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "nick",
+      "undefined" : "nickname"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames)."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "6"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/openid",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "openid",
+      "undefined" : "openid"
+    },
+    "superproperty" : [ "15" ],
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "An OpenID for an Agent."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "14"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/workInfoHomepage",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "workInfoHomepage",
+      "undefined" : "work info homepage"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A work info homepage of some person; a page about their work for some organization."
+    },
+    "attributes" : [ "object" ],
+    "id" : "16"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/pastProject",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "18",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "pastProject",
+      "undefined" : "past project"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A project this person has previously worked on."
+    },
+    "attributes" : [ "object" ],
+    "id" : "17"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/theme",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "7",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "theme",
+      "undefined" : "theme"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A theme."
+    },
+    "attributes" : [ "object" ],
+    "id" : "22"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/knows",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "12",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "knows",
+      "undefined" : "knows"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A person known by this person (indicating some level of reciprocated interaction between the parties)."
+    },
+    "attributes" : [ "object" ],
+    "id" : "24"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/focus",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "3",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "focus",
+      "undefined" : "focus"
+    },
+    "domain" : "9",
+    "comment" : {
+      "undefined" : "The underlying or 'focal' entity associated with some SKOS-described concept."
+    },
+    "attributes" : [ "object" ],
+    "id" : "27"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/phone",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "7",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "phone",
+      "undefined" : "phone"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A phone,  specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel)."
+    },
+    "attributes" : [ "object" ],
+    "id" : "28"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/depicts",
+    "inverse" : "32",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "31",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "depicts",
+      "undefined" : "depicts"
+    },
+    "domain" : "30",
+    "comment" : {
+      "undefined" : "A thing depicted in this representation."
+    },
+    "attributes" : [ "object" ],
+    "id" : "29"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/based_near",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "34",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "based_near",
+      "undefined" : "based near"
+    },
+    "domain" : "34",
+    "comment" : {
+      "undefined" : "A location that something is based near, for some broadly human notion of near."
+    },
+    "attributes" : [ "object" ],
+    "id" : "33"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/page",
+    "inverse" : "38",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "page",
+      "undefined" : "page"
+    },
+    "domain" : "37",
+    "subproperty" : [ "15", "39", "40", "41" ],
+    "comment" : {
+      "undefined" : "A page or document about this thing."
+    },
+    "attributes" : [ "object" ],
+    "id" : "36"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/geekcode",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "43",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "geekcode",
+      "undefined" : "geekcode"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A textual geekcode for this person, see http://www.geekcode.com/geek.html"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "42"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/givenName",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "47",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "givenName",
+      "undefined" : "Given name"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "The given name of some person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "46"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/primaryTopic",
+    "inverse" : "15",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "37",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "primaryTopic",
+      "undefined" : "primary topic"
+    },
+    "domain" : "2",
+    "comment" : {
+      "undefined" : "The primary topic of some page or document."
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "48"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/gender",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "50",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "gender",
+      "undefined" : "gender"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "The gender of this Agent (typically but not necessarily 'male' or 'female')."
+    },
+    "attributes" : [ "datatype", "functional" ],
+    "id" : "49"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/schoolHomepage",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "schoolHomepage",
+      "undefined" : "schoolHomepage"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A homepage of a school attended by the person."
+    },
+    "attributes" : [ "object" ],
+    "id" : "51"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/dnaChecksum",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "54",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "dnaChecksum",
+      "undefined" : "DNA checksum"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A checksum for the DNA of some thing. Joke."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "53"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/lastName",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "57",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "lastName",
+      "undefined" : "lastName"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "The last name of a person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "56"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/status",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "25",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "status",
+      "undefined" : "status"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A string expressing what the user is happy for the general public (normally) to know about their current activity."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "63"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/yahooChatID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "19",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "yahooChatID",
+      "undefined" : "Yahoo chat ID"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A Yahoo chat ID"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "64"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/name",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "23",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "name",
+      "undefined" : "name"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A name for some thing."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "65"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/icqChatID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "55",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "icqChatID",
+      "undefined" : "ICQ chat ID"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "An ICQ chat ID"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "67"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/givenname",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "70",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "givenname",
+      "undefined" : "Given name"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "The given name of some person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "69"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/isPrimaryTopicOf",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "isPrimaryTopicOf",
+      "undefined" : "is primary topic of"
+    },
+    "superproperty" : [ "36" ],
+    "domain" : "37",
+    "subproperty" : [ "14", "41" ],
+    "comment" : {
+      "undefined" : "A document that this thing is the primary topic of."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "15"
+  }, {
+    "range" : "73",
+    "domain" : "72",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "71"
+  }, {
+    "range" : "73",
+    "domain" : "75",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "74"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/accountServiceHomepage",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "accountServiceHomepage",
+      "undefined" : "account service homepage"
+    },
+    "domain" : "73",
+    "comment" : {
+      "undefined" : "Indicates a homepage of the service provide for this online account."
+    },
+    "attributes" : [ "object" ],
+    "id" : "76"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/logo",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "7",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "logo",
+      "undefined" : "logo"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "A logo representing some thing."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "77"
+  }, {
+    "range" : "2",
+    "domain" : "30",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "78"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/depiction",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "30",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "depiction",
+      "undefined" : "depiction"
+    },
+    "domain" : "31",
+    "subproperty" : [ "79" ],
+    "comment" : {
+      "undefined" : "A depiction of some thing."
+    },
+    "attributes" : [ "object" ],
+    "id" : "32"
+  }, {
+    "range" : "2",
+    "domain" : "68",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "80"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/family_name",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "60",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "family_name",
+      "undefined" : "family_name"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "The family name of some person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "82"
+  }, {
+    "range" : "73",
+    "domain" : "81",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "83"
+  }, {
+    "range" : "34",
+    "domain" : "12",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "84"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/title",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "86",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "title",
+      "undefined" : "title"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "Title (Mr, Mrs, Ms, Dr. etc)"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "85"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/fundedBy",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "7",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "fundedBy",
+      "undefined" : "funded by"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "An organization funding a project or person."
+    },
+    "attributes" : [ "object" ],
+    "id" : "87"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/accountName",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "90",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "accountName",
+      "undefined" : "account name"
+    },
+    "domain" : "73",
+    "comment" : {
+      "undefined" : "Indicates the name (identifier) associated with this online account."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "89"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/account",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "73",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "account",
+      "undefined" : "account"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "Indicates an account held by this agent."
+    },
+    "attributes" : [ "object" ],
+    "id" : "91"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/jabberID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "5",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "jabberID",
+      "undefined" : "jabber ID"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A jabber ID for something."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "92"
+  }, {
+    "range" : "1",
+    "domain" : "12",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "93"
+  }, {
+    "range" : "1",
+    "domain" : "11",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "94"
+  }, {
+    "range" : "1",
+    "domain" : "10",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "95"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/age",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "97",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "age",
+      "undefined" : "age"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "The age in years of some agent."
+    },
+    "attributes" : [ "datatype", "functional" ],
+    "id" : "96"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/homepage",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "homepage",
+      "undefined" : "homepage"
+    },
+    "superproperty" : [ "15", "36" ],
+    "domain" : "37",
+    "comment" : {
+      "undefined" : "A homepage for some thing."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "41"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/tipjar",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "tipjar",
+      "undefined" : "tipjar"
+    },
+    "superproperty" : [ "36" ],
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A tipjar document for this agent, describing means for payment and reward."
+    },
+    "attributes" : [ "object" ],
+    "id" : "39"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/msnChatID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "44",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "msnChatID",
+      "undefined" : "MSN chat ID"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "An MSN chat ID"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "100"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/topic_interest",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "5",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "topic_interest",
+      "undefined" : "topic_interest"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A thing of interest to this person."
+    },
+    "attributes" : [ "object" ],
+    "id" : "101"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/aimChatID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "103",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "aimChatID",
+      "undefined" : "AIM chat ID"
+    },
+    "domain" : "7",
+    "comment" : {
+      "undefined" : "An AIM chat ID"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "102"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/currentProject",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "18",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "currentProject",
+      "undefined" : "current project"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A current project this person works on."
+    },
+    "attributes" : [ "object" ],
+    "id" : "104"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/skypeID",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "26",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "skypeID",
+      "undefined" : "Skype ID"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A Skype ID"
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "105"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/holdsAccount",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "73",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "holdsAccount",
+      "undefined" : "account"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "Indicates an account held by this agent."
+    },
+    "attributes" : [ "object" ],
+    "id" : "106"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/thumbnail",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "30",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "thumbnail",
+      "undefined" : "thumbnail"
+    },
+    "domain" : "30",
+    "comment" : {
+      "undefined" : "A derived thumbnail image."
+    },
+    "attributes" : [ "object" ],
+    "id" : "107"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/topic",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "37",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "topic",
+      "undefined" : "topic"
+    },
+    "domain" : "2",
+    "comment" : {
+      "undefined" : "A topic of some page or document."
+    },
+    "attributes" : [ "object" ],
+    "id" : "38"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/weblog",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "weblog",
+      "undefined" : "weblog"
+    },
+    "superproperty" : [ "36" ],
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A weblog of some thing (whether person, group, company etc.)."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "40"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/img",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "30",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "img",
+      "undefined" : "image"
+    },
+    "superproperty" : [ "32" ],
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage)."
+    },
+    "attributes" : [ "object" ],
+    "id" : "79"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/birthday",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "109",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "birthday",
+      "undefined" : "birthday"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "The birthday of this Agent, represented in mm-dd string form, eg. '12-31'."
+    },
+    "attributes" : [ "datatype", "functional" ],
+    "id" : "108"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/sha1",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "98",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "unstable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "sha1",
+      "undefined" : "sha1sum (hex)"
+    },
+    "domain" : "2",
+    "comment" : {
+      "undefined" : "A sha1sum hash, in hex."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "110"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/firstName",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "66",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "firstName",
+      "undefined" : "firstName"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "The first name of a person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "111"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/made",
+    "inverse" : "113",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "5",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "made",
+      "undefined" : "made"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "Something that was made by this agent."
+    },
+    "attributes" : [ "object" ],
+    "id" : "112"
+  }, {
+    "range" : "12",
+    "domain" : "11",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "114"
+  }, {
+    "range" : "12",
+    "domain" : "58",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "115"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/familyName",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "116",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "familyName",
+      "undefined" : "familyName"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "The family name of some person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "117"
+  }, {
+    "range" : "2",
+    "domain" : "11",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "118"
+  }, {
+    "range" : "58",
+    "domain" : "2",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "119"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/member",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "1",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "member",
+      "undefined" : "member"
+    },
+    "domain" : "10",
+    "comment" : {
+      "undefined" : "Indicates a member of a Group"
+    },
+    "attributes" : [ "object" ],
+    "id" : "120"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/plan",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "21",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "plan",
+      "undefined" : "plan"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A .plan comment, in the tradition of finger and '.plan' files."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "121"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/mbox",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "5",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "mbox",
+      "undefined" : "personal mailbox"
+    },
+    "domain" : "1",
+    "comment" : {
+      "undefined" : "A  personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that  there is (across time and change) at most one individual that ever has any particular value for foaf:mbox."
+    },
+    "attributes" : [ "object", "inverse functional" ],
+    "id" : "122"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/surname",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "20",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "archaic",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "surname",
+      "undefined" : "Surname"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "The surname of some person."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "123"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/myersBriggs",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "52",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "myersBriggs",
+      "undefined" : "myersBriggs"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A Myers Briggs (MBTI) personality classification."
+    },
+    "attributes" : [ "datatype" ],
+    "id" : "125"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/maker",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "1",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "stable",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "maker",
+      "undefined" : "maker"
+    },
+    "domain" : "5",
+    "comment" : {
+      "undefined" : "An agent that  made this thing."
+    },
+    "attributes" : [ "object" ],
+    "id" : "113"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/publications",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "publications",
+      "undefined" : "publications"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A link to the publications of this person."
+    },
+    "attributes" : [ "object" ],
+    "id" : "126"
+  }, {
+    "iri" : "http://xmlns.com/foaf/0.1/workplaceHomepage",
+    "baseIri" : "http://xmlns.com/foaf/0.1",
+    "range" : "2",
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://xmlns.com/foaf/0.1/",
+        "type" : "iri"
+      } ],
+      "term_status" : [ {
+        "identifier" : "term_status",
+        "language" : "undefined",
+        "value" : "testing",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "workplaceHomepage",
+      "undefined" : "workplace homepage"
+    },
+    "domain" : "12",
+    "comment" : {
+      "undefined" : "A workplace homepage of some person; the homepage of an organization they work for."
+    },
+    "attributes" : [ "object" ],
+    "id" : "127"
+  } ]
+}

+ 9643 - 0
deliverables/docs/webvowl/data/ontology.json

@@ -0,0 +1,9643 @@
+{
+  "_comment" : "Created with OWL2VOWL (version 0.3.2-SNAPSHOT), http://vowl.visualdataweb.org",
+  "header" : {
+    "languages" : [ "en", "undefined" ],
+    "baseIris" : [ "http://www.w3.org/1999/02/22-rdf-syntax-ns", "http://data.europa.eu/eli/ontology", "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT", "http://www.w3.org/2000/01/rdf-schema", "http://www.w3.org/2001/XMLSchema", "https://w3.org/2001/XMLSchema", "http://www.w3.org/2004/02/skos/core" ],
+    "title" : {
+      "undefined" : "GDPRtEXT"
+    },
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "version" : "0.5",
+    "author" : [ "Harshvardhan J. Pandit", "http://purl.org/adaptcentre/people/HJP" ],
+    "description" : {
+      "undefined" : "This ontology extends the canonical (official) GDPR text with additional annotations"
+    },
+    "labels" : {
+      "undefined" : "GDPR text EXTensions"
+    },
+    "comments" : {
+      "undefined" : "This is an ontology to represent GDPR text as a set of RDF resources"
+    },
+    "other" : {
+      "priorVersion" : [ {
+        "identifier" : "priorVersion",
+        "language" : "undefined",
+        "value" : "https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl",
+        "type" : "iri"
+      } ],
+      "creator" : [ {
+        "identifier" : "creator",
+        "language" : "undefined",
+        "value" : "Harshvardhan J. Pandit",
+        "type" : "label"
+      }, {
+        "identifier" : "creator",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/people/HJP",
+        "type" : "label"
+      } ],
+      "created" : [ {
+        "identifier" : "created",
+        "language" : "undefined",
+        "value" : "2017-08-15",
+        "type" : "label"
+      } ],
+      "versionInfo" : [ {
+        "identifier" : "versionInfo",
+        "language" : "undefined",
+        "value" : "0.5",
+        "type" : "label"
+      } ],
+      "source" : [ {
+        "identifier" : "source",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "abstract" : [ {
+        "identifier" : "abstract",
+        "language" : "undefined",
+        "value" : "The General Data Protection Regulation (GDPR) defines legal obligations over the use of personal data by organisations. This ontology aims to identify and model such terms and obligations as an OWL vocabulary and to directly link the terms to their occurence, usage, and influence in the GDPR text.",
+        "type" : "label"
+      } ],
+      "title" : [ {
+        "identifier" : "title",
+        "language" : "undefined",
+        "value" : "GDPRtEXT",
+        "type" : "label"
+      } ],
+      "backwardCompatibleWith" : [ {
+        "identifier" : "backwardCompatibleWith",
+        "language" : "undefined",
+        "value" : "https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl",
+        "type" : "iri"
+      } ],
+      "seeAlso" : [ {
+        "identifier" : "seeAlso",
+        "language" : "undefined",
+        "value" : "https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/dataprotection.owl",
+        "type" : "iri"
+      }, {
+        "identifier" : "seeAlso",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/projects/GDPRov/docs",
+        "type" : "iri"
+      }, {
+        "identifier" : "seeAlso",
+        "language" : "undefined",
+        "value" : "Bartolini, C., Muthuri, R., & Santos, C. (2015, November). Using ontologies to model data protection requirements in workflows. In JSAI International Symposium on Artificial Intelligence (pp. 233-248). Springer, Cham.",
+        "type" : "label"
+      } ],
+      "license" : [ {
+        "identifier" : "license",
+        "language" : "undefined",
+        "value" : "http://creativecommons.org/licenses/by/4.0/",
+        "type" : "label"
+      } ],
+      "preferredNamespacePrefix" : [ {
+        "identifier" : "preferredNamespacePrefix",
+        "language" : "undefined",
+        "value" : "gdprtext",
+        "type" : "label"
+      } ],
+      "modified" : [ {
+        "identifier" : "modified",
+        "language" : "undefined",
+        "value" : "2017-10-01",
+        "type" : "label"
+      } ],
+      "publisher" : [ {
+        "identifier" : "publisher",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/people/ADAPT",
+        "type" : "iri"
+      } ],
+      "preferredNamespaceUri" : [ {
+        "identifier" : "preferredNamespaceUri",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+        "type" : "label"
+      } ],
+      "status" : [ {
+        "identifier" : "status",
+        "language" : "undefined",
+        "value" : "http://purl.org/ontology/bibo/status/draft",
+        "type" : "iri"
+      } ],
+      "homepage" : [ {
+        "identifier" : "homepage",
+        "language" : "undefined",
+        "value" : "https://openscience.adaptcentre.ie/projects/GDPRtEXT/",
+        "type" : "label"
+      } ]
+    }
+  },
+  "namespace" : [ ],
+  "metrics" : {
+    "classCount" : 223,
+    "objectPropertyCount" : 13,
+    "datatypePropertyCount" : 0,
+    "individualCount" : 0
+  },
+  "class" : [ {
+    "id" : "14",
+    "type" : "owl:Class"
+  }, {
+    "id" : "36",
+    "type" : "owl:Class"
+  }, {
+    "id" : "44",
+    "type" : "owl:Class"
+  }, {
+    "id" : "46",
+    "type" : "owl:Class"
+  }, {
+    "id" : "48",
+    "type" : "owl:Class"
+  }, {
+    "id" : "72",
+    "type" : "owl:Class"
+  }, {
+    "id" : "59",
+    "type" : "owl:Class"
+  }, {
+    "id" : "57",
+    "type" : "owl:Class"
+  }, {
+    "id" : "95",
+    "type" : "owl:Class"
+  }, {
+    "id" : "98",
+    "type" : "owl:Class"
+  }, {
+    "id" : "99",
+    "type" : "owl:Class"
+  }, {
+    "id" : "101",
+    "type" : "owl:Class"
+  }, {
+    "id" : "102",
+    "type" : "owl:Class"
+  }, {
+    "id" : "103",
+    "type" : "owl:Class"
+  }, {
+    "id" : "105",
+    "type" : "owl:Class"
+  }, {
+    "id" : "116",
+    "type" : "owl:Class"
+  }, {
+    "id" : "81",
+    "type" : "owl:Class"
+  }, {
+    "id" : "135",
+    "type" : "owl:Class"
+  }, {
+    "id" : "138",
+    "type" : "owl:Class"
+  }, {
+    "id" : "139",
+    "type" : "owl:Class"
+  }, {
+    "id" : "115",
+    "type" : "owl:Class"
+  }, {
+    "id" : "140",
+    "type" : "owl:Class"
+  }, {
+    "id" : "143",
+    "type" : "owl:Class"
+  }, {
+    "id" : "144",
+    "type" : "owl:Class"
+  }, {
+    "id" : "156",
+    "type" : "owl:Class"
+  }, {
+    "id" : "166",
+    "type" : "owl:Class"
+  }, {
+    "id" : "168",
+    "type" : "owl:Class"
+  }, {
+    "id" : "169",
+    "type" : "owl:Class"
+  }, {
+    "id" : "180",
+    "type" : "owl:Class"
+  }, {
+    "id" : "182",
+    "type" : "owl:Class"
+  }, {
+    "id" : "183",
+    "type" : "owl:Class"
+  }, {
+    "id" : "185",
+    "type" : "owl:Class"
+  }, {
+    "id" : "149",
+    "type" : "owl:Class"
+  }, {
+    "id" : "204",
+    "type" : "owl:Class"
+  }, {
+    "id" : "178",
+    "type" : "owl:Class"
+  }, {
+    "id" : "211",
+    "type" : "owl:Class"
+  }, {
+    "id" : "214",
+    "type" : "owl:Class"
+  }, {
+    "id" : "130",
+    "type" : "owl:Class"
+  }, {
+    "id" : "104",
+    "type" : "owl:Class"
+  }, {
+    "id" : "217",
+    "type" : "owl:Class"
+  }, {
+    "id" : "83",
+    "type" : "owl:Class"
+  }, {
+    "id" : "205",
+    "type" : "owl:Class"
+  }, {
+    "id" : "207",
+    "type" : "owl:Class"
+  }, {
+    "id" : "241",
+    "type" : "owl:Class"
+  }, {
+    "id" : "245",
+    "type" : "owl:Class"
+  }, {
+    "id" : "70",
+    "type" : "owl:Class"
+  }, {
+    "id" : "86",
+    "type" : "owl:Class"
+  }, {
+    "id" : "189",
+    "type" : "owl:Class"
+  }, {
+    "id" : "261",
+    "type" : "owl:Class"
+  }, {
+    "id" : "55",
+    "type" : "owl:Class"
+  }, {
+    "id" : "273",
+    "type" : "owl:Class"
+  }, {
+    "id" : "75",
+    "type" : "owl:Class"
+  }, {
+    "id" : "9",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "238",
+    "type" : "owl:Class"
+  }, {
+    "id" : "281",
+    "type" : "owl:Class"
+  }, {
+    "id" : "285",
+    "type" : "owl:Class"
+  }, {
+    "id" : "94",
+    "type" : "owl:Class"
+  }, {
+    "id" : "137",
+    "type" : "owl:Class"
+  }, {
+    "id" : "84",
+    "type" : "owl:Class"
+  }, {
+    "id" : "294",
+    "type" : "owl:Class"
+  }, {
+    "id" : "194",
+    "type" : "owl:Class"
+  }, {
+    "id" : "11",
+    "type" : "owl:Class"
+  }, {
+    "id" : "21",
+    "type" : "owl:Class"
+  }, {
+    "id" : "29",
+    "type" : "owl:Class"
+  }, {
+    "id" : "277",
+    "type" : "owl:Class"
+  }, {
+    "id" : "248",
+    "type" : "owl:Class"
+  }, {
+    "id" : "158",
+    "type" : "owl:Class"
+  }, {
+    "id" : "19",
+    "type" : "owl:Class"
+  }, {
+    "id" : "236",
+    "type" : "owl:Class"
+  }, {
+    "id" : "47",
+    "type" : "owl:Class"
+  }, {
+    "id" : "220",
+    "type" : "owl:Class"
+  }, {
+    "id" : "49",
+    "type" : "owl:Class"
+  }, {
+    "id" : "79",
+    "type" : "owl:Class"
+  }, {
+    "id" : "174",
+    "type" : "owl:Class"
+  }, {
+    "id" : "27",
+    "type" : "owl:Class"
+  }, {
+    "id" : "313",
+    "type" : "owl:Class"
+  }, {
+    "id" : "325",
+    "type" : "owl:Class"
+  }, {
+    "id" : "308",
+    "type" : "owl:Class"
+  }, {
+    "id" : "17",
+    "type" : "owl:Class"
+  }, {
+    "id" : "219",
+    "type" : "owl:Class"
+  }, {
+    "id" : "256",
+    "type" : "owl:Class"
+  }, {
+    "id" : "254",
+    "type" : "owl:Class"
+  }, {
+    "id" : "234",
+    "type" : "owl:Class"
+  }, {
+    "id" : "343",
+    "type" : "owl:Class"
+  }, {
+    "id" : "151",
+    "type" : "owl:Class"
+  }, {
+    "id" : "1",
+    "type" : "owl:Class"
+  }, {
+    "id" : "92",
+    "type" : "owl:Class"
+  }, {
+    "id" : "176",
+    "type" : "owl:Class"
+  }, {
+    "id" : "224",
+    "type" : "owl:Class"
+  }, {
+    "id" : "305",
+    "type" : "owl:Class"
+  }, {
+    "id" : "226",
+    "type" : "owl:Class"
+  }, {
+    "id" : "34",
+    "type" : "owl:Class"
+  }, {
+    "id" : "13",
+    "type" : "owl:Class"
+  }, {
+    "id" : "260",
+    "type" : "owl:Class"
+  }, {
+    "id" : "356",
+    "type" : "owl:Class"
+  }, {
+    "id" : "376",
+    "type" : "owl:Class"
+  }, {
+    "id" : "134",
+    "type" : "owl:Class"
+  }, {
+    "id" : "377",
+    "type" : "owl:Class"
+  }, {
+    "id" : "38",
+    "type" : "owl:Class"
+  }, {
+    "id" : "100",
+    "type" : "owl:Class"
+  }, {
+    "id" : "196",
+    "type" : "owl:Class"
+  }, {
+    "id" : "173",
+    "type" : "owl:Class"
+  }, {
+    "id" : "249",
+    "type" : "owl:Class"
+  }, {
+    "id" : "252",
+    "type" : "owl:Class"
+  }, {
+    "id" : "394",
+    "type" : "owl:Class"
+  }, {
+    "id" : "64",
+    "type" : "owl:Class"
+  }, {
+    "id" : "227",
+    "type" : "owl:Class"
+  }, {
+    "id" : "246",
+    "type" : "owl:Class"
+  }, {
+    "id" : "206",
+    "type" : "owl:Class"
+  }, {
+    "id" : "408",
+    "type" : "owl:Class"
+  }, {
+    "id" : "409",
+    "type" : "owl:Class"
+  }, {
+    "id" : "410",
+    "type" : "owl:Class"
+  }, {
+    "id" : "331",
+    "type" : "owl:Class"
+  }, {
+    "id" : "310",
+    "type" : "owl:Class"
+  }, {
+    "id" : "142",
+    "type" : "owl:Class"
+  }, {
+    "id" : "43",
+    "type" : "owl:Class"
+  }, {
+    "id" : "392",
+    "type" : "owl:Class"
+  }, {
+    "id" : "40",
+    "type" : "owl:Class"
+  }, {
+    "id" : "191",
+    "type" : "owl:Class"
+  }, {
+    "id" : "416",
+    "type" : "owl:Class"
+  }, {
+    "id" : "7",
+    "type" : "owl:Class"
+  }, {
+    "id" : "272",
+    "type" : "owl:Class"
+  }, {
+    "id" : "335",
+    "type" : "owl:Class"
+  }, {
+    "id" : "210",
+    "type" : "owl:Class"
+  }, {
+    "id" : "61",
+    "type" : "owl:Class"
+  }, {
+    "id" : "288",
+    "type" : "owl:Class"
+  }, {
+    "id" : "153",
+    "type" : "owl:Class"
+  }, {
+    "id" : "77",
+    "type" : "owl:Class"
+  }, {
+    "id" : "198",
+    "type" : "owl:Class"
+  }, {
+    "id" : "317",
+    "type" : "owl:Class"
+  }, {
+    "id" : "146",
+    "type" : "owl:Class"
+  }, {
+    "id" : "167",
+    "type" : "owl:Class"
+  }, {
+    "id" : "213",
+    "type" : "owl:Class"
+  }, {
+    "id" : "265",
+    "type" : "owl:Class"
+  }, {
+    "id" : "51",
+    "type" : "owl:Class"
+  }, {
+    "id" : "66",
+    "type" : "owl:Class"
+  }, {
+    "id" : "184",
+    "type" : "owl:Class"
+  }, {
+    "id" : "212",
+    "type" : "owl:Class"
+  }, {
+    "id" : "31",
+    "type" : "owl:Class"
+  }, {
+    "id" : "247",
+    "type" : "owl:Class"
+  }, {
+    "id" : "171",
+    "type" : "owl:Class"
+  }, {
+    "id" : "126",
+    "type" : "owl:Class"
+  }, {
+    "id" : "362",
+    "type" : "owl:Class"
+  }, {
+    "id" : "187",
+    "type" : "owl:Class"
+  }, {
+    "id" : "421",
+    "type" : "owl:Class"
+  }, {
+    "id" : "161",
+    "type" : "owl:Class"
+  }, {
+    "id" : "299",
+    "type" : "owl:Class"
+  }, {
+    "id" : "319",
+    "type" : "owl:Class"
+  }, {
+    "id" : "301",
+    "type" : "owl:Class"
+  }, {
+    "id" : "4",
+    "type" : "owl:Class"
+  }, {
+    "id" : "41",
+    "type" : "owl:Class"
+  }, {
+    "id" : "42",
+    "type" : "owl:Class"
+  }, {
+    "id" : "422",
+    "type" : "owl:Class"
+  }, {
+    "id" : "318",
+    "type" : "owl:Class"
+  }, {
+    "id" : "155",
+    "type" : "owl:Class"
+  }, {
+    "id" : "275",
+    "type" : "owl:Class"
+  }, {
+    "id" : "423",
+    "type" : "owl:Class"
+  }, {
+    "id" : "250",
+    "type" : "owl:Class"
+  }, {
+    "id" : "244",
+    "type" : "owl:Class"
+  }, {
+    "id" : "181",
+    "type" : "owl:Class"
+  }, {
+    "id" : "106",
+    "type" : "owl:Class"
+  }, {
+    "id" : "240",
+    "type" : "owl:Class"
+  }, {
+    "id" : "424",
+    "type" : "owl:Class"
+  }, {
+    "id" : "270",
+    "type" : "owl:Class"
+  }, {
+    "id" : "209",
+    "type" : "owl:Class"
+  }, {
+    "id" : "23",
+    "type" : "owl:Class"
+  }, {
+    "id" : "15",
+    "type" : "owl:Class"
+  }, {
+    "id" : "122",
+    "type" : "owl:Class"
+  }, {
+    "id" : "242",
+    "type" : "owl:Class"
+  }, {
+    "id" : "132",
+    "type" : "owl:Class"
+  }, {
+    "id" : "62",
+    "type" : "owl:Class"
+  }, {
+    "id" : "2",
+    "type" : "owl:Class"
+  }, {
+    "id" : "225",
+    "type" : "owl:Class"
+  }, {
+    "id" : "216",
+    "type" : "owl:Class"
+  }, {
+    "id" : "396",
+    "type" : "owl:Class"
+  }, {
+    "id" : "364",
+    "type" : "owl:Class"
+  }, {
+    "id" : "35",
+    "type" : "owl:Class"
+  }, {
+    "id" : "271",
+    "type" : "owl:Class"
+  }, {
+    "id" : "352",
+    "type" : "owl:Class"
+  }, {
+    "id" : "170",
+    "type" : "owl:Class"
+  }, {
+    "id" : "136",
+    "type" : "owl:Class"
+  }, {
+    "id" : "37",
+    "type" : "owl:Class"
+  }, {
+    "id" : "445",
+    "type" : "owl:Class"
+  }, {
+    "id" : "263",
+    "type" : "owl:Class"
+  }, {
+    "id" : "322",
+    "type" : "owl:Class"
+  }, {
+    "id" : "232",
+    "type" : "owl:Class"
+  }, {
+    "id" : "253",
+    "type" : "owl:Class"
+  }, {
+    "id" : "68",
+    "type" : "owl:Class"
+  }, {
+    "id" : "360",
+    "type" : "owl:Class"
+  }, {
+    "id" : "404",
+    "type" : "owl:Class"
+  }, {
+    "id" : "124",
+    "type" : "owl:Class"
+  }, {
+    "id" : "113",
+    "type" : "owl:Class"
+  }, {
+    "id" : "439",
+    "type" : "owl:Class"
+  }, {
+    "id" : "202",
+    "type" : "owl:Class"
+  }, {
+    "id" : "435",
+    "type" : "owl:Class"
+  }, {
+    "id" : "450",
+    "type" : "owl:Class"
+  }, {
+    "id" : "333",
+    "type" : "owl:Class"
+  }, {
+    "id" : "88",
+    "type" : "owl:Class"
+  }, {
+    "id" : "128",
+    "type" : "owl:Class"
+  }, {
+    "id" : "279",
+    "type" : "owl:Class"
+  }, {
+    "id" : "39",
+    "type" : "owl:Class"
+  }, {
+    "id" : "147",
+    "type" : "owl:Class"
+  }, {
+    "id" : "353",
+    "type" : "owl:Class"
+  }, {
+    "id" : "159",
+    "type" : "owl:Class"
+  }, {
+    "id" : "164",
+    "type" : "owl:Class"
+  }, {
+    "id" : "111",
+    "type" : "owl:Class"
+  }, {
+    "id" : "258",
+    "type" : "owl:Class"
+  }, {
+    "id" : "251",
+    "type" : "owl:Class"
+  }, {
+    "id" : "73",
+    "type" : "owl:Class"
+  }, {
+    "id" : "243",
+    "type" : "owl:Class"
+  }, {
+    "id" : "108",
+    "type" : "owl:Class"
+  }, {
+    "id" : "45",
+    "type" : "owl:Class"
+  }, {
+    "id" : "339",
+    "type" : "owl:Class"
+  }, {
+    "id" : "425",
+    "type" : "owl:Thing"
+  }, {
+    "id" : "109",
+    "type" : "owl:Class"
+  }, {
+    "id" : "315",
+    "type" : "owl:Class"
+  }, {
+    "id" : "223",
+    "type" : "owl:Class"
+  }, {
+    "id" : "5",
+    "type" : "owl:Class"
+  }, {
+    "id" : "32",
+    "type" : "owl:equivalentClass"
+  }, {
+    "id" : "296",
+    "type" : "owl:Class"
+  }, {
+    "id" : "200",
+    "type" : "owl:Class"
+  }, {
+    "id" : "53",
+    "type" : "owl:Class"
+  }, {
+    "id" : "215",
+    "type" : "owl:Class"
+  }, {
+    "id" : "25",
+    "type" : "owl:Class"
+  } ],
+  "classAttribute" : [ {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessingIsUnlawful",
+      "undefined" : "Processing is unlawful"
+    },
+    "comment" : {
+      "en" : "The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful"
+    },
+    "id" : "14",
+    "superClasses" : [ "15" ]
+  }, {
+    "iri" : "http://data.europa.eu/eli/ontology#LegalResourceSubdivision",
+    "baseIri" : "http://data.europa.eu/eli/ontology",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "LegalResourceSubdivision"
+    },
+    "subClasses" : [ "37", "38", "39", "40", "41", "42", "43" ],
+    "attributes" : [ "external" ],
+    "id" : "36"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LegitimatePurpose",
+      "undefined" : "Legitimate purpose"
+    },
+    "comment" : {
+      "en" : "This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes."
+    },
+    "id" : "44",
+    "superClasses" : [ "45" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LawfulnessFairnessAndTransparency",
+      "undefined" : "Principle of Lawfulness, Fairness, and Transparency"
+    },
+    "comment" : {
+      "en" : "The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject."
+    },
+    "id" : "46",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ImposeConfidentialityObligationOnPersonnel",
+      "undefined" : "Impose confidentiality obligations on personnel"
+    },
+    "comment" : {
+      "en" : "The processor must impose confidentiality agreements on its personnel in relation to handling of personal data"
+    },
+    "id" : "48",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotificationRequiresDisproportionateEfforts",
+      "undefined" : "Notification requires disproportionate efforts"
+    },
+    "comment" : {
+      "en" : "The data subjects were not notified about the data breach because it required disproportionate efforts."
+    },
+    "id" : "72",
+    "superClasses" : [ "73", "7" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CollectionOfPersonalData",
+      "en" : "Collection of Personal Data"
+    },
+    "comment" : {
+      "en" : "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."
+    },
+    "id" : "59",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NationalSecurity",
+      "undefined" : "National Security"
+    },
+    "comment" : {
+      "en" : "The stated obligation could not be completed as it concerns national security."
+    },
+    "id" : "57",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MadePublicByDataSubject",
+      "undefined" : "Made Public"
+    },
+    "comment" : {
+      "en" : "Lawful basis is provided through the data being publicly made available by the data subject"
+    },
+    "id" : "95",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MedicalDiagnosisTreatment",
+      "undefined" : "Medical or Diagnostics"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject"
+    },
+    "id" : "98",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "EraseWhenConsentWasWithdrawn",
+      "undefined" : "Erase if conesnt was withdrawn"
+    },
+    "comment" : {
+      "en" : "The right of erasure applies when the data subject withdraws given consent"
+    },
+    "id" : "99",
+    "superClasses" : [ "100" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ShouldBeStructured",
+      "undefined" : "Should be structured"
+    },
+    "comment" : {
+      "en" : "The provided copy of personal data should be structured"
+    },
+    "id" : "101",
+    "superClasses" : [ "55" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "EraseWhenDataIsNoLongerNeededForOriginalPurpose",
+      "undefined" : "Erase if no longer needed for original purpose"
+    },
+    "comment" : {
+      "en" : "The right to erasure applies where data is no longer needed for original purposes for which it was collected"
+    },
+    "id" : "102",
+    "superClasses" : [ "100" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformationShouldBeConcise",
+      "undefined" : "Concise"
+    },
+    "comment" : {
+      "en" : "The information provided under the right to transparency should be concise"
+    },
+    "id" : "103",
+    "superClasses" : [ "104" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ControllerRepresentative",
+      "undefined" : "Controller Representative"
+    },
+    "comment" : {
+      "en" : "A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR."
+    },
+    "id" : "105",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformationShouldBeIntelligible",
+      "undefined" : "Intelligible"
+    },
+    "comment" : {
+      "en" : "The information provided under the right to transparency should be intelligible"
+    },
+    "id" : "116",
+    "superClasses" : [ "104" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DPOObligation",
+      "undefined" : "DPO Obligation"
+    },
+    "subClasses" : [ "126" ],
+    "comment" : {
+      "en" : "These are the obligations specified for the Data Protection Office (DPO) within the  GDPR"
+    },
+    "id" : "81",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToBasicInformationAboutProcessing",
+      "undefined" : "Right to basic information about processing of personal data"
+    },
+    "subClasses" : [ "137" ],
+    "comment" : {
+      "en" : "The right to basic information about processing provides data subjects with information about the processing activities involving their personal data"
+    },
+    "id" : "135",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordSecurityMeasures",
+      "undefined" : "Record security measures"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities."
+    },
+    "id" : "138",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CooperateWithDPA",
+      "undefined" : "Co-operate with DPA"
+    },
+    "comment" : {
+      "en" : "This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA)."
+    },
+    "id" : "139",
+    "superClasses" : [ "68", "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ControllerHasTakenAction",
+      "undefined" : "Controller has taken action"
+    },
+    "comment" : {
+      "en" : "The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach."
+    },
+    "id" : "115",
+    "superClasses" : [ "73" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataNoLongerNeededForOriginalPurpose",
+      "undefined" : "Data no longer needed for original purpose"
+    },
+    "comment" : {
+      "en" : "The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under"
+    },
+    "id" : "140",
+    "superClasses" : [ "15" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordPurposeOfProcessing",
+      "undefined" : "Record purpose of processing"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent."
+    },
+    "id" : "143",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ShouldBeDistinguishableFromOtherMatters",
+      "undefined" : "Distinguishable from other matters"
+    },
+    "comment" : {
+      "en" : "Obtained consent should be distinguishable from other related matters (in the context of the process)"
+    },
+    "id" : "144",
+    "superClasses" : [ "77" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "EmploymentLaw",
+      "undefined" : "Employment Law"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is provided by Employment Law"
+    },
+    "id" : "156",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Controller",
+      "undefined" : "Controller"
+    },
+    "subClasses" : [ "167" ],
+    "comment" : {
+      "en" : "The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data."
+    },
+    "id" : "166",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordCrossBorderDataTransfer",
+      "undefined" : "Record cross-border transfers"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the cross-border data transfers."
+    },
+    "id" : "168",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "GivenConsent",
+      "undefined" : "Given Consent"
+    },
+    "subClasses" : [ "171" ],
+    "comment" : {
+      "en" : "Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities."
+    },
+    "id" : "169",
+    "superClasses" : [ "86", "170" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Certification",
+      "undefined" : "Certification"
+    },
+    "comment" : {
+      "en" : "A certification pertaining to GDPR compliance"
+    },
+    "id" : "180",
+    "superClasses" : [ "181" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ReturnOrDestroyPersonalDataAtEndTerm",
+      "undefined" : "Return or destroy data"
+    },
+    "comment" : {
+      "en" : "The processor must return or destroy personal data at the end of term (of its agreement with the controller)"
+    },
+    "id" : "182",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ImplementTechnicalMeasuresForCompliance",
+      "undefined" : "Implement technical measures"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR"
+    },
+    "id" : "183",
+    "superClasses" : [ "184" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "RegulatoryAuthority",
+      "undefined" : "Regulatory Authority"
+    },
+    "comment" : {
+      "en" : "The authority responsible for regulating data protection laws."
+    },
+    "id" : "185",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutProcessing",
+      "undefined" : "Information about processing"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about the processing of personal data of the data subject"
+    },
+    "id" : "149",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ConditionsForSealsAndCertifications",
+      "undefined" : "Awarding Seals and Certifications"
+    },
+    "subClasses" : [ "205", "206", "207" ],
+    "comment" : {
+      "en" : "GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance"
+    },
+    "id" : "204",
+    "superClasses" : [ "181" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Marketing",
+      "undefined" : "Marketing"
+    },
+    "subClasses" : [ "210" ],
+    "comment" : {
+      "undefined" : "The process or technique of promoting, selling, and distributing a product or service."
+    },
+    "id" : "178",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ConsentActivity",
+      "undefined" : "Consent Activity"
+    },
+    "subClasses" : [ "212", "213" ],
+    "comment" : {
+      "undefined" : "An activity involving data subject's consent."
+    },
+    "id" : "211",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "DataSubject",
+      "undefined" : "Data Subject"
+    },
+    "comment" : {
+      "en" : "An individual or entity to whom their personal data relates."
+    },
+    "id" : "214",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AccurateCollection",
+      "undefined" : "Accurate Collection"
+    },
+    "comment" : {
+      "en" : "This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate."
+    },
+    "id" : "130",
+    "superClasses" : [ "45" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToTransparency",
+      "undefined" : "Right to Transparency"
+    },
+    "subClasses" : [ "116", "103", "215", "216" ],
+    "comment" : {
+      "en" : "The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner"
+    },
+    "id" : "104",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordDataRetentionPeriod",
+      "undefined" : "Record data retention periods"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the data retention period of personal data."
+    },
+    "id" : "217",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SensitivePersonalData",
+      "undefined" : "Sensitive Personal Data"
+    },
+    "subClasses" : [ "224", "225", "226", "227" ],
+    "comment" : {
+      "en" : "Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person's sex life or sexual orientation."
+    },
+    "id" : "83",
+    "superClasses" : [ "84" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "VoluntarySystemOfAccredition",
+      "undefined" : "Voluntary accredition"
+    },
+    "comment" : {
+      "en" : "The seals and certifications should be a voluntary system of accredition"
+    },
+    "id" : "205",
+    "superClasses" : [ "204" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MaximumValidity3Years",
+      "undefined" : "Maximum validty 3 years"
+    },
+    "comment" : {
+      "en" : "The maximum validity for all seals and certifications should be 3 years from the date of issue."
+    },
+    "id" : "207",
+    "superClasses" : [ "204" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Data",
+      "undefined" : "Data"
+    },
+    "subClasses" : [ "84", "243", "244" ],
+    "comment" : {
+      "en" : "A generic term to refer to Data."
+    },
+    "id" : "241",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LegitimateInterest",
+      "undefined" : "Legitimate Interests"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party"
+    },
+    "id" : "245",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "IdentifiableForRequiredProcessing",
+      "undefined" : "Identifiable for required processing"
+    },
+    "comment" : {
+      "en" : "Retention of personal data should be identifiable for the requried processing"
+    },
+    "id" : "70",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LawfulBasisForProcessing",
+      "undefined" : "Lawful Basis"
+    },
+    "subClasses" : [ "246", "247", "156", "248", "249", "95", "250", "245", "98", "251", "252", "253", "254", "169" ],
+    "comment" : {
+      "en" : "This provides the basis for lawful processing of personal data."
+    },
+    "id" : "86",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OnlyActOnDocumentedInstructionFromController",
+      "undefined" : "Only act on Controller instructions"
+    },
+    "comment" : {
+      "en" : "The processor must only act on the intructions provided and documented by the controller"
+    },
+    "id" : "189",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LiabilityOfJointController",
+      "undefined" : "Liability of Joint-Controllers"
+    },
+    "comment" : {
+      "en" : "These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity."
+    },
+    "id" : "261",
+    "superClasses" : [ "68" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProvideCopyOfPersonalData",
+      "undefined" : "Provide copy of Personal Data"
+    },
+    "subClasses" : [ "270", "101", "271", "272" ],
+    "comment" : {
+      "en" : "The right of data portability requries providing a copy of the data subject's personal data"
+    },
+    "id" : "55",
+    "superClasses" : [ "164", "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProtectionAgainstAccidentalLoss",
+      "undefined" : "Protection against accidental loss"
+    },
+    "comment" : {
+      "en" : "Protection of data subject's personal data  against accidental loss."
+    },
+    "id" : "273",
+    "superClasses" : [ "92" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LimitedForProcessing",
+      "undefined" : "Limited for processing"
+    },
+    "comment" : {
+      "en" : "Personal data retained should be limited in its use only for the requried processing"
+    },
+    "id" : "75",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData",
+    "equivalent" : [ "32" ],
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "UseData",
+      "undefined" : "Use Data"
+    },
+    "comment" : {
+      "undefined" : "An activity that uses personal data"
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "9",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessingUsingUntestedTechnologies",
+      "undefined" : "Processing using untested technologies"
+    },
+    "comment" : {
+      "en" : "This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage."
+    },
+    "id" : "238",
+    "superClasses" : [ "220", "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExistenceOfSafeguards",
+      "undefined" : "Existence of safeguards"
+    },
+    "comment" : {
+      "en" : "The purpose of new processing should take into context the existence of appropriate safeguards"
+    },
+    "id" : "281",
+    "superClasses" : [ "250" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ReportDataBreachToDPAWithin72Hours",
+      "undefined" : "Report breach to DPA within 72 hours"
+    },
+    "comment" : {
+      "en" : "The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours"
+    },
+    "id" : "285",
+    "superClasses" : [ "161" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "FreedomsProtection",
+      "undefined" : "Rights protection"
+    },
+    "comment" : {
+      "en" : "The stated obligation could not be completed as it concerns rights protection."
+    },
+    "id" : "94",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformationAboutThirdParties",
+      "undefined" : "Information about third parties"
+    },
+    "comment" : {
+      "en" : "The right to basic information also provides data subject's with information about third parties involved in the processing."
+    },
+    "id" : "137",
+    "superClasses" : [ "135" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PersonalData",
+      "undefined" : "Personal Data"
+    },
+    "subClasses" : [ "83" ],
+    "comment" : {
+      "en" : "Personal data means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person."
+    },
+    "id" : "84",
+    "superClasses" : [ "241" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformedConsentObligation",
+      "undefined" : "Informed"
+    },
+    "comment" : {
+      "en" : "GDPR obligation that specifies consent must be informed for it be valid."
+    },
+    "id" : "294",
+    "superClasses" : [ "171" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RestrictionsOnCrossBorderTransfers",
+      "undefined" : "Restrictions on cross-border transfers"
+    },
+    "comment" : {
+      "en" : "These provide restrictions on cross-border transfers for Processors"
+    },
+    "id" : "194",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "R19",
+      "undefined" : "Covered by Directive (EU) 2016/680"
+    },
+    "comment" : {
+      "en" : "Exempted as it involves areas covered by Directive (EU) 2016/680"
+    },
+    "id" : "11",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "R18",
+      "undefined" : "Personal or Household activity"
+    },
+    "comment" : {
+      "en" : "Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it."
+    },
+    "id" : "21",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "R17",
+      "undefined" : "Regulation (EC) No 45/2001"
+    },
+    "comment" : {
+      "en" : "Related to Regulation (EC) No. 45/2001"
+    },
+    "id" : "29",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "StorageLimitation",
+      "undefined" : "Principle of Storage Limitation"
+    },
+    "comment" : {
+      "en" : "The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject."
+    },
+    "id" : "277",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "HistoricStatisticScientificPurposes",
+      "undefined" : "Historic, Statistical, or Scientific purposes"
+    },
+    "comment" : {
+      "en" : "Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes."
+    },
+    "id" : "248",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DemonstratingConsent",
+      "undefined" : "Demonstrating Consent"
+    },
+    "comment" : {
+      "en" : "The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject's personal information."
+    },
+    "id" : "158",
+    "superClasses" : [ "174", "159" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "StoreData",
+      "undefined" : "Store Data"
+    },
+    "comment" : {
+      "undefined" : "An activity where personal data is being stored"
+    },
+    "id" : "19",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessingAffectedVulnerableIndividuals",
+      "undefined" : "Processing affected or vulnerable individuals"
+    },
+    "comment" : {
+      "en" : "This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities."
+    },
+    "id" : "236",
+    "superClasses" : [ "220", "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Principle",
+      "undefined" : "Principle"
+    },
+    "subClasses" : [ "275", "277", "279", "46", "256", "258", "260" ],
+    "comment" : {
+      "en" : "A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance"
+    },
+    "id" : "47",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "FactorsForImpactAssessment",
+      "undefined" : "Factors for Impact Assessment"
+    },
+    "subClasses" : [ "263", "176", "232", "234", "236", "238", "240", "219", "27" ],
+    "comment" : {
+      "en" : "These are the factors stated by the GDPR for Impact Assessment."
+    },
+    "id" : "220",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessorObligation",
+      "undefined" : "Processor Obligations"
+    },
+    "subClasses" : [ "223", "35", "182", "198", "200", "202", "139", "209", "187", "189", "191", "48", "194", "196" ],
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR in the context of Processors"
+    },
+    "id" : "49",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "KeptUpToDate",
+      "undefined" : "Kept up to date"
+    },
+    "comment" : {
+      "en" : "Retained personal data must be kept up-to-date"
+    },
+    "id" : "79",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Activity",
+      "undefined" : "Activity"
+    },
+    "subClasses" : [ "173", "176", "178", "158", "211", "5", "32", "126", "317", "318", "200", "161", "319", "92" ],
+    "comment" : {
+      "en" : "An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action."
+    },
+    "id" : "174",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CrossBorderTransfer",
+      "undefined" : "Cross-border Transfer"
+    },
+    "comment" : {
+      "en" : "Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region."
+    },
+    "id" : "27",
+    "superClasses" : [ "220", "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CanBeWithdrawnEasilyConsentObligation",
+      "undefined" : "Can be withdrawn easily"
+    },
+    "comment" : {
+      "en" : "This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it."
+    },
+    "id" : "313",
+    "superClasses" : [ "77" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ClearExplanationOfProcessingConsentObligation",
+      "undefined" : "Clear explanation"
+    },
+    "comment" : {
+      "en" : "Obtaining consent must provide clear explanations of the processing involved over the personal data"
+    },
+    "id" : "325",
+    "superClasses" : [ "77" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SubProcessorMustFollowSameTermsAsProcessorControllerAgreement",
+      "undefined" : "Follow same terms"
+    },
+    "comment" : {
+      "en" : "Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller."
+    },
+    "id" : "308",
+    "superClasses" : [ "198" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExemptedWithoutProofOfDataSubjectIdentity",
+      "undefined" : "Exempted without identity"
+    },
+    "comment" : {
+      "en" : "The request or activity could not or was not completed because there was no sufficient proof of the data subject's identity."
+    },
+    "id" : "17",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ConfirmingOrMatchingDatasets",
+      "undefined" : "Confirming or matching datasets"
+    },
+    "comment" : {
+      "en" : "This type of processing involves matching data subject's identity or personal data in different datasets."
+    },
+    "id" : "219",
+    "superClasses" : [ "220", "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PurposeLimitation",
+      "undefined" : "Principle of Purpose Limitation"
+    },
+    "comment" : {
+      "en" : "The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes."
+    },
+    "id" : "256",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ContractWithDataSubject",
+      "undefined" : "Contract with Data Subject"
+    },
+    "comment" : {
+      "en" : "The lawful basis for processing personal data is provided through a contract with the data subject."
+    },
+    "id" : "254",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LargeScaleProcessing",
+      "undefined" : "Large scale processing"
+    },
+    "comment" : {
+      "en" : "The processing of personal data at a large scale of quantity or significant proportions."
+    },
+    "id" : "234",
+    "superClasses" : [ "220", "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProtectionAgainstDamage",
+      "undefined" : "Protection against damage"
+    },
+    "comment" : {
+      "en" : "Protection of data subject's personal data  against damage to the data."
+    },
+    "id" : "343",
+    "superClasses" : [ "92" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutCatgegoriesOfDataBeingProcessed",
+      "undefined" : "Information about categories of data being processed"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about categories of data being processed"
+    },
+    "id" : "151",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "OutsideMaterialScope",
+      "undefined" : "Outside Material Scope"
+    },
+    "comment" : {
+      "en" : "The activity was deemed to be outside the material scope of the GDPR."
+    },
+    "id" : "1",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SecurityOfPersonalData",
+      "undefined" : "Security of Personal Data"
+    },
+    "subClasses" : [ "273", "352", "343", "353" ],
+    "comment" : {
+      "en" : "This activity refers to security of data subject's personal data."
+    },
+    "id" : "92",
+    "superClasses" : [ "174", "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SystematicMonitoring",
+      "undefined" : "Systematic Monitoring"
+    },
+    "comment" : {
+      "en" : "This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation."
+    },
+    "id" : "176",
+    "superClasses" : [ "220", "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "HealthData",
+      "undefined" : "Health data"
+    },
+    "comment" : {
+      "en" : "Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status."
+    },
+    "id" : "224",
+    "superClasses" : [ "83" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "FreelyGivenConsentObligation",
+      "undefined" : "Freely given"
+    },
+    "comment" : {
+      "en" : "GDPR obligation that specifies consent must be freely given by the data subject for it to be valid."
+    },
+    "id" : "305",
+    "superClasses" : [ "171" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CriminalData",
+      "undefined" : "Crime data"
+    },
+    "comment" : {
+      "en" : "Personal data related to criminal convictions and offences."
+    },
+    "id" : "226",
+    "superClasses" : [ "83" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordCategoriesOfDataSubjectsAndPersonalData",
+      "undefined" : "Categories of data subjects and personal data"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities."
+    },
+    "id" : "34",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "EraseData",
+      "undefined" : "Erase Data"
+    },
+    "comment" : {
+      "undefined" : "An activity that erases data"
+    },
+    "id" : "13",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataMinimisation",
+      "undefined" : "Principle of Data Minimisation"
+    },
+    "comment" : {
+      "en" : "The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed."
+    },
+    "id" : "260",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DPO",
+      "undefined" : "DPO"
+    },
+    "comment" : {
+      "en" : "The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR."
+    },
+    "id" : "356",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CodeOfConduct",
+      "undefined" : "Code of Conduct"
+    },
+    "comment" : {
+      "en" : "A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation."
+    },
+    "id" : "376",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotifyDataSubjectAboutDPOForDataBreach",
+      "undefined" : "Notify about DPO"
+    },
+    "comment" : {
+      "en" : "Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach."
+    },
+    "id" : "134",
+    "superClasses" : [ "109" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "CertificationBody",
+      "undefined" : "Certification Body"
+    },
+    "comment" : {
+      "undefined" : "A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR."
+    },
+    "id" : "377",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:citation1 a eli:LegalResourceSubdivision,\n        GDPRtext:Citation ;\n    eli:description \"OJ C 229, 31.7.2012, p. 90.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"1\"^^xsd:string .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Citation",
+      "undefined" : "Citation"
+    },
+    "comment" : {
+      "undefined" : "Citation in GDPR text"
+    },
+    "id" : "38",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightOfErasure",
+      "undefined" : "Right of Erasure"
+    },
+    "subClasses" : [ "99", "102" ],
+    "comment" : {
+      "en" : "The data subject has the right to obtain erasure of their personal data"
+    },
+    "id" : "100",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ReportDataBreachToController",
+      "undefined" : "Report data breach to Controller"
+    },
+    "comment" : {
+      "en" : "The occurence of a data breach must be reported to the Controller."
+    },
+    "id" : "196",
+    "superClasses" : [ "161", "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ImpactAssessment",
+      "undefined" : "Impact Assessment"
+    },
+    "comment" : {
+      "en" : "The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data."
+    },
+    "id" : "173",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "VitalInterest",
+      "undefined" : "Vital Interests"
+    },
+    "comment" : {
+      "en" : "These are obligations pertaining to the vital interests of the data subjects"
+    },
+    "id" : "249",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PublicInterest",
+      "undefined" : "Public Interest"
+    },
+    "comment" : {
+      "en" : "Lawful basis is provided by the GDPR as being in the interest of the public"
+    },
+    "id" : "252",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "DPA",
+      "undefined" : "DPA"
+    },
+    "comment" : {
+      "en" : "The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws."
+    },
+    "id" : "394",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Obligation",
+      "undefined" : "Obligation"
+    },
+    "subClasses" : [ "62", "68", "45", "77", "81", "86", "49", "92" ],
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR. Following the obligations is necessary for compliance."
+    },
+    "id" : "64",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RacialData",
+      "undefined" : "Racial origin data"
+    },
+    "comment" : {
+      "en" : "Personal data revealing racial or ethnic origin."
+    },
+    "id" : "227",
+    "superClasses" : [ "83" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExemptedByNationalLaw",
+      "undefined" : "Exempted by National Law"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is provided by National Law"
+    },
+    "id" : "246",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AdherenceToSealCertification",
+      "undefined" : "Adherence"
+    },
+    "comment" : {
+      "en" : "The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR"
+    },
+    "id" : "206",
+    "superClasses" : [ "204" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToNotBeEvaluatedThroughAutomatedProcessing",
+      "undefined" : "Right to not be evaluated through automated processing"
+    },
+    "comment" : {
+      "en" : "The data subject has a right to not be evaluated through automated processing"
+    },
+    "id" : "408",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutCategoriesOfRecipientsDataSharedWith",
+      "undefined" : "Information about categories of recipients"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about the categories of recipients the data is shared with."
+    },
+    "id" : "409",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataProtectionByDesignAndByDefault",
+      "undefined" : "Data protection by design and default"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to follow data protection by design and by default."
+    },
+    "id" : "410",
+    "superClasses" : [ "68" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ContextOfDataCollection",
+      "undefined" : "Context of data collection"
+    },
+    "comment" : {
+      "en" : "The purpose of new processing should take the context of how the original data was collected into consideration"
+    },
+    "id" : "331",
+    "superClasses" : [ "250" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RequiresWrittenConsentOfControllerToAppointSubProcessor",
+      "undefined" : "Written consent of Controller"
+    },
+    "comment" : {
+      "en" : "Appointing a sub-processor requires the written consent of the controller specifying permission or consent"
+    },
+    "id" : "310",
+    "superClasses" : [ "198" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "HarmWasRemote",
+      "undefined" : "Harm was remote"
+    },
+    "comment" : {
+      "en" : "The data subjects were not notified about the data breach because the harm was deemed to be remote."
+    },
+    "id" : "142",
+    "superClasses" : [ "73" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:article27-2 a eli:LegalResourceSubdivision,\n        GDPRtext:Point ;\n    eli:description \"The obligation laid down in paragraph 1 of this Article shall not apply to:\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:article27,\n        gdpr:chapterIV,\n        gdpr:chapterIV-1 ;\n    eli:number \"2\"^^xsd:string ;\n    eli:title_alternative \"Article27(2)\"^^xsd:string ;\n    GDPRtext:hasSubPoint gdpr:article27-2-a,\n        gdpr:article27-2-b ;\n    GDPRtext:isPartOfArticle gdpr:article27 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIV ;\n    GDPRtext:isPartOfSection gdpr:chapterIV-1 .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Point",
+      "undefined" : "Point"
+    },
+    "comment" : {
+      "undefined" : "Point in GDPR text"
+    },
+    "id" : "43",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataBreach",
+      "undefined" : "Data Breach"
+    },
+    "comment" : {
+      "en" : "A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment."
+    },
+    "id" : "392",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:chapterI a eli:LegalResourceSubdivision,\n        GDPRtext:Chapter ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"I\"^^xsd:string ;\n    eli:title \"General provisions\"^^xsd:string ;\n    eli:title_alternative \"Chapter I\"^^xsd:string ;\n    GDPRtext:hasArticle gdpr:article1,\n        gdpr:article2,\n        gdpr:article3,\n        gdpr:article4 .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Chapter",
+      "undefined" : "Chapter"
+    },
+    "comment" : {
+      "undefined" : "Chapter in GDPR text"
+    },
+    "id" : "40",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ComplianceWithControllersInstructions",
+      "undefined" : "Compliance with Controller's instructions"
+    },
+    "comment" : {
+      "en" : "The processor has an obligation to comply with the controller's instructions"
+    },
+    "id" : "191",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SubProcessor",
+      "undefined" : "Sub-Processor"
+    },
+    "comment" : {
+      "en" : "A sub-processor is a processor acting under another processor."
+    },
+    "id" : "416",
+    "superClasses" : [ "360" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "RequiresDisproportionateEfforts",
+      "undefined" : "Requires disproportionate efforts"
+    },
+    "subClasses" : [ "72" ],
+    "comment" : {
+      "en" : "The stated obligation or activity could not be completed as it requires disproportionate efforts to complete."
+    },
+    "id" : "7",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ShouldBeMachineReadable",
+      "undefined" : "Copy should be in a machine readable format"
+    },
+    "comment" : {
+      "en" : "The provided copy of personal data should be machine readable"
+    },
+    "id" : "272",
+    "superClasses" : [ "55" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NatureOfPersonalData",
+      "undefined" : "Nature of data involved"
+    },
+    "comment" : {
+      "en" : "The nature of the personal data involved, whether it is sensitive or confidential."
+    },
+    "id" : "335",
+    "superClasses" : [ "250" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DirectMarketing",
+      "undefined" : "Direct Marketing"
+    },
+    "comment" : {
+      "undefined" : "Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject."
+    },
+    "id" : "210",
+    "superClasses" : [ "178" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RelevantForProcessing",
+      "undefined" : "Relevant for processing"
+    },
+    "comment" : {
+      "en" : "Any retained personal data must be relevant for subsiquent processing"
+    },
+    "id" : "61",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "UnlawfulProcessing",
+      "undefined" : "Unlawful Processing"
+    },
+    "comment" : {
+      "undefined" : "Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations"
+    },
+    "id" : "288",
+    "superClasses" : [ "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutExistenceOfRights",
+      "undefined" : "Information about rights"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject"
+    },
+    "id" : "153",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ObligationForObtainingConsent",
+      "undefined" : "Obligation for obtaining consent"
+    },
+    "subClasses" : [ "144", "322", "325", "171", "315", "313" ],
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR for obtaining consent"
+    },
+    "id" : "77",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AppointingSubProcessors",
+      "undefined" : "Appointing Sub-Processors"
+    },
+    "subClasses" : [ "310", "308" ],
+    "comment" : {
+      "en" : "These are the obligations for Processors over appointing sub-processors"
+    },
+    "id" : "198",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "IdentificationOfDataSubject",
+      "undefined" : "Identification of Data Subject"
+    },
+    "comment" : {
+      "undefined" : "Activity where the data subject is explicitly identified through direct or indirect means."
+    },
+    "id" : "317",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutSourceOfData",
+      "undefined" : "Information about data source"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about the source of the personal data"
+    },
+    "id" : "146",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "JointController",
+      "undefined" : "Joint Controller"
+    },
+    "comment" : {
+      "en" : "A joint controller is two or more controllers jointly determine the purposes and means of processing."
+    },
+    "id" : "167",
+    "superClasses" : [ "166" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ObtainingConsent",
+      "undefined" : "Obtaining Consent from Data Subject"
+    },
+    "comment" : {
+      "en" : "The act of getting a data subject's consent."
+    },
+    "id" : "213",
+    "superClasses" : [ "211" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RecordCategoriesOfRecipientsWhereDataShared",
+      "undefined" : "Record categories of recipients"
+    },
+    "comment" : {
+      "en" : "This obligation requires Controllers to record the categories of recipients the personal data was shared with."
+    },
+    "id" : "265",
+    "superClasses" : [ "35" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ArchiveData",
+      "undefined" : "Archive Data"
+    },
+    "comment" : {
+      "undefined" : "An activity where personal data is archived"
+    },
+    "id" : "51",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AdequateForProcessing",
+      "undefined" : "Adequate for processing"
+    },
+    "comment" : {
+      "en" : "Only the personal data adequat for required processing should be maintained"
+    },
+    "id" : "66",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ControllerResponsibility",
+      "undefined" : "Controller Responsibility"
+    },
+    "subClasses" : [ "183" ],
+    "comment" : {
+      "en" : "These obligations specify the responsiblity of the Controller"
+    },
+    "id" : "184",
+    "superClasses" : [ "68" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "WithdrawingConsent",
+      "undefined" : "Withdrawing Given Consent"
+    },
+    "comment" : {
+      "en" : "This activity represents the data subject withdrawing given consent."
+    },
+    "id" : "212",
+    "superClasses" : [ "211" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AutomatedProcessing",
+      "undefined" : "Automated Processing"
+    },
+    "subClasses" : [ "240" ],
+    "comment" : {
+      "en" : "This is automated processing of data subject's personal data."
+    },
+    "id" : "31",
+    "superClasses" : [ "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LegalClaims",
+      "undefined" : "Legal Claims"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is provided by legal claims."
+    },
+    "id" : "247",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ValidConsent",
+      "undefined" : "Valid Consent"
+    },
+    "subClasses" : [ "305", "294", "296", "301" ],
+    "comment" : {
+      "en" : "Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR."
+    },
+    "id" : "171",
+    "superClasses" : [ "77", "169" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MonitorCompliance",
+      "undefined" : "Monitor Compliance"
+    },
+    "comment" : {
+      "en" : "The activity or process of overseeing an organisation's compliance."
+    },
+    "id" : "126",
+    "superClasses" : [ "81", "174", "159" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessorRepresentative",
+      "undefined" : "Processor Representative"
+    },
+    "comment" : {
+      "en" : "A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR."
+    },
+    "id" : "362",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AssistInComplyingWithRights",
+      "undefined" : "Assist in complying with rights"
+    },
+    "comment" : {
+      "en" : "Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time."
+    },
+    "id" : "187",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject",
+      "undefined" : "Information about automated processing with significant effects"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about automated processing that has significant effects on the data subject."
+    },
+    "id" : "421",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ReportDataBreach",
+      "undefined" : "Report Data Breach"
+    },
+    "subClasses" : [ "299", "109", "196", "285" ],
+    "comment" : {
+      "en" : "The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with."
+    },
+    "id" : "161",
+    "superClasses" : [ "68", "174", "159" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MaintainRecordOfBreach",
+      "undefined" : "Maintain Record of Breach"
+    },
+    "comment" : {
+      "en" : "GDPR mandates the recording of data breaches and its effects."
+    },
+    "id" : "299",
+    "superClasses" : [ "161" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AppointmentOfProcessors",
+      "undefined" : "Appointment of Processors"
+    },
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR for the appointment of Processors by Controllers."
+    },
+    "id" : "319",
+    "superClasses" : [ "68", "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "VoluntaryOptInConsentObligation",
+      "undefined" : "Voluntary & Opt-in"
+    },
+    "comment" : {
+      "en" : "Consent must be obtained through the data subject's voluntary action and should be opt-in and not opt-out or by default."
+    },
+    "id" : "301",
+    "superClasses" : [ "171" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RectifyData",
+      "undefined" : "Rectify Data"
+    },
+    "comment" : {
+      "undefined" : "An activity that rectifies data"
+    },
+    "id" : "4",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:article12-5-b a eli:LegalResourceSubdivision,\n        GDPRtext:SubPoint ;\n    eli:description \"refuse to act on the request.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:article12,\n        gdpr:article12-5,\n        gdpr:chapterIII,\n        gdpr:chapterIII-1 ;\n    eli:number \"b\"^^xsd:string ;\n    eli:title_alternative \"Article12(5)(b)\"^^xsd:string ;\n    GDPRtext:isPartOfArticle gdpr:article12 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIII ;\n    GDPRtext:isPartOfPoint gdpr:article12-5 ;\n    GDPRtext:isPartOfSection gdpr:chapterIII-1 .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SubPoint",
+      "undefined" : "SubPoint"
+    },
+    "comment" : {
+      "undefined" : "SubPoint in GDPR text"
+    },
+    "id" : "41",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:article10 a eli:LegalResourceSubdivision,\n        GDPRtext:Article ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:chapterII ;\n    eli:number \"10\"^^xsd:string ;\n    eli:title_alternative \"Article 10\"^^xsd:string ;\n    GDPRtext:hasPoint gdpr:article10-1 ;\n    GDPRtext:isPartOfChapter gdpr:chapterII .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Article",
+      "undefined" : "Article"
+    },
+    "comment" : {
+      "undefined" : "Article in GDPR text"
+    },
+    "id" : "42",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToRectification",
+      "undefined" : "Right to rectify"
+    },
+    "comment" : {
+      "en" : "The data subject has a right to recitify their personal data"
+    },
+    "id" : "422",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExerciseRights",
+      "undefined" : "Exercise Rights"
+    },
+    "comment" : {
+      "en" : "The activity represents exercising of rights provided by GDPR by the data subject."
+    },
+    "id" : "318",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InfoAboutStoragePeriod",
+      "undefined" : "Information about storage period"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about the storage period of the data subject's personal data"
+    },
+    "id" : "155",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Accuracy",
+      "undefined" : "Principle of Accuracy"
+    },
+    "comment" : {
+      "en" : "The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay."
+    },
+    "id" : "275",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NoChargeLeviedForRightToAccess",
+      "undefined" : "No charges levied"
+    },
+    "comment" : {
+      "en" : "The right to access personal data should not incur any undue charge levied on the data subject for exercising their right"
+    },
+    "id" : "423",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PurposeOfNewProcessing",
+      "undefined" : "Purpose of new processing"
+    },
+    "subClasses" : [ "339", "331", "281", "335", "333" ],
+    "comment" : {
+      "en" : "These are the obligations over determining the new or changed purposes of processing"
+    },
+    "id" : "250",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PseudoAnonymousData",
+      "undefined" : "Pseudo-anonymous data"
+    },
+    "comment" : {
+      "en" : "Personal data that can no longer be attributed to a specific data subject without the use of additional information."
+    },
+    "id" : "244",
+    "superClasses" : [ "241" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SealsAndCertification",
+      "undefined" : "Seals and Certifications"
+    },
+    "subClasses" : [ "204", "180", "364" ],
+    "comment" : {
+      "en" : "GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities"
+    },
+    "id" : "181",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Entity",
+      "undefined" : "Entity"
+    },
+    "subClasses" : [ "362", "166", "356", "360", "185", "394", "214", "105", "377" ],
+    "comment" : {
+      "en" : "A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals."
+    },
+    "id" : "106",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AutomatedDecisionMakingWithSignificantEffect",
+      "undefined" : "Automatic decision making with significant effect"
+    },
+    "comment" : {
+      "en" : "This type of processing involves automated processing that does decision making having significant effects on the data subject.",
+      "undefined" : "Automated decision making with significant effect"
+    },
+    "id" : "240",
+    "superClasses" : [ "31", "220" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToObjectToProcessing",
+      "undefined" : "Right to object processing"
+    },
+    "comment" : {
+      "en" : "The data subject has the right to object to processing of their personal data"
+    },
+    "id" : "424",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ShouldBeCommonlyUsedFormat",
+      "undefined" : "Copy should be in a commonly used format"
+    },
+    "comment" : {
+      "en" : "The provided copy of personal data should be in a commonly used format"
+    },
+    "id" : "270",
+    "superClasses" : [ "55" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProvideControllerWithInfoForCompliance",
+      "undefined" : "Provide information for compliance"
+    },
+    "comment" : {
+      "en" : "The processor must provide the controller with the information necessary to demonstrate compliance"
+    },
+    "id" : "209",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ShareDataWithThirdParty",
+      "undefined" : "Share Personal Data with Third Party"
+    },
+    "comment" : {
+      "en" : "This activity represents the sharing of data subject's personal data with a third party."
+    },
+    "id" : "23",
+    "superClasses" : [ "5" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToRestrictProcessing",
+      "undefined" : "Right to restrict processing"
+    },
+    "subClasses" : [ "14", "404", "140" ],
+    "comment" : {
+      "en" : "The data subject has the rights to restrict the processing of their personal data"
+    },
+    "id" : "15",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotFurtherProcessedThanOriginalPurpose",
+      "undefined" : "Not further processed"
+    },
+    "comment" : {
+      "en" : "This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes."
+    },
+    "id" : "122",
+    "superClasses" : [ "45" ]
+  }, {
+    "iri" : "http://www.w3.org/2004/02/skos/core#Concept",
+    "baseIri" : "http://www.w3.org/2004/02/skos/core",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Concept"
+    },
+    "subClasses" : [ "106", "396", "376", "241", "170", "47", "392", "220", "2", "181", "174", "136", "159", "64" ],
+    "attributes" : [ "external" ],
+    "id" : "242"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SpecifiedPurpose",
+      "undefined" : "Specified purpose"
+    },
+    "comment" : {
+      "en" : "This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented)."
+    },
+    "id" : "132",
+    "superClasses" : [ "45" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RetentionOfPersonalData",
+      "undefined" : "Data Retention"
+    },
+    "subClasses" : [ "111", "61", "66", "70", "75", "79" ],
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR on the retention of personal data"
+    },
+    "id" : "62",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ExclusionException",
+      "undefined" : "Exlcusions and Exceptions"
+    },
+    "subClasses" : [ "88", "73", "94", "53", "57", "1", "7", "11", "17", "21", "25", "29" ],
+    "comment" : {
+      "en" : "Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations."
+    },
+    "id" : "2",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "GeneticData",
+      "undefined" : "Genetic Data"
+    },
+    "comment" : {
+      "en" : "Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained."
+    },
+    "id" : "225",
+    "superClasses" : [ "83" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformationShouldBeTransparent",
+      "undefined" : "Transparent"
+    },
+    "comment" : {
+      "en" : "The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)"
+    },
+    "id" : "216",
+    "superClasses" : [ "104" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessorControllerAgreement",
+      "undefined" : "Agreement between Processor and Controller"
+    },
+    "comment" : {
+      "undefined" : "Signifies the agreement between Controller and Processors for processing of personal data"
+    },
+    "id" : "396",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Seal",
+      "undefined" : "Seal"
+    },
+    "comment" : {
+      "en" : "A seal pertaining to GDPR compliance"
+    },
+    "id" : "364",
+    "superClasses" : [ "181" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "MaintainRecordsOfProcessingActivities",
+      "undefined" : "Maintain records for processing"
+    },
+    "subClasses" : [ "34", "143", "168", "217", "265", "138" ],
+    "comment" : {
+      "en" : "This obligation requires the Controller/Processor to maintain adequate records about their processing activities."
+    },
+    "id" : "35",
+    "superClasses" : [ "68", "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "ShouldSupportReuse",
+      "undefined" : "Shoud support reuse"
+    },
+    "comment" : {
+      "en" : "The provided copy of personal data should support reuse"
+    },
+    "id" : "271",
+    "superClasses" : [ "55" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProtectionAgainstUnlawfulProcessing",
+      "undefined" : "Protection against unlawful processing"
+    },
+    "comment" : {
+      "en" : "Protection of data subject's personal data  against unlawful processing of data."
+    },
+    "id" : "352",
+    "superClasses" : [ "92" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Consent",
+      "undefined" : "Consent"
+    },
+    "subClasses" : [ "169" ],
+    "comment" : {
+      "en" : "Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations."
+    },
+    "id" : "170",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Rights",
+      "undefined" : "Data Subject's Rights"
+    },
+    "subClasses" : [ "164", "408", "104", "445", "147", "100", "422", "135", "15", "424" ],
+    "comment" : {
+      "en" : "The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about."
+    },
+    "id" : "136",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:chapterIV-5 a eli:LegalResourceSubdivision,\n        GDPRtext:Section ;\n    eli:is_part_of gdpr:GDPR,\n        gdpr:chapterIV ;\n    eli:number \"5\"^^xsd:string ;\n    eli:title \"Codes of conduct and certification\"^^xsd:string ;\n    eli:title_alternative \"Section 5\"^^xsd:string ;\n    GDPRtext:hasArticle gdpr:article40,\n        gdpr:article41,\n        gdpr:article42,\n        gdpr:article43 ;\n    GDPRtext:isPartOfChapter gdpr:chapterIV .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Section",
+      "undefined" : "Section"
+    },
+    "comment" : {
+      "undefined" : "Section in GDPR text"
+    },
+    "id" : "37",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToObjectForDirectMarketting",
+      "undefined" : "Right to object direct marketting"
+    },
+    "comment" : {
+      "en" : "The data subject has a right to object to direct marketting based on their personal data"
+    },
+    "id" : "445",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "EvaluationOfDataSubject",
+      "undefined" : "Evaluation of data subjects"
+    },
+    "comment" : {
+      "en" : "Whether the proposed activity involves the evaluation of the data subject."
+    },
+    "id" : "263",
+    "superClasses" : [ "220" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotFromSilenceOrInactivityConsentObligation",
+      "undefined" : "Not from silence or inactivity"
+    },
+    "comment" : {
+      "en" : "Consent should not be obtained from silence or inactivity of the data subject"
+    },
+    "id" : "322",
+    "superClasses" : [ "77" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProcessingSensitiveData",
+      "undefined" : "Processing sensitive data"
+    },
+    "comment" : {
+      "en" : "This involves processing involving sensitive personal data."
+    },
+    "id" : "232",
+    "superClasses" : [ "220", "32" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LegalObligation",
+      "undefined" : "Legal Obligations"
+    },
+    "comment" : {
+      "en" : "Lawful basis for processing is covered by legal obligation(s)."
+    },
+    "id" : "253",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ControllerObligation",
+      "undefined" : "Controller Obligation"
+    },
+    "subClasses" : [ "200", "184", "202", "139", "410", "35", "161", "319", "450", "439", "261" ],
+    "comment" : {
+      "en" : "These are the obligations specified by the GDPR as being specifically the responsbility of the Controller."
+    },
+    "id" : "68",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Processor",
+      "undefined" : "Processor"
+    },
+    "subClasses" : [ "416" ],
+    "comment" : {
+      "en" : "A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller."
+    },
+    "id" : "360",
+    "superClasses" : [ "106" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AccuracyIsContested",
+      "undefined" : "Accuracy is contested"
+    },
+    "comment" : {
+      "en" : "The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested"
+    },
+    "id" : "404",
+    "superClasses" : [ "15" ]
+  }, {
+    "iri" : "http://data.europa.eu/eli/ontology#LegalResource",
+    "baseIri" : "http://data.europa.eu/eli/ontology",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "LegalResource"
+    },
+    "attributes" : [ "external" ],
+    "id" : "124"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotifyDataSubjectAboutConsequencesOfDataBreach",
+      "undefined" : "Notify consequences of breach"
+    },
+    "comment" : {
+      "en" : "Affected data subject's must be notified about the consequences of the data breach."
+    },
+    "id" : "113",
+    "superClasses" : [ "109" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PrivacyByDesign",
+      "undefined" : "Privacy by Design"
+    },
+    "comment" : {
+      "en" : "Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes."
+    },
+    "id" : "439",
+    "superClasses" : [ "68" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataSecurity",
+      "undefined" : "Data Security"
+    },
+    "comment" : {
+      "en" : "These are obligations regarding security of data managed by the Controllers."
+    },
+    "id" : "202",
+    "superClasses" : [ "68", "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "IfAndWhereControllerIsProcessingData",
+      "undefined" : "If and where Controller is processing"
+    },
+    "comment" : {
+      "en" : "The right to access personal data also includes information about whether and where the controller is processing the data subject's personal data"
+    },
+    "id" : "435",
+    "superClasses" : [ "147" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ControllerAccountability",
+      "undefined" : "Controller Accountability"
+    },
+    "comment" : {
+      "en" : "These obligations specify the accountability of the Controller."
+    },
+    "id" : "450",
+    "superClasses" : [ "68" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PossibleConsequenceForDataSubject",
+      "undefined" : "Consequences for data subjects"
+    },
+    "comment" : {
+      "en" : "The possible consequences of the change in processing for the data subject"
+    },
+    "id" : "333",
+    "superClasses" : [ "250" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightsProtection",
+      "undefined" : "Freedoms protection"
+    },
+    "comment" : {
+      "en" : "The stated obligation could not be completed as it concerns freedoms protection."
+    },
+    "id" : "88",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExplicitPurpose",
+      "undefined" : "Explicit Purpose"
+    },
+    "comment" : {
+      "en" : "This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes."
+    },
+    "id" : "128",
+    "superClasses" : [ "45" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "IntegrityAndConfidentiality",
+      "undefined" : "Principle of Integrity and Confidentiality"
+    },
+    "comment" : {
+      "en" : "The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures."
+    },
+    "id" : "279",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679",
+        "type" : "iri"
+      } ],
+      "example" : [ {
+        "identifier" : "example",
+        "language" : "undefined",
+        "value" : "gdpr:recital1 a eli:LegalResourceSubdivision,\n        GDPRtext:Recital ;\n    eli:description \"The protection of natural persons in relation to the processing of personal data is a fundamental right. Article 8(1) of the Charter of Fundamental Rights of the European Union (the ‘Charter’) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her.\"^^xsd:string ;\n    eli:is_part_of gdpr:GDPR ;\n    eli:number \"1\"^^xsd:string .",
+        "type" : "label"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Recital",
+      "undefined" : "Regulation"
+    },
+    "comment" : {
+      "undefined" : "Regulation in GDPR text"
+    },
+    "id" : "39",
+    "superClasses" : [ "36" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightToAccessPersonalData",
+      "undefined" : "Right to Access Personal Data"
+    },
+    "subClasses" : [ "409", "435", "423", "421", "146", "149", "151", "153", "155" ],
+    "comment" : {
+      "en" : "The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it."
+    },
+    "id" : "147",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ProtectionAgainstDestruction",
+      "undefined" : "Protection against destruction"
+    },
+    "comment" : {
+      "en" : "Protection of data subject's personal data  against destruction of data."
+    },
+    "id" : "353",
+    "superClasses" : [ "92" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "Compliance",
+      "undefined" : "Compliance"
+    },
+    "subClasses" : [ "158", "161", "126" ],
+    "comment" : {
+      "en" : "Represents the act of complying with the obligations and actions specified by the GDPR."
+    },
+    "id" : "159",
+    "superClasses" : [ "242" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RightOfDataPortability",
+      "undefined" : "Right of Data Portability"
+    },
+    "subClasses" : [ "55" ],
+    "comment" : {
+      "en" : "The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided."
+    },
+    "id" : "164",
+    "superClasses" : [ "136" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "RectifyInaccuracy",
+      "undefined" : "Rectify Inaccuracies"
+    },
+    "comment" : {
+      "en" : "Any inaccuracies or discrepancies in the retained data must be rectified"
+    },
+    "id" : "111",
+    "superClasses" : [ "62" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Accountability",
+      "undefined" : "Principle of Accountability"
+    },
+    "comment" : {
+      "en" : "The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR"
+    },
+    "id" : "258",
+    "superClasses" : [ "47" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotForProfitOrg",
+      "undefined" : "Not-for-profit organisation"
+    },
+    "comment" : {
+      "en" : "Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations"
+    },
+    "id" : "251",
+    "superClasses" : [ "86" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ExceptionsOnReportingDataSubjectsOfBreach",
+      "undefined" : "Exceptions on reporting data breach"
+    },
+    "subClasses" : [ "72", "142", "115" ],
+    "comment" : {
+      "en" : "Exceptions associated with compliance for reporting data breach to the affected data subjects."
+    },
+    "id" : "73",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "AnonymousData",
+      "undefined" : "Anonymous Data"
+    },
+    "comment" : {
+      "en" : "Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it."
+    },
+    "id" : "243",
+    "superClasses" : [ "241" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotifyDataSubjectOfMeasuresTakenForDataBreach",
+      "undefined" : "Notify measures taken"
+    },
+    "comment" : {
+      "en" : "Affect data subjets must be notified of the measures taken against the data breach."
+    },
+    "id" : "108",
+    "superClasses" : [ "109" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ObligationForCollectionOfPersonalData",
+      "undefined" : "Obligation for data collection"
+    },
+    "subClasses" : [ "44", "122", "128", "130", "132" ],
+    "comment" : {
+      "en" : "Collection of Personal Data is an Activity that deals with acquiring data subject's personal data through some model of interaction."
+    },
+    "id" : "45",
+    "superClasses" : [ "64" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "LinkBetweenNewAndOldPurpose",
+      "undefined" : "Lnk between new and old processing"
+    },
+    "comment" : {
+      "en" : "Whether there is a link between the new and old purposes of processing"
+    },
+    "id" : "339",
+    "superClasses" : [ "250" ]
+  }, {
+    "iri" : "http://www.w3.org/2002/07/owl#Thing",
+    "baseIri" : "http://owl2vowl.de",
+    "id" : "425",
+    "label" : {
+      "undefined" : "Thing"
+    }
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "NotifyDataSubjectOfBreach",
+      "undefined" : "Notify Data Subject of Breach"
+    },
+    "subClasses" : [ "134", "108", "113" ],
+    "comment" : {
+      "en" : "Affected data subjects must be notified of the data breach and its effects."
+    },
+    "id" : "109",
+    "superClasses" : [ "161" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "ShouldBeDemonstrable",
+      "undefined" : "Demonstrable"
+    },
+    "comment" : {
+      "en" : "Obtained consent should be in a demonstrable form"
+    },
+    "id" : "315",
+    "superClasses" : [ "77" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformControllerOfConflictWithLaw",
+      "undefined" : "Inform Controller of conflict with law"
+    },
+    "comment" : {
+      "en" : "In case of conflict with the controller's intructions and the law, the processor must immediately inform the controller of this conflict"
+    },
+    "id" : "223",
+    "superClasses" : [ "49" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataActivity",
+      "undefined" : "Data Activity"
+    },
+    "subClasses" : [ "51", "55", "59", "4", "9", "13", "19", "23", "27" ],
+    "comment" : {
+      "undefined" : "An activity involving personal data of data subject(s)."
+    },
+    "id" : "5",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing",
+    "equivalent" : [ "9" ],
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "Processing",
+      "undefined" : "Processing"
+    },
+    "subClasses" : [ "31", "232", "234", "288", "236", "238", "219" ],
+    "comment" : {
+      "en" : "Processing here refers to an Activity that acts on the Data Subject's personal information."
+    },
+    "attributes" : [ "equivalent" ],
+    "id" : "32",
+    "superClasses" : [ "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "isDefinedBy" : [ {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32",
+        "type" : "iri"
+      }, {
+        "identifier" : "isDefinedBy",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a",
+        "type" : "iri"
+      } ],
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "SpecificConsentObligation",
+      "undefined" : "Specific"
+    },
+    "comment" : {
+      "en" : "GDPR obligation that specifies consent must be specific for it to be valid."
+    },
+    "id" : "296",
+    "superClasses" : [ "171" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor",
+        "type" : "iri"
+      }, {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "PropogateRightsToThirdParties",
+      "undefined" : "Propogate rights to Third Parties"
+    },
+    "comment" : {
+      "en" : "To propogate a data subject's right once they have been exercised to other third parties that are involved through the data subject's personal data."
+    },
+    "id" : "200",
+    "superClasses" : [ "68", "49", "174" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "label" : {
+      "IRI-based" : "IsImpossible",
+      "undefined" : "Is impossible"
+    },
+    "comment" : {
+      "en" : "The obligation or activity could not be completed as it was deemed to be impossible."
+    },
+    "id" : "53",
+    "superClasses" : [ "2" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "InformationShouldBeEasilyAccessible",
+      "undefined" : "Easily Accessible"
+    },
+    "comment" : {
+      "en" : "The information provided under the right to transparency should be easily accessible"
+    },
+    "id" : "215",
+    "superClasses" : [ "104" ]
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "instances" : 0,
+    "annotations" : {
+      "involves" : [ {
+        "identifier" : "involves",
+        "language" : "undefined",
+        "value" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data",
+        "type" : "iri"
+      } ]
+    },
+    "label" : {
+      "IRI-based" : "DataWasInferredOrDerived",
+      "undefined" : "Data inferred or derived"
+    },
+    "comment" : {
+      "en" : "The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources."
+    },
+    "id" : "25",
+    "superClasses" : [ "2" ]
+  } ],
+  "property" : [ {
+    "id" : "0",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "3",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "6",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "8",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "10",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "12",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "16",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "18",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "20",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "22",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "24",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "26",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "28",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "30",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "33",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "50",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "52",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "54",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "56",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "58",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "60",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "63",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "65",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "67",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "69",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "71",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "74",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "76",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "78",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "80",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "82",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "85",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "87",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "89",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "90",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "91",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "93",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "96",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "107",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "110",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "112",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "114",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "117",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "118",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "119",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "120",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "121",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "123",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "127",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "129",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "131",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "133",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "141",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "145",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "148",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "150",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "152",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "154",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "157",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "160",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "162",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "163",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "165",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "172",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "175",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "177",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "179",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "186",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "188",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "190",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "192",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "193",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "195",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "197",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "199",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "201",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "203",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "208",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "218",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "221",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "222",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "228",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "229",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "230",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "231",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "233",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "235",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "237",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "239",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "255",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "257",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "259",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "262",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "264",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "266",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "267",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "268",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "269",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "274",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "276",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "278",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "280",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "282",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "283",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "284",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "286",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "287",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "289",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "290",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "291",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "292",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "293",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "295",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "297",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "298",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "300",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "302",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "303",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "304",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "306",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "307",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "309",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "311",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "312",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "314",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "316",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "320",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "321",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "323",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "324",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "326",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "327",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "328",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "329",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "330",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "332",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "334",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "336",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "337",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "338",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "340",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "341",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "342",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "344",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "345",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "346",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "347",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "348",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "349",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "350",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "351",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "354",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "355",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "357",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "358",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "359",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "361",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "363",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "365",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "366",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "367",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "368",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "369",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "370",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "371",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "372",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "373",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "374",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "375",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "378",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "379",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "380",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "381",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "382",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "383",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "384",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "385",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "386",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "387",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "388",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "389",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "390",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "391",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "393",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "395",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "397",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "398",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "399",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "400",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "401",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "402",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "403",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "405",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "406",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "407",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "411",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "412",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "413",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "414",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "415",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "417",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "418",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "419",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "420",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "97",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "427",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "428",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "429",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "430",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "431",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "432",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "433",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "434",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "436",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "437",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "438",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "426",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "440",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "441",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "442",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "443",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "444",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "446",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "447",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "448",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "449",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "451",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "452",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "453",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "454",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "455",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "456",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "457",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "458",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "459",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "460",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "461",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "462",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "463",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "464",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "465",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "466",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "467",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "468",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "469",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "470",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "471",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "472",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "125",
+    "type" : "owl:objectProperty"
+  }, {
+    "id" : "473",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "474",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "475",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "476",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "477",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "478",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "479",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "480",
+    "type" : "rdfs:SubClassOf"
+  }, {
+    "id" : "481",
+    "type" : "rdfs:SubClassOf"
+  } ],
+  "propertyAttribute" : [ {
+    "range" : "2",
+    "domain" : "1",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "0"
+  }, {
+    "range" : "5",
+    "domain" : "4",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "3"
+  }, {
+    "range" : "2",
+    "domain" : "7",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "6"
+  }, {
+    "range" : "5",
+    "domain" : "9",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "8"
+  }, {
+    "range" : "2",
+    "domain" : "11",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "10"
+  }, {
+    "range" : "5",
+    "domain" : "13",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "12"
+  }, {
+    "range" : "2",
+    "domain" : "17",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "16"
+  }, {
+    "range" : "5",
+    "domain" : "19",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "18"
+  }, {
+    "range" : "2",
+    "domain" : "21",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "20"
+  }, {
+    "range" : "5",
+    "domain" : "23",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "22"
+  }, {
+    "range" : "2",
+    "domain" : "25",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "24"
+  }, {
+    "range" : "5",
+    "domain" : "27",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "26"
+  }, {
+    "range" : "2",
+    "domain" : "29",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "28"
+  }, {
+    "range" : "32",
+    "domain" : "31",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "30"
+  }, {
+    "range" : "35",
+    "domain" : "34",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "33"
+  }, {
+    "range" : "5",
+    "domain" : "51",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "50"
+  }, {
+    "range" : "2",
+    "domain" : "53",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "52"
+  }, {
+    "range" : "5",
+    "domain" : "55",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "54"
+  }, {
+    "range" : "2",
+    "domain" : "57",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "56"
+  }, {
+    "range" : "5",
+    "domain" : "59",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "58"
+  }, {
+    "range" : "62",
+    "domain" : "61",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "60"
+  }, {
+    "range" : "64",
+    "domain" : "62",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "63"
+  }, {
+    "range" : "62",
+    "domain" : "66",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "65"
+  }, {
+    "range" : "64",
+    "domain" : "68",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "67"
+  }, {
+    "range" : "62",
+    "domain" : "70",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "69"
+  }, {
+    "range" : "64",
+    "domain" : "45",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "71"
+  }, {
+    "range" : "62",
+    "domain" : "75",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "74"
+  }, {
+    "range" : "64",
+    "domain" : "77",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "76"
+  }, {
+    "range" : "62",
+    "domain" : "79",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "78"
+  }, {
+    "range" : "64",
+    "domain" : "81",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "80"
+  }, {
+    "range" : "84",
+    "domain" : "83",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "82"
+  }, {
+    "range" : "64",
+    "domain" : "86",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "85"
+  }, {
+    "range" : "2",
+    "domain" : "88",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "87"
+  }, {
+    "range" : "64",
+    "domain" : "49",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "89"
+  }, {
+    "range" : "2",
+    "domain" : "73",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "90"
+  }, {
+    "range" : "64",
+    "domain" : "92",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "91"
+  }, {
+    "range" : "2",
+    "domain" : "94",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "93"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfArticle",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "42",
+    "label" : {
+      "IRI-based" : "isPartOfArticle",
+      "undefined" : "is part of Article"
+    },
+    "superproperty" : [ "97" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "represents a legal resource subdivision to be part of a article"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "96"
+  }, {
+    "range" : "109",
+    "domain" : "108",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "107"
+  }, {
+    "range" : "62",
+    "domain" : "111",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "110"
+  }, {
+    "range" : "109",
+    "domain" : "113",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "112"
+  }, {
+    "range" : "73",
+    "domain" : "115",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "114"
+  }, {
+    "range" : "100",
+    "domain" : "99",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "117"
+  }, {
+    "range" : "100",
+    "domain" : "102",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "118"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfChapter",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "40",
+    "label" : {
+      "IRI-based" : "isPartOfChapter",
+      "undefined" : "is part of Chapter"
+    },
+    "superproperty" : [ "97" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "represents a legal resource subdivision to be part of a chapter"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "119"
+  }, {
+    "range" : "45",
+    "domain" : "44",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "120"
+  }, {
+    "range" : "45",
+    "domain" : "122",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "121"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasChapter",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "40",
+    "label" : {
+      "IRI-based" : "hasChapter",
+      "undefined" : "has Chapter"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "124",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the Chapter"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "123"
+  }, {
+    "range" : "45",
+    "domain" : "128",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "127"
+  }, {
+    "range" : "45",
+    "domain" : "130",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "129"
+  }, {
+    "range" : "45",
+    "domain" : "132",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "131"
+  }, {
+    "range" : "109",
+    "domain" : "134",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "133"
+  }, {
+    "range" : "73",
+    "domain" : "142",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "141"
+  }, {
+    "range" : "147",
+    "domain" : "146",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "145"
+  }, {
+    "range" : "147",
+    "domain" : "149",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "148"
+  }, {
+    "range" : "147",
+    "domain" : "151",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "150"
+  }, {
+    "range" : "147",
+    "domain" : "153",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "152"
+  }, {
+    "range" : "147",
+    "domain" : "155",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "154"
+  }, {
+    "range" : "159",
+    "domain" : "158",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "157"
+  }, {
+    "range" : "159",
+    "domain" : "161",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "160"
+  }, {
+    "range" : "159",
+    "domain" : "126",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "162"
+  }, {
+    "range" : "164",
+    "domain" : "55",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "163"
+  }, {
+    "range" : "73",
+    "domain" : "72",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "165"
+  }, {
+    "range" : "174",
+    "domain" : "173",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "172"
+  }, {
+    "range" : "174",
+    "domain" : "176",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "175"
+  }, {
+    "range" : "174",
+    "domain" : "178",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "177"
+  }, {
+    "range" : "174",
+    "domain" : "158",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "179"
+  }, {
+    "range" : "49",
+    "domain" : "187",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "186"
+  }, {
+    "range" : "49",
+    "domain" : "189",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "188"
+  }, {
+    "range" : "49",
+    "domain" : "191",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "190"
+  }, {
+    "range" : "49",
+    "domain" : "48",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "192"
+  }, {
+    "range" : "49",
+    "domain" : "194",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "193"
+  }, {
+    "range" : "49",
+    "domain" : "196",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "195"
+  }, {
+    "range" : "49",
+    "domain" : "198",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "197"
+  }, {
+    "range" : "49",
+    "domain" : "200",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "199"
+  }, {
+    "range" : "49",
+    "domain" : "202",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "201"
+  }, {
+    "range" : "49",
+    "domain" : "139",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "203"
+  }, {
+    "range" : "49",
+    "domain" : "209",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "208"
+  }, {
+    "range" : "220",
+    "domain" : "219",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "218"
+  }, {
+    "range" : "220",
+    "domain" : "27",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "221"
+  }, {
+    "range" : "49",
+    "domain" : "223",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "222"
+  }, {
+    "range" : "49",
+    "domain" : "35",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "228"
+  }, {
+    "range" : "49",
+    "domain" : "182",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "229"
+  }, {
+    "range" : "220",
+    "domain" : "176",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "230"
+  }, {
+    "range" : "220",
+    "domain" : "232",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "231"
+  }, {
+    "range" : "220",
+    "domain" : "234",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "233"
+  }, {
+    "range" : "220",
+    "domain" : "236",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "235"
+  }, {
+    "range" : "220",
+    "domain" : "238",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "237"
+  }, {
+    "range" : "220",
+    "domain" : "240",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "239"
+  }, {
+    "range" : "47",
+    "domain" : "256",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "255"
+  }, {
+    "range" : "47",
+    "domain" : "258",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "257"
+  }, {
+    "range" : "47",
+    "domain" : "260",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "259"
+  }, {
+    "range" : "220",
+    "domain" : "263",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "262"
+  }, {
+    "range" : "35",
+    "domain" : "265",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "264"
+  }, {
+    "range" : "32",
+    "domain" : "238",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "266"
+  }, {
+    "range" : "35",
+    "domain" : "138",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "267"
+  }, {
+    "range" : "32",
+    "domain" : "219",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "268"
+  }, {
+    "range" : "170",
+    "domain" : "169",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "269"
+  }, {
+    "range" : "47",
+    "domain" : "275",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "274"
+  }, {
+    "range" : "47",
+    "domain" : "277",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "276"
+  }, {
+    "range" : "47",
+    "domain" : "279",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "278"
+  }, {
+    "range" : "47",
+    "domain" : "46",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "280"
+  }, {
+    "range" : "32",
+    "domain" : "232",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "282"
+  }, {
+    "range" : "35",
+    "domain" : "143",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "283"
+  }, {
+    "range" : "32",
+    "domain" : "234",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "284"
+  }, {
+    "range" : "35",
+    "domain" : "168",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "286"
+  }, {
+    "range" : "32",
+    "domain" : "288",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "287"
+  }, {
+    "range" : "35",
+    "domain" : "217",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "289"
+  }, {
+    "range" : "32",
+    "domain" : "236",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "290"
+  }, {
+    "range" : "161",
+    "domain" : "285",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "291"
+  }, {
+    "range" : "161",
+    "domain" : "196",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "292"
+  }, {
+    "range" : "161",
+    "domain" : "109",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "293"
+  }, {
+    "range" : "171",
+    "domain" : "296",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "295"
+  }, {
+    "range" : "171",
+    "domain" : "294",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "297"
+  }, {
+    "range" : "161",
+    "domain" : "299",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "298"
+  }, {
+    "range" : "171",
+    "domain" : "301",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "300"
+  }, {
+    "range" : "169",
+    "domain" : "171",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "302"
+  }, {
+    "range" : "184",
+    "domain" : "183",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "303"
+  }, {
+    "range" : "171",
+    "domain" : "305",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "304"
+  }, {
+    "range" : "31",
+    "domain" : "240",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "306"
+  }, {
+    "range" : "198",
+    "domain" : "308",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "307"
+  }, {
+    "range" : "198",
+    "domain" : "310",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "309"
+  }, {
+    "range" : "166",
+    "domain" : "167",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "311"
+  }, {
+    "range" : "77",
+    "domain" : "313",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "312"
+  }, {
+    "range" : "77",
+    "domain" : "315",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "314"
+  }, {
+    "range" : "135",
+    "domain" : "137",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "316"
+  }, {
+    "range" : "81",
+    "domain" : "126",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "320"
+  }, {
+    "range" : "77",
+    "domain" : "322",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "321"
+  }, {
+    "range" : "77",
+    "domain" : "171",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "323"
+  }, {
+    "range" : "77",
+    "domain" : "325",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "324"
+  }, {
+    "range" : "241",
+    "domain" : "84",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "326"
+  }, {
+    "range" : "241",
+    "domain" : "244",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "327"
+  }, {
+    "range" : "241",
+    "domain" : "243",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "328"
+  }, {
+    "range" : "250",
+    "domain" : "281",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "329"
+  }, {
+    "range" : "250",
+    "domain" : "331",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "330"
+  }, {
+    "range" : "250",
+    "domain" : "333",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "332"
+  }, {
+    "range" : "250",
+    "domain" : "335",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "334"
+  }, {
+    "range" : "83",
+    "domain" : "226",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "336"
+  }, {
+    "range" : "83",
+    "domain" : "225",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "337"
+  }, {
+    "range" : "250",
+    "domain" : "339",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "338"
+  }, {
+    "range" : "83",
+    "domain" : "227",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "340"
+  }, {
+    "range" : "83",
+    "domain" : "224",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "341"
+  }, {
+    "range" : "104",
+    "domain" : "216",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "342"
+  }, {
+    "range" : "104",
+    "domain" : "215",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "344"
+  }, {
+    "range" : "211",
+    "domain" : "213",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "345"
+  }, {
+    "range" : "211",
+    "domain" : "212",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "346"
+  }, {
+    "range" : "104",
+    "domain" : "103",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "347"
+  }, {
+    "range" : "104",
+    "domain" : "116",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "348"
+  }, {
+    "range" : "204",
+    "domain" : "206",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "349"
+  }, {
+    "range" : "204",
+    "domain" : "205",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "350"
+  }, {
+    "range" : "178",
+    "domain" : "210",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "351"
+  }, {
+    "range" : "204",
+    "domain" : "207",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "354"
+  }, {
+    "range" : "106",
+    "domain" : "356",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "355"
+  }, {
+    "range" : "106",
+    "domain" : "166",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "357"
+  }, {
+    "range" : "106",
+    "domain" : "185",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "358"
+  }, {
+    "range" : "106",
+    "domain" : "360",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "359"
+  }, {
+    "range" : "106",
+    "domain" : "362",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "361"
+  }, {
+    "range" : "181",
+    "domain" : "364",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "363"
+  }, {
+    "range" : "181",
+    "domain" : "180",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "365"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "37",
+    "label" : {
+      "IRI-based" : "hasSection",
+      "undefined" : "has Section"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the Section"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "366"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "38",
+    "label" : {
+      "IRI-based" : "hasCitation",
+      "undefined" : "has Citation"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates that the legal resource has the referenced citation"
+    },
+    "attributes" : [ "object" ],
+    "id" : "367"
+  }, {
+    "range" : "86",
+    "domain" : "254",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "368"
+  }, {
+    "range" : "86",
+    "domain" : "253",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "369"
+  }, {
+    "range" : "181",
+    "domain" : "204",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "370"
+  }, {
+    "range" : "86",
+    "domain" : "169",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "371"
+  }, {
+    "range" : "86",
+    "domain" : "98",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "372"
+  }, {
+    "range" : "86",
+    "domain" : "245",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "373"
+  }, {
+    "range" : "86",
+    "domain" : "252",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "374"
+  }, {
+    "range" : "86",
+    "domain" : "251",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "375"
+  }, {
+    "range" : "86",
+    "domain" : "95",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "378"
+  }, {
+    "range" : "86",
+    "domain" : "249",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "379"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasRecital",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "39",
+    "label" : {
+      "IRI-based" : "hasRecital",
+      "undefined" : "has Recital"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the Recital"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "380"
+  }, {
+    "range" : "86",
+    "domain" : "250",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "381"
+  }, {
+    "range" : "86",
+    "domain" : "247",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "382"
+  }, {
+    "range" : "86",
+    "domain" : "246",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "383"
+  }, {
+    "range" : "86",
+    "domain" : "248",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "384"
+  }, {
+    "range" : "86",
+    "domain" : "156",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "385"
+  }, {
+    "range" : "242",
+    "domain" : "2",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "386"
+  }, {
+    "range" : "242",
+    "domain" : "220",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "387"
+  }, {
+    "range" : "242",
+    "domain" : "174",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "388"
+  }, {
+    "range" : "242",
+    "domain" : "181",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "389"
+  }, {
+    "range" : "242",
+    "domain" : "170",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "390"
+  }, {
+    "range" : "242",
+    "domain" : "392",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "391"
+  }, {
+    "range" : "242",
+    "domain" : "47",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "393"
+  }, {
+    "range" : "242",
+    "domain" : "396",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "395"
+  }, {
+    "range" : "242",
+    "domain" : "106",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "397"
+  }, {
+    "range" : "242",
+    "domain" : "241",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "398"
+  }, {
+    "range" : "242",
+    "domain" : "376",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "399"
+  }, {
+    "range" : "15",
+    "domain" : "14",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "400"
+  }, {
+    "range" : "55",
+    "domain" : "272",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "401"
+  }, {
+    "range" : "15",
+    "domain" : "140",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "402"
+  }, {
+    "range" : "15",
+    "domain" : "404",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "403"
+  }, {
+    "range" : "55",
+    "domain" : "271",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "405"
+  }, {
+    "range" : "55",
+    "domain" : "101",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "406"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfPoint",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "43",
+    "label" : {
+      "IRI-based" : "isPartOfPoint",
+      "undefined" : "is part of Point"
+    },
+    "superproperty" : [ "97" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "represents a legal resource subdivision to be part of a point"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "407"
+  }, {
+    "range" : "55",
+    "domain" : "270",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "411"
+  }, {
+    "range" : "106",
+    "domain" : "214",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "412"
+  }, {
+    "range" : "106",
+    "domain" : "394",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "413"
+  }, {
+    "range" : "106",
+    "domain" : "377",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "414"
+  }, {
+    "range" : "106",
+    "domain" : "105",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "415"
+  }, {
+    "range" : "242",
+    "domain" : "159",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "417"
+  }, {
+    "range" : "242",
+    "domain" : "136",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "418"
+  }, {
+    "range" : "242",
+    "domain" : "64",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "419"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasSubPoint",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "41",
+    "label" : {
+      "IRI-based" : "hasSubPoint",
+      "undefined" : "has SubPoint"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the SubPoint"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "420"
+  }, {
+    "iri" : "http://data.europa.eu/eli/ontology#is_part_of",
+    "baseIri" : "http://data.europa.eu/eli/ontology",
+    "range" : "425",
+    "label" : {
+      "IRI-based" : "is_part_of"
+    },
+    "domain" : "425",
+    "subproperty" : [ "407", "119", "426", "96" ],
+    "attributes" : [ "external", "object", "transitive" ],
+    "id" : "97"
+  }, {
+    "range" : "68",
+    "domain" : "261",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "427"
+  }, {
+    "range" : "360",
+    "domain" : "416",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "428"
+  }, {
+    "range" : "92",
+    "domain" : "273",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "429"
+  }, {
+    "range" : "92",
+    "domain" : "352",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "430"
+  }, {
+    "range" : "92",
+    "domain" : "343",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "431"
+  }, {
+    "range" : "92",
+    "domain" : "353",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "432"
+  }, {
+    "range" : "147",
+    "domain" : "409",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "433"
+  }, {
+    "range" : "147",
+    "domain" : "435",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "434"
+  }, {
+    "range" : "147",
+    "domain" : "423",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "436"
+  }, {
+    "range" : "147",
+    "domain" : "421",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "437"
+  }, {
+    "range" : "68",
+    "domain" : "439",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "438"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#isPartOfSection",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "37",
+    "label" : {
+      "IRI-based" : "isPartOfSection",
+      "undefined" : "is part of Section"
+    },
+    "superproperty" : [ "97" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "represents a legal resource subdivision to be part of a section"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "426"
+  }, {
+    "range" : "68",
+    "domain" : "200",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "440"
+  }, {
+    "range" : "68",
+    "domain" : "184",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "441"
+  }, {
+    "range" : "68",
+    "domain" : "202",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "442"
+  }, {
+    "range" : "68",
+    "domain" : "139",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "443"
+  }, {
+    "range" : "68",
+    "domain" : "410",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "444"
+  }, {
+    "range" : "68",
+    "domain" : "35",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "446"
+  }, {
+    "range" : "68",
+    "domain" : "161",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "447"
+  }, {
+    "range" : "68",
+    "domain" : "319",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "448"
+  }, {
+    "range" : "68",
+    "domain" : "450",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "449"
+  }, {
+    "range" : "136",
+    "domain" : "15",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "451"
+  }, {
+    "range" : "136",
+    "domain" : "424",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "452"
+  }, {
+    "range" : "136",
+    "domain" : "164",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "453"
+  }, {
+    "range" : "136",
+    "domain" : "408",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "454"
+  }, {
+    "range" : "136",
+    "domain" : "104",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "455"
+  }, {
+    "range" : "136",
+    "domain" : "445",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "456"
+  }, {
+    "range" : "136",
+    "domain" : "147",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "457"
+  }, {
+    "range" : "136",
+    "domain" : "100",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "458"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasArticle",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "42",
+    "label" : {
+      "IRI-based" : "hasArticle",
+      "undefined" : "has Article"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the Article"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "459"
+  }, {
+    "range" : "136",
+    "domain" : "422",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "460"
+  }, {
+    "range" : "136",
+    "domain" : "135",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "461"
+  }, {
+    "range" : "174",
+    "domain" : "161",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "462"
+  }, {
+    "range" : "174",
+    "domain" : "319",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "463"
+  }, {
+    "range" : "174",
+    "domain" : "92",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "464"
+  }, {
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint",
+    "baseIri" : "http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT",
+    "range" : "43",
+    "label" : {
+      "IRI-based" : "hasPoint",
+      "undefined" : "has Point"
+    },
+    "superproperty" : [ "125" ],
+    "domain" : "36",
+    "comment" : {
+      "undefined" : "indicates the legal resource has the Point"
+    },
+    "attributes" : [ "object", "functional" ],
+    "id" : "465"
+  }, {
+    "range" : "174",
+    "domain" : "211",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "466"
+  }, {
+    "range" : "174",
+    "domain" : "5",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "467"
+  }, {
+    "range" : "174",
+    "domain" : "32",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "468"
+  }, {
+    "range" : "174",
+    "domain" : "126",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "469"
+  }, {
+    "range" : "174",
+    "domain" : "317",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "470"
+  }, {
+    "range" : "174",
+    "domain" : "318",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "471"
+  }, {
+    "range" : "174",
+    "domain" : "200",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "472"
+  }, {
+    "iri" : "http://data.europa.eu/eli/ontology#has_part",
+    "baseIri" : "http://data.europa.eu/eli/ontology",
+    "range" : "425",
+    "label" : {
+      "IRI-based" : "has_part"
+    },
+    "domain" : "425",
+    "subproperty" : [ "420", "123", "380", "366", "465", "367", "459" ],
+    "attributes" : [ "external", "object", "transitive" ],
+    "id" : "125"
+  }, {
+    "range" : "36",
+    "domain" : "38",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "473"
+  }, {
+    "range" : "36",
+    "domain" : "39",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "474"
+  }, {
+    "range" : "36",
+    "domain" : "40",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "475"
+  }, {
+    "range" : "36",
+    "domain" : "41",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "476"
+  }, {
+    "range" : "36",
+    "domain" : "42",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "477"
+  }, {
+    "range" : "36",
+    "domain" : "43",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "478"
+  }, {
+    "range" : "7",
+    "domain" : "72",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "479"
+  }, {
+    "range" : "77",
+    "domain" : "144",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "480"
+  }, {
+    "range" : "36",
+    "domain" : "37",
+    "attributes" : [ "object", "anonymous" ],
+    "id" : "481"
+  } ]
+}

BIN
deliverables/docs/webvowl/favicon.ico


+ 200 - 0
deliverables/docs/webvowl/index.html

@@ -0,0 +1,200 @@
+<!DOCTYPE html>
+<html lang="en-us">
+
+<head>
+    <meta charset="utf-8" />
+    <meta name="author" content="Vincent Link, Steffen Lohmann, Eduard Marbach, Stefan Negru, Vitalis Wiens" />
+    <meta name="keywords" content="webvowl, vowl, visual notation, web ontology language, owl, rdf, ontology visualization, ontologies, semantic web" />
+    <meta name="description" content="WebVOWL - Web-based Visualization of Ontologies" />
+    <meta name="robots" content="noindex,nofollow" />
+    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1">
+    <meta name="apple-mobile-web-app-capable" content="yes">
+    <link rel="stylesheet" type="text/css" href="css/webvowl.css" />
+    <link rel="stylesheet" type="text/css" href="css/webvowl.app.css" />
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
+    <title>WebVOWL</title>
+</head>
+
+<body>
+    <main>
+        <section id="canvasArea">
+            <div id="logo">
+
+                <h2>WebVOWL <br/><span>1.0.1</span></h2>
+
+            </div>
+            <div id="loading-info">
+                <div id="loading-error" class="hidden">
+                    <div id="error-info"></div>
+                    <div id="error-description-button" class="hidden">Show error details</div>
+                    <div id="error-description-container" class="hidden">
+                        <pre id="error-description"></pre>
+                    </div>
+                </div>
+                <div id="loading-progress" class="hidden">
+                    <span>Loading ontology... </span>
+                    <div class="spin">&#8635;</div><br>
+                    <div id="myProgress">
+                        <div id="myBar"></div>
+                    </div>
+                </div>
+            </div>
+            <div id="graph"></div>
+        </section>
+        <aside id="detailsArea">
+            <section id="generalDetails">
+                <h1 id="title"></h1>
+                <span><a id="about" href=""></a></span>
+                <h5>Version: <span id="version"></span></h5>
+                <h5>Author(s): <span id="authors"></span></h5>
+                <h5>
+                    <label>Language: <select id="language" name="language" size="1"></select></label>
+                </h5>
+                <h3 class="accordion-trigger accordion-trigger-active">Description</h3>
+                <div class="accordion-container scrollable">
+                    <p id="description"></p>
+                </div>
+                <h3 class="accordion-trigger">Metadata</h3>
+                <div id="ontology-metadata" class="accordion-container"></div>
+                <h3 class="accordion-trigger">Statistics</h3>
+                <div class="accordion-container">
+                    <p class="statisticDetails">Classes: <span id="classCount"></span></p>
+                    <p class="statisticDetails">Object prop.: <span id="objectPropertyCount"></span></p>
+                    <p class="statisticDetails">Datatype prop.: <span id="datatypePropertyCount"></span></p>
+                    <div class="small-whitespace-separator"></div>
+                    <p class="statisticDetails">Individuals: <span id="individualCount"></span></p>
+                    <div class="small-whitespace-separator"></div>
+                    <p class="statisticDetails">Nodes: <span id="nodeCount"></span></p>
+                    <p class="statisticDetails">Edges: <span id="edgeCount"></span></p>
+                </div>
+                <h3 class="accordion-trigger" id="selection-details-trigger">Selection Details</h3>
+                <div class="accordion-container" id="selection-details">
+                    <div id="classSelectionInformation" class="hidden">
+                        <p class="propDetails">Name: <span id="name"></span></p>
+                        <p class="propDetails">Type: <span id="typeNode"></span></p>
+                        <p class="propDetails">Equiv.: <span id="classEquivUri"></span></p>
+                        <p class="propDetails">Disjoint: <span id="disjointNodes"></span></p>
+                        <p class="propDetails">Charac.: <span id="classAttributes"></span></p>
+                        <p class="propDetails">Individuals: <span id="individuals"></span></p>
+                        <p class="propDetails">Description: <span id="nodeDescription"></span></p>
+                        <p class="propDetails">Comment: <span id="nodeComment"></span></p>
+                    </div>
+                    <div id="propertySelectionInformation" class="hidden">
+                        <p class="propDetails">Name: <span id="propname"></span></p>
+                        <p class="propDetails">Type: <span id="typeProp"></span></p>
+                        <p id="inverse" class="propDetails">Inverse: <span></span></p>
+                        <p class="propDetails">Domain: <span id="domain"></span></p>
+                        <p class="propDetails">Range: <span id="range"></span></p>
+                        <p class="propDetails">Subprop.: <span id="subproperties"></span></p>
+                        <p class="propDetails">Superprop.: <span id="superproperties"></span></p>
+                        <p class="propDetails">Equiv.: <span id="propEquivUri"></span></p>
+                        <p id="infoCardinality" class="propDetails">Cardinality: <span></span></p>
+                        <p id="minCardinality" class="propDetails">Min. cardinality: <span></span></p>
+                        <p id="maxCardinality" class="propDetails">Max. cardinality: <span></span></p>
+                        <p class="propDetails">Charac.: <span id="propAttributes"></span></p>
+                        <p class="propDetails">Description: <span id="propDescription"></span></p>
+                        <p class="propDetails">Comment: <span id="propComment"></span></p>
+                    </div>
+                    <div id="noSelectionInformation">
+                        <p><span>Select an element in the visualization.</span></p>
+                    </div>
+                </div>
+            </section>
+        </aside>
+        <nav id="optionsArea">
+            <ul id="optionsMenu">
+                <li id="aboutMenu"><a href="#">About</a>
+                    <ul class="toolTipMenu aboutMenu">
+                        <li><a href="license.txt" target="_blank">MIT License &copy; 2014-2017</a></li>
+                        <li id="credits" class="option">WebVOWL Developers:<br/> Vincent Link, Steffen Lohmann, Eduard Marbach, Stefan Negru, Vitalis Wiens
+                        </li>
+						<li id="credits" class="option">Widoco integration:<br/> Daniel Garijo
+                        </li>
+
+                        <li><a href="http://vowl.visualdataweb.org/webvowl.html#releases" target="_blank">Version: 1.0.1<br/>(release history)</a></li>
+
+                        <li><a href="http://purl.org/vowl/" target="_blank">VOWL Specification &raquo;</a></li>
+                    </ul>
+                </li>
+                <li id="pauseOption"><a id="pause-button" href="#">Pause</a></li>
+                <li id="resetOption"><a id="reset-button" href="#" type="reset">Reset</a></li>
+                <li id="moduleOption"><a href="#">Modes</a>
+                    <ul class="toolTipMenu module">
+                        <li class="toggleOption" id="pickAndPinOption"></li>
+                        <li class="toggleOption" id="nodeScalingOption"></li>
+                        <li class="toggleOption" id="compactNotationOption"></li>
+                        <li class="toggleOption" id="colorExternalsOption"></li>
+                    </ul>
+                </li>
+                <li id="filterOption"><a href="#">Filter</a>
+                    <ul class="toolTipMenu filter">
+                        <li class="toggleOption" id="datatypeFilteringOption"></li>
+                        <li class="toggleOption" id="objectPropertyFilteringOption"></li>
+                        <li class="toggleOption" id="subclassFilteringOption"></li>
+                        <li class="toggleOption" id="disjointFilteringOption"></li>
+                        <li class="toggleOption" id="setOperatorFilteringOption"></li>
+                        <li class="slideOption" id="nodeDegreeFilteringOption"></li>
+                    </ul>
+                </li>
+                <li id="gravityOption"><a href="#">Gravity</a>
+                    <ul class="toolTipMenu gravity">
+                        <li class="slideOption" id="classSliderOption"></li>
+                        <li class="slideOption" id="datatypeSliderOption"></li>
+                    </ul>
+                </li>
+                <li id="export"><a href="#">Export</a>
+                    <ul class="toolTipMenu export">
+                        <li><a href="#" download id="exportJson">Export as JSON</a></li>
+                        <li><a href="#" download id="exportSvg">Export as SVG</a></li>
+                    </ul>
+                </li><!--
+                <li id="select"><a href="#">Ontology</a>
+                    <ul class="toolTipMenu select">
+                        <li><a href="#foaf" id="foaf">Friend of a Friend (FOAF) vocabulary</a></li>
+                        <li><a href="#muto" id="muto">Modular and Unified Tagging Ontology (MUTO)</a></li>
+                        <li><a href="#personasonto" id="personasonto">Personas Ontology (PersonasOnto)</a></li>
+                        <li><a href="#goodrelations" id="goodrelations">GoodRelations Vocabulary for E-Commerce</a></li>
+                        <li><a href="#sioc" id="sioc">SIOC (Semantically-Interlinked Online Communities) Core Ontology</a></li>
+                        <li><a href="#ontovibe" id="ontovibe">Ontology Visualization Benchmark (OntoViBe)</a></li>
+
+                        <li class="option" id="converter-option">
+                            <form class="converter-form" id="iri-converter-form">
+                                <label for="iri-converter-input">Custom Ontology:</label>
+                                <input type="text" id="iri-converter-input" placeholder="Enter ontology IRI">
+                                <button type="submit" id="iri-converter-button" disabled>Visualize</button>
+                            </form>
+                            <div class="converter-form">
+                                <input class="hidden" type="file" id="file-converter-input" autocomplete="off">
+                                <label class="truncate" id="file-converter-label" for="file-converter-input">Select ontology file</label>
+                                <button type="submit" id="file-converter-button" autocomplete="off" disabled>
+								Upload
+							</button>
+                            </div>
+                        </li>
+                    </ul>
+                </li>-->
+                <li class="searchMenu" id="searchMenuId">
+                    <input class="searchInputText" type="text" id="search-input-text" placeholder="Search">
+                    <ul class="searchMenuEntry" id="searchEntryContainer">
+                    </ul>
+                </li>
+                <li id="li_right" style="float:left">
+                    <a href="#" id="RightButton"></a>
+                </li>
+                <li id="li_left" style="float:left">
+                    <a href="#" id="LeftButton"></a>
+                </li>
+
+                </li>
+            </ul>
+        </nav>
+    </main>
+    <script src="js/d3.min.js"></script>
+    <script src="js/webvowl.js"></script>
+    <script src="js/webvowl.app.js"></script>
+    <script>
+        window.onload = webvowl.app().initialize;
+    </script>
+</body>
+
+</html>

File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/webvowl/js/d3.min.js


File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/webvowl/js/webvowl.app.js


File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/webvowl/js/webvowl.js


+ 21 - 0
deliverables/docs/webvowl/license.txt

@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2014-2017 Vincent Link, Steffen Lohmann, Eduard Marbach, Stefan Negru, Vitalis Wiens
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

+ 2870 - 30
deliverables/gdpr.owl

@@ -1,9 +1,8 @@
 <?xml version="1.0"?>
-<rdf:RDF xmlns="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
-     xml:base="http://purl.org/adaptcentre/ontologies/GDPRtEXT"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:foaf="http://xmlns.com/foaf/0.1/"
-     xmlns:terms="http://purl.org/dc/terms/"
+<rdf:RDF xmlns="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#"
+     xml:base="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT"
+     xmlns:eli="http://data.europa.eu/eli/ontology#"
+     xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:xml="http://www.w3.org/XML/1998/namespace"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
@@ -20,9 +19,9 @@
         <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-18</terms:modified>
         <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an ontology to represent GDPR text as a set of RDF resources</rdfs:comment>
-        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</dc:description>
-        <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://harshp.com#me</terms:creator>
-        <terms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</terms:description>
+        <rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/guerret/lu.uni.eclipse.bpmn2/master/resources/dataprotection.owl"/>
+        <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The General Data Protection Regulation (GDPR) is comprised of several articles, each with points that refer to specific concepts. The general convention of referring to these points and concepts is to quote the specific article or point using a human-readable reference. This ontology provides a way to refer to the points within the GDPR using the EurLex ontology published by the European Publication Office. It also defines the concepts defined, mentioned, and requried by the GDPR using the Simple Knowledge Organization System (SKOS) ontology.</dc:description>
+        <bibo:status rdf:resource="http://purl.org/ontology/bibo/status/draft"/>
         <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPR text EXTensions</rdfs:label>
         <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
         <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.1</owl:versionInfo>
@@ -88,7 +87,19 @@
     
 
 
-    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint -->
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation -->
+
+    <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasCitation">
+        <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
+        <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:range rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Citation"/>
+        <rdfs:comment>indicates that the legal resource has the referenced citation</rdfs:comment>
+        <rdfs:label>has Citation</rdfs:label>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#hasPoint -->
 
     <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint">
         <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
@@ -217,20 +228,261 @@
 
     <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article">
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accountability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The principle of accountability states that the controller shall be responsible for, and be able to demonstrate compliance with the processing of personal data as defined by the justifications permissible under the GDPR</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:label>Principle of Accountability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Accuracy">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy"/>
+        <rdfs:comment xml:lang="en">The principle of accuracy states that personal data must be accurate and, where necessary, kept up to date; every reasonable step must be taken to ensure that personal data that are inaccurate, having regard to the purposes for which they are processed, are erased or rectified without delay.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label>Principle of Accuracy</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the accuracy of personal data is contested</rdfs:comment>
+        <rdfs:label>Accuracy is contested</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collection of (or collected) personal data should in an accurate form - i.e. the personal data should be accurate.</rdfs:comment>
+        <rdfs:label>Accurate Collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">An Activity signifies some process(es) or step(s) towards specific deed(s), action(s), function(s), or sphere(s) of action.</rdfs:comment>
+        <rdfs:label>Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdequateForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">Only the personal data adequat for required processing should be maintained</rdfs:comment>
+        <rdfs:label>Adequate for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The seal or certification does not reduce or impact the responsiblity of the controller or processor for compliance with the GDPR</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-6"/>
+        <rdfs:label>Adherence</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AnonymousData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Data is termed to be anonymous if it cannot be connected or associated with individual person or persons that have provided or are associated with it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:label>Anonymous Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">These are the obligations for Processors over appointing sub-processors</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4"/>
+        <rdfs:label>Appointing Sub-Processors</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR for the appointment of Processors by Controllers.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label>Appointment of Processors</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity where personal data is archived</rdfs:comment>
+        <rdfs:label>Archive Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Article">
         <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article in GDPR text</rdfs:comment>
         <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article</rdfs:label>
+        <skos:example>gdpr:article10 a eli:LegalResourceSubdivision,
+        GDPRtext:Article ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterII ;
+    eli:number &quot;10&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article 10&quot;^^xsd:string ;
+    GDPRtext:hasPoint gdpr:article10-1 ;
+    GDPRtext:isPartOfChapter gdpr:chapterII .</skos:example>
     </owl:Class>
     
 
 
     <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter">
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AssistInComplyingWithRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">Processors must assist Controllers in complying with the various rights provided by the GDPR to data subjects which can be exercised at any time.</rdfs:comment>
+        <rdfs:label>Assist in complying with rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedDecisionMakingWithSignificantEffect">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>Automated decision making with significant effect</rdfs:comment>
+        <rdfs:comment xml:lang="en">This type of processing involves automated processing that does decision making having significant effects on the data subject.</rdfs:comment>
+        <rdfs:label>Automatic decision making with significant effect</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This is automated processing of data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label>Automated Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CanBeWithdrawnEasilyConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent"/>
+        <rdfs:comment xml:lang="en">This obligation states that the data subject should be able to withdraw the consent as easily as it was to give it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:label>Can be withdrawn easily</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <rdfs:comment xml:lang="en">A certification pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label>Certification</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CertificationBody">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Certification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal"/>
+        <rdfs:comment>A Certification Body is an entity that can award/issue/renew a certification pertaining to compliance towards the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43"/>
+        <rdfs:label>Certification Body</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Chapter">
         <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter in GDPR text</rdfs:comment>
         <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter</rdfs:label>
+        <skos:example>gdpr:chapterI a eli:LegalResourceSubdivision,
+        GDPRtext:Chapter ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;I&quot;^^xsd:string ;
+    eli:title &quot;General provisions&quot;^^xsd:string ;
+    eli:title_alternative &quot;Chapter I&quot;^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article1,
+        gdpr:article2,
+        gdpr:article3,
+        gdpr:article4 .</skos:example>
     </owl:Class>
     
 
@@ -241,47 +493,2635 @@
         <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation in GDPR text</rdfs:comment>
         <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
+        <skos:example>gdpr:citation1 a eli:LegalResourceSubdivision,
+        GDPRtext:Citation ;
+    eli:description &quot;OJ C 229, 31.7.2012, p. 90.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;1&quot;^^xsd:string .</skos:example>
     </owl:Class>
     
 
 
     <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point">
-        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
-        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
-        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ClearExplanationOfProcessingConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Obtaining consent must provide clear explanations of the processing involved over the personal data</rdfs:comment>
+        <rdfs:label>Clear explanation</rdfs:label>
     </owl:Class>
     
 
 
-    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital -->
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital">
-        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
-        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
-        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CodeOfConduct">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A Code of Conduct for the purpose of specifying the application of GDPR which may be monitored, evaluated, or processed by a third party appointed by the organisation.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital98"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital99"/>
+        <rdfs:label>Code of Conduct</rdfs:label>
     </owl:Class>
     
 
 
-    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section -->
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section">
-        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
-        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
-        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Collection of Personal Data is an Activity that deals with acquiring data subject&apos;s personal data through some model of interaction.</rdfs:comment>
+        <rdfs:label xml:lang="en">Collection of Personal Data</rdfs:label>
     </owl:Class>
     
 
 
-    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint -->
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance -->
 
-    <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint">
-        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
-        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
-        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Represents the act of complying with the obligations and actions specified by the GDPR.</rdfs:comment>
+        <rdfs:label>Compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ComplianceWithControllersInstructions">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The processor has an obligation to comply with the controller&apos;s instructions</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29"/>
+        <rdfs:label>Compliance with Controller&apos;s instructions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AdherenceToSealCertification"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition"/>
+        <rdfs:comment xml:lang="en">GDPR mentions some conditions or criterion for the creation and issuing of seals and certifications pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article43"/>
+        <rdfs:label>Awarding Seals and Certifications</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConfirmingOrMatchingDatasets">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing involves matching data subject&apos;s identity or personal data in different datasets.</rdfs:comment>
+        <rdfs:label>Confirming or matching datasets</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Consent in the context of the GDPR refers to the assent or agreement by the data subject in relation to their personal data for the proposed processing activities associated with one or more organisations.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40"/>
+        <rdfs:label>Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <rdfs:comment>An activity involving data subject&apos;s consent.</rdfs:comment>
+        <rdfs:label>Consent Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContextOfDataCollection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The purpose of new processing should take the context of how the original data was collected into consideration</rdfs:comment>
+        <rdfs:label>Context of data collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ContractWithDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The lawful basis for processing personal data is provided through a contract with the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital44"/>
+        <rdfs:label>Contract with Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-5"/>
+        <rdfs:label>Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerAccountability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These obligations specify the accountability of the Controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:label>Controller Accountability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerHasTakenAction">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because the controller had already taken action regarding the data breach.</rdfs:comment>
+        <rdfs:label>Controller has taken action</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR as being specifically the responsbility of the Controller.</rdfs:comment>
+        <rdfs:label>Controller Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerRepresentative">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A natural or legal person established in the Union who, designated by the controllerin writing, represents the controller with regard to their respective obligations under the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article27"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-17"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80"/>
+        <rdfs:label>Controller Representative</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">These obligations specify the responsiblity of the Controller</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital74"/>
+        <rdfs:label>Controller Responsibility</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CooperateWithDPA">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA"/>
+        <rdfs:comment xml:lang="en">This obligation specifies the Controller/Processor must co-operate with the Data Protection Authority (DPA).</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article31"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82"/>
+        <rdfs:label>Co-operate with DPA</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CriminalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data related to criminal convictions and offences.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital80"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital97"/>
+        <rdfs:label>Crime data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Cross-border data transfer refers to data transfer crossing the boundaries of EU (legislative) region.</rdfs:comment>
+        <rdfs:label>Cross-border Transfer</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The Data Protection Authority (DPA) is a public institution responsible for monitoring the application of data protection laws.</rdfs:comment>
+        <rdfs:label>DPA</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The Data Protection Officer (DPO) is an individual(s) appointed by the organisation to monitor compliance and assist in complying with the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article38-6"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39"/>
+        <rdfs:label>DPO</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPO"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified for the Data Protection Office (DPO) within the  GDPR</rdfs:comment>
+        <rdfs:label>DPO Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A generic term to refer to Data.</rdfs:comment>
+        <rdfs:label>Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity involving personal data of data subject(s).</rdfs:comment>
+        <rdfs:label>Data Activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">A data breach is the intentional or unintentional release of secure or private/confidential information to an untrusted environment.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-12"/>
+        <rdfs:label>Data Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataMinimisation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccurateCollection"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose"/>
+        <rdfs:comment xml:lang="en">The principle of data minimisation states that personal data must be adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label>Principle of Data Minimisation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the personal data is no longer required for the original purpose it was collected under</rdfs:comment>
+        <rdfs:label>Data no longer needed for original purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataProtectionByDesignAndByDefault">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to follow data protection by design and by default.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label>Data protection by design and default</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">These are obligations regarding security of data managed by the Controllers.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital83"/>
+        <rdfs:label>Data Security</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">An individual or entity to whom their personal data relates.</rdfs:comment>
+        <rdfs:label>Data Subject</rdfs:label>
     </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataWasInferredOrDerived">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <rdfs:comment xml:lang="en">The obligation or activity coult not be completed because the data was inferred or derived, and therefore did not come from the data subject or other sources.</rdfs:comment>
+        <rdfs:label>Data inferred or derived</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <rdfs:comment xml:lang="en">The act of demonstrating consent is an activity whereby previously acquired consent is provided as sufficient justification for processing activities involving data subject&apos;s personal information.</rdfs:comment>
+        <rdfs:label>Demonstrating Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment>Type of  Marketing that reaches data subjects directly by communications directly addressed to the data subject.</rdfs:comment>
+        <rdfs:label>Direct Marketing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EmploymentLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by Employment Law</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-b"/>
+        <rdfs:label>Employment Law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A general term for any institution, company, corporation, partnership, government agency, university, or any other organization including  individuals.</rdfs:comment>
+        <rdfs:label>Entity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity that erases data</rdfs:comment>
+        <rdfs:label>Erase Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenConsentWasWithdrawn">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent"/>
+        <rdfs:comment xml:lang="en">The right of erasure applies when the data subject withdraws given consent</rdfs:comment>
+        <rdfs:label>Erase if conesnt was withdrawn</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseWhenDataIsNoLongerNeededForOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <rdfs:comment xml:lang="en">The right to erasure applies where data is no longer needed for original purposes for which it was collected</rdfs:comment>
+        <rdfs:label>Erase if no longer needed for original purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EvaluationOfDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Whether the proposed activity involves the evaluation of the data subject.</rdfs:comment>
+        <rdfs:label>Evaluation of data subjects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">Exceptions associated with compliance for reporting data breach to the affected data subjects.</rdfs:comment>
+        <rdfs:label>Exceptions on reporting data breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">Exclusions and Exemptions provided by the GDPR for not complying with the specified obligations.</rdfs:comment>
+        <rdfs:label>Exlcusions and Exceptions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedByNationalLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by National Law</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-4"/>
+        <rdfs:label>Exempted by National Law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExemptedWithoutProofOfDataSubjectIdentity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <rdfs:comment xml:lang="en">The request or activity could not or was not completed because there was no sufficient proof of the data subject&apos;s identity.</rdfs:comment>
+        <rdfs:label>Exempted without identity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExerciseRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The activity represents exercising of rights provided by GDPR by the data subject.</rdfs:comment>
+        <rdfs:label>Exercise Rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExistenceOfSafeguards">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The purpose of new processing should take into context the existence of appropriate safeguards</rdfs:comment>
+        <rdfs:label>Existence of safeguards</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collected (or collection) of personal data should be for/with explicit purposes.</rdfs:comment>
+        <rdfs:label>Explicit Purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment"/>
+        <rdfs:comment xml:lang="en">These are the factors stated by the GDPR for Impact Assessment.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital84"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital91"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital92"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital93"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital94"/>
+        <rdfs:label>Factors for Impact Assessment</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreedomsProtection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns rights protection.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label>Rights protection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be freely given by the data subject for it to be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Freely given</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GeneticData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data relating to the inherited or acquired genetic characteristics of a natural person which result from the analysis of a biological sample from the natural person in question, in particular chromosomal, deoxyribonucleic acid (DNA) or ribonucleic acid (RNA) analysis, or from the analysis of another element enabling equivalent information to be obtained.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34"/>
+        <rdfs:label>Genetic Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Given Consent refers specifically to the form of consent given by the data subject in relation to their personal data and the proposed usage by activities.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital43"/>
+        <rdfs:label>Given Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HarmWasRemote">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because the harm was deemed to be remote.</rdfs:comment>
+        <rdfs:label>Harm was remote</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HealthData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data related to the physical or mental health of a natural person, including the provision of health care services, which reveal information about his or her health status.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-15"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital53"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital54"/>
+        <rdfs:label>Health data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis if provided by the GDPR for processing related to historic, statistical, or scientific purposes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-6"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article83-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-j"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:label>Historic, Statistical, or Scientific purposes</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">Retention of personal data should be identifiable for the requried processing</rdfs:comment>
+        <rdfs:label>Identifiable for required processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment>Activity where the data subject is explicitly identified through direct or indirect means.</rdfs:comment>
+        <rdfs:label>Identification of Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IfAndWhereControllerIsProcessingData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about whether and where the controller is processing the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label>If and where Controller is processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImpactAssessment">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The activity wherein the controller carries out an assessment of the impact of the envisaged processing operations on the protection of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital90"/>
+        <rdfs:label>Impact Assessment</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImplementTechnicalMeasuresForCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerResponsibility"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to implement the required technical measures necessary for compliance of the GDPR</rdfs:comment>
+        <rdfs:label>Implement technical measures</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ImposeConfidentialityObligationOnPersonnel">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">The processor must impose confidentiality agreements on its personnel in relation to handling of personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article29"/>
+        <rdfs:label>Impose confidentiality obligations on personnel</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutAutomatedProcessingWithSignificantEffectsOnDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about automated processing that has significant effects on the data subject.</rdfs:comment>
+        <rdfs:label>Information about automated processing with significant effects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCategoriesOfRecipientsDataSharedWith">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the categories of recipients the data is shared with.</rdfs:comment>
+        <rdfs:label>Information about categories of recipients</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutCatgegoriesOfDataBeingProcessed">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about categories of data being processed</rdfs:comment>
+        <rdfs:label>Information about categories of data being processed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutExistenceOfRights">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the existence of rights provided by the GDPR to the data subject</rdfs:comment>
+        <rdfs:label>Information about rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the processing of personal data of the data subject</rdfs:comment>
+        <rdfs:label>Information about processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutSourceOfData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the source of the personal data</rdfs:comment>
+        <rdfs:label>Information about data source</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InfoAboutStoragePeriod">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">The right to access personal data also includes information about the storage period of the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label>Information about storage period</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformControllerOfConflictWithLaw">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">In case of conflict with the controller&apos;s intructions and the law, the processor must immediately inform the controller of this conflict</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28-3-4"/>
+        <rdfs:label>Inform Controller of conflict with law</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationAboutThirdParties">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">The right to basic information also provides data subject&apos;s with information about third parties involved in the processing.</rdfs:comment>
+        <rdfs:label>Information about third parties</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be concise</rdfs:comment>
+        <rdfs:label>Concise</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be easily accessible</rdfs:comment>
+        <rdfs:label>Easily Accessible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be intelligible</rdfs:comment>
+        <rdfs:label>Intelligible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency"/>
+        <rdfs:comment xml:lang="en">The information provided under the right to transparency should be transparent and clear (i.e. not umambigious or vague)</rdfs:comment>
+        <rdfs:label>Transparent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be informed for it be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:label>Informed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IntegrityAndConfidentiality">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction"/>
+        <rdfs:comment xml:lang="en">The principle of integrity and confidentiality states that personal data must be  processed in a manner that ensures appropriate security of the personal data, including protection against unauthorised or unlawful processing and against accidental loss, destruction or damage, using appropriate technical or organisational measures.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article24-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article28"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article32"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-f"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71"/>
+        <rdfs:label>Principle of Integrity and Confidentiality</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IsImpossible">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The obligation or activity could not be completed as it was deemed to be impossible.</rdfs:comment>
+        <rdfs:label>Is impossible</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A joint controller is two or more controllers jointly determine the purposes and means of processing.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79"/>
+        <rdfs:label>Joint Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#KeptUpToDate">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Retained personal data must be kept up-to-date</rdfs:comment>
+        <rdfs:label>Kept up to date</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LargeScaleProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The processing of personal data at a large scale of quantity or significant proportions.</rdfs:comment>
+        <rdfs:label>Large scale processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This provides the basis for lawful processing of personal data.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital40"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital41"/>
+        <rdfs:label>Lawful Basis</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The principle of lawfulness, fairness, and transparency states that personal data must be processed lawfully, fairly and in a transparent manner in relation to the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label>Principle of Lawfulness, Fairness, and Transparency</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalClaims">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by legal claims.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-f"/>
+        <rdfs:label>Legal Claims</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegalObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is covered by legal obligation(s).</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45"/>
+        <rdfs:label>Legal Obligations</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimateInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided through the legitimate interests pursued by the Controller or by a third party</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-f"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital47"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital48"/>
+        <rdfs:label>Legitimate Interests</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This specifies that the collection (or collected) personal data should be used/specified to be used for legitimate purposes.</rdfs:comment>
+        <rdfs:label>Legitimate purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LiabilityOfJointController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#JointController"/>
+        <rdfs:comment xml:lang="en">These specify the liability of Joint Controllers, i.e. cases where more than one Controller share the responsiblity.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article26-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article82-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital146"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital79"/>
+        <rdfs:label>Liability of Joint-Controllers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LimitedForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Personal data retained should be limited in its use only for the requried processing</rdfs:comment>
+        <rdfs:label>Limited for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LinkBetweenNewAndOldPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <rdfs:comment xml:lang="en">Whether there is a link between the new and old purposes of processing</rdfs:comment>
+        <rdfs:label>Lnk between new and old processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MadePublicByDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided through the data being publicly made available by the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-e"/>
+        <rdfs:label>Made Public</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">GDPR mandates the recording of data breaches and its effects.</rdfs:comment>
+        <rdfs:label>Maintain Record of Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation requires the Controller/Processor to maintain adequate records about their processing activities.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article30-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital82"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital89"/>
+        <rdfs:label>Maintain records for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Marketing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:comment>The process or technique of promoting, selling, and distributing a product or service.</rdfs:comment>
+        <rdfs:label>Marketing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaximumValidity3Years">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The maximum validity for all seals and certifications should be 3 years from the date of issue.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-7"/>
+        <rdfs:label>Maximum validty 3 years</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MedicalDiagnosisTreatment">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Lawful basis for processing is provided by the GDPR for medical or diagnostics purposes pertaining to the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-3"/>
+        <rdfs:label>Medical or Diagnostics</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MonitorCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPOObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The activity or process of overseeing an organisation&apos;s compliance.</rdfs:comment>
+        <rdfs:label>Monitor Compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NationalSecurity">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns national security.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label>National Security</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NatureOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The nature of the personal data involved, whether it is sensitive or confidential.</rdfs:comment>
+        <rdfs:label>Nature of data involved</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NoChargeLeviedForRightToAccess">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">The right to access personal data should not incur any undue charge levied on the data subject for exercising their right</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:label>No charges levied</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotForProfitOrg">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided by the GDPR for activities of/for not-for-profit organisations</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-d"/>
+        <rdfs:label>Not-for-profit organisation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFromSilenceOrInactivityConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Consent should not be obtained from silence or inactivity of the data subject</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Not from silence or inactivity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation specifies that the collected personal data should not be processed beyond the purpose for which it was originally collected without an updated consent for the proposed purposes.</rdfs:comment>
+        <rdfs:label>Not further processed</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotificationRequiresDisproportionateEfforts">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExceptionsOnReportingDataSubjectsOfBreach"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">The data subjects were not notified about the data breach because it required disproportionate efforts.</rdfs:comment>
+        <rdfs:label>Notification requires disproportionate efforts</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutConsequencesOfDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">Affected data subject&apos;s must be notified about the consequences of the data breach.</rdfs:comment>
+        <rdfs:label>Notify consequences of breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectAboutDPOForDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affected data subjects must be notified with the name and contact of the DPO responsible/handling for the data breach.</rdfs:comment>
+        <rdfs:label>Notify about DPO</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affected data subjects must be notified of the data breach and its effects.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article34"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88"/>
+        <rdfs:label>Notify Data Subject of Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfMeasuresTakenForDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Affect data subjets must be notified of the measures taken against the data breach.</rdfs:comment>
+        <rdfs:label>Notify measures taken</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR. Following the obligations is necessary for compliance.</rdfs:comment>
+        <rdfs:label>Obligation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <rdfs:comment xml:lang="en">Collection of Personal Data is an Activity that deals with acquiring data subject&apos;s personal data through some model of interaction.</rdfs:comment>
+        <rdfs:label>Obligation for data collection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR for obtaining consent</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Obligation for obtaining consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObtainingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">The act of getting a data subject&apos;s consent.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Obtaining Consent from Data Subject</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OnlyActOnDocumentedInstructionFromController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">The processor must only act on the intructions provided and documented by the controller</rdfs:comment>
+        <rdfs:label>Only act on Controller instructions</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#OutsideMaterialScope">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The activity was deemed to be outside the material scope of the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article2-3"/>
+        <rdfs:label>Outside Material Scope</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data means any information relating to an identified or identifiable natural person (‘data subject’); an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:label>Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Point">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
+        <skos:example>gdpr:article27-2 a eli:LegalResourceSubdivision,
+        GDPRtext:Point ;
+    eli:description &quot;The obligation laid down in paragraph 1 of this Article shall not apply to:&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article27,
+        gdpr:chapterIV,
+        gdpr:chapterIV-1 ;
+    eli:number &quot;2&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article27(2)&quot;^^xsd:string ;
+    GDPRtext:hasSubPoint gdpr:article27-2-a,
+        gdpr:article27-2-b ;
+    GDPRtext:isPartOfArticle gdpr:article27 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV ;
+    GDPRtext:isPartOfSection gdpr:chapterIV-1 .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PossibleConsequenceForDataSubject">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The possible consequences of the change in processing for the data subject</rdfs:comment>
+        <rdfs:label>Consequences for data subjects</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">A Principle is a rule or standard defined by the GDPR which is essential to be followed for compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#chapter2"/>
+        <rdfs:label>Principle</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PrivacyByDesign">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:comment xml:lang="en">Privacy by Design is the approach of taking privacy into consideration throughout the whole planning and execution processes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label>Privacy by Design</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing">
+        <owl:equivalentClass rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Processing here refers to an Activity that acts on the Data Subject&apos;s personal information.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-2"/>
+        <rdfs:label>Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingAffectedVulnerableIndividuals">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing involves data subjects that are vulnerable, such as children, or people with disabilities.</rdfs:comment>
+        <rdfs:label>Processing affected or vulnerable individuals</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing"/>
+        <rdfs:comment xml:lang="en">The data subject can exercise the right to restrict processing of their personal data when the processing is unlawful</rdfs:comment>
+        <rdfs:label>Processing is unlawful</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingSensitiveData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <rdfs:comment xml:lang="en">This involves processing involving sensitive personal data.</rdfs:comment>
+        <rdfs:label>Processing sensitive data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingUsingUntestedTechnologies">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This type of processing uses technologies that are new or have not yet been deemed to be fit or stable for usage.</rdfs:comment>
+        <rdfs:label>Processing using untested technologies</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">A natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-8"/>
+        <rdfs:label>Processor</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointmentOfProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment>Signifies the agreement between Controller and Processors for processing of personal data</rdfs:comment>
+        <rdfs:label>Agreement between Processor and Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR in the context of Processors</rdfs:comment>
+        <rdfs:label>Processor Obligations</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorRepresentative">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">A natural or legal person established in the Union who, designated by the processor in writing, represents the processor with regard to their respective obligations under the GDPR.</rdfs:comment>
+        <rdfs:label>Processor Representative</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PropogateRightsToThirdParties">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <rdfs:comment xml:lang="en">To propogate a data subject&apos;s right once they have been exercised to other third parties that are involved through the data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label>Propogate rights to Third Parties</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstAccidentalLoss">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against accidental loss.</rdfs:comment>
+        <rdfs:label>Protection against accidental loss</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDamage">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against damage to the data.</rdfs:comment>
+        <rdfs:label>Protection against damage</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstDestruction">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against destruction of data.</rdfs:comment>
+        <rdfs:label>Protection against destruction</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProtectionAgainstUnlawfulProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing"/>
+        <rdfs:comment xml:lang="en">Protection of data subject&apos;s personal data  against unlawful processing of data.</rdfs:comment>
+        <rdfs:label>Protection against unlawful processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideControllerWithInfoForCompliance">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <rdfs:comment xml:lang="en">The processor must provide the controller with the information necessary to demonstrate compliance</rdfs:comment>
+        <rdfs:label>Provide information for compliance</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The right of data portability requries providing a copy of the data subject&apos;s personal data</rdfs:comment>
+        <rdfs:label>Provide copy of Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PseudoAnonymousData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Data"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data that can no longer be attributed to a specific data subject without the use of additional information.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article25-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-5"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article40-2-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article89-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital156"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital26"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital28"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital29"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital78"/>
+        <rdfs:label>Pseudo-anonymous data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <rdfs:comment xml:lang="en">Lawful basis is provided by the GDPR as being in the interest of the public</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-g"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-i"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital45"/>
+        <rdfs:label>Public Interest</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeLimitation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExplicitPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LegitimatePurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotFurtherProcessedThanOriginalPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose"/>
+        <rdfs:comment xml:lang="en">The principle of purpose limitation states that personal data must be collected for specified, explicit and legitimate purposes and not further processed in a manner that is incompatible with those purposes; further processing for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes shall, in accordance with Article 89(1) of the GDPR, not be considered to be incompatible with the initial purposes.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-b"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:label>Principle of Purpose Limitation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PurposeOfNewProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">These are the obligations over determining the new or changed purposes of processing</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-4"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:label>Purpose of new processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17 -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R17">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Related to Regulation (EC) No. 45/2001</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital17"/>
+        <rdfs:label>Regulation (EC) No 45/2001</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18 -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R18">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Exempted as the GDPR does not apply to personal or household activity that does not have a professional or commercial activity associated with it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital18"/>
+        <rdfs:label>Personal or Household activity</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19 -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#R19">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">Exempted as it involves areas covered by Directive (EU) 2016/680</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital19"/>
+        <rdfs:label>Covered by Directive (EU) 2016/680</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RacialData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data revealing racial or ethnic origin.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51"/>
+        <rdfs:label>Racial origin data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Recital">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
+        <skos:example>gdpr:recital1 a eli:LegalResourceSubdivision,
+        GDPRtext:Recital ;
+    eli:description &quot;The protection of natural persons in relation to the processing of personal data is a fundamental right. Article 8(1) of the Charter of Fundamental Rights of the European Union (the ‘Charter’) and Article 16(1) of the Treaty on the Functioning of the European Union (TFEU) provide that everyone has the right to the protection of personal data concerning him or her.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR ;
+    eli:number &quot;1&quot;^^xsd:string .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfDataSubjectsAndPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the categories of data subjects and the personal data involved in processing/activities.</rdfs:comment>
+        <rdfs:label>Categories of data subjects and personal data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCategoriesOfRecipientsWhereDataShared">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the categories of recipients the personal data was shared with.</rdfs:comment>
+        <rdfs:label>Record categories of recipients</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordCrossBorderDataTransfer">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the cross-border data transfers.</rdfs:comment>
+        <rdfs:label>Record cross-border transfers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordDataRetentionPeriod">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the data retention period of personal data.</rdfs:comment>
+        <rdfs:label>Record data retention periods</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordPurposeOfProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the purpose of processing associated with personal data and the given consent.</rdfs:comment>
+        <rdfs:label>Record purpose of processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RecordSecurityMeasures">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordsOfProcessingActivities"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData"/>
+        <rdfs:comment xml:lang="en">This obligation requires Controllers to record the measures taken to ensure adequate safety measures of personal data and the involved activities.</rdfs:comment>
+        <rdfs:label>Record security measures</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity that rectifies data</rdfs:comment>
+        <rdfs:label>Rectify Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyInaccuracy">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">Any inaccuracies or discrepancies in the retained data must be rectified</rdfs:comment>
+        <rdfs:label>Rectify Inaccuracies</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RegulatoryAuthority">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Entity"/>
+        <rdfs:comment xml:lang="en">The authority responsible for regulating data protection laws.</rdfs:comment>
+        <rdfs:label>Regulatory Authority</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RelevantForProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">Any retained personal data must be relevant for subsiquent processing</rdfs:comment>
+        <rdfs:label>Relevant for processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Compliance"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ControllerObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#MaintainRecordOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#NotifyDataSubjectOfBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours"/>
+        <rdfs:comment xml:lang="en">The act of reporting a data breach to entities mentioned within the GDPR. These are the Data Protection Authority (DPA), and in the case of Processors, the Controller they have an agreement with.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital85"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital86"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital87"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital88"/>
+        <rdfs:label>Report Data Breach</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToController">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <rdfs:comment xml:lang="en">The occurence of a data breach must be reported to the Controller.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article33-2"/>
+        <rdfs:label>Report data breach to Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreachToDPAWithin72Hours">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReportDataBreach"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DPA"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataBreach"/>
+        <rdfs:comment xml:lang="en">The occurence of a data breach must be reported to the Data Protection Authority (DPA) within 72 hours</rdfs:comment>
+        <rdfs:label>Report breach to DPA within 72 hours</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresDisproportionateEfforts">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation or activity could not be completed as it requires disproportionate efforts to complete.</rdfs:comment>
+        <rdfs:label>Requires disproportionate efforts</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RequiresWrittenConsentOfControllerToAppointSubProcessor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Consent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">Appointing a sub-processor requires the written consent of the controller specifying permission or consent</rdfs:comment>
+        <rdfs:label>Written consent of Controller</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RestrictionsOnCrossBorderTransfers">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CrossBorderTransfer"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">These provide restrictions on cross-border transfers for Processors</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article44"/>
+        <rdfs:label>Restrictions on cross-border transfers</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RetentionOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">These are the obligations specified by the GDPR on the retention of personal data</rdfs:comment>
+        <rdfs:label>Data Retention</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ReturnOrDestroyPersonalDataAtEndTerm">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement"/>
+        <rdfs:comment xml:lang="en">The processor must return or destroy personal data at the end of term (of its agreement with the controller)</rdfs:comment>
+        <rdfs:label>Return or destroy data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfDataPortability">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to receive the personal data concerning him or her, which he or she has provided to a controller, in a structured, commonly used and machine-readable format and has the right to transmit those data to another controller without hindrance from the controller to which the personal data have been provided.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article20"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label>Right of Data Portability</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightOfErasure">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#EraseData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to obtain erasure of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article17"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital66"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital68"/>
+        <rdfs:label>Right of Erasure</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToAccessPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The data subject shall have the right to obtain from the controller confirmation as to whether or not personal data concerning him or her are being processed, and, where that is the case, access to the personal data along with additional information about it.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article15"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital63"/>
+        <rdfs:label>Right to Access Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToBasicInformationAboutProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to basic information about processing provides data subjects with information about the processing activities involving their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60"/>
+        <rdfs:label>Right to basic information about processing of personal data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToNotBeEvaluatedThroughAutomatedProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AutomatedProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to not be evaluated through automated processing</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article22"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital71"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital75"/>
+        <rdfs:label>Right to not be evaluated through automated processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectForDirectMarketting">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DirectMarketing"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to object to direct marketting based on their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21-2-3"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70"/>
+        <rdfs:label>Right to object direct marketting</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToObjectToProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The data subject has the right to object to processing of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article21"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital50"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital69"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital70"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label>Right to object processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRectification">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RectifyData"/>
+        <rdfs:comment xml:lang="en">The data subject has a right to recitify their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article16"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital65"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital73"/>
+        <rdfs:label>Right to rectify</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToRestrictProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AccuracyIsContested"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataNoLongerNeededForOriginalPurpose"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessingIsUnlawful"/>
+        <rdfs:comment xml:lang="en">The data subject has the rights to restrict the processing of their personal data</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article18"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital67"/>
+        <rdfs:label>Right to restrict processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightToTransparency">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeConcise"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeEasilyAccessible"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeIntelligible"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformationShouldBeTransparent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulnessFairnessAndTransparency"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">The right to transparency requires controllers to provide information about the processing activities as well as personal data and its usage in a transparent manner</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article13"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article14"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital58"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital60"/>
+        <rdfs:label>Right to Transparency</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Rights">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <rdfs:comment xml:lang="en">The GDPR provides several rights to the data subjects which may be exercised at any time by the data subject and which are mandatory for the organisation to provide, comply with, and inform the data subject about.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article12-2"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital59"/>
+        <rdfs:label>Data Subject&apos;s Rights</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#RightsProtection">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ExclusionException"/>
+        <rdfs:comment xml:lang="en">The stated obligation could not be completed as it concerns freedoms protection.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital16"/>
+        <rdfs:label>Freedoms protection</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Seal">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification"/>
+        <rdfs:comment xml:lang="en">A seal pertaining to GDPR compliance</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label>Seal</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SealsAndCertification">
+        <rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">GDPR provides for the creation and provision of seals and certificates pertaining to compliance or related activities</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital77"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital81"/>
+        <rdfs:label>Seals and Certifications</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Section">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
+        <skos:example>gdpr:chapterIV-5 a eli:LegalResourceSubdivision,
+        GDPRtext:Section ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:chapterIV ;
+    eli:number &quot;5&quot;^^xsd:string ;
+    eli:title &quot;Codes of conduct and certification&quot;^^xsd:string ;
+    eli:title_alternative &quot;Section 5&quot;^^xsd:string ;
+    GDPRtext:hasArticle gdpr:article40,
+        gdpr:article41,
+        gdpr:article42,
+        gdpr:article43 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIV .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SecurityOfPersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Obligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSecurity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment xml:lang="en">This activity refers to security of data subject&apos;s personal data.</rdfs:comment>
+        <rdfs:label>Security of Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SensitivePersonalData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">Personal data revealing racial or ethnic origin, political opinions, religious or philosophical beliefs, or trade union membership, and the processing of genetic data, biometric data for the purpose of uniquely identifying a natural person, data concerning health or data concerning a natural person&apos;s sex life or sexual orientation.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital10"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital34"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital35"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital51"/>
+        <rdfs:label>Sensitive Personal Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShareDataWithThirdParty">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">This activity represents the sharing of data subject&apos;s personal data with a third party.</rdfs:comment>
+        <rdfs:label>Share Personal Data with Third Party</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeCommonlyUsedFormat">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be in a commonly used format</rdfs:comment>
+        <rdfs:label>Copy should be in a commonly used format</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDemonstrable">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DemonstratingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Obtained consent should be in a demonstrable form</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-1"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital42"/>
+        <rdfs:label>Demonstrable</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeDistinguishableFromOtherMatters">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Obtained consent should be distinguishable from other related matters (in the context of the process)</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7-2"/>
+        <rdfs:label>Distinguishable from other matters</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeMachineReadable">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be machine readable</rdfs:comment>
+        <rdfs:label>Copy should be in a machine readable format</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldBeStructured">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should be structured</rdfs:comment>
+        <rdfs:label>Should be structured</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ShouldSupportReuse">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProvideCopyOfPersonalData"/>
+        <rdfs:comment xml:lang="en">The provided copy of personal data should support reuse</rdfs:comment>
+        <rdfs:label>Shoud support reuse</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">GDPR obligation that specifies consent must be specific for it to be valid.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Specific</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecifiedPurpose">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForCollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#CollectionOfPersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This obligation states that the collection of personal data should happen only for the specified purposes (for which the data subject has consented).</rdfs:comment>
+        <rdfs:label>Specified purpose</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StorageLimitation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Principle"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ArchiveData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#HistoricStatisticScientificPurposes"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentifiableForRequiredProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#IdentificationOfDataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PublicInterest"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData"/>
+        <rdfs:comment xml:lang="en">The principle of storage limitation states that personal data must be kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed; personal data may be stored for longer periods insofar as the personal data will be processed solely for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) of the GDPR subject to implementation of the appropriate technical and organisational measures required by this Regulation in order to safeguard the rights and freedoms of the data subject.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article5-1-e"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital39"/>
+        <rdfs:label>Principle of Storage Limitation</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#StoreData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity where personal data is being stored</rdfs:comment>
+        <rdfs:label>Store Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubPoint">
+        <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
+        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
+        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
+        <skos:example>gdpr:article12-5-b a eli:LegalResourceSubdivision,
+        GDPRtext:SubPoint ;
+    eli:description &quot;refuse to act on the request.&quot;^^xsd:string ;
+    eli:is_part_of gdpr:GDPR,
+        gdpr:article12,
+        gdpr:article12-5,
+        gdpr:chapterIII,
+        gdpr:chapterIII-1 ;
+    eli:number &quot;b&quot;^^xsd:string ;
+    eli:title_alternative &quot;Article12(5)(b)&quot;^^xsd:string ;
+    GDPRtext:isPartOfArticle gdpr:article12 ;
+    GDPRtext:isPartOfChapter gdpr:chapterIII ;
+    GDPRtext:isPartOfPoint gdpr:article12-5 ;
+    GDPRtext:isPartOfSection gdpr:chapterIII-1 .</skos:example>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Controller"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processor"/>
+        <rdfs:comment xml:lang="en">A sub-processor is a processor acting under another processor.</rdfs:comment>
+        <rdfs:label>Sub-Processor</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessorMustFollowSameTermsAsProcessorControllerAgreement">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#AppointingSubProcessors"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ProcessorControllerAgreement"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SubProcessor"/>
+        <rdfs:comment xml:lang="en">Sub-processors must follow the same rules and obligations (or terms) as the agreement between processor and controller.</rdfs:comment>
+        <rdfs:label>Follow same terms</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SystematicMonitoring">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Activity"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FactorsForImpactAssessment"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment xml:lang="en">This activity provides a systematic monitoring or overview of processes/activities taking place within the context of the organisation.</rdfs:comment>
+        <rdfs:label>Systematic Monitoring</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UnlawfulProcessing">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#Processing"/>
+        <rdfs:comment>Processing of personal data that is termed to be unlawful in the context of the GDPR or other relevant laws and regulations</rdfs:comment>
+        <rdfs:label>Unlawful Processing</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#UseData">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#PersonalData"/>
+        <rdfs:comment>An activity that uses personal data</rdfs:comment>
+        <rdfs:label>Use Data</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ObligationForObtainingConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#FreelyGivenConsentObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#InformedConsentObligation"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#SpecificConsentObligation"/>
+        <rdfs:comment xml:lang="en">Consent is termed to be valid if it passes all the criteria or obligations laid down by the GDPR.</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article4-11"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-a"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article7"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital32"/>
+        <rdfs:label>Valid Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VitalInterest">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#LawfulBasisForProcessing"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <rdfs:comment xml:lang="en">These are obligations pertaining to the vital interests of the data subjects</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article6-1-d"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article9-2-c"/>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#recital46"/>
+        <rdfs:label>Vital Interests</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntaryOptInConsentObligation">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ValidConsent"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">Consent must be obtained through the data subject&apos;s voluntary action and should be opt-in and not opt-out or by default.</rdfs:comment>
+        <rdfs:label>Voluntary &amp; Opt-in</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#VoluntarySystemOfAccredition">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConditionsForSealsAndCertifications"/>
+        <rdfs:comment xml:lang="en">The seals and certifications should be a voluntary system of accredition</rdfs:comment>
+        <rdfs:isDefinedBy rdf:resource="http://purl.org/adaptcentre/openscience/resources/GDPRtEXT#article42-3"/>
+        <rdfs:label>Voluntary accredition</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent -->
+
+    <owl:Class rdf:about="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#WithdrawingConsent">
+        <rdfs:subClassOf rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#ConsentActivity"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#DataSubject"/>
+        <involves rdf:resource="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT#GivenConsent"/>
+        <rdfs:comment xml:lang="en">This activity represents the data subject withdrawing given consent.</rdfs:comment>
+        <rdfs:label>Withdrawing Given Consent</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/2004/02/skos/core#Concept -->
+
+    <owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
+    <rdf:Description>
+        <rdfs:comment>TEST</rdfs:comment>
+        <rdfs:comment>TEST2</rdfs:comment>
+    </rdf:Description>
+    <rdf:Description>
+        <rdfs:comment>TEST</rdfs:comment>
+        <rdfs:comment>TEST2</rdfs:comment>
+    </rdf:Description>
+    <rdf:Description>
+        <rdfs:comment xml:lang="en">An ontology for representing provenance traces pertainining to GDPR compliance. It uses concepts from GDPRtEXT along with extending PROV and P-Plan.</rdfs:comment>
+    </rdf:Description>
 </rdf:RDF>
 
 

Some files were not shown because too many files changed in this diff