com.bigdata.rdf.axioms
Class OwlAxioms

java.lang.Object
  extended by com.bigdata.rdf.axioms.BaseAxioms
      extended by com.bigdata.rdf.axioms.RdfsAxioms
          extended by 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

Constructor Summary
OwlAxioms()
          De-serialization ctor.
OwlAxioms(String namespace)
           
 
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 com.bigdata.rdf.axioms.RdfsAxioms
isNone, isRdfSchema
 
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

OwlAxioms

public OwlAxioms()
De-serialization ctor.


OwlAxioms

public OwlAxioms(String namespace)
Method Detail

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.