W3C

SKOS Mapping Vocabulary Specification

This version:
http://www.w3.org/2004/02/skos/mapping/spec/2004-11-11.html
Latest version:
http://www.w3.org/2004/02/skos/mapping/spec/
Previous version:
http://www.w3.org/2004/02/skos/mapping/spec/.html
Editors:
Alistair Miles, CCLRC
Dan Brickley, W3C

Abstract

This document is a reference guide to the SKOS Mapping RDF Vocabulary. SKOS Mapping supports mappings between concepts from different schemes.

@@TODO

Status of this Document

This section describes the status of this document at the time of its publication.

Publication of this document does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.


Contents


Introduction

@@TODO

Guide to Term Summary Tables

Each term (i.e. class or property) of the SKOS Mapping vocabulary is summarised in this document as a table. Each table may have the following rows:

Class or Property:
URI: The Universal Resource Identifier.
Label: A human-readable label.
Definition: An explanation of the meaning of a class or property.
Comment: Additional information about meaning and/or proper use.
Example: An example of the use of a class or property.
Status: The status (stability level) of the class or property.
Issued: Date on which the class or property was issued.
Modified: Date on which the class or property was last modified.
Super-classes: (Classes only) any declared super-classes.
Super-properties: (Properties only) any declared super-properties.
Domain: (Properties only) the declared domain for the property.
Range: (Properties only) the declared range for the property.
Additional types: (Properties only) any declared additional types (e.g. owl:TransitiveProperty) for the property.
Inverse of: (Properties only) any declared inverse properties.
Replaces: Any deprecated terms which the given term has replaced in recommended usage.
Version info: A note about the modification and/or history of a class or property.
Replaced By: (Deprecated terms only) the term to use instead of the deprecated term.
Deprecated: (Deprecated terms only) the date of last modification (i.e. deprecation) of the term.

SKOS RDF Vocabulary Evolution and Management

SKOS Mapping is a living vocabulary, which means it may continue to evolve indefinitely.

Each term in the vocabulary has a term status level assigned. The status of a term indicates its level of stability, i.e. how much it may be expected to change in the future. The following status values are allowed:

unstable
The term is unstable, and feedback is welcomed on it's current form and utility (analagous to 'alpha' release in software development). It may currently be poorly defined. It's meaning and/or form may be expected to change at any time. Do not implement mission critical systems that depend on this term persisting in its current form.
testing
The term has gone beyond the raw proposal stage, and is undergoing testing (analagous to 'beta' release in software development). This term may still change in response to feedback from testing, although it may be expected not to undergo any radical change. The cost to early implementors of changing the term will be considered, however the goal of achieving wider interoperability and long-term stability may override those considerations.
stable
No substantial (meaning changing) alterations will take place. Implementors can expect the term to persist in its current form indefinitely.

A term may also be marked as deprecated, in which case instructions will be given on what to use in its place.

Taking Part in SKOS Development

SKOS Mapping is maintained by an open community of developers, users, and domain experts. All development work is discussed via the public-esw-thes@w3.org mailling list. This mailing list is public, and anyone is free to subscribe and/or post mails. A public archive of the mailing list is also available online [PUBLIC-ESW-THES ARCHIVE].

Proposals for additions or modifications to SKOS Mapping may be made via the public-esw-thes@w3.org mailing list. These are reviewed by the members of the mailing list, and if a reasonable consensus is reached, an action is taken.

See the reference [SKOS DEVEL] for more information.

Anything else?



Classes

Class:AND
URI: http://www.w3.org/2004/02/skos/mapping#AND
Label: AND
Definition:
Comment: This class is a shorthand for an intersection construct. So the statement 'concept A has-exact-match AND (concept B, concept C)' implies that the set of resources properly indexed against concept A is identical to the intersection of the sets properly indexed against concepts B and C.
Super-classes: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Status:
Issued:
Class:NOT
URI: http://www.w3.org/2004/02/skos/mapping#NOT
Label: NOT
Definition:
Comment: This class is a shorthand for a negation construct. So the statement 'concept A has-exact-match AND (concept B, NOT (concept C))' implies that the set of resources properly indexed against concept A is identical to the intersection of the set properly indexed against concept B and the complement of the set properly indexed against concept C.
Super-classes: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Status:
Issued:
Class:OR
URI: http://www.w3.org/2004/02/skos/mapping#OR
Label: OR
Definition:
Comment: This class is a shorthand for a union construct. So the statement 'concept A has-exact-match OR (concept B, concept C)' implies that the set of resources properly indexed against concept A is identical to the union of the sets properly indexed against concepts B and C.
Super-classes: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Status:
Issued:

Properties

Property:broadMatch
URI: http://www.w3.org/2004/02/skos/mapping#broadMatch
Label: has-broad-match
Definition:
Comment: If 'concept A has-broad-match concept B' then the set of resources properly indexed against concept A is a subset of the set of resources properly indexed against concept B.
Super-properties: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Status:
Issued:
Property:exactMatch
URI: http://www.w3.org/2004/02/skos/mapping#exactMatch
Label: has-exact-match
Definition:
Comment: If two concepts are an 'exact-match' then the set of resources properly indexed against the first concept is identical to the set of resources properly indexed against the second. Therefore the two concepts may be interchanged in queries and subject-based indexes.
Super-properties: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Status:
Issued:
Property:majorMatch
URI: http://www.w3.org/2004/02/skos/mapping#majorMatch
Label: has-major-match
Definition:
Comment: If 'concept A has-major-match concept B' then the set of resources properly indexed against concept A shares more than 50% of its members with the set of resources properly indexed against concept B.
Super-properties: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Status:
Issued:
Property:mappingRelation
URI: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Label: mapping-relation
Definition:
Comment: The super-property of all properties expressing information about how to create mappings between concepts frmo different conceptual schemes.
Status:
Issued:
Property:minorMatch
URI: http://www.w3.org/2004/02/skos/mapping#minorMatch
Label: has-minor-match
Definition:
Comment: If 'concept A has-minor-match concept B' then the set of resources properly indexed against concept A shares less than 50% but greater than 0 of its members with the set of resources properly indexed against concept B.
Super-properties: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Status:
Issued:
Property:narrowMatch
URI: http://www.w3.org/2004/02/skos/mapping#narrowMatch
Label: has-narrow-match
Definition:
Comment: If 'concept A has-narrow-match concept B' then the set of resources properly indexed against concept A is a superset of the set of resources properly indexed against concept B.
Super-properties: http://www.w3.org/2004/02/skos/mapping#mappingRelation
Status:
Issued:

Deprecated Terms

@@TODO


Change Logs

The complete RDF description of the SKOS Mapping vocabulary is at:

The CVS log for this file is included below:

RCS file: /w3ccvs/WWW/2004/02/skos/mapping.rdf,v
Working file: mapping.rdf
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2;	selected revisions: 2
description:
----------------------------
revision 1.2
date: 2004/08/16 13:33:21;  author: ajm65;  state: Exp;  lines: +1 -1
found error rdf:label -> rdfs:label
----------------------------
revision 1.1
date: 2004/08/16 13:29:06;  author: ajm65;  state: Exp;
Initial check in (moved here from ral W3C site, base namespace changed)
=============================================================================

References

@@TODO


Acknowledgements

@@TODO