org.semanticweb.kaon2.api.owl.elements
Interface Datatype

All Superinterfaces:
DataRange, Entity, OWLEntity, Predicate

public interface Datatype
extends OWLEntity, DataRange

Represents a datatype in an ontology.


Field Summary
static java.lang.String RDFS_LITERAL
          The rdfs:Literal datatype URI.
 
Method Summary
 
Methods inherited from interface org.semanticweb.kaon2.api.owl.elements.OWLEntity
getAnnotations, getAnnotationValue, getAnnotationValues, getAnnotationValues
 
Methods inherited from interface org.semanticweb.kaon2.api.Entity
accept, getURI, toString
 
Methods inherited from interface org.semanticweb.kaon2.api.owl.elements.DataRange
accept, getComplementNNF, getDataPropertiesTo, getNNF, getSimplified, isInNNF, toString
 
Methods inherited from interface org.semanticweb.kaon2.api.rules.Predicate
getArity
 

Field Detail

RDFS_LITERAL

static final java.lang.String RDFS_LITERAL
The rdfs:Literal datatype URI.

See Also:
Constant Field Values