edu.unika.aifb.kaon
Class VocabularyAdaptor

Direct Known Subclasses:
RDFVocabulary

public class VocabularyAdaptor


Method Summary
 ResourcegetAlternative()
          Returns the name of the resource for a alternative collection.
 ResourcegetBag()
          Returns the name of the resource for a bag collection.
 ResourcegetComment()
          Returns the name of the Comment Property
 ResourcegetConcept()
          Returns the name of the Concept Resource
 ResourcegetConstraintResource()
          Returns the name of the ContraintResource Construct
 ResourcegetContainer()
          Returns the name of the Container Construct
 ResourcegetContainerMembershipProperty()
          Returns the name of the Container Membership Property
 ResourcegetContraintProperty()
          Returns the name of the ConstraintProperty Construct
 Resourcegetcreator()
           
 ResourcegetDE()
           
 ResourcegetDomain()
          Returns the name of the Relation.domain Property
 ResourcegetEN()
           
 Resourcegetequivalent()
           
 ResourcegetinLanguage()
           
 ResourcegetInstanceOf()
          /** Returns the name of the instanceOf Property
 ResourcegetIsDefinedByProperty()
          Returns the name of the isDefinedBy Property
 ResourcegetLabel()
          Returns the name of the labelProperty
 ResourcegetLanguage()
           
 ResourcegetLexicalEntry()
           
 ResourcegetLiteral()
          Returns the name of the Literal Construct
 static StringgetNameSpace()
          TO DO - JavaDoc
 ResourcegetNLPTool()
           
 ResourcegetObjectResource()
          Returns the name of the Object Resource (used with reification)
 Resourcegetpos()
           
 ResourcegetPredicateResource()
          Returns the name of the Predicate Resource (used with reification)
 ResourcegetRange()
          Returns the name of the Relation.Range Property
 Resourcegetreferences()
           
 ResourcegetRelation()
          Returns the name of the Relation Resource
 ResourcegetResource()
          Returns the name of the Resource Resource itself
 ResourcegetRoot()
           
 ResourcegetSeeAlso()
          Returns the name of the seeAlso Property
 ResourcegetSequence()
          Returns the name of the resource for a sequence collection.
 ResourcegetSMESmorph()
           
 ResourcegetStatement()
          Returns the name of the Statement Resource (used with reification)
 ResourcegetStem()
           
 ResourcegetSubConceptOf()
          Returns the name of the subConceptOf Property
 ResourcegetSubjectResource()
          Returns the name of the Subject Resource (used with reification)
 ResourcegetSubRelationOf()
          Returns the name of the subRelationOf Property
 ResourcegetSynonymsME()
           
 Resourcegetvalue()
           
 ResourcegetValueResource()
          Identifies the principal value of a property when the property value is a structured resource.

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.

getComment

public Resource getComment()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Comment Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getConcept

public Resource getConcept()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Concept Resource
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getConstraintResource

public Resource getConstraintResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the ContraintResource Construct
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getContainer

public Resource getContainer()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Container Construct
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getContainerMembershipProperty

public Resource getContainerMembershipProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Container Membership Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getContraintProperty

public Resource getContraintProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the ConstraintProperty Construct
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getcreator

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

getDE

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

getDomain

public Resource getDomain()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Relation.domain Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getEN

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

getequivalent

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

getinLanguage

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

getInstanceOf

public Resource getInstanceOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException
/** Returns the name of the instanceOf Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getIsDefinedByProperty

public Resource getIsDefinedByProperty()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the isDefinedBy Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getLabel

public Resource getLabel()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the labelProperty
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getLanguage

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

getLexicalEntry

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

getLiteral

public Resource getLiteral()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Literal Construct
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

getNLPTool

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

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.

getpos

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

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.

getRange

public Resource getRange()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Relation.Range Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getreferences

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

getRelation

public Resource getRelation()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Relation Resource
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getResource

public Resource getResource()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the Resource Resource itself
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getRoot

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

getSeeAlso

public Resource getSeeAlso()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the seeAlso Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

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.

getSMESmorph

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

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.

getStem

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

getSubConceptOf

public Resource getSubConceptOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the subConceptOf Property
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.

getSubRelationOf

public Resource getSubRelationOf()
throws edu.unika.aifb.sitris.exception.NotSupportedException
Returns the name of the subRelationOf Property
Returns: org.w3c.rdf.model.Resource
Throws:
edu.unika.aifb.sitris.exception.NotSupportedException - The exception description.

getSynonymsME

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

getvalue

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

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.