public class OwlAxioms extends RdfsAxioms
| Constructor and Description |
|---|
OwlAxioms()
De-serialization ctor.
|
OwlAxioms(String namespace) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAxioms(Collection<BigdataStatement> axioms)
Adds the axioms for RDF Schema.
|
boolean |
isOwlSameAs()
true iff this set of axioms includes those for
owl:sameAs, owl:equivalentClass, and
owl:equivalentProperty. |
isNone, isRdfSchemaaxioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternalpublic OwlAxioms()
public OwlAxioms(String namespace)
protected void addAxioms(Collection<BigdataStatement> axioms)
RdfsAxiomsaddAxioms in class RdfsAxiomsaxioms - A collection into which the axioms will be inserted.public final boolean isOwlSameAs()
Axiomstrue iff this set of axioms includes those for
owl:sameAs, owl:equivalentClass, and
owl:equivalentProperty.isOwlSameAs in interface AxiomsisOwlSameAs in class RdfsAxiomsCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.