http://purl.org/dc/terms/rights
This property refers to a statement that specifies rights associated with the Distribution.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Distribution | dcterms:rights | dcterms:RightsStatement |
@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:rights a owl:ObjectProperty ;
rdfs:label "Distribution - rights"@en ;
dcterms:identifier "dct:rights" ;
vann:usageNote "Optional property. This property refers to a statement that specifies rights associated with the Distribution."@en ;
rdfs:comment "This property refers to a statement that specifies rights associated with the Distribution."@en ;
rdfs:domain dcat:Distribution ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-rights> ;
rdfs:range dcterms:RightsStatement .