Browse Source

add prefixes

Harshvardhan Pandit 6 years ago
parent
commit
03583ff675

File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/OOPSevaluation/oopsEval.html


+ 109 - 0
deliverables/docs/ontology.html

@@ -0,0 +1,109 @@
+<!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" />    <title>GDPRtEXT</title>
+
+
+<!-- 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":"2018-07-31", "version":"0.6", "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  2018-07-31</h2>
+
+
+<dl>
+<dt>This version:</dt>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.6.owl">https://openscience.adaptcentre.ie/ontologies/GDPRtEXT/v/gdpr_v0.6.owl</a></dd>
+<dt>Latest version:</dt>
+<dd><a href="http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT">http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</a></dd>
+<dt>Previous version:</dt>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.5.owl">https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.5.owl</a></dd>
+<dt>Revision:</dt>
+<dd>0.6</dd>
+<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>
+
+<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>
+<dt>Download serialization:</dt><dd><span><a href="ontology.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><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/" /></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" />
+</a>
+<br/></dd><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" /></a></dd>
+<dt>Compatible with:</dt>
+<dd>https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl</dd>
+</dl>
+
+<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><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>
+
+</div>
+</body>
+</html>

File diff suppressed because it is too large
+ 0 - 0
deliverables/docs/ontology.json


+ 3 - 3
deliverables/docs/ontology.nt

@@ -2148,9 +2148,9 @@
 # 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> "TEST" .
-_:genid1 <http://www.w3.org/2000/01/rdf-schema#comment> "TEST2" .
+_: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> "An ontology for representing provenance traces pertainining to GDPR compliance. It uses concepts from GDPRtEXT along with extending PROV and P-Plan."@en .
+_: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/

+ 4 - 4
deliverables/docs/ontology.ttl

@@ -2449,13 +2449,13 @@
 <http://www.w3.org/2004/02/skos/core#Concept> rdf:type owl:Class .
 
 
-_:genid1 rdfs:comment "TEST"^^xsd:string ,
-                      "TEST2"^^xsd:string .
+[ 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 .
 
-[ 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
- ] .
+_:genid3 rdfs:comment "TEST"^^xsd:string ,
+                       "TEST2"^^xsd:string .
 
 ###  Generated by the OWL API (version 5.1.0) https://github.com/owlcs/owlapi/

+ 5 - 5
deliverables/docs/ontology.xml

@@ -3454,16 +3454,16 @@
 
 
     <owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
-    <rdf:Description rdf:nodeID="_:genid1">
-        <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>
+        <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>
-        <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: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>
 

File diff suppressed because it is too large
+ 146 - 146
deliverables/docs/webvowl/data/ontology.json


+ 6 - 6
deliverables/gdpr.owl

@@ -1,12 +1,12 @@
 <?xml version="1.0"?>
 <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: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"
@@ -19,8 +19,8 @@
         <terms:source rdf:resource="http://eur_lex.europa.eu/legal_content/EN/ALL/?uri=CELEX:32016R0679"/>
         <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:priorVersion rdf:resource="https://openscience.adaptcentre.ie/ontologies/v/GDPRtEXT/gdpr_v0.1.owl"/>
-        <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/adaptcentre/people/HJP</terms:creator>
         <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.6</owl:versionInfo>
+        <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://purl.org/adaptcentre/people/HJP</terms:creator>
         <rdfs:seeAlso rdf:resource="http://purl.org/adaptcentre/openscience/projects/GDPRov/docs"/>
         <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
         <vann:preferredNamespaceUri rdf:datatype="http://www.w3.org/2001/XMLSchema#string">http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</vann:preferredNamespaceUri>
@@ -29,8 +29,8 @@
         <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>
         <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2018-07-31</terms:modified>
+        <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
         <foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#string">https://openscience.adaptcentre.ie/projects/GDPRtEXT/</foaf:homepage>
         <terms:publisher rdf:resource="http://purl.org/adaptcentre/people/ADAPT"/>
         <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-15</terms:created>
@@ -3205,9 +3205,6 @@
     <!-- 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>
         <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>
@@ -3216,6 +3213,9 @@
         <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>
+        <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