Property: dc:title

"A name given to the resource." [lang: en-US]

Types

owl:DatatypeProperty
owl:AnnotationProperty

Domain

owl:Thing

Annotations

dc:description" Typically, a Title will be a name by which the resource is formally known. " [lang: en-US]

Abstract Syntax

ObjectProperty(dc:title annotation(rdfs:label "Title"@en-US)
                       annotation(rdfs:comment "A name given to the resource."@en-US)
                       annotation(dc:description "
        Typically, a Title will be a name by which the resource is
         formally known.
    "@en-US)
                       annotation(rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>)
                       domain(owl:Thing))

Generated with OWLDoc