Skip to content

Commit

Permalink
add doi
Browse files Browse the repository at this point in the history
  • Loading branch information
besteves4 committed Dec 1, 2023
1 parent ef476ef commit 4191515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ODRL Profile for Access Control

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10247115.svg)](https://doi.org/10.5281/zenodo.10247115)

Repository for the OAC (ODRL profile for Access Control) documentation.

Check the profile at [https://w3id.org/oac](https://w3id.org/oac)
Expand Down
4 changes: 3 additions & 1 deletion oac.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PREFIX acl: <http://www.w3.org/ns/auth/acl#>
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#>
Expand Down Expand Up @@ -33,7 +34,8 @@ 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 ;
dcterms:bibliographicCitation "Cite this vocabulary as: Esteves, B., Pandit, H. J. and Rodríguez-Doncel, V. ODRL Profile for Access Control 0.2."@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 ;
dcterms:license <https://dalicc.net/licenselibrary/CC-BY_v4> .

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

0 comments on commit 4191515

Please sign in to comment.