123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?xml version="1.0"?>
- <rdf:RDF xmlns="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
- xml:base="http://purl.org/adaptcentre/ontologies/GDPRtEXT"
- xmlns:eli="http://data.europa.eu/eli/ontology#"
- xmlns:GDPRtEXT="http://purl.org/adaptcentre/ontologies/GDPRtEXT#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- 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:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <owl:Ontology rdf:about="http://purl.org/adaptcentre/ontologies/GDPRtEXT#">
- <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/2000/01/rdf-schema#Literal">This ontology extends the canonical (official) GDPR text with additional annotations</dc: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:Ontology>
-
- <!--
- ///////////////////////////////////////////////////////////////////////////////////////
- //
- // Object Properties
- //
- ///////////////////////////////////////////////////////////////////////////////////////
- -->
-
- <!-- http://data.europa.eu/eli/ontology#is_part_of -->
- <owl:ObjectProperty rdf:about="http://data.europa.eu/eli/ontology#is_part_of"/>
-
- <!-- 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#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 -->
|