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, writeExternal
public NoAxioms()
public NoAxioms(String namespace)
public final boolean isNone()
Axioms
true
iff there are NO axioms.public final boolean isRdfSchema()
Axioms
true
iff this set of axioms includes those for RDF Schema.public final boolean isOwlSameAs()
Axioms
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.