com.bigdata.rdf.axioms
Class OwlAxioms
java.lang.Object
com.bigdata.rdf.axioms.BaseAxioms
com.bigdata.rdf.axioms.RdfsAxioms
com.bigdata.rdf.axioms.OwlAxioms
- All Implemented Interfaces:
- Axioms, Externalizable, Serializable
- Direct Known Subclasses:
- SampleAxioms
public class OwlAxioms
- extends RdfsAxioms
The axioms for RDF Schema plus a few axioms to support owl:sameAs,
owl:equivalentProperty, and owl:equivalentClass.
- Version:
- $Id: OwlAxioms.java 4642 2011-06-08 17:38:38Z thompsonbry $
- Author:
- personickm, Bryan Thompson
- See Also:
- Serialized Form
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwlAxioms
public OwlAxioms()
- De-serialization ctor.
OwlAxioms
public OwlAxioms(String namespace)
addAxioms
protected void addAxioms(Collection<BigdataStatement> axioms)
- Description copied from class:
RdfsAxioms
- Adds the axioms for RDF Schema.
- Overrides:
addAxioms in class RdfsAxioms
- Parameters:
axioms - A collection into which the axioms will be inserted.
isOwlSameAs
public final boolean isOwlSameAs()
- Description copied from interface:
Axioms
true iff this set of axioms includes those for
owl:sameAs, owl:equivalentClass, and
owl:equivalentProperty.
- Specified by:
isOwlSameAs in interface Axioms- Overrides:
isOwlSameAs in class RdfsAxioms
Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.