|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.axioms.BaseAxioms
com.bigdata.rdf.axioms.RdfsAxioms
public class RdfsAxioms
The axioms for RDF Schema.
| Constructor Summary | |
|---|---|
RdfsAxioms()
De-serialization ctor. |
|
RdfsAxioms(String namespace)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.bigdata.rdf.axioms.BaseAxioms |
|---|
axioms, getNamespace, getValueFactory, init, isAxiom, readExternal, size, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RdfsAxioms()
public RdfsAxioms(String namespace)
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||