Property: dc:format

"The physical or digital manifestation of the resource." [lang: en-US]

Types

owl:DatatypeProperty
owl:AnnotationProperty

Domain

owl:Thing

Annotations

dc:description"Typically, Format may include the media-type or dimensions of the resource. Format may be used to determine the software, hardware or other equipment needed to display or operate the resource. Examples of dimensions include size and duration. Recommended best practice is to select a value from a controlled vocabulary (for example, the list of Internet Media Types [MIME] defining computer media formats)." [lang: en-US]

Abstract Syntax

ObjectProperty(dc:format annotation(rdfs:label "Format"@en-US)
                        annotation(rdfs:comment "The physical or digital manifestation of the resource."@en-US)
                        annotation(dc:description "Typically, Format may include the media-type or dimensions of
         the resource. Format may be used to determine the software,
         hardware or other equipment needed to display or operate the
         resource. Examples of dimensions include size and duration.
         Recommended best practice is to select a value from a
         controlled vocabulary (for example, the list of Internet Media
         Types [MIME] defining computer media formats)."@en-US)
                        annotation(rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>)
                        domain(owl:Thing))

Generated with OWLDoc