public interface Axioms
Modifier and Type | Method and Description |
---|---|
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.
|
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
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.