http://purl.org/dc/terms/publisher
This property refers to an entity (organisation) responsible for making the Dataset available.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Dataset | dcterms:publisher | foaf:Organization |
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:publisher a owl:ObjectProperty ;
rdfs:label "Dataset - publisher"@en ;
dcterms:identifier "dct:publisher" ;
vann:usageNote "Recommended property. This property refers to an entity (organisation) responsible for making the Dataset available."@en ;
rdfs:comment "This property refers to an entity (organisation) responsible for making the Dataset available."@en ;
rdfs:domain dcat:Dataset ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-publisher> ;
rdfs:range foaf:Organization .