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, writeExternal
public RdfsAxioms()
public RdfsAxioms(String namespace)
protected void addAxioms(Collection<BigdataStatement> axioms)
addAxioms
in class BaseAxioms
axioms
- A collection into which the axioms will be inserted.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 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.