java.lang.Objectorg.w3.y2001.sw.Europe.skos.Mapping
A class for a SKOS semantic mapping between two concepts in two different thesauri.
The SKOS-Mapping draft deliverable is at http://www.w3c.rl.ac.uk/SWAD/deliverables/8.4.html and the draft vocabulary at http://www.w3c.rl.ac.uk/2003/11/21-skos-mapping which lists the defined mapping properties.
NOTE: This class is not yet used, it is needed for ServiceBits which is experimental.
| Field Summary | |
java.lang.String |
relation
relation between source and target in the mapping |
Concept |
source
source concept in the mapping |
URI |
sourceThesaurus
source thesaurus in the mapping |
Concept |
target
target concept in the mapping |
URI |
targetThesaurus
target thesaurus in the mapping |
| Constructor Summary | |
Mapping()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Concept source
public URI sourceThesaurus
public Concept target
public URI targetThesaurus
public java.lang.String relation
| Constructor Detail |
public Mapping()