public class NoAxioms extends BaseAxioms
| Constructor and Description |
|---|
NoAxioms()
De-serialization ctor.
|
NoAxioms(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
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. |
addAxioms, axioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternalpublic NoAxioms()
public NoAxioms(String namespace)
public final boolean isNone()
Axiomstrue iff there are NO axioms.public final boolean isRdfSchema()
Axiomstrue iff this set of axioms includes those for RDF Schema.public final boolean isOwlSameAs()
Axiomstrue 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.