|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Axioms
Abstraction for a set of RDFS Axioms.
| Method Summary | |
|---|---|
Iterator<SPO> |
axioms()
The axioms in {s:p:o} order by their term identifiers. |
String |
getNamespace()
The namespace of the owning LexiconRelation. |
boolean |
isAxiom(IV s,
IV p,
IV o)
Test for an axiom. |
boolean |
isNone()
true iff there are NO axioms. |
boolean |
isOwlSameAs()
true iff this set of axioms includes those for
owl:sameAs, owl:equivalentClass, and
owl:equivalentProperty. |
boolean |
isRdfSchema()
true iff this set of axioms includes those for RDF Schema. |
int |
size()
The #of defined axioms. |
| Method Detail |
|---|
String getNamespace()
LexiconRelation.
boolean isAxiom(IV s,
IV p,
IV o)
s - The internal value (IV) in the subject position.p - The internal value (IV) in the predicate position.o - The internal value (IV) in the object position.
IllegalStateException - if the axioms have not been defined.int size()
IllegalStateException - if the axioms have not been defined.Iterator<SPO> axioms()
IllegalStateException - if the axioms have not been defined.boolean isNone()
true iff there are NO axioms.
boolean isRdfSchema()
true iff this set of axioms includes those for RDF Schema.
boolean isOwlSameAs()
true iff this set of axioms includes those for
owl:sameAs, owl:equivalentClass, and
owl:equivalentProperty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||