Wikipedia

CURIE

Also found in: Dictionary, Medical, Legal, Financial, Acronyms, Encyclopedia.

In computing, a CURIE (or Compact URI) defines a generic, abbreviated syntax for expressing Uniform Resource Identifiers (URIs). It is an abbreviated URI expressed in a compact syntax, and may be found in both XML and non-XML grammars. A CURIE may be considered a datatype.

An example of CURIE syntax: [isbn:0393315703]

The square brackets may be used to prevent ambiguities between CURIEs and regular URIs, yielding so-called safe CURIEs.

QNames (the namespace prefixes used in XML) often are used as a CURIE, and may be considered a type of CURIE. CURIEs, as defined by the W3C, will be better defined and may include checking. Unlike QNames, the part of a CURIE after the colon does not need to conform to the rules for XML element names.

The first W3C Working Draft of CURIE syntax was released 7 March 2007.[1]

The final recommendation was released 16 December 2010. [2]

Example

This example is based on one from the W3C Working Draft 7 March 2007, using a QName syntax within XHTML.

<html xmlns:wikipedia="http://en.wikipedia.org/wiki/"> <head>...</head> <body> <p> Find out more about <a href="[wikipedia:Biome]">biomes</a>. </p> </body> </html> 
  • The definition ("<html xmlns:wikipedia="http://en.wikipedia.org/wiki/">") is highlighted in yellow
  • The CURIE ("[wikipedia:Biome]") is highlighted in green

See also

References

External links

  • W3C Candidate Recommendation 16 January 2009 [1]
This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.