Property: dc:relation

"A reference to a related resource." [lang: en-US]

Types

owl:DatatypeProperty
owl:AnnotationProperty

Domain

owl:Thing

Annotations

dc:description" Recommended best practice is to reference the resource by means of a string or number conforming to a formal identification system. " [lang: en-US]

Abstract Syntax

ObjectProperty(dc:relation annotation(rdfs:label "Relation"@en-US)
                          annotation(rdfs:comment "A reference to a related resource."@en-US)
                          annotation(dc:description "
         Recommended best practice is to reference the resource by means
         of a string or number conforming to a formal identification
         system.
    "@en-US)
                          annotation(rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/>)
                          domain(owl:Thing))

Generated with OWLDoc