|
@@ -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/
|