http://purl.org/dc/terms/format
This property refers to the file format of the Distribution.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| dcat:Distribution | dcterms:format | dcterms:MediaTypeOrExtent |
@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:format a owl:DatatypeProperty ;
rdfs:label "Distribution - format"@en ;
dcterms:identifier "dct:format" ;
vann:usageNote "Recommended property. This property refers to the file format of the Distribution."@en ;
rdfs:comment "This property refers to the file format of the Distribution."@en ;
rdfs:domain dcat:Distribution ;
rdfs:isDefinedBy <http://dublincore.org/documents/dcmi-terms/#terms-format> ;
rdfs:range dcterms:MediaTypeOrExtent .