package extraction
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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)
withp
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
-
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)
withp
being- rdfs:subClassOf
- rdfs:subPropertyOf
- rdfs:domain
- rdfs:range
- abstract class SchemaExtractor extends Logging with Serializable
Value Members
- object RDFSSchemaExtractor extends Serializable