Skip to content

Commit

Permalink
adds legal extensions for EU/EEA member states
Browse files Browse the repository at this point in the history
- adds extensions under `/legal` for the following EU/EEA member states:
  AT, BE, BG, CY, CZ, DK, EE, ES, FI, FR, GB, GR, HR, HU,
  IS, IT, LI, LT, LU, LV, MT, NL, NO, PL, PT, RO, SE, SI, SK,
  which use the ISO 3166-2 codes
- the following extensions already existed in 2.0: IE, IN, DE, US, EU
- each jurisdiction only has the DPA defined, and no laws are defined at
  the moment
- #48 should be used to discuss this - the missing laws and other info
  requires volunteers to collect the data (the work is quite simple)
- Spain (ES) has 3 autonomous regions who have DPAs, whose data is
  present in the spreadsheets but has not been included in this release
  as their jurisdictions utilise regions which are not currently
  represented in LOC
- #179 tracks the addition of ISO 3166-2 subdivisions which are needed
  to add ES data as above
  • Loading branch information
coolharsh55 committed Aug 2, 2024
1 parent ef0417c commit 314f098
Show file tree
Hide file tree
Showing 827 changed files with 271,778 additions and 31,377 deletions.
595 changes: 595 additions & 0 deletions 2.1-dev/legal/at/index-en.html

Large diffs are not rendered by default.

595 changes: 595 additions & 0 deletions 2.1-dev/legal/at/index.html

Large diffs are not rendered by default.

595 changes: 595 additions & 0 deletions 2.1-dev/legal/at/legal-at-en.html

Large diffs are not rendered by default.

481 changes: 481 additions & 0 deletions 2.1-dev/legal/at/legal-at-owl.html

Large diffs are not rendered by default.

472 changes: 472 additions & 0 deletions 2.1-dev/legal/at/legal-at-owl.jsonld

Large diffs are not rendered by default.

125 changes: 125 additions & 0 deletions 2.1-dev/legal/at/legal-at-owl.n3
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dpv-owl: <https://w3id.org/dpv/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix legal-at-owl: <https://w3id.org/dpv/legal/at/owl#> .
@prefix legal-eu-owl: <https://w3id.org/dpv/legal/eu/owl#> .
@prefix loc-owl: <https://w3id.org/dpv/loc/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix profile: <http://www.w3.org/ns/dx/prof/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix role: <http://www.w3.org/ns/dx/prof/role/> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sw: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

legal-at-owl:DPA-AT a rdfs:Class,
owl:Class,
dpv-owl:DataProtectionAuthority ;
dct:created "2024-08-02"^^xsd:date ;
rdfs:isDefinedBy legal-at-owl: ;
rdfs:subClassOf dpv-owl:DataProtectionAuthority,
dpv-owl:Law ;
sw:term_status "accepted"@en ;
skos:prefLabel "Data Protection Authority (DSB)"@en ;
foaf:homepage "http://www.dsb.gv.at/"^^xsd:anyURI ;
dpv-owl:hasApplicableLaw legal-eu-owl:law-GDPR ;
dpv-owl:hasJurisdiction loc-owl:AT .

legal-at-owl:serialisation-html a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/html/> ;
dct:format <https://www.iana.org/assignments/media-types/text/html> ;
dct:title "Legal Concepts for Austria (AT) - HTML serialiation" ;
profile:hasArtifact <https://w3id.org/dpv/legal/at/legal-at-owl.html> ;
profile:hasRole role:specification .

legal-at-owl:serialisation-jsonld a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/json-ld11/> ;
dct:format <https://www.iana.org/assignments/media-types/application/ld+json> ;
dct:title "Legal Concepts for Austria (AT) - JSON-LD serialiation" ;
profile:hasArtifact <https://w3id.org/dpv/legal/at/legal-at-owl.jsonld> ;
profile:hasRole role:vocabulary .

legal-at-owl:serialisation-n3 a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TeamSubmission/n3/> ;
dct:format <https://www.iana.org/assignments/media-types/text/n3> ;
dct:title "Legal Concepts for Austria (AT) - N3 serialiation" ;
profile:hasArtifact <https://w3id.org/dpv/legal/at/legal-at-owl.n3> ;
profile:hasRole role:vocabulary .

legal-at-owl:serialisation-rdf a profile:ResourceDescriptor ;
dct:conformsTo rdf: ;
dct:format <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
dct:title "Legal Concepts for Austria (AT) - RDF/XML serialiation" ;
profile:hasArtifact <https://w3id.org/dpv/legal/at/legal-at-owl.rdf> ;
profile:hasRole role:vocabulary .

legal-at-owl:serialisation-ttl a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/turtle/> ;
dct:format <https://www.iana.org/assignments/media-types/text/turtle> ;
dct:title "Legal Concepts for Austria (AT) - Turtle serialiation" ;
profile:hasArtifact <https://w3id.org/dpv/legal/at/legal-at-owl.ttl> ;
profile:hasRole role:vocabulary .

<https://w3id.org/dpv/examples> a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/html/> ;
dct:format <https://www.iana.org/assignments/media-types/text/html> ;
dct:title "Examples for Data Privacy Vocabulary" ;
profile:hasArtifact <https://w3id.org/dpv/examples> ;
profile:hasRole role:guidance .

<https://w3id.org/dpv/guides> a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/html/> ;
dct:format <https://www.iana.org/assignments/media-types/text/html> ;
dct:title "Guides for Data Privacy Vocabulary" ;
profile:hasArtifact <https://w3id.org/dpv/guides> ;
profile:hasRole role:guidance .

<https://w3id.org/dpv/primer> a profile:ResourceDescriptor ;
dct:conformsTo <https://www.w3.org/TR/html/> ;
dct:format <https://www.iana.org/assignments/media-types/text/html> ;
dct:title "Primer for Data Privacy Vocabulary" ;
profile:hasArtifact <https://w3id.org/dpv/primer> ;
profile:hasRole role:guidance .

legal-at-owl: a owl:Ontology,
profile:Profile ;
dct:bibliographicCitation "Data Privacy Vocabulary (DPV) -- Version 2. Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan, Delaram Golpayegani, Julian Flake https://doi.org/10.48550/arXiv.2404.13426" ;
dct:conformsTo <http://www.w3.org/2002/07/owl>,
"http://www.w3.org/2000/01/rdf-schema",
"http://www.w3.org/2004/02/skos/core" ;
dct:created "2024-08-02"@en ;
dct:creator "Harshvardhan J. Pandit"@en ;
dct:description "Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing legal information for Austria as jurisdiction"@en ;
dct:hasVersion legal-at-owl: ;
dct:identifier "https://w3id.org/dpv/legal/at" ;
dct:issued "2024-08-02"@en ;
dct:license <https://www.w3.org/copyright/document-license-2023/> ;
dct:modified "2024-07-13"@en ;
dct:publisher <https://www.w3.org/> ;
dct:source <https://www.w3.org/groups/cg/dpvcg/> ;
dct:title "Legal Concepts for Austria (AT)"@en ;
bibo:doi "10.5281/zenodo.12505841" ;
bibo:status "http://purl.org/ontology/bibo/status/published" ;
vann:preferredNamespacePrefix "legal-at" ;
vann:preferredNamespaceUri "https://w3id.org/dpv/legal/at#" ;
rdfs:Label "LEGAL-AT"@en ;
owl:versionIRI <https://w3id.org/dpv/2.1-dev/legal/at/owl#> ;
owl:versionInfo "2.1-dev" ;
profile:hasResource <https://w3id.org/dpv/examples>,
<https://w3id.org/dpv/guides>,
legal-at-owl:serialisation-html,
legal-at-owl:serialisation-jsonld,
legal-at-owl:serialisation-n3,
legal-at-owl:serialisation-rdf,
legal-at-owl:serialisation-ttl,
<https://w3id.org/dpv/primer> ;
profile:isProfileOf <http://www.w3.org/2002/07/owl>,
legal-at-owl:,
<https://w3id.org/dpv/owl> ;
foaf:logo <https://w3id.org/dpv/media/logo.png> ;
schema:version "2.1-dev" .

133 changes: 133 additions & 0 deletions 2.1-dev/legal/at/legal-at-owl.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:dpv-owl="https://w3id.org/dpv/owl#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:profile="http://www.w3.org/ns/dx/prof/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:schema="https://schema.org/"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:vann="http://purl.org/vocab/vann/"
>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#">
<owl:versionIRI rdf:resource="https://w3id.org/dpv/2.1-dev/legal/at/owl#"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/legal/at/owl#serialisation-html"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/primer"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/legal/at/owl#serialisation-ttl"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/guides"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/legal/at/owl#serialisation-jsonld"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/legal/at/owl#serialisation-n3"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/examples"/>
<profile:hasResource rdf:resource="https://w3id.org/dpv/legal/at/owl#serialisation-rdf"/>
<owl:versionInfo>2.1-dev</owl:versionInfo>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/Profile"/>
<dct:creator xml:lang="en">Harshvardhan J. Pandit</dct:creator>
<foaf:logo rdf:resource="https://w3id.org/dpv/media/logo.png"/>
<profile:isProfileOf rdf:resource="http://www.w3.org/2002/07/owl"/>
<profile:isProfileOf rdf:resource="https://w3id.org/dpv/owl"/>
<profile:isProfileOf rdf:resource="https://w3id.org/dpv/legal/at/owl#"/>
<dct:created xml:lang="en">2024-08-02</dct:created>
<vann:preferredNamespaceUri>https://w3id.org/dpv/legal/at#</vann:preferredNamespaceUri>
<bibo:doi>10.5281/zenodo.12505841</bibo:doi>
<dct:title xml:lang="en">Legal Concepts for Austria (AT)</dct:title>
<schema:version>2.1-dev</schema:version>
<dct:issued xml:lang="en">2024-08-02</dct:issued>
<dct:source rdf:resource="https://www.w3.org/groups/cg/dpvcg/"/>
<dct:license rdf:resource="https://www.w3.org/copyright/document-license-2023/"/>
<dct:bibliographicCitation>Data Privacy Vocabulary (DPV) -- Version 2. Harshvardhan J. Pandit, Beatriz Esteves, Georg P. Krog, Paul Ryan, Delaram Golpayegani, Julian Flake https://doi.org/10.48550/arXiv.2404.13426</dct:bibliographicCitation>
<dct:conformsTo rdf:resource="http://www.w3.org/2002/07/owl"/>
<dct:conformsTo>http://www.w3.org/2000/01/rdf-schema</dct:conformsTo>
<dct:conformsTo>http://www.w3.org/2004/02/skos/core</dct:conformsTo>
<rdfs:Label xml:lang="en">LEGAL-AT</rdfs:Label>
<bibo:status>http://purl.org/ontology/bibo/status/published</bibo:status>
<dct:publisher rdf:resource="https://www.w3.org/"/>
<dct:description xml:lang="en">Extension to the Data Privacy Vocabulary (DPV) providing concepts for representing legal information for Austria as jurisdiction</dct:description>
<dct:hasVersion rdf:resource="https://w3id.org/dpv/legal/at/owl#"/>
<dct:identifier>https://w3id.org/dpv/legal/at</dct:identifier>
<dct:modified xml:lang="en">2024-07-13</dct:modified>
<vann:preferredNamespacePrefix>legal-at</vann:preferredNamespacePrefix>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#serialisation-rdf">
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/legal/at/legal-at-owl.rdf"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/vocabulary"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<dct:conformsTo rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/application/rdf+xml"/>
<dct:title>Legal Concepts for Austria (AT) - RDF/XML serialiation</dct:title>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#DPA-AT">
<skos:prefLabel xml:lang="en">Data Protection Authority (DSB)</skos:prefLabel>
<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-08-02</dct:created>
<foaf:homepage rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.dsb.gv.at/</foaf:homepage>
<rdf:type rdf:resource="https://w3id.org/dpv/owl#DataProtectionAuthority"/>
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<sw:term_status xml:lang="en">accepted</sw:term_status>
<dpv-owl:hasJurisdiction rdf:resource="https://w3id.org/dpv/loc/owl#AT"/>
<dpv-owl:hasApplicableLaw rdf:resource="https://w3id.org/dpv/legal/eu/owl#law-GDPR"/>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/dpv/legal/at/owl#"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/dpv/owl#Law"/>
<rdfs:subClassOf rdf:resource="https://w3id.org/dpv/owl#DataProtectionAuthority"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/guides">
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/guides"/>
<dct:title>Guides for Data Privacy Vocabulary</dct:title>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/html/"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/guidance"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#serialisation-html">
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/specification"/>
<dct:title>Legal Concepts for Austria (AT) - HTML serialiation</dct:title>
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/legal/at/legal-at-owl.html"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/html/"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#serialisation-jsonld">
<dct:title>Legal Concepts for Austria (AT) - JSON-LD serialiation</dct:title>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/vocabulary"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/json-ld11/"/>
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/legal/at/legal-at-owl.jsonld"/>
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/application/ld+json"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#serialisation-ttl">
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/turtle"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/legal/at/legal-at-owl.ttl"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/vocabulary"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/turtle/"/>
<dct:title>Legal Concepts for Austria (AT) - Turtle serialiation</dct:title>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/primer">
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/html/"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/primer"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/guidance"/>
<dct:title>Primer for Data Privacy Vocabulary</dct:title>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/examples">
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/html"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/guidance"/>
<dct:title>Examples for Data Privacy Vocabulary</dct:title>
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/examples"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TR/html/"/>
</rdf:Description>
<rdf:Description rdf:about="https://w3id.org/dpv/legal/at/owl#serialisation-n3">
<profile:hasArtifact rdf:resource="https://w3id.org/dpv/legal/at/legal-at-owl.n3"/>
<rdf:type rdf:resource="http://www.w3.org/ns/dx/prof/ResourceDescriptor"/>
<dct:title>Legal Concepts for Austria (AT) - N3 serialiation</dct:title>
<dct:format rdf:resource="https://www.iana.org/assignments/media-types/text/n3"/>
<dct:conformsTo rdf:resource="https://www.w3.org/TeamSubmission/n3/"/>
<profile:hasRole rdf:resource="http://www.w3.org/ns/dx/prof/role/vocabulary"/>
</rdf:Description>
</rdf:RDF>
Loading

0 comments on commit 314f098

Please sign in to comment.