org.w3.y2001.sw.Europe.skos
Class Mapping

java.lang.Object
  extended byorg.w3.y2001.sw.Europe.skos.Mapping

public class Mapping
extends java.lang.Object

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.

Version:
$Revision: 1.7 $ .
Author:
Dave Beckett, Nikki Rogers, Alistair Miles.

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

source

public Concept source
source concept in the mapping


sourceThesaurus

public URI sourceThesaurus
source thesaurus in the mapping


target

public Concept target
target concept in the mapping


targetThesaurus

public URI targetThesaurus
target thesaurus in the mapping


relation

public java.lang.String relation
relation between source and target in the mapping

Constructor Detail

Mapping

public Mapping()