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

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

public class Relation
extends java.lang.Object

A class for semantic relations including the URI of the relation along with their description and human readable label. Intended to hold the URI of an rdf Property along with the rdfs:comment value as description and rdfs:label value as label. The SKOS-Mapping vocabulary draft is at http://www.w3c.rl.ac.uk/2003/11/21-skos-mapping and lists the mapping relation properties with their label and description.


Field Summary
 java.lang.String description
           
 java.lang.String label
           
 URI uri
           
 
Constructor Summary
Relation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public URI uri

description

public java.lang.String description

label

public java.lang.String label
Constructor Detail

Relation

public Relation()