dcterms:format leaf node


URI

http://purl.org/dc/terms/format

Label

Distribution - format

Description

This property refers to the file format of the Distribution.

Usage

DOMAINPROPERTYRANGE
dcat:Distribution dcterms:format dcterms:MediaTypeOrExtent

Implementation

@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 .