Skip to content

Commit

Permalink
add missing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
besteves4 committed Dec 1, 2023
1 parent 4191515 commit 5c87cb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oac.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ PREFIX bibo: <http://purl.org/ontology/bibo/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX dpv: <https://w3id.org/dpv#>
PREFIX dpv-tech: <https://w3id.org/dpv/dpv-tech#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX odrl: <http://www.w3.org/ns/odrl/2/>
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 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#>

Expand All @@ -29,13 +31,17 @@ PREFIX oac: <https://w3id.org/oac#>
owl:priorVersion <https://w3id.org/oac/0.1> ;
dcterms:created "2021-04-12"^^xsd:date ;
dcterms:modified "2023-10-09"^^xsd:date ;
dcterms:issued "2023-10-09"^^xsd:date ;
dcterms:creator "Beatriz Esteves", "Harshvardhan J. Pandit", "Víctor Rodríguez-Doncel" ;
dcterms:publisher "Beatriz Esteves" ;
dcterms:abstract "The ODRL Profile for Access Control (OAC) extends the WAC access control list mechanism by using the Open Digital Rights Language (ODRL) to define 'sticky policies' that express permissions and / or prohibitions associated with data stored in a decentralised storage environment and utilises the Data Privacy Vocabulary (DPV) as a controlled vocabulary for invoking privacy and data protection-specific terms."@en ;
dcterms:description "The ODRL Profile for Access Control (OAC) extends the WAC access control list mechanism by using the Open Digital Rights Language (ODRL) to define 'sticky policies' that express permissions and / or prohibitions associated with data stored in a decentralised storage environment and utilises the Data Privacy Vocabulary (DPV) as a controlled vocabulary for invoking privacy and data protection-specific terms."@en ;
rdfs:comment "This is the RDF ontology for the ODRL Profile for Access Control."@en ;
dcterms:bibliographicCitation "Cite this vocabulary as: steves, B., Pandit, H. J., & Rodrı́guez-Doncel, V. (2023). ODRL Profile for Access Control 0.2. https://doi.org/10.5281/zenodo.10247115"@en ;
bibo:doi "10.5281/zenodo.10247115"@en ;
foaf:logo <https://besteves4.github.io/odrl-access-control-profile/assets/folder.ico> ;
sw:status "stable"@en ;
dcterms:source <http://www.w3.org/ns/odrl/2/>, <https://w3id.org/dpv> ;
dcterms:license <https://dalicc.net/licenselibrary/CC-BY_v4> .

oac:oac-html a profile:ResourceDescriptor ;
Expand Down

0 comments on commit 5c87cb1

Please sign in to comment.