Skip to content

Commit

Permalink
add citation to ontology metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
besteves4 committed Dec 1, 2023
1 parent e0a966c commit 1d07a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oac.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ 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 schema: <http://schema.org/>
PREFIX vann: <http://purl.org/vocab/vann/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

Expand All @@ -33,6 +34,7 @@ PREFIX oac: <https://w3id.org/oac#>
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 ;
schema:citation "Cite this vocabulary as: Esteves, B., Pandit, H. J. and Rodríguez-Doncel, V. ODRL Profile for Access Control 0.2."@en ;
dcterms:license <https://dalicc.net/licenselibrary/CC-BY_v4> .

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

0 comments on commit 1d07a2f

Please sign in to comment.