edu.unika.aifb.kaon
Class RDFSchemaVocabulary

edu.unika.aifb.kaon.VocabularyAdaptor
  |
  +--edu.unika.aifb.kaon.RDFVocabulary
        |
        +--edu.unika.aifb.kaon.RDFSchemaVocabulary
Direct Known Subclasses:
DAMLVocabulary, KAONVocabulary, Vocabulary

public class RDFSchemaVocabulary
extends RDFVocabulary

RDF Schema Vocabulary A vocabulary adaptor for RDF Schema 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
RDFSchemaVocabulary(org.w3c.rdf.model.NodeFactory factory)
           
RDFSchemaVocabulary()
          TO DO - JavaDoc

Method Summary
 ResourcegetComment()
           
 ResourcegetConcept()
           
 ResourcegetConstraintResource()
           
 ResourcegetContainer()
           
 ResourcegetContainerMembershipProperty()
           
 ResourcegetContraintProperty()
           
 ResourcegetDomain()
           
 ResourcegetIsDefinedByProperty()
           
 ResourcegetLabel()
           
 ResourcegetLiteral()
           
 static StringgetNameSpace()
          TO DO - JavaDoc
 ResourcegetRange()
           
 ResourcegetResource()
           
 ResourcegetSeeAlso()
           
 ResourcegetSubConceptOf()
           
 ResourcegetSubRelationOf()
           

Methods inherited from class edu.unika.aifb.kaon.RDFVocabulary
getAlternative, getBag, getInstanceOf, getObjectResource, getPredicateResource, getRelation, getSequence, getStatement, getSubjectResource, getValueResource

Methods inherited from class edu.unika.aifb.kaon.VocabularyAdaptor
getcreator, getDE, getEN, getequivalent, getinLanguage, getLanguage, getLexicalEntry, getNLPTool, getpos, getreferences, getRoot, getSMESmorph, getStem, getSynonymsME, getvalue

Constructor Detail

RDFSchemaVocabulary

public RDFSchemaVocabulary(org.w3c.rdf.model.NodeFactory factory)

RDFSchemaVocabulary

public RDFSchemaVocabulary()
TO DO - JavaDoc
Method Detail

getComment

public Resource getComment()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getConcept

public Resource getConcept()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getConstraintResource

public Resource getConstraintResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getContainer

public Resource getContainer()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getContainerMembershipProperty

public Resource getContainerMembershipProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getContraintProperty

public Resource getContraintProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getDomain

public Resource getDomain()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getIsDefinedByProperty

public Resource getIsDefinedByProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getLabel

public Resource getLabel()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getLiteral

public Resource getLiteral()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getNameSpace

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

getRange

public Resource getRange()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getResource

public Resource getResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getSeeAlso

public Resource getSeeAlso()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getSubConceptOf

public Resource getSubConceptOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException

getSubRelationOf

public Resource getSubRelationOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException