Glossary/Encoding Scheme

From DCMI_MediaWiki

Jump to: navigation, search

Encoding Scheme

The notion of "scheme" (also known as "encoding scheme") entered the discourse around Dublin Core at a March 1997 Dublin Core workshop in Canberra, Australia. As originally defined, a "scheme" was a "qualifier" which "specifie[d] a context for the interpretation of a given element". As described in the glossary entry for DCMI Metadata Terms, the encoding scheme came by 2000 to be differentiated into "syntax encoding schemes" and "vocabulary encoding schemes".

Note that the word "scheme" is often confused with "schema," most commonly used to refer to the specification of a data format.

syntax encoding scheme (http://www.w3.org/2000/01/rdf-schema#Datatype)
Defined as "A set of strings and an associated set of rules that describe a mapping between that set of strings and a set of resources. The mapping rules may define how the string is structured (for example DCMI Box) or they may simply enumerate all the strings and the corresponding resources (for example ISO 3166)." The DCMI Abstract Model of 2007 explicitly declared the notion of "syntax encoding scheme" to be formally equivalent to an RDF Datatype.
vocabulary encoding scheme (http://purl.org/dc/dcam/VocabularyEncodingScheme)
Defined as "An enumerated set of resources." The Dublin Core notion of a (Vocabulary) Encoding Scheme influenced the notion of a SKOS Concept Scheme. While it is still open for discussion, there is arguably no difference between the DCAM notion of a Vocabulary Encoding Scheme and the SKOS notion of a SKOS Concept Scheme, or between the DCAM relationship memberOf and the SKOS relationship inScheme.

A simple example of how a Vocabulary Encoding Scheme may be used (which says: "Resource X has the topic: 'Textile design--China--History'. This topic is a member of the Vocabulary Encoding Scheme 'Library of Congress Subject Headings'."):

     :X     dcterms:subject     :Y
     :Y     rdf:value           "Textile design--China--History"
     :Y     dcam:memberOf       <http://purl.org/dc/terms/LCSH> 

The Vocabulary Encoding Scheme "dcterms:LCSH" was originally published in 2000. Note that in the meantime -- in this particular case -- the Library of Congress Subject Headings have been "semanticized", such that each subject heading now has its own URI. Today, therefore, one might simply use the following in metadata:

     :X     dcterms:subject     <http://id.loc.gov/authorities/subjects/sh85134312>

The Vocabulary Encoding Scheme, in other words, is designed to put text values such as "Textile design--China--History" into a context that is citable by URI. The context for dcterms:LCSH at the time it was coined in 2000 was a stack of large red volumes near the Reference Desk in the library. Now that LCSH terms have URIs which themselves provide that sort of context, providing additional context with a Vocabulary Encoding Scheme is (in most cases) unnecessarily redundant.

Personal tools