QName
A QName, or “qualified name,” is a shorthand string that is used as a substitute for a Uniform Resource Identifier (URI) reference. QNames are made up of a prefix that has been assigned to a namespaces URI, a colon, and a local name. QNames allow URIs to be written out in a more readable format.
Examples
crm:P2_has_type
is a QName forhttp://www.cidoc-crm.org/cidoc-crm/P2_has_type
, given that the prefixcrm
is defined as using the namespace URIhttp://www.cidoc-crm.org/cidoc-crm/
Further Resources
- QName (Wikipedia)
- W3C (2009) Namespaces in XML 1.0 (Third Edition)
- W3C (2014) RDF 1.1 XML Syntax