123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
- xml:base="http://purl.org/adaptcentre/ontologies/GDPRtEXT"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:foaf="http://xmlns.com/foaf/0.1/"
- xmlns:terms="http://purl.org/dc/terms/"
- xmlns:owl="http://www.w3.org/2002/07/owl#"
- xmlns:xml="http://www.w3.org/XML/1998/namespace"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
- xmlns:skos="http://www.w3.org/2004/02/skos/core#"
- xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:gdprtext="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
- xmlns:vann="http://purl.org/vocab/vann/"
- xmlns:ontology="http://data.europa.eu/eli/ontology#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <owl:Ontology rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
- <owl:imports rdf:resource="http://data.europa.eu/eli/ontology#"/>
- <terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-15</terms:created>
- <terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-08-18</terms:modified>
- <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPRtEXT</dc:title>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is an ontology to represent GDPR text as a set of RDF resources</rdfs:comment>
- <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</dc:description>
- <terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://harshp.com#me</terms:creator>
- <terms:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This ontology extends the canonical (official) GDPR text with additional annotations</terms:description>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">GDPR text EXTensions</rdfs:label>
- <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Harshvardhan J. Pandit</dc:creator>
- <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.1</owl:versionInfo>
- <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.1</owl:versionInfo>
- <vann:preferredNamespacePrefix>gdprtext</vann:preferredNamespacePrefix>
- <vann:preferredNamespaceUri>http://purl.org/adaptcentre/openscience/ontologies/GDPRtEXT</vann:preferredNamespaceUri>
- <foaf:homepage>https://openscience.adaptcentre.ie/projects/GDPRtEXT/</foaf:homepage>
- <terms:license rdf:datatype="https://w3.org/2001/XMLSchema#anyURI">http://creativecommons.org/licenses/by/4.0/</terms:license>
- </owl:Ontology>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://data.europa.eu/eli/ontology#has_part -->
- <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#has_part">
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
- </owl:ObjectProperty>
-
- <!-- http://data.europa.eu/eli/ontology#is_part_of -->
- <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#is_part_of">
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasArticle -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasArticle">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Article</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Article</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasChapter -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasChapter">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResource"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Chapter</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Chapter</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasPoint">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Point</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Point</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasRecital -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasRecital">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Recital</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Recital</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSection -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSection">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the Section</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has Section</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSubPoint -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#hasSubPoint">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#has_part"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">indicates the legal resource has the SubPoint</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">has SubPoint</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfArticle">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a article</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Article</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfChapter">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a chapter</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Chapter</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfPoint">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a point</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Point</rdfs:label>
- </owl:ObjectProperty>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection -->
- <owl:ObjectProperty rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#isPartOfSection">
- <rdfs:subPropertyOf rdf:resource="http://data.europa.eu/eli/ontology#is_part_of"/>
- <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
- <rdfs:domain rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:range rdf:resource="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">represents a legal resource subdivision to be part of a section</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">is part of Section</rdfs:label>
- </owl:ObjectProperty>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Classes
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://data.europa.eu/eli/ontology#LegalResource -->
- <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResource"/>
-
- <!-- http://data.europa.eu/eli/ontology#LegalResourceSubdivision -->
- <owl:Class rdf:about="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Article">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Article</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Chapter">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Chapter</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Citation">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Citation</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Point">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Point</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Recital">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Regulation</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#Section">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Section</rdfs:label>
- </owl:Class>
-
- <!-- http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint -->
- <owl:Class rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#SubPoint">
- <rdfs:subClassOf rdf:resource="http://data.europa.eu/eli/ontology#LegalResourceSubdivision"/>
- <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint in GDPR text</rdfs:comment>
- <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">SubPoint</rdfs:label>
- </owl:Class>
- </rdf:RDF>
- <!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->
|