vann:preferredNamespaceUri leaf node


URI

http://purl.org/vocab/vann/preferredNamespaceUri

Label

Preferred Namespace Uri

Description

The preferred namespace URI to use when using terms from this vocabulary in an XML document.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) vann:preferredNamespaceUri owl:Thing (inferred)

Implementation

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

vann:preferredNamespaceUri a owl:AnnotationProperty ;
    rdfs:label "Preferred Namespace Uri"@en ;
    rdfs:comment "The preferred namespace URI to use when using terms from this vocabulary in an XML document."@en ;
    rdfs:isDefinedBy vann: .