Browse Source

fix IRI double hash

Harshvardhan Pandit 5 years ago
parent
commit
f7f2c41040

+ 1 - 1
consent.owl

@@ -1 +1 @@
-docs/ontology.xml
+v/consent_v2.owl

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


+ 4 - 4
docs/index-en.html

@@ -6,7 +6,7 @@
 
 
 <!-- SCHEMA.ORG METADATA -->
-<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"http://purl.org/adaptcentre/openscience/ontologies/consent#","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://purl.org/adaptcentre/openscience/ontologies/consent#","name":"Consent Ontology", "headline":"The General Data Protection Regulations (GDPR) imposes greater", "datePublished":"2018-08-09", "version":"v2", "license":"https://creativecommons.org/licenses/by/4.0/"}</script>
+<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"http://purl.org/adaptcentre/openscience/ontologies/consent","image":"http://vowl.visualdataweb.org/webvowl/#iri=http://purl.org/adaptcentre/openscience/ontologies/consent","name":"Consent Ontology", "headline":"The General Data Protection Regulations (GDPR) imposes greater", "datePublished":"2018-08-09", "version":"v2", "license":"https://creativecommons.org/licenses/by/4.0/"}</script>
 
 <script src="resources/jquery.js"></script> 
 <script src="resources/marked.min.js"></script> 
@@ -64,11 +64,11 @@ function loadTOC(){
 
 <dl>
 <dt>This version:</dt>
-<dd><a href="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2#">https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2#</a></dd>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2">https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2</a></dd>
 <dt>Latest version:</dt>
-<dd><a href="http://purl.org/adaptcentre/openscience/ontologies/consent#">http://purl.org/adaptcentre/openscience/ontologies/consent#</a></dd>
+<dd><a href="http://purl.org/adaptcentre/openscience/ontologies/consent">http://purl.org/adaptcentre/openscience/ontologies/consent</a></dd>
 <dt>Previous version:</dt>
-<dd><a href="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1#">https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1#</a></dd>
+<dd><a href="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1">https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1</a></dd>
 <dt>Revision:</dt>
 <dd>v2</dd>
 <dt>Publisher:</dt>

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


File diff suppressed because it is too large
+ 11 - 11
docs/ontology.nt


File diff suppressed because it is too large
+ 354 - 354
docs/ontology.ttl


+ 2 - 2
docs/ontology.xml

@@ -10,8 +10,8 @@
      xmlns:vann="http://purl.org/vocab/vann/"
      xmlns:prov="http://www.w3.org/ns/prov#"
      xmlns:dc="http://purl.org/dc/elements/1.1/">
-    <owl:Ontology rdf:about="http://purl.org/adaptcentre/openscience/ontologies/consent#">
-        <owl:versionIRI rdf:resource="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2#"/>
+    <owl:Ontology rdf:about="http://purl.org/adaptcentre/openscience/ontologies/consent">
+        <owl:versionIRI rdf:resource="https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2"/>
         <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Consent Ontology</dc:title>
         <terms:abstract rdf:datatype="http://www.w3.org/2001/XMLSchema#string">The General Data Protection Regulations (GDPR) imposes greater
 restrictions on obtaining valid user consents involving the use of personal data.

+ 3 - 3
docs/provenance/provenance-en.html

@@ -7,10 +7,10 @@
 
 <body>
 <div class="head">
-<h1>Provenance for Consent Ontology Documentation (https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2#)</h1>
+<h1>Provenance for Consent Ontology Documentation (https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2)</h1>
 <ul>
-<li>https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2# is a specialization of the generic URI http://purl.org/adaptcentre/openscience/ontologies/consent#</li>
-<li>https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2# is a revision of the previous version https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1#</li>
+<li>https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2 is a specialization of the generic URI http://purl.org/adaptcentre/openscience/ontologies/consent</li>
+<li>https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2 is a revision of the previous version https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1</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 2018-08-09</ul>
 </div>

+ 3 - 3
docs/provenance/provenance-en.ttl

@@ -1,10 +1,10 @@
 @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/consent/v/consent_v2#> a prov:Entity;
+<https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v2> a prov:Entity;
 	 dc:title "Consent Ontology";
 	 prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
-	 prov:specializationOf <http://purl.org/adaptcentre/openscience/ontologies/consent#>;
-	 prov:wasRevisionOf <https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1#>;
+	 prov:specializationOf <http://purl.org/adaptcentre/openscience/ontologies/consent>;
+	 prov:wasRevisionOf <https://openscience.adaptcentre.ie/ontologies/consent/v/consent_v1>;
 	 prov:wasGeneratedAt "2018-08-09";
 .

+ 2 - 0
docs/sections/introduction-en.html

@@ -10,10 +10,12 @@ This is a place holder text for the introduction. The introduction should briefl
 <tr><td><b>owl</b></td><td>&lt;http://www.w3.org/2002/07/owl#&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/consent/v/&gt;</td></tr>
 <tr><td><b>xsd</b></td><td>&lt;http://www.w3.org/2001/XMLSchema#&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>vann</b></td><td>&lt;http://purl.org/vocab/vann/&gt;</td></tr>
 <tr><td><b>prov</b></td><td>&lt;http://www.w3.org/ns/prov#&gt;</td></tr>
+<tr><td><b>ontologies</b></td><td>&lt;http://purl.org/adaptcentre/openscience/ontologies/&gt;</td></tr>
 <tr><td><b>consent</b></td><td>&lt;http://purl.org/adaptcentre/openscience/ontologies/consent#&gt;</td></tr>
 <tr><td><b>dc</b></td><td>&lt;http://purl.org/dc/elements/1.1/&gt;</td></tr>
 </tbody>

+ 74 - 74
docs/webvowl/data/ontology.json

@@ -6,7 +6,7 @@
     "title" : {
       "undefined" : "Consent Ontology"
     },
-    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#",
+    "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent",
     "author" : [ "Harshvardhan J. Pandit", "Kaniz Fatema" ],
     "comments" : {
       "undefined" : "The consent ontology presents a way to define and describe consent in terms relevant to the GDPR."
@@ -21,12 +21,12 @@
       "creator" : [ {
         "identifier" : "creator",
         "language" : "undefined",
-        "value" : "Harshvardhan J. Pandit",
+        "value" : "Kaniz Fatema",
         "type" : "label"
       }, {
         "identifier" : "creator",
         "language" : "undefined",
-        "value" : "Kaniz Fatema",
+        "value" : "Harshvardhan J. Pandit",
         "type" : "label"
       } ],
       "created" : [ {
@@ -1510,7 +1510,7 @@
       "undefined" : "HealthData"
     },
     "comment" : {
-      "undefined" : "'health data' is a subtype of 'personal data'."
+      "undefined" : "'health data' identifies the of 'category' of data applicable by this consent is health data."
     },
     "id" : "84",
     "superClasses" : [ "80" ]
@@ -1831,57 +1831,57 @@
   "propertyAttribute" : [ {
     "range" : "6",
     "domain" : "5",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "4"
   }, {
     "range" : "6",
     "domain" : "24",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "23"
   }, {
     "range" : "8",
     "domain" : "26",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "25"
   }, {
     "range" : "8",
     "domain" : "28",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "27"
   }, {
     "range" : "31",
     "domain" : "30",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "29"
   }, {
     "range" : "8",
     "domain" : "33",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "32"
   }, {
     "range" : "8",
     "domain" : "7",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "34"
   }, {
     "range" : "31",
     "domain" : "36",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "35"
   }, {
     "range" : "39",
     "domain" : "38",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "37"
   }, {
     "range" : "31",
     "domain" : "41",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "40"
   }, {
     "range" : "31",
     "domain" : "43",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "42"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_to",
@@ -1908,22 +1908,22 @@
   }, {
     "range" : "15",
     "domain" : "56",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "55"
   }, {
     "range" : "15",
     "domain" : "61",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "60"
   }, {
     "range" : "39",
     "domain" : "52",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "65"
   }, {
     "range" : "15",
     "domain" : "67",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "66"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_for_activity",
@@ -1939,42 +1939,42 @@
   }, {
     "range" : "15",
     "domain" : "70",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "69"
   }, {
     "range" : "15",
     "domain" : "72",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "71"
   }, {
     "range" : "15",
     "domain" : "74",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "73"
   }, {
     "range" : "9",
     "domain" : "14",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "75"
   }, {
     "range" : "9",
     "domain" : "16",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "76"
   }, {
     "range" : "9",
     "domain" : "15",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "77"
   }, {
     "range" : "80",
     "domain" : "79",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "78"
   }, {
     "range" : "20",
     "domain" : "62",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "81"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#consent_given_at",
@@ -1990,7 +1990,7 @@
   }, {
     "range" : "80",
     "domain" : "84",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "83"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#activity_has_purpose",
@@ -2006,37 +2006,37 @@
   }, {
     "range" : "18",
     "domain" : "64",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "88"
   }, {
     "range" : "18",
     "domain" : "17",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "89"
   }, {
     "range" : "38",
     "domain" : "91",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "90"
   }, {
     "range" : "38",
     "domain" : "93",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "92"
   }, {
     "range" : "36",
     "domain" : "58",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "94"
   }, {
     "range" : "36",
     "domain" : "57",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "95"
   }, {
     "range" : "18",
     "domain" : "63",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "96"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#permission_given_for_condition",
@@ -2052,17 +2052,17 @@
   }, {
     "range" : "36",
     "domain" : "59",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "100"
   }, {
     "range" : "43",
     "domain" : "48",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "103"
   }, {
     "range" : "43",
     "domain" : "1",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "104"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#consent_given_by",
@@ -2078,182 +2078,182 @@
   }, {
     "range" : "52",
     "domain" : "54",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "107"
   }, {
     "range" : "16",
     "domain" : "46",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "108"
   }, {
     "range" : "16",
     "domain" : "21",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "109"
   }, {
     "range" : "52",
     "domain" : "53",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "110"
   }, {
     "range" : "16",
     "domain" : "49",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "111"
   }, {
     "range" : "48",
     "domain" : "47",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "112"
   }, {
     "range" : "48",
     "domain" : "80",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "113"
   }, {
     "range" : "115",
     "domain" : "102",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "114"
   }, {
     "range" : "115",
     "domain" : "45",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "116"
   }, {
     "range" : "102",
     "domain" : "20",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "117"
   }, {
     "range" : "102",
     "domain" : "101",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "119"
   }, {
     "range" : "3",
     "domain" : "22",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "120"
   }, {
     "range" : "3",
     "domain" : "2",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "121"
   }, {
     "range" : "3",
     "domain" : "99",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "122"
   }, {
     "range" : "3",
     "domain" : "98",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "123"
   }, {
     "range" : "59",
     "domain" : "87",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "124"
   }, {
     "range" : "59",
     "domain" : "86",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "125"
   }, {
     "range" : "59",
     "domain" : "39",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "126"
   }, {
     "range" : "59",
     "domain" : "18",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "127"
   }, {
     "range" : "57",
     "domain" : "3",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "128"
   }, {
     "range" : "57",
     "domain" : "118",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "129"
   }, {
     "range" : "57",
     "domain" : "131",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "130"
   }, {
     "range" : "1",
     "domain" : "0",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "132"
   }, {
     "range" : "20",
     "domain" : "19",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "133"
   }, {
     "range" : "57",
     "domain" : "106",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "134"
   }, {
     "range" : "1",
     "domain" : "8",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "135"
   }, {
     "range" : "33",
     "domain" : "28",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "136"
   }, {
     "range" : "26",
     "domain" : "7",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "137"
   }, {
     "range" : "26",
     "domain" : "28",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "138"
   }, {
     "range" : "28",
     "domain" : "7",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "139"
   }, {
     "range" : "9",
     "domain" : "10",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "140"
   }, {
     "range" : "9",
     "domain" : "11",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "141"
   }, {
     "range" : "9",
     "domain" : "12",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "142"
   }, {
     "range" : "9",
     "domain" : "13",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "143"
   }, {
     "range" : "26",
     "domain" : "33",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "144"
   }, {
     "range" : "33",
     "domain" : "7",
-    "attributes" : [ "anonymous", "object" ],
+    "attributes" : [ "object", "anonymous" ],
     "id" : "145"
   }, {
     "iri" : "http://purl.org/adaptcentre/openscience/ontologies/consent#data_has_a_category",

File diff suppressed because it is too large
+ 1009 - 0
v/consent_v2.owl