UCI
(Created page with "An '''Uniform Concept Identifier''' (UCI) is used to identify a concept. It is a URI (Uniform Resource Identifier) for UW's. In the UNL framework, UCI's are represented ei...") |
|||
Line 1: | Line 1: | ||
An '''Uniform Concept Identifier''' (UCI) is used to identify a concept. It is a URI (Uniform Resource Identifier) for [[UW]]'s. In the UNL framework, UCI's are represented either as UCL (Uniform Concept Locator) or UCN (Uniform Concept Name). | An '''Uniform Concept Identifier''' (UCI) is used to identify a concept. It is a URI (Uniform Resource Identifier) for [[UW]]'s. In the UNL framework, UCI's are represented either as UCL (Uniform Concept Locator) or UCN (Uniform Concept Name). | ||
− | |||
== Syntax == | == Syntax == | ||
Line 11: | Line 10: | ||
*<hierarchical part> holds the identification information. | *<hierarchical part> holds the identification information. | ||
− | == UCL == | + | == UCL (Uniform Concept Locator) == |
Uniform Concept Locators (UCL), as URL's, provide a method for finding the concept in the UNL Knowledge Base. They are represented as: | Uniform Concept Locators (UCL), as URL's, provide a method for finding the concept in the UNL Knowledge Base. They are represented as: | ||
ucl://undlfoundation.org/<ID> | ucl://undlfoundation.org/<ID> | ||
Line 21: | Line 20: | ||
ucl://undlfoundation.org/104379964 | ucl://undlfoundation.org/104379964 | ||
− | == UCN == | + | == UCN (Uniform Concept Name) == |
Uniform Concept Names (UCN) use the ucn scheme and, as URN's, do not imply availability of the identified resource. They are represented as: | Uniform Concept Names (UCN) use the ucn scheme and, as URN's, do not imply availability of the identified resource. They are represented as: | ||
ucn:<LID>:<NSS> | ucn:<LID>:<NSS> |
Revision as of 22:21, 18 September 2012
An Uniform Concept Identifier (UCI) is used to identify a concept. It is a URI (Uniform Resource Identifier) for UW's. In the UNL framework, UCI's are represented either as UCL (Uniform Concept Locator) or UCN (Uniform Concept Name).
Syntax
The UCI follows the generic syntax defined for URI's:
<scheme name> : <hierarchical part>
Where:
- <scheme name> determines the syntax and semantics of the hierarchical part. In the UNLframework, there are two schemes:
- ucl, which is used for uniform concept locators
- ucn, which is used for uniform concept names
- <hierarchical part> holds the identification information.
UCL (Uniform Concept Locator)
Uniform Concept Locators (UCL), as URL's, provide a method for finding the concept in the UNL Knowledge Base. They are represented as:
ucl://undlfoundation.org/<ID>
Where:
- ucl is the scheme name for uniform concept locators
- undlfoundation.org is the authority
- <ID> is is an integer used to identify the concept
For instance, the concept "a piece of furniture having a smooth flat top that is usually supported by one or more vertical legs", which is lexicalized in English through the noun "table", may be located through:
ucl://undlfoundation.org/104379964
UCN (Uniform Concept Name)
Uniform Concept Names (UCN) use the ucn scheme and, as URN's, do not imply availability of the identified resource. They are represented as:
ucn:<LID>:<NSS>
Where
- ucn is the scheme name for uniform concept names
- <LID> he namespace identifier, which corresponds to the three-character ISO639-2 code for languages
- <NSS> is the namespace-specific string
For instance, the concept "a piece of furniture having a smooth flat top that is usually supported by one or more vertical legs", which is lexicalized in English through the noun "table" may be associated to several different names:
ucn:eng:table(icl>furniture) ucn:fra:table(icl>mobilier) ucn:esp:mesa(icl>mobiliario) ucn:deu:Tisch(icl>Möbel) ucn:rus:стол(icl>мебель)