dcterms:format leaf node


URI

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

Label

has format

Description

The file format, physical medium, or dimensions of the resource.

Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) dcterms:format owl:Thing (inferred)

Implementation

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

dcterms:format a owl:ObjectProperty ;
    rdfs:label "has format"@en ;
    rdfs:comment """The file format, physical medium, or dimensions of the resource.

Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types."""@en ;
    rdfs:subPropertyOf owl:topObjectProperty .