Packages

package extraction

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class OWLHorstSchemaExtractor extends SchemaExtractor

    An extractor of the schema for OWL Horst.

    An extractor of the schema for OWL Horst.

    Currently, it's supports the extraction of triples (s,p,o) with p being

    • rdfs:subClassOf
    • rdfs:subPropertyOf
    • rdfs:domain
    • rdfs:range
    • owl:equivalentProperty
    • owl:equivalentClass
    • owl:inverseOf
    • owl:someValuesFrom
    • owl:allValuesFrom
    • owl:hasValue
    • owl:onProperty

    or o being

    • owl:TransitiveProperty
    • owl:FunctionalProperty
    • owl:InverseFunctionalProperty
    • owl:SymmetricProperty
  2. class RDFSSchemaExtractor extends SchemaExtractor

    An extractor of the schema for RDFS.

    An extractor of the schema for RDFS.

    Currently, it's supports the extraction of triples (s,p,o) with p being

    • rdfs:subClassOf
    • rdfs:subPropertyOf
    • rdfs:domain
    • rdfs:range
  3. abstract class SchemaExtractor extends Logging with Serializable

Value Members

  1. object RDFSSchemaExtractor extends Serializable

Ungrouped