edu.unika.aifb.kaon
Class RDFVocabulary

edu.unika.aifb.kaon.VocabularyAdaptor
  |
  +--edu.unika.aifb.kaon.RDFVocabulary
Direct Known Subclasses:
RDFSchemaVocabulary

public class RDFVocabulary
extends VocabularyAdaptor

RDF Vocalulary A vocabulary adaptor for RDF part of Simple Triple Store (STS) http://ontoserver.aifb.uni-karlsruhe.de/sts (c) 2001 AIFB, Universität Karlsruhe (TH)

Author:
: Raphael Volz (volz@aifb.uni-karlsruhe.de)

Constructor Summary
RDFVocabulary(NodeFactory factory)
           
RDFVocabulary()
          TO DO - JavaDoc

Method Summary
 ResourcegetAlternative()
          Returns the name of the resource for a alternative collection.
 ResourcegetBag()
          Returns the name of the resource for a bag collection.
 org.w3c.rdf.model.ResourcegetInstanceOf()
          Insert the method's description here.
 static StringgetNameSpace()
          TO DO - JavaDoc
 ResourcegetObjectResource()
          Returns the name of the Object Resource (used with reification)
 ResourcegetPredicateResource()
          Returns the name of the Predicate Resource (used with reification)
 org.w3c.rdf.model.ResourcegetRelation()
           
 ResourcegetSequence()
          Returns the name of the resource for a sequence collection.
 ResourcegetStatement()
          Returns the name of the Statement Resource (used with reification)
 ResourcegetSubjectResource()
          Returns the name of the Subject Resource (used with reification)
 ResourcegetValueResource()
          Identifies the principal value of a property when the property value is a structured resource.

Methods inherited from class edu.unika.aifb.kaon.VocabularyAdaptor
getComment, getConcept, getConstraintResource, getContainer, getContainerMembershipProperty, getContraintProperty, getcreator, getDE, getDomain, getEN, getequivalent, getinLanguage, getIsDefinedByProperty, getLabel, getLanguage, getLexicalEntry, getLiteral, getNLPTool, getpos, getRange, getreferences, getResource, getRoot, getSeeAlso, getSMESmorph, getStem, getSubConceptOf, getSubRelationOf, getSynonymsME, getvalue

Constructor Detail

RDFVocabulary

public RDFVocabulary(NodeFactory factory)

RDFVocabulary

public RDFVocabulary()
TO DO - JavaDoc
Method Detail

getAlternative

public Resource getAlternative()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the resource for a alternative collection.
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getBag

public Resource getBag()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the resource for a bag collection.
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getInstanceOf

public org.w3c.rdf.model.Resource getInstanceOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (26.07.2001 13:51:06)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getNameSpace

public static String getNameSpace()
TO DO - JavaDoc
Returns: java.lang.String

getObjectResource

public Resource getObjectResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Object Resource (used with reification)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getPredicateResource

public Resource getPredicateResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Predicate Resource (used with reification)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getRelation

public org.w3c.rdf.model.Resource getRelation()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getSequence

public Resource getSequence()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the resource for a sequence collection.
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getStatement

public Resource getStatement()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Statement Resource (used with reification)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getSubjectResource

public Resource getSubjectResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Subject Resource (used with reification)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getValueResource

public Resource getValueResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Identifies the principal value of a property when the property value is a structured resource. (defined within RDF)
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.