Package

net.sansa_stack.inference.flink

extraction

Permalink

package extraction

Visibility
  1. Public
  2. All

Type Members

  1. class OWLHorstSchemaExtractor extends SchemaExtractor

    Permalink

    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

    Permalink

    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

    Permalink

Value Members

  1. object RDFSSchemaExtractor extends Serializable

    Permalink

Ungrouped