Browse Source

changed namespace to w3id.org

Harshvardhan Pandit 5 years ago
parent
commit
2690db6e51

+ 3 - 3
OOPSevaluation/oopsEval.html

@@ -37,13 +37,13 @@
 
   </head>
 <div class="container">
-<h1> <a href="http://adaptcentre.ie/consent/voc#" target="_blank">An Ontology for Consent-aware Mapping Engine for Generating</a></h1>
+<h1> <a href="https://w3id.org/consent-mapping-jit#" target="_blank">An Ontology for Consent-aware Mapping Engine for Generating</a></h1>
 <br>
 <dl class="dl-horizontal">
 <dt>Title</dt>
-<dd><a href="http://adaptcentre.ie/consent/voc#" target="_blank">An Ontology for Consent-aware Mapping Engine for Generating</a></dd>
+<dd><a href="https://w3id.org/consent-mapping-jit#" target="_blank">An Ontology for Consent-aware Mapping Engine for Generating</a></dd>
 <dt>URI</dt>
-<dd><a href="http://adaptcentre.ie/consent/voc#" target="_blank">http://adaptcentre.ie/consent/voc#</a></dd>
+<dd><a href="https://w3id.org/consent-mapping-jit#" target="_blank">https://w3id.org/consent-mapping-jit#</a></dd>
 <dt>Version</dt>
 <dd>1.0</dd>
 </dl><p> The following evaluation results have been generated by the <a href = "http://oops-ws.oeg-upm.net/" target="_blank">RESTFul web service</a> provided by <a href = "http://oops.linkeddata.es" target="_blank">OOPS! (OntOlogy Pitfall Scanner!)</a>.</p><p>

+ 99 - 99
consent.ttl

@@ -4,20 +4,20 @@
 @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://adaptcentre.ie/consent/voc#> .
-
-<http://adaptcentre.ie/consent/voc#> rdf:type owl:Ontology ;
-                                      owl:versionIRI <http://adaptcentre.ie/consent/1.0/voc#> ;
-                                      owl:imports <http://www.w3.org/ns/prov#> ;
-                                      <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne"^^xsd:string ;
-                                      <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time."^^xsd:string ;
-                                      <http://purl.org/dc/elements/1.1/title> "Consent Ontology"^^xsd:string ;
-                                      <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> ;
-                                      <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit"^^xsd:string ;
-                                      <http://purl.org/dc/terms/created> "2018-08-24"^^xsd:date ;
-                                      <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> ;
-                                      <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time."^^xsd:string ;
-                                      <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> .
+@base <https://w3id.org/consent-mapping-jit#> .
+
+<https://w3id.org/consent-mapping-jit#> rdf:type owl:Ontology ;
+                                         owl:versionIRI <https://w3id.org/consent-mapping-jit/v/1.0#> ;
+                                         owl:imports <http://www.w3.org/ns/prov#> ;
+                                         <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne"^^xsd:string ;
+                                         <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time."^^xsd:string ;
+                                         <http://purl.org/dc/elements/1.1/title> "Consent Ontology"^^xsd:string ;
+                                         <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> ;
+                                         <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit"^^xsd:string ;
+                                         <http://purl.org/dc/terms/created> "2018-08-24"^^xsd:date ;
+                                         <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> ;
+                                         <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time."^^xsd:string ;
+                                         <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> .
 
 #################################################################
 #    Annotation properties
@@ -31,120 +31,120 @@
 #    Object Properties
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#forInclusion
-<http://adaptcentre.ie/consent/voc#forInclusion> rdf:type owl:ObjectProperty ,
-                                                          owl:FunctionalProperty ;
-                                                 rdfs:domain <http://adaptcentre.ie/consent/voc#Consent> ;
-                                                 rdfs:range <http://adaptcentre.ie/consent/voc#Inclusion> ;
-                                                 rdfs:comment "Indicates the inclusion for which consent was (not) given."^^xsd:string ,
-                                                              "for inclusion"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#forInclusion
+<https://w3id.org/consent-mapping-jit#forInclusion> rdf:type owl:ObjectProperty ,
+                                                             owl:FunctionalProperty ;
+                                                    rdfs:domain <https://w3id.org/consent-mapping-jit#Consent> ;
+                                                    rdfs:range <https://w3id.org/consent-mapping-jit#Inclusion> ;
+                                                    rdfs:comment "Indicates the inclusion for which consent was (not) given."^^xsd:string ,
+                                                                 "for inclusion"^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#givenBy
-<http://adaptcentre.ie/consent/voc#givenBy> rdf:type owl:ObjectProperty ,
-                                                     owl:FunctionalProperty ;
-                                            rdfs:domain <http://adaptcentre.ie/consent/voc#Consent> ;
-                                            rdfs:range <http://adaptcentre.ie/consent/voc#Consenting_Party> ;
-                                            rdfs:comment "Indicates who has given consent."^^xsd:string ,
-                                                         "given by"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#givenBy
+<https://w3id.org/consent-mapping-jit#givenBy> rdf:type owl:ObjectProperty ,
+                                                        owl:FunctionalProperty ;
+                                               rdfs:domain <https://w3id.org/consent-mapping-jit#Consent> ;
+                                               rdfs:range <https://w3id.org/consent-mapping-jit#Consenting_Party> ;
+                                               rdfs:comment "Indicates who has given consent."^^xsd:string ,
+                                                            "given by"^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#ofPolicy
-<http://adaptcentre.ie/consent/voc#ofPolicy> rdf:type owl:ObjectProperty ,
-                                                      owl:FunctionalProperty ;
-                                             rdfs:domain <http://adaptcentre.ie/consent/voc#Inclusion> ;
-                                             rdfs:range <http://adaptcentre.ie/consent/voc#Policy> ;
-                                             rdfs:comment "Refers to the policy of an inclusion."^^xsd:string ,
-                                                          "of policy"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#ofPolicy
+<https://w3id.org/consent-mapping-jit#ofPolicy> rdf:type owl:ObjectProperty ,
+                                                         owl:FunctionalProperty ;
+                                                rdfs:domain <https://w3id.org/consent-mapping-jit#Inclusion> ;
+                                                rdfs:range <https://w3id.org/consent-mapping-jit#Policy> ;
+                                                rdfs:comment "Refers to the policy of an inclusion."^^xsd:string ,
+                                                             "of policy"^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#ofPurpose
-<http://adaptcentre.ie/consent/voc#ofPurpose> rdf:type owl:ObjectProperty ,
-                                                       owl:FunctionalProperty ;
-                                              rdfs:domain <http://adaptcentre.ie/consent/voc#Inclusion> ;
-                                              rdfs:range <http://adaptcentre.ie/consent/voc#Purpose> ;
-                                              rdfs:comment "Refers to the purpose of an inclusion."^^xsd:string ,
-                                                           "of purpose"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#ofPurpose
+<https://w3id.org/consent-mapping-jit#ofPurpose> rdf:type owl:ObjectProperty ,
+                                                          owl:FunctionalProperty ;
+                                                 rdfs:domain <https://w3id.org/consent-mapping-jit#Inclusion> ;
+                                                 rdfs:range <https://w3id.org/consent-mapping-jit#Purpose> ;
+                                                 rdfs:comment "Refers to the purpose of an inclusion."^^xsd:string ,
+                                                              "of purpose"^^xsd:string .
 
 
 #################################################################
 #    Data properties
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#isGiven
-<http://adaptcentre.ie/consent/voc#isGiven> rdf:type owl:DatatypeProperty ,
-                                                     owl:FunctionalProperty ;
-                                            rdfs:domain <http://adaptcentre.ie/consent/voc#Consent> ;
-                                            rdfs:range xsd:boolean ;
-                                            rdfs:comment "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)."^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#isGiven
+<https://w3id.org/consent-mapping-jit#isGiven> rdf:type owl:DatatypeProperty ,
+                                                        owl:FunctionalProperty ;
+                                               rdfs:domain <https://w3id.org/consent-mapping-jit#Consent> ;
+                                               rdfs:range xsd:boolean ;
+                                               rdfs:comment "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)."^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#registeredOn
-<http://adaptcentre.ie/consent/voc#registeredOn> rdf:type owl:DatatypeProperty ,
-                                                          owl:FunctionalProperty ;
-                                                 rdfs:domain <http://adaptcentre.ie/consent/voc#Consent> ;
-                                                 rdfs:range xsd:dateTime ;
-                                                 rdfs:comment "Indicates when the consent instance was registered."^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#registeredOn
+<https://w3id.org/consent-mapping-jit#registeredOn> rdf:type owl:DatatypeProperty ,
+                                                             owl:FunctionalProperty ;
+                                                    rdfs:domain <https://w3id.org/consent-mapping-jit#Consent> ;
+                                                    rdfs:range xsd:dateTime ;
+                                                    rdfs:comment "Indicates when the consent instance was registered."^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#validUntil
-<http://adaptcentre.ie/consent/voc#validUntil> rdf:type owl:DatatypeProperty ,
-                                                        owl:FunctionalProperty ;
-                                               rdfs:domain <http://adaptcentre.ie/consent/voc#Consent> ;
-                                               rdfs:range xsd:dateTime ;
-                                               rdfs:comment "Indicates when consent expires."^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#validUntil
+<https://w3id.org/consent-mapping-jit#validUntil> rdf:type owl:DatatypeProperty ,
+                                                           owl:FunctionalProperty ;
+                                                  rdfs:domain <https://w3id.org/consent-mapping-jit#Consent> ;
+                                                  rdfs:range xsd:dateTime ;
+                                                  rdfs:comment "Indicates when consent expires."^^xsd:string .
 
 
 #################################################################
 #    Classes
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#Consent
-<http://adaptcentre.ie/consent/voc#Consent> rdf:type owl:Class ;
-                                            rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
-                                            rdfs:comment "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"."^^xsd:string ;
-                                            rdfs:label "Consent"^^xsd:string .
+###  http://www.w3.org/ns/prov#Agent
+<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .
 
 
-###  http://adaptcentre.ie/consent/voc#Consenting_Party
-<http://adaptcentre.ie/consent/voc#Consenting_Party> rdf:type owl:Class ;
-                                                     owl:equivalentClass [ rdf:type owl:Class ;
-                                                                           owl:unionOf ( <http://www.w3.org/ns/prov#Organization>
-                                                                                         <http://www.w3.org/ns/prov#Person>
-                                                                                       )
-                                                                         ] ;
-                                                     rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
-                                                     rdfs:comment "Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization."^^xsd:string ;
-                                                     rdfs:label "Consenting Party"^^xsd:string .
+###  http://www.w3.org/ns/prov#Entity
+<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .
 
 
-###  http://adaptcentre.ie/consent/voc#Inclusion
-<http://adaptcentre.ie/consent/voc#Inclusion> rdf:type owl:Class ;
-                                              rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
-                                              rdfs:comment "Inclusion represents the relation between a policy and a purpose."^^xsd:string ;
-                                              rdfs:label "Inlclusion"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#Consent
+<https://w3id.org/consent-mapping-jit#Consent> rdf:type owl:Class ;
+                                               rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
+                                               rdfs:comment "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"."^^xsd:string ;
+                                               rdfs:label "Consent"^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#Policy
-<http://adaptcentre.ie/consent/voc#Policy> rdf:type owl:Class ;
-                                           rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
-                                           rdfs:comment "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data."^^xsd:string ;
-                                           rdfs:label "Policy"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#Consenting_Party
+<https://w3id.org/consent-mapping-jit#Consenting_Party> rdf:type owl:Class ;
+                                                        owl:equivalentClass [ rdf:type owl:Class ;
+                                                                              owl:unionOf ( <http://www.w3.org/ns/prov#Organization>
+                                                                                            <http://www.w3.org/ns/prov#Person>
+                                                                                          )
+                                                                            ] ;
+                                                        rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ;
+                                                        rdfs:comment "Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization."^^xsd:string ;
+                                                        rdfs:label "Consenting Party"^^xsd:string .
 
 
-###  http://adaptcentre.ie/consent/voc#Purpose
-<http://adaptcentre.ie/consent/voc#Purpose> rdf:type owl:Class ;
-                                            rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
-                                            rdfs:comment "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising."^^xsd:string ;
-                                            rdfs:label "Purpose"^^xsd:string .
+###  https://w3id.org/consent-mapping-jit#Inclusion
+<https://w3id.org/consent-mapping-jit#Inclusion> rdf:type owl:Class ;
+                                                 rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
+                                                 rdfs:comment "Inclusion represents the relation between a policy and a purpose."^^xsd:string ;
+                                                 rdfs:label "Inlclusion"^^xsd:string .
 
 
-###  http://www.w3.org/ns/prov#Agent
-<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .
+###  https://w3id.org/consent-mapping-jit#Policy
+<https://w3id.org/consent-mapping-jit#Policy> rdf:type owl:Class ;
+                                              rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
+                                              rdfs:comment "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data."^^xsd:string ;
+                                              rdfs:label "Policy"^^xsd:string .
 
 
-###  http://www.w3.org/ns/prov#Entity
-<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .
+###  https://w3id.org/consent-mapping-jit#Purpose
+<https://w3id.org/consent-mapping-jit#Purpose> rdf:type owl:Class ;
+                                               rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
+                                               rdfs:comment "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising."^^xsd:string ;
+                                               rdfs:label "Purpose"^^xsd:string .
 
 
 #################################################################
@@ -152,11 +152,11 @@
 #################################################################
 
 [ rdf:type owl:AllDisjointClasses ;
-  owl:members ( <http://adaptcentre.ie/consent/voc#Consent>
-                <http://adaptcentre.ie/consent/voc#Consenting_Party>
-                <http://adaptcentre.ie/consent/voc#Inclusion>
-                <http://adaptcentre.ie/consent/voc#Policy>
-                <http://adaptcentre.ie/consent/voc#Purpose>
+  owl:members ( <https://w3id.org/consent-mapping-jit#Consent>
+                <https://w3id.org/consent-mapping-jit#Consenting_Party>
+                <https://w3id.org/consent-mapping-jit#Inclusion>
+                <https://w3id.org/consent-mapping-jit#Policy>
+                <https://w3id.org/consent-mapping-jit#Purpose>
               )
 ] .
 

File diff suppressed because it is too large
+ 3 - 3
index.html


File diff suppressed because it is too large
+ 3 - 3
ontology.html


+ 39 - 39
ontology.json

@@ -13,19 +13,28 @@
   "@type" : [ "http://www.w3.org/2002/07/owl#AllDisjointClasses" ],
   "http://www.w3.org/2002/07/owl#members" : [ {
     "@list" : [ {
-      "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+      "@id" : "https://w3id.org/consent-mapping-jit#Consent"
     }, {
-      "@id" : "http://adaptcentre.ie/consent/voc#Consenting_Party"
+      "@id" : "https://w3id.org/consent-mapping-jit#Consenting_Party"
     }, {
-      "@id" : "http://adaptcentre.ie/consent/voc#Inclusion"
+      "@id" : "https://w3id.org/consent-mapping-jit#Inclusion"
     }, {
-      "@id" : "http://adaptcentre.ie/consent/voc#Policy"
+      "@id" : "https://w3id.org/consent-mapping-jit#Policy"
     }, {
-      "@id" : "http://adaptcentre.ie/consent/voc#Purpose"
+      "@id" : "https://w3id.org/consent-mapping-jit#Purpose"
     } ]
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#",
+  "@id" : "http://www.w3.org/ns/prov#Agent",
+  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
+}, {
+  "@id" : "http://www.w3.org/ns/prov#Entity",
+  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
+}, {
+  "@id" : "http://www.w3.org/ns/prov#value",
+  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
+}, {
+  "@id" : "https://w3id.org/consent-mapping-jit#",
   "@type" : [ "http://www.w3.org/2002/07/owl#Ontology" ],
   "http://purl.org/dc/elements/1.1/creator" : [ {
     "@value" : "Christophe Debruyne"
@@ -59,10 +68,10 @@
     "@id" : "http://www.w3.org/ns/prov#"
   } ],
   "http://www.w3.org/2002/07/owl#versionIRI" : [ {
-    "@id" : "http://adaptcentre.ie/consent/1.0/voc#"
+    "@id" : "https://w3id.org/consent-mapping-jit/v/1.0#"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#Consent",
+  "@id" : "https://w3id.org/consent-mapping-jit#Consent",
   "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"."
@@ -74,7 +83,7 @@
     "@id" : "http://www.w3.org/ns/prov#Entity"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#Consenting_Party",
+  "@id" : "https://w3id.org/consent-mapping-jit#Consenting_Party",
   "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization."
@@ -89,7 +98,7 @@
     "@id" : "_:genid1"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#Inclusion",
+  "@id" : "https://w3id.org/consent-mapping-jit#Inclusion",
   "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Inclusion represents the relation between a policy and a purpose."
@@ -101,7 +110,7 @@
     "@id" : "http://www.w3.org/ns/prov#Entity"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#Policy",
+  "@id" : "https://w3id.org/consent-mapping-jit#Policy",
   "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data."
@@ -113,7 +122,7 @@
     "@id" : "http://www.w3.org/ns/prov#Entity"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#Purpose",
+  "@id" : "https://w3id.org/consent-mapping-jit#Purpose",
   "@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising."
@@ -125,7 +134,7 @@
     "@id" : "http://www.w3.org/ns/prov#Entity"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#forInclusion",
+  "@id" : "https://w3id.org/consent-mapping-jit#forInclusion",
   "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Indicates the inclusion for which consent was (not) given."
@@ -133,13 +142,13 @@
     "@value" : "for inclusion"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consent"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Inclusion"
+    "@id" : "https://w3id.org/consent-mapping-jit#Inclusion"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#givenBy",
+  "@id" : "https://w3id.org/consent-mapping-jit#givenBy",
   "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Indicates who has given consent."
@@ -147,25 +156,25 @@
     "@value" : "given by"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consent"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consenting_Party"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consenting_Party"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#isGiven",
+  "@id" : "https://w3id.org/consent-mapping-jit#isGiven",
   "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)."
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consent"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
     "@id" : "http://www.w3.org/2001/XMLSchema#boolean"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#ofPolicy",
+  "@id" : "https://w3id.org/consent-mapping-jit#ofPolicy",
   "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Refers to the policy of an inclusion."
@@ -173,13 +182,13 @@
     "@value" : "of policy"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Inclusion"
+    "@id" : "https://w3id.org/consent-mapping-jit#Inclusion"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Policy"
+    "@id" : "https://w3id.org/consent-mapping-jit#Policy"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#ofPurpose",
+  "@id" : "https://w3id.org/consent-mapping-jit#ofPurpose",
   "@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Refers to the purpose of an inclusion."
@@ -187,42 +196,33 @@
     "@value" : "of purpose"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Inclusion"
+    "@id" : "https://w3id.org/consent-mapping-jit#Inclusion"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Purpose"
+    "@id" : "https://w3id.org/consent-mapping-jit#Purpose"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#registeredOn",
+  "@id" : "https://w3id.org/consent-mapping-jit#registeredOn",
   "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Indicates when the consent instance was registered."
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consent"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
     "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
   } ]
 }, {
-  "@id" : "http://adaptcentre.ie/consent/voc#validUntil",
+  "@id" : "https://w3id.org/consent-mapping-jit#validUntil",
   "@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty", "http://www.w3.org/2002/07/owl#FunctionalProperty" ],
   "http://www.w3.org/2000/01/rdf-schema#comment" : [ {
     "@value" : "Indicates when consent expires."
   } ],
   "http://www.w3.org/2000/01/rdf-schema#domain" : [ {
-    "@id" : "http://adaptcentre.ie/consent/voc#Consent"
+    "@id" : "https://w3id.org/consent-mapping-jit#Consent"
   } ],
   "http://www.w3.org/2000/01/rdf-schema#range" : [ {
     "@id" : "http://www.w3.org/2001/XMLSchema#dateTime"
   } ]
-}, {
-  "@id" : "http://www.w3.org/ns/prov#Agent",
-  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
-}, {
-  "@id" : "http://www.w3.org/ns/prov#Entity",
-  "@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
-}, {
-  "@id" : "http://www.w3.org/ns/prov#value",
-  "@type" : [ "http://www.w3.org/2002/07/owl#AnnotationProperty" ]
 } ]

+ 99 - 99
ontology.nt

@@ -1,15 +1,15 @@
-<http://adaptcentre.ie/consent/voc#> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
-<http://adaptcentre.ie/consent/voc#> <http://www.w3.org/2002/07/owl#versionIRI> <http://adaptcentre.ie/consent/1.0/voc#> .
-<http://adaptcentre.ie/consent/voc#> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/ns/prov#> .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne" .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit" .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/elements/1.1/title> "Consent Ontology" .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/terms/created> "2018-08-24"^^<http://www.w3.org/2001/XMLSchema#date> .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> .
-<http://adaptcentre.ie/consent/voc#> <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> .
+<https://w3id.org/consent-mapping-jit#> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
+<https://w3id.org/consent-mapping-jit#> <http://www.w3.org/2002/07/owl#versionIRI> <https://w3id.org/consent-mapping-jit/v/1.0#> .
+<https://w3id.org/consent-mapping-jit#> <http://www.w3.org/2002/07/owl#imports> <http://www.w3.org/ns/prov#> .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne" .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/elements/1.1/creator> "Harshvardhan J. Pandit" .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/elements/1.1/title> "Consent Ontology" .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/terms/created> "2018-08-24"^^<http://www.w3.org/2001/XMLSchema#date> .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> .
+<https://w3id.org/consent-mapping-jit#> <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> .
 # 
 # 
 # #################################################################
@@ -31,37 +31,37 @@
 # #################################################################
 # 
 # 
-# http://adaptcentre.ie/consent/voc#forInclusion
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Consent> .
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/2000/01/rdf-schema#range> <http://adaptcentre.ie/consent/voc#Inclusion> .
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the inclusion for which consent was (not) given." .
-<http://adaptcentre.ie/consent/voc#forInclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "for inclusion" .
-# 
-# http://adaptcentre.ie/consent/voc#givenBy
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Consent> .
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/2000/01/rdf-schema#range> <http://adaptcentre.ie/consent/voc#Consenting_Party> .
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates who has given consent." .
-<http://adaptcentre.ie/consent/voc#givenBy> <http://www.w3.org/2000/01/rdf-schema#comment> "given by" .
-# 
-# http://adaptcentre.ie/consent/voc#ofPolicy
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Inclusion> .
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#range> <http://adaptcentre.ie/consent/voc#Policy> .
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "Refers to the policy of an inclusion." .
-<http://adaptcentre.ie/consent/voc#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "of policy" .
-# 
-# http://adaptcentre.ie/consent/voc#ofPurpose
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Inclusion> .
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#range> <http://adaptcentre.ie/consent/voc#Purpose> .
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Refers to the purpose of an inclusion." .
-<http://adaptcentre.ie/consent/voc#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "of purpose" .
+# https://w3id.org/consent-mapping-jit#forInclusion
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Consent> .
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/consent-mapping-jit#Inclusion> .
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the inclusion for which consent was (not) given." .
+<https://w3id.org/consent-mapping-jit#forInclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "for inclusion" .
+# 
+# https://w3id.org/consent-mapping-jit#givenBy
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Consent> .
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/consent-mapping-jit#Consenting_Party> .
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates who has given consent." .
+<https://w3id.org/consent-mapping-jit#givenBy> <http://www.w3.org/2000/01/rdf-schema#comment> "given by" .
+# 
+# https://w3id.org/consent-mapping-jit#ofPolicy
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Inclusion> .
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/consent-mapping-jit#Policy> .
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "Refers to the policy of an inclusion." .
+<https://w3id.org/consent-mapping-jit#ofPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "of policy" .
+# 
+# https://w3id.org/consent-mapping-jit#ofPurpose
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Inclusion> .
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#range> <https://w3id.org/consent-mapping-jit#Purpose> .
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Refers to the purpose of an inclusion." .
+<https://w3id.org/consent-mapping-jit#ofPurpose> <http://www.w3.org/2000/01/rdf-schema#comment> "of purpose" .
 # 
 # 
 # 
@@ -72,26 +72,26 @@
 # #################################################################
 # 
 # 
-# http://adaptcentre.ie/consent/voc#isGiven
-<http://adaptcentre.ie/consent/voc#isGiven> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
-<http://adaptcentre.ie/consent/voc#isGiven> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#isGiven> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Consent> .
-<http://adaptcentre.ie/consent/voc#isGiven> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
-<http://adaptcentre.ie/consent/voc#isGiven> <http://www.w3.org/2000/01/rdf-schema#comment> "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)." .
+# https://w3id.org/consent-mapping-jit#isGiven
+<https://w3id.org/consent-mapping-jit#isGiven> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<https://w3id.org/consent-mapping-jit#isGiven> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#isGiven> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Consent> .
+<https://w3id.org/consent-mapping-jit#isGiven> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
+<https://w3id.org/consent-mapping-jit#isGiven> <http://www.w3.org/2000/01/rdf-schema#comment> "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)." .
 # 
-# http://adaptcentre.ie/consent/voc#registeredOn
-<http://adaptcentre.ie/consent/voc#registeredOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
-<http://adaptcentre.ie/consent/voc#registeredOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#registeredOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Consent> .
-<http://adaptcentre.ie/consent/voc#registeredOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
-<http://adaptcentre.ie/consent/voc#registeredOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates when the consent instance was registered." .
+# https://w3id.org/consent-mapping-jit#registeredOn
+<https://w3id.org/consent-mapping-jit#registeredOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<https://w3id.org/consent-mapping-jit#registeredOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#registeredOn> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Consent> .
+<https://w3id.org/consent-mapping-jit#registeredOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
+<https://w3id.org/consent-mapping-jit#registeredOn> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates when the consent instance was registered." .
 # 
-# http://adaptcentre.ie/consent/voc#validUntil
-<http://adaptcentre.ie/consent/voc#validUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
-<http://adaptcentre.ie/consent/voc#validUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
-<http://adaptcentre.ie/consent/voc#validUntil> <http://www.w3.org/2000/01/rdf-schema#domain> <http://adaptcentre.ie/consent/voc#Consent> .
-<http://adaptcentre.ie/consent/voc#validUntil> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
-<http://adaptcentre.ie/consent/voc#validUntil> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates when consent expires." .
+# https://w3id.org/consent-mapping-jit#validUntil
+<https://w3id.org/consent-mapping-jit#validUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
+<https://w3id.org/consent-mapping-jit#validUntil> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
+<https://w3id.org/consent-mapping-jit#validUntil> <http://www.w3.org/2000/01/rdf-schema#domain> <https://w3id.org/consent-mapping-jit#Consent> .
+<https://w3id.org/consent-mapping-jit#validUntil> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
+<https://w3id.org/consent-mapping-jit#validUntil> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates when consent expires." .
 # 
 # 
 # 
@@ -102,15 +102,21 @@
 # #################################################################
 # 
 # 
-# http://adaptcentre.ie/consent/voc#Consent
-<http://adaptcentre.ie/consent/voc#Consent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
-<http://adaptcentre.ie/consent/voc#Consent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
-<http://adaptcentre.ie/consent/voc#Consent> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"." .
-<http://adaptcentre.ie/consent/voc#Consent> <http://www.w3.org/2000/01/rdf-schema#label> "Consent" .
+# http://www.w3.org/ns/prov#Agent
+<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# 
+# http://www.w3.org/ns/prov#Entity
+<http://www.w3.org/ns/prov#Entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# 
+# https://w3id.org/consent-mapping-jit#Consent
+<https://w3id.org/consent-mapping-jit#Consent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<https://w3id.org/consent-mapping-jit#Consent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
+<https://w3id.org/consent-mapping-jit#Consent> <http://www.w3.org/2000/01/rdf-schema#comment> "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"." .
+<https://w3id.org/consent-mapping-jit#Consent> <http://www.w3.org/2000/01/rdf-schema#label> "Consent" .
 # 
-# http://adaptcentre.ie/consent/voc#Consenting_Party
-<http://adaptcentre.ie/consent/voc#Consenting_Party> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
-<http://adaptcentre.ie/consent/voc#Consenting_Party> <http://www.w3.org/2002/07/owl#equivalentClass> _:genid1 .
+# https://w3id.org/consent-mapping-jit#Consenting_Party
+<https://w3id.org/consent-mapping-jit#Consenting_Party> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<https://w3id.org/consent-mapping-jit#Consenting_Party> <http://www.w3.org/2002/07/owl#equivalentClass> _:genid1 .
 _:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
 _:genid1 <http://www.w3.org/2002/07/owl#unionOf> _:genid3 .
 _:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
@@ -119,33 +125,27 @@ _:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid2 .
 _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
 _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/ns/prov#Person> .
 _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
-<http://adaptcentre.ie/consent/voc#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Agent> .
-<http://adaptcentre.ie/consent/voc#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#comment> "Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization." .
-<http://adaptcentre.ie/consent/voc#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#label> "Consenting Party" .
-# 
-# http://adaptcentre.ie/consent/voc#Inclusion
-<http://adaptcentre.ie/consent/voc#Inclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
-<http://adaptcentre.ie/consent/voc#Inclusion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
-<http://adaptcentre.ie/consent/voc#Inclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "Inclusion represents the relation between a policy and a purpose." .
-<http://adaptcentre.ie/consent/voc#Inclusion> <http://www.w3.org/2000/01/rdf-schema#label> "Inlclusion" .
-# 
-# http://adaptcentre.ie/consent/voc#Policy
-<http://adaptcentre.ie/consent/voc#Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
-<http://adaptcentre.ie/consent/voc#Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
-<http://adaptcentre.ie/consent/voc#Policy> <http://www.w3.org/2000/01/rdf-schema#comment> "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data." .
-<http://adaptcentre.ie/consent/voc#Policy> <http://www.w3.org/2000/01/rdf-schema#label> "Policy" .
-# 
-# http://adaptcentre.ie/consent/voc#Purpose
-<http://adaptcentre.ie/consent/voc#Purpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
-<http://adaptcentre.ie/consent/voc#Purpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
-<http://adaptcentre.ie/consent/voc#Purpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising." .
-<http://adaptcentre.ie/consent/voc#Purpose> <http://www.w3.org/2000/01/rdf-schema#label> "Purpose" .
+<https://w3id.org/consent-mapping-jit#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Agent> .
+<https://w3id.org/consent-mapping-jit#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#comment> "Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization." .
+<https://w3id.org/consent-mapping-jit#Consenting_Party> <http://www.w3.org/2000/01/rdf-schema#label> "Consenting Party" .
 # 
-# http://www.w3.org/ns/prov#Agent
-<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# https://w3id.org/consent-mapping-jit#Inclusion
+<https://w3id.org/consent-mapping-jit#Inclusion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<https://w3id.org/consent-mapping-jit#Inclusion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
+<https://w3id.org/consent-mapping-jit#Inclusion> <http://www.w3.org/2000/01/rdf-schema#comment> "Inclusion represents the relation between a policy and a purpose." .
+<https://w3id.org/consent-mapping-jit#Inclusion> <http://www.w3.org/2000/01/rdf-schema#label> "Inlclusion" .
 # 
-# http://www.w3.org/ns/prov#Entity
-<http://www.w3.org/ns/prov#Entity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+# https://w3id.org/consent-mapping-jit#Policy
+<https://w3id.org/consent-mapping-jit#Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<https://w3id.org/consent-mapping-jit#Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
+<https://w3id.org/consent-mapping-jit#Policy> <http://www.w3.org/2000/01/rdf-schema#comment> "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data." .
+<https://w3id.org/consent-mapping-jit#Policy> <http://www.w3.org/2000/01/rdf-schema#label> "Policy" .
+# 
+# https://w3id.org/consent-mapping-jit#Purpose
+<https://w3id.org/consent-mapping-jit#Purpose> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
+<https://w3id.org/consent-mapping-jit#Purpose> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Entity> .
+<https://w3id.org/consent-mapping-jit#Purpose> <http://www.w3.org/2000/01/rdf-schema#comment> "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising." .
+<https://w3id.org/consent-mapping-jit#Purpose> <http://www.w3.org/2000/01/rdf-schema#label> "Purpose" .
 # 
 # 
 # 
@@ -159,19 +159,19 @@ _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/19
 _:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
 _:genid4 <http://www.w3.org/2002/07/owl#members> _:genid9 .
 _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
-_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://adaptcentre.ie/consent/voc#Consent> .
+_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/consent-mapping-jit#Consent> .
 _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid8 .
 _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
-_:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://adaptcentre.ie/consent/voc#Consenting_Party> .
+_:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/consent-mapping-jit#Consenting_Party> .
 _:genid8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid7 .
 _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
-_:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://adaptcentre.ie/consent/voc#Inclusion> .
+_:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/consent-mapping-jit#Inclusion> .
 _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid6 .
 _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
-_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://adaptcentre.ie/consent/voc#Policy> .
+_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/consent-mapping-jit#Policy> .
 _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid5 .
 _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
-_:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://adaptcentre.ie/consent/voc#Purpose> .
+_:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <https://w3id.org/consent-mapping-jit#Purpose> .
 _:genid5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
 # 
 # Generated by the OWL API (version 5.1.7) https://github.com/owlcs/owlapi/

+ 35 - 35
ontology.ttl

@@ -1,23 +1,23 @@
-@prefix : <http://adaptcentre.ie/consent/voc#> .
+@prefix : <https://w3id.org/consent-mapping-jit#> .
 @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://adaptcentre.ie/consent/voc#> .
-
-<http://adaptcentre.ie/consent/voc#> rdf:type owl:Ontology ;
-                                      owl:versionIRI <http://adaptcentre.ie/consent/1.0/voc#> ;
-                                      owl:imports <http://www.w3.org/ns/prov#> ;
-                                      <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne" ,
-                                                                                "Harshvardhan J. Pandit" ;
-                                      <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." ;
-                                      <http://purl.org/dc/elements/1.1/title> "Consent Ontology" ;
-                                      <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." ;
-                                      <http://purl.org/dc/terms/created> "2018-08-24"^^xsd:date ;
-                                      <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> ;
-                                      <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> ;
-                                      <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> .
+@base <https://w3id.org/consent-mapping-jit#> .
+
+<https://w3id.org/consent-mapping-jit#> rdf:type owl:Ontology ;
+                                         owl:versionIRI <https://w3id.org/consent-mapping-jit/v/1.0#> ;
+                                         owl:imports <http://www.w3.org/ns/prov#> ;
+                                         <http://purl.org/dc/elements/1.1/creator> "Christophe Debruyne" ,
+                                                                                   "Harshvardhan J. Pandit" ;
+                                         <http://purl.org/dc/elements/1.1/description> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." ;
+                                         <http://purl.org/dc/elements/1.1/title> "Consent Ontology" ;
+                                         <http://purl.org/dc/terms/abstract> "An ontology for representing consent information that has been stored by an organization in terms of policies, purposes, inclusions (a concept for the relation between policies and purposes), consenting parties and consent. It extends PROV-O as policies, purposes, inclusions and consent are instances of prov:Entity, allowing us to model changes over time." ;
+                                         <http://purl.org/dc/terms/created> "2018-08-24"^^xsd:date ;
+                                         <http://purl.org/dc/terms/license> "http://creativecommons.org/licenses/by/4.0/"^^<https://w3.org/2001/XMLSchema#anyURI> ;
+                                         <http://purl.org/dc/terms/publisher> <http://purl.org/adaptcentre/people/ADAPT> ;
+                                         <http://purl.org/ontology/bibo/status> <http://purl.org/ontology/bibo/status/draft> .
 
 #################################################################
 #    Annotation properties
@@ -31,7 +31,7 @@
 #    Object Properties
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#forInclusion
+###  https://w3id.org/consent-mapping-jit#forInclusion
 :forInclusion rdf:type owl:ObjectProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Consent ;
@@ -40,7 +40,7 @@
                            "for inclusion" .
 
 
-###  http://adaptcentre.ie/consent/voc#givenBy
+###  https://w3id.org/consent-mapping-jit#givenBy
 :givenBy rdf:type owl:ObjectProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Consent ;
@@ -49,7 +49,7 @@
                       "given by" .
 
 
-###  http://adaptcentre.ie/consent/voc#ofPolicy
+###  https://w3id.org/consent-mapping-jit#ofPolicy
 :ofPolicy rdf:type owl:ObjectProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Inclusion ;
@@ -58,7 +58,7 @@
                        "of policy" .
 
 
-###  http://adaptcentre.ie/consent/voc#ofPurpose
+###  https://w3id.org/consent-mapping-jit#ofPurpose
 :ofPurpose rdf:type owl:ObjectProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Inclusion ;
@@ -71,7 +71,7 @@
 #    Data properties
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#isGiven
+###  https://w3id.org/consent-mapping-jit#isGiven
 :isGiven rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Consent ;
@@ -79,7 +79,7 @@
          rdfs:comment "Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.)." .
 
 
-###  http://adaptcentre.ie/consent/voc#registeredOn
+###  https://w3id.org/consent-mapping-jit#registeredOn
 :registeredOn rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Consent ;
@@ -87,7 +87,7 @@
               rdfs:comment "Indicates when the consent instance was registered." .
 
 
-###  http://adaptcentre.ie/consent/voc#validUntil
+###  https://w3id.org/consent-mapping-jit#validUntil
 :validUntil rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Consent ;
@@ -99,14 +99,22 @@
 #    Classes
 #################################################################
 
-###  http://adaptcentre.ie/consent/voc#Consent
+###  http://www.w3.org/ns/prov#Agent
+<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .
+
+
+###  http://www.w3.org/ns/prov#Entity
+<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .
+
+
+###  https://w3id.org/consent-mapping-jit#Consent
 :Consent rdf:type owl:Class ;
          rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
          rdfs:comment "Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a \"yes\" or a \"no\". We treat the absence of the predicate isGiven as a \"no\"." ;
          rdfs:label "Consent" .
 
 
-###  http://adaptcentre.ie/consent/voc#Consenting_Party
+###  https://w3id.org/consent-mapping-jit#Consenting_Party
 :Consenting_Party rdf:type owl:Class ;
                   owl:equivalentClass [ rdf:type owl:Class ;
                                         owl:unionOf ( <http://www.w3.org/ns/prov#Organization>
@@ -118,35 +126,27 @@
                   rdfs:label "Consenting Party" .
 
 
-###  http://adaptcentre.ie/consent/voc#Inclusion
+###  https://w3id.org/consent-mapping-jit#Inclusion
 :Inclusion rdf:type owl:Class ;
            rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
            rdfs:comment "Inclusion represents the relation between a policy and a purpose." ;
            rdfs:label "Inlclusion" .
 
 
-###  http://adaptcentre.ie/consent/voc#Policy
+###  https://w3id.org/consent-mapping-jit#Policy
 :Policy rdf:type owl:Class ;
         rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
         rdfs:comment "Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data." ;
         rdfs:label "Policy" .
 
 
-###  http://adaptcentre.ie/consent/voc#Purpose
+###  https://w3id.org/consent-mapping-jit#Purpose
 :Purpose rdf:type owl:Class ;
          rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ;
          rdfs:comment "Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising." ;
          rdfs:label "Purpose" .
 
 
-###  http://www.w3.org/ns/prov#Agent
-<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .
-
-
-###  http://www.w3.org/ns/prov#Entity
-<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .
-
-
 #################################################################
 #    General axioms
 #################################################################

+ 58 - 58
ontology.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<rdf:RDF xmlns="http://adaptcentre.ie/consent/voc#"
-     xml:base="http://adaptcentre.ie/consent/voc"
+<rdf:RDF xmlns="https://w3id.org/consent-mapping-jit#"
+     xml:base="https://w3id.org/consent-mapping-jit"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
      xmlns:owl="http://www.w3.org/2002/07/owl#"
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@@ -11,8 +11,8 @@
      xmlns:prov="http://www.w3.org/ns/prov#"
      xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
      xmlns:terms="http://purl.org/dc/terms/">
-    <owl:Ontology rdf:about="http://adaptcentre.ie/consent/voc#">
-        <owl:versionIRI rdf:resource="http://adaptcentre.ie/consent/1.0/voc#"/>
+    <owl:Ontology rdf:about="https://w3id.org/consent-mapping-jit#">
+        <owl:versionIRI rdf:resource="https://w3id.org/consent-mapping-jit/v/1.0#"/>
         <owl:imports rdf:resource="http://www.w3.org/ns/prov#"/>
         <dc:creator>Christophe Debruyne</dc:creator>
         <dc:creator>Harshvardhan J. Pandit</dc:creator>
@@ -58,52 +58,52 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#forInclusion -->
+    <!-- https://w3id.org/consent-mapping-jit#forInclusion -->
 
 
-    <owl:ObjectProperty rdf:about="http://adaptcentre.ie/consent/voc#forInclusion">
+    <owl:ObjectProperty rdf:about="https://w3id.org/consent-mapping-jit#forInclusion">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Consent"/>
-        <rdfs:range rdf:resource="http://adaptcentre.ie/consent/voc#Inclusion"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Consent"/>
+        <rdfs:range rdf:resource="https://w3id.org/consent-mapping-jit#Inclusion"/>
         <rdfs:comment>Indicates the inclusion for which consent was (not) given.</rdfs:comment>
         <rdfs:comment>for inclusion</rdfs:comment>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#givenBy -->
+    <!-- https://w3id.org/consent-mapping-jit#givenBy -->
 
 
-    <owl:ObjectProperty rdf:about="http://adaptcentre.ie/consent/voc#givenBy">
+    <owl:ObjectProperty rdf:about="https://w3id.org/consent-mapping-jit#givenBy">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Consent"/>
-        <rdfs:range rdf:resource="http://adaptcentre.ie/consent/voc#Consenting_Party"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Consent"/>
+        <rdfs:range rdf:resource="https://w3id.org/consent-mapping-jit#Consenting_Party"/>
         <rdfs:comment>Indicates who has given consent.</rdfs:comment>
         <rdfs:comment>given by</rdfs:comment>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#ofPolicy -->
+    <!-- https://w3id.org/consent-mapping-jit#ofPolicy -->
 
 
-    <owl:ObjectProperty rdf:about="http://adaptcentre.ie/consent/voc#ofPolicy">
+    <owl:ObjectProperty rdf:about="https://w3id.org/consent-mapping-jit#ofPolicy">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Inclusion"/>
-        <rdfs:range rdf:resource="http://adaptcentre.ie/consent/voc#Policy"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Inclusion"/>
+        <rdfs:range rdf:resource="https://w3id.org/consent-mapping-jit#Policy"/>
         <rdfs:comment>Refers to the policy of an inclusion.</rdfs:comment>
         <rdfs:comment>of policy</rdfs:comment>
     </owl:ObjectProperty>
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#ofPurpose -->
+    <!-- https://w3id.org/consent-mapping-jit#ofPurpose -->
 
 
-    <owl:ObjectProperty rdf:about="http://adaptcentre.ie/consent/voc#ofPurpose">
+    <owl:ObjectProperty rdf:about="https://w3id.org/consent-mapping-jit#ofPurpose">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Inclusion"/>
-        <rdfs:range rdf:resource="http://adaptcentre.ie/consent/voc#Purpose"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Inclusion"/>
+        <rdfs:range rdf:resource="https://w3id.org/consent-mapping-jit#Purpose"/>
         <rdfs:comment>Refers to the purpose of an inclusion.</rdfs:comment>
         <rdfs:comment>of purpose</rdfs:comment>
     </owl:ObjectProperty>
@@ -122,36 +122,36 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#isGiven -->
+    <!-- https://w3id.org/consent-mapping-jit#isGiven -->
 
 
-    <owl:DatatypeProperty rdf:about="http://adaptcentre.ie/consent/voc#isGiven">
+    <owl:DatatypeProperty rdf:about="https://w3id.org/consent-mapping-jit#isGiven">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Consent"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Consent"/>
         <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
         <rdfs:comment>Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.).</rdfs:comment>
     </owl:DatatypeProperty>
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#registeredOn -->
+    <!-- https://w3id.org/consent-mapping-jit#registeredOn -->
 
 
-    <owl:DatatypeProperty rdf:about="http://adaptcentre.ie/consent/voc#registeredOn">
+    <owl:DatatypeProperty rdf:about="https://w3id.org/consent-mapping-jit#registeredOn">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Consent"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Consent"/>
         <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
         <rdfs:comment>Indicates when the consent instance was registered.</rdfs:comment>
     </owl:DatatypeProperty>
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#validUntil -->
+    <!-- https://w3id.org/consent-mapping-jit#validUntil -->
 
 
-    <owl:DatatypeProperty rdf:about="http://adaptcentre.ie/consent/voc#validUntil">
+    <owl:DatatypeProperty rdf:about="https://w3id.org/consent-mapping-jit#validUntil">
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="http://adaptcentre.ie/consent/voc#Consent"/>
+        <rdfs:domain rdf:resource="https://w3id.org/consent-mapping-jit#Consent"/>
         <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
         <rdfs:comment>Indicates when consent expires.</rdfs:comment>
     </owl:DatatypeProperty>
@@ -170,10 +170,24 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#Consent -->
+    <!-- http://www.w3.org/ns/prov#Agent -->
+
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent"/>
+    
+
+
+    <!-- http://www.w3.org/ns/prov#Entity -->
+
+
+    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity"/>
+    
+
+
+    <!-- https://w3id.org/consent-mapping-jit#Consent -->
 
 
-    <owl:Class rdf:about="http://adaptcentre.ie/consent/voc#Consent">
+    <owl:Class rdf:about="https://w3id.org/consent-mapping-jit#Consent">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:comment>Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a &quot;yes&quot; or a &quot;no&quot;. We treat the absence of the predicate isGiven as a &quot;no&quot;.</rdfs:comment>
         <rdfs:label>Consent</rdfs:label>
@@ -181,10 +195,10 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#Consenting_Party -->
+    <!-- https://w3id.org/consent-mapping-jit#Consenting_Party -->
 
 
-    <owl:Class rdf:about="http://adaptcentre.ie/consent/voc#Consenting_Party">
+    <owl:Class rdf:about="https://w3id.org/consent-mapping-jit#Consenting_Party">
         <owl:equivalentClass>
             <owl:Class>
                 <owl:unionOf rdf:parseType="Collection">
@@ -200,10 +214,10 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#Inclusion -->
+    <!-- https://w3id.org/consent-mapping-jit#Inclusion -->
 
 
-    <owl:Class rdf:about="http://adaptcentre.ie/consent/voc#Inclusion">
+    <owl:Class rdf:about="https://w3id.org/consent-mapping-jit#Inclusion">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:comment>Inclusion represents the relation between a policy and a purpose.</rdfs:comment>
         <rdfs:label>Inlclusion</rdfs:label>
@@ -211,10 +225,10 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#Policy -->
+    <!-- https://w3id.org/consent-mapping-jit#Policy -->
 
 
-    <owl:Class rdf:about="http://adaptcentre.ie/consent/voc#Policy">
+    <owl:Class rdf:about="https://w3id.org/consent-mapping-jit#Policy">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:comment>Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data.</rdfs:comment>
         <rdfs:label>Policy</rdfs:label>
@@ -222,10 +236,10 @@
     
 
 
-    <!-- http://adaptcentre.ie/consent/voc#Purpose -->
+    <!-- https://w3id.org/consent-mapping-jit#Purpose -->
 
 
-    <owl:Class rdf:about="http://adaptcentre.ie/consent/voc#Purpose">
+    <owl:Class rdf:about="https://w3id.org/consent-mapping-jit#Purpose">
         <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Entity"/>
         <rdfs:comment>Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising.</rdfs:comment>
         <rdfs:label>Purpose</rdfs:label>
@@ -233,20 +247,6 @@
     
 
 
-    <!-- http://www.w3.org/ns/prov#Agent -->
-
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Agent"/>
-    
-
-
-    <!-- http://www.w3.org/ns/prov#Entity -->
-
-
-    <owl:Class rdf:about="http://www.w3.org/ns/prov#Entity"/>
-    
-
-
     <!-- 
     ///////////////////////////////////////////////////////////////////////////////////////
     //
@@ -259,11 +259,11 @@
     <rdf:Description>
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
         <owl:members rdf:parseType="Collection">
-            <rdf:Description rdf:about="http://adaptcentre.ie/consent/voc#Consent"/>
-            <rdf:Description rdf:about="http://adaptcentre.ie/consent/voc#Consenting_Party"/>
-            <rdf:Description rdf:about="http://adaptcentre.ie/consent/voc#Inclusion"/>
-            <rdf:Description rdf:about="http://adaptcentre.ie/consent/voc#Policy"/>
-            <rdf:Description rdf:about="http://adaptcentre.ie/consent/voc#Purpose"/>
+            <rdf:Description rdf:about="https://w3id.org/consent-mapping-jit#Consent"/>
+            <rdf:Description rdf:about="https://w3id.org/consent-mapping-jit#Consenting_Party"/>
+            <rdf:Description rdf:about="https://w3id.org/consent-mapping-jit#Inclusion"/>
+            <rdf:Description rdf:about="https://w3id.org/consent-mapping-jit#Policy"/>
+            <rdf:Description rdf:about="https://w3id.org/consent-mapping-jit#Purpose"/>
         </owl:members>
     </rdf:Description>
 </rdf:RDF>

+ 2 - 2
provenance/provenance-en.html

@@ -7,10 +7,10 @@
 
 <body>
 <div class="head">
-<h1>Provenance for An Ontology for Consent-aware Mapping Engine for Generating Documentation (http://adaptcentre.ie/consent/1.0/voc)</h1>
+<h1>Provenance for An Ontology for Consent-aware Mapping Engine for Generating Documentation (https://w3id.org/consent-mapping-jit/v/1.0#)</h1>
 <ul>
 	<li>Ontology created by: :
- Christophe Debruyne, Harshvardhan J. Pandit (Trinity College Dublin),</li><li>http://adaptcentre.ie/consent/1.0/voc is a specialization of the generic URI http://adaptcentre.ie/consent/voc#</li>
+ Christophe Debruyne, Harshvardhan J. Pandit (Trinity College Dublin),</li><li>https://w3id.org/consent-mapping-jit/v/1.0# is a specialization of the generic URI https://w3id.org/consent-mapping-jit#</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-24</ul>
 </div>

+ 2 - 2
provenance/provenance-en.ttl

@@ -1,11 +1,11 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix dc: <http://purl.org/dc/terms/> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .
-<http://adaptcentre.ie/consent/1.0/voc> a prov:Entity;
+<https://w3id.org/consent-mapping-jit/v/1.0#> a prov:Entity;
 	 dc:title "An Ontology for Consent-aware Mapping Engine for Generating";
 	 prov:wasAttributedTo :agent0;
 	 prov:wasAttributedTo <https://github.com/dgarijo/Widoco/>,<http://www.essepuntato.it/lode/>;
-	 prov:specializationOf <http://adaptcentre.ie/consent/voc#>;
+	 prov:specializationOf <https://w3id.org/consent-mapping-jit#>;
 	 prov:wasGeneratedAt "2018-08-24";
 .
 :agent0 a prov:Agent; foaf:name "Christophe Debruyne, Harshvardhan J. Pandit".

+ 68 - 66
sections/crossref-en.html

@@ -4,20 +4,20 @@ This section provides details for each class and property defined by Consent.
    <h3 id="classes-headline" class="list">Classes</h3>
    <ul class="hlist">
       <li>
-         <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+         <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
       </li>
       <li>
          <a href="#Consenting_Party"
-            title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
+            title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
       </li>
       <li>
-         <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
+         <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
       </li>
       <li>
-         <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
+         <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
       </li>
       <li>
-         <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+         <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
       </li>
    </ul>
    <div class="entity" id="Consent">
@@ -26,7 +26,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#Consent</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Consent</p>
       <div class="comment">
          <span class="markdown">Consent represents the result of a consenting party reacting to a consent request (which may be requested by means of a form). As a consent needs to be informed and explicit, we ideally capture the consent as a "yes" or a "no". We treat the absence of the predicate isGiven as a "no".</span>
       </div>
@@ -38,20 +38,21 @@ This section provides details for each class and property defined by Consent.
          </dd>
          <dt>is in domain of</dt>
          <dd>
-            <a href="#forInclusion" title="http://adaptcentre.ie/consent/voc#forInclusion">for inclusion</a>
-            <sup class="type-op" title="object property">op</sup>, <a href="#givenBy" title="http://adaptcentre.ie/consent/voc#givenBy">given by</a>
-            <sup class="type-op" title="object property">op</sup>, <a href="#isGiven" title="http://adaptcentre.ie/consent/voc#isGiven">is given</a>
-            <sup class="type-dp" title="data property">dp</sup>, <a href="#registeredOn" title="http://adaptcentre.ie/consent/voc#registeredOn">registered on</a>
-            <sup class="type-dp" title="data property">dp</sup>, <a href="#validUntil" title="http://adaptcentre.ie/consent/voc#validUntil">valid until</a>
+            <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">for inclusion</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">given by</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#isGiven" title="https://w3id.org/consent-mapping-jit#isGiven">is given</a>
+            <sup class="type-dp" title="data property">dp</sup>, <a href="#registeredOn"
+               title="https://w3id.org/consent-mapping-jit#registeredOn">registered on</a>
+            <sup class="type-dp" title="data property">dp</sup>, <a href="#validUntil" title="https://w3id.org/consent-mapping-jit#validUntil">valid until</a>
             <sup class="type-dp" title="data property">dp</sup>
          </dd>
          <dt>is disjoint with</dt>
          <dd>
             <a href="#Consenting_Party"
-               title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+               title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
             <sup class="type-c" title="class">c</sup>
          </dd>
       </dl>
@@ -62,7 +63,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#Consenting_Party</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Consenting_Party</p>
       <div class="comment">
          <span class="markdown">Consenting Party is used to represent a person, or an agent acting on behalf of someone giving their consent for the purposes that are included in a policy. It is equivalent with the concept-union of prov:Person and prof:Organization.</span>
       </div>
@@ -80,15 +81,15 @@ This section provides details for each class and property defined by Consent.
          </dd>
          <dt>is in range of</dt>
          <dd>
-            <a href="#givenBy" title="http://adaptcentre.ie/consent/voc#givenBy">given by</a>
+            <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">given by</a>
             <sup class="type-op" title="object property">op</sup>
          </dd>
          <dt>is disjoint with</dt>
          <dd>
-            <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+            <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
             <sup class="type-c" title="class">c</sup>
          </dd>
       </dl>
@@ -99,7 +100,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#Inclusion</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Inclusion</p>
       <div class="comment">
          <span class="markdown">Inclusion represents the relation between a policy and a purpose.</span>
       </div>
@@ -111,22 +112,22 @@ This section provides details for each class and property defined by Consent.
          </dd>
          <dt>is in domain of</dt>
          <dd>
-            <a href="#ofPolicy" title="http://adaptcentre.ie/consent/voc#ofPolicy">of policy</a>
-            <sup class="type-op" title="object property">op</sup>, <a href="#ofPurpose" title="http://adaptcentre.ie/consent/voc#ofPurpose">of purpose</a>
+            <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">of policy</a>
+            <sup class="type-op" title="object property">op</sup>, <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">of purpose</a>
             <sup class="type-op" title="object property">op</sup>
          </dd>
          <dt>is in range of</dt>
          <dd>
-            <a href="#forInclusion" title="http://adaptcentre.ie/consent/voc#forInclusion">for inclusion</a>
+            <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">for inclusion</a>
             <sup class="type-op" title="object property">op</sup>
          </dd>
          <dt>is disjoint with</dt>
          <dd>
-            <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+            <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
             <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
-               title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+               title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
             <sup class="type-c" title="class">c</sup>
          </dd>
       </dl>
@@ -137,7 +138,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#Policy</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Policy</p>
       <div class="comment">
          <span class="markdown">Policy is an abstract concept for representing things such as Terms and Conditions, Data Privacy Policies, etc. All of which encompass various notions of user rights, user obligations and what a service intends to do with the data.</span>
       </div>
@@ -149,16 +150,16 @@ This section provides details for each class and property defined by Consent.
          </dd>
          <dt>is in range of</dt>
          <dd>
-            <a href="#ofPolicy" title="http://adaptcentre.ie/consent/voc#ofPolicy">of policy</a>
+            <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">of policy</a>
             <sup class="type-op" title="object property">op</sup>
          </dd>
          <dt>is disjoint with</dt>
          <dd>
-            <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+            <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
             <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
-               title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+               title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
             <sup class="type-c" title="class">c</sup>
          </dd>
       </dl>
@@ -169,7 +170,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#Purpose</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#Purpose</p>
       <div class="comment">
          <span class="markdown">Purpose is a concept for representing the purpose of using (personal) data. This may range from using email addresses to send a newsletter to using one’s profile and purchase history for targeted advertising.</span>
       </div>
@@ -181,16 +182,16 @@ This section provides details for each class and property defined by Consent.
          </dd>
          <dt>is in range of</dt>
          <dd>
-            <a href="#ofPurpose" title="http://adaptcentre.ie/consent/voc#ofPurpose">of purpose</a>
+            <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">of purpose</a>
             <sup class="type-op" title="object property">op</sup>
          </dd>
          <dt>is disjoint with</dt>
          <dd>
-            <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+            <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
             <sup class="type-c" title="class">c</sup>, <a href="#Consenting_Party"
-               title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
-            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
+               title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
+            <sup class="type-c" title="class">c</sup>, <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
             <sup class="type-c" title="class">c</sup>
          </dd>
       </dl>
@@ -199,22 +200,22 @@ This section provides details for each class and property defined by Consent.
    <h3 id="properties" class="list">Object Properties</h3>
    <ul class="hlist">
       <li>
-         <a href="#forInclusion" title="http://adaptcentre.ie/consent/voc#forInclusion">
+         <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">
             <span>for inclusion</span>
          </a>
       </li>
       <li>
-         <a href="#givenBy" title="http://adaptcentre.ie/consent/voc#givenBy">
+         <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">
             <span>given by</span>
          </a>
       </li>
       <li>
-         <a href="#ofPolicy" title="http://adaptcentre.ie/consent/voc#ofPolicy">
+         <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">
             <span>of policy</span>
          </a>
       </li>
       <li>
-         <a href="#ofPurpose" title="http://adaptcentre.ie/consent/voc#ofPurpose">
+         <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">
             <span>of purpose</span>
          </a>
       </li>
@@ -225,7 +226,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#forInclusion</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#forInclusion</p>
       <div class="comment">
          <span class="markdown">Indicates the inclusion for which consent was (not) given.</span>
       </div>
@@ -235,12 +236,12 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+               <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
             <dd>
-               <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
+               <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
          </dl>
@@ -252,7 +253,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#givenBy</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#givenBy</p>
       <div class="comment">
          <span class="markdown">Indicates who has given consent.</span>
       </div>
@@ -262,13 +263,13 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+               <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
             <dd>
                <a href="#Consenting_Party"
-                  title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
+                  title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
          </dl>
@@ -280,7 +281,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#ofPolicy</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#ofPolicy</p>
       <div class="comment">
          <span class="markdown">Refers to the policy of an inclusion.</span>
       </div>
@@ -290,12 +291,12 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
+               <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
             <dd>
-               <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
+               <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
          </dl>
@@ -307,7 +308,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#ofPurpose</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#ofPurpose</p>
       <div class="comment">
          <span class="markdown">Refers to the purpose of an inclusion.</span>
       </div>
@@ -317,12 +318,12 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
+               <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
             <dd>
-               <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+               <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
          </dl>
@@ -332,17 +333,18 @@ This section provides details for each class and property defined by Consent.
    <h3 id="dataproperties-headline" class="list">Data Properties</h3>
    <ul class="hlist">
       <li>
-         <a href="#isGiven" title="http://adaptcentre.ie/consent/voc#isGiven">
+         <a href="#isGiven" title="https://w3id.org/consent-mapping-jit#isGiven">
             <span>is given</span>
          </a>
       </li>
       <li>
-         <a href="#registeredOn" title="http://adaptcentre.ie/consent/voc#registeredOn">
+         <a href="#registeredOn"
+            title="https://w3id.org/consent-mapping-jit#registeredOn">
             <span>registered on</span>
          </a>
       </li>
       <li>
-         <a href="#validUntil" title="http://adaptcentre.ie/consent/voc#validUntil">
+         <a href="#validUntil" title="https://w3id.org/consent-mapping-jit#validUntil">
             <span>valid until</span>
          </a>
       </li>
@@ -353,7 +355,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#isGiven</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#isGiven</p>
       <div class="comment">
          <span class="markdown">Captures whether the consent is given. True means that consent was given, and false means that the consent is not given (rejected, withdrawn, etc.).</span>
       </div>
@@ -363,7 +365,7 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+               <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
@@ -379,7 +381,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#registeredOn</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#registeredOn</p>
       <div class="comment">
          <span class="markdown">Indicates when the consent instance was registered.</span>
       </div>
@@ -389,7 +391,7 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+               <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>
@@ -405,7 +407,7 @@ This section provides details for each class and property defined by Consent.
          </span>
       </h3>
       <p>
-         <strong>IRI:</strong> http://adaptcentre.ie/consent/voc#validUntil</p>
+         <strong>IRI:</strong> https://w3id.org/consent-mapping-jit#validUntil</p>
       <div class="comment">
          <span class="markdown">Indicates when consent expires.</span>
       </div>
@@ -415,7 +417,7 @@ This section provides details for each class and property defined by Consent.
          <dl>
             <dt>has domain</dt>
             <dd>
-               <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+               <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
                <sup class="type-c" title="class">c</sup>
             </dd>
             <dt>has range</dt>

+ 8 - 7
sections/introduction-en.html

@@ -7,19 +7,20 @@ This is a place holder text for the introduction. The introduction should briefl
 <table>
 <caption> <a href="#ns"> Table 1</a>: Namespaces used in the document </caption>
 <tbody>
-<tr><td><b>xmlschema</b></td><td>&lt;https://w3.org/2001/XMLSchema&gt;</td></tr>
+<tr><td><b>consent</b></td><td>&lt;https://w3id.org/consent-mapping-jit#&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>rdf</b></td><td>&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns&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>owl</b></td><td>&lt;http://www.w3.org/2002/07/owl&gt;</td></tr>
-<tr><td><b>dc</b></td><td>&lt;http://purl.org/dc/elements/1.1&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>core</b></td><td>&lt;http://purl.org/vocab/frbr/core&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>bibo</b></td><td>&lt;http://purl.org/ontology/bibo&gt;</td></tr>
-<tr><td><b>core</b></td><td>&lt;http://purl.org/vocab/frbr/core&gt;</td></tr>
-<tr><td><b>people</b></td><td>&lt;http://purl.org/adaptcentre/people&gt;</td></tr>
 <tr><td><b>prov</b></td><td>&lt;http://www.w3.org/ns/prov&gt;</td></tr>
+<tr><td><b>default namespace</b></td><td>&lt;https://w3id.org/consent-mapping-jit&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>
-<tr><td><b>consent</b></td><td>&lt;http://adaptcentre.ie/consent/voc#&gt;</td></tr>
 </tbody>
 </table>
 </div>

+ 13 - 12
sections/overview-en.html

@@ -4,55 +4,56 @@ This ontology has the following classes and properties.</span>
 <h4>Classes</h4>
 <ul class="hlist">
    <li>
-      <a href="#Consent" title="http://adaptcentre.ie/consent/voc#Consent">Consent</a>
+      <a href="#Consent" title="https://w3id.org/consent-mapping-jit#Consent">Consent</a>
    </li>
    <li>
       <a href="#Consenting_Party"
-         title="http://adaptcentre.ie/consent/voc#Consenting_Party">Consenting Party</a>
+         title="https://w3id.org/consent-mapping-jit#Consenting_Party">Consenting Party</a>
    </li>
    <li>
-      <a href="#Inclusion" title="http://adaptcentre.ie/consent/voc#Inclusion">Inlclusion</a>
+      <a href="#Inclusion" title="https://w3id.org/consent-mapping-jit#Inclusion">Inlclusion</a>
    </li>
    <li>
-      <a href="#Policy" title="http://adaptcentre.ie/consent/voc#Policy">Policy</a>
+      <a href="#Policy" title="https://w3id.org/consent-mapping-jit#Policy">Policy</a>
    </li>
    <li>
-      <a href="#Purpose" title="http://adaptcentre.ie/consent/voc#Purpose">Purpose</a>
+      <a href="#Purpose" title="https://w3id.org/consent-mapping-jit#Purpose">Purpose</a>
    </li>
 </ul><h4>Object Properties</h4><ul class="hlist">
    <li>
-      <a href="#forInclusion" title="http://adaptcentre.ie/consent/voc#forInclusion">
+      <a href="#forInclusion" title="https://w3id.org/consent-mapping-jit#forInclusion">
          <span>for inclusion</span>
       </a>
    </li>
    <li>
-      <a href="#givenBy" title="http://adaptcentre.ie/consent/voc#givenBy">
+      <a href="#givenBy" title="https://w3id.org/consent-mapping-jit#givenBy">
          <span>given by</span>
       </a>
    </li>
    <li>
-      <a href="#ofPolicy" title="http://adaptcentre.ie/consent/voc#ofPolicy">
+      <a href="#ofPolicy" title="https://w3id.org/consent-mapping-jit#ofPolicy">
          <span>of policy</span>
       </a>
    </li>
    <li>
-      <a href="#ofPurpose" title="http://adaptcentre.ie/consent/voc#ofPurpose">
+      <a href="#ofPurpose" title="https://w3id.org/consent-mapping-jit#ofPurpose">
          <span>of purpose</span>
       </a>
    </li>
 </ul><h4>Data Properties</h4><ul class="hlist">
    <li>
-      <a href="#isGiven" title="http://adaptcentre.ie/consent/voc#isGiven">
+      <a href="#isGiven" title="https://w3id.org/consent-mapping-jit#isGiven">
          <span>is given</span>
       </a>
    </li>
    <li>
-      <a href="#registeredOn" title="http://adaptcentre.ie/consent/voc#registeredOn">
+      <a href="#registeredOn"
+         title="https://w3id.org/consent-mapping-jit#registeredOn">
          <span>registered on</span>
       </a>
    </li>
    <li>
-      <a href="#validUntil" title="http://adaptcentre.ie/consent/voc#validUntil">
+      <a href="#validUntil" title="https://w3id.org/consent-mapping-jit#validUntil">
          <span>valid until</span>
       </a>
    </li>

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


File diff suppressed because it is too large
+ 3 - 3
widoco.config