public class RdfsAxioms extends BaseAxioms
| Constructor and Description |
|---|
RdfsAxioms()
De-serialization ctor.
|
RdfsAxioms(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAxioms(Collection<BigdataStatement> axioms)
Adds the axioms for RDF Schema.
|
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. |
axioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternalpublic RdfsAxioms()
public RdfsAxioms(String namespace)
protected void addAxioms(Collection<BigdataStatement> axioms)
addAxioms in class BaseAxiomsaxioms - A collection into which the axioms will be inserted.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 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.