http://purl.org/dc/terms/accessRights
This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public. A controlled vocabulary with three members (:public, :restricted, :private) has been created.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset | dcterms:accessRights | klms:AccessRightsEnum |
@prefix : <http://stelar-project.eu/klms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
dcterms:accessRights a owl:DatatypeProperty ;
rdfs:label "Dataset - access Rights"@en ;
dcterms:identifier "dct:accessRights" ;
vann:usageNote "Optional property. This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public. A controlled vocabulary with three members (:public, :restricted, :private) has been created."@en ;
rdfs:comment "This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public. A controlled vocabulary with three members (:public, :restricted, :private) has been created."@en ;
rdfs:domain dcat:Dataset ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-accessRights> ;
rdfs:range :AccessRightsEnum .