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, isRdfSchema
axioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternal
public OwlAxioms()
public OwlAxioms(String namespace)
protected void addAxioms(Collection<BigdataStatement> axioms)
RdfsAxioms
addAxioms
in class RdfsAxioms
axioms
- A collection into which the axioms will be inserted.public final boolean isOwlSameAs()
Axioms
true
iff this set of axioms includes those for
owl:sameAs
, owl:equivalentClass
, and
owl:equivalentProperty
.isOwlSameAs
in interface Axioms
isOwlSameAs
in class RdfsAxioms
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.