Home | Trees | Indices | Help |
---|
|
Closure.Core --+ | RDFSClosure.RDFS_Semantics --+ | Closure.Core --+ | | | OWLRL.OWLRL_Semantics --+ | RDFS_OWLRL_Semantics
Common subclass of the RDFS and OWL 2 RL semantic classes. All methods simply call back to the functions in the superclasses. This may lead to some unnecessary duplication of terms and rules, but it it not so bad. Also, the additional identification defined for OWL Full, ie, Resource being the same as Thing and OWL and RDFS classes being identical are added to the triple store.
Note that this class is also a possible user extension point:
subclasses can be created that extend the standard functionality by
extending this class. This class always performs RDFS inferences.
Subclasses have to set the self.rdfs
flag explicitly to the
requested value if that is to be controlled.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
|
|
|||
full_binding_triples =
additional axiom type triples that are added to the combined semantics; these 'bind' the RDFS and the OWL worlds together |
|||
boolean |
rdfs whether RDFS inference is also done (used in subclassed only) |
||
Inherited from |
|
|
If an extension wants to add new datatypes, this method should be invoked at initialization time.
|
Do some post-processing step. This method when all processing is done, but before handling possible errors (ie, the method can add its own error messages). By default, this method is empty, subclasses can add content to it by overriding it.
|
Go through the RDFS entailment rules rdf1, rdfs4-rdfs12, by extending the graph.
|
Add axioms
|
This is not really complete, because it just uses the comparison possibilities that rdflib provides.
|
Adds some extra axioms and calls for the d_axiom part of the OWL Semantics.
|
|
full_binding_triplesadditional axiom type triples that are added to the combined semantics; these 'bind' the RDFS and the OWL worlds together
|
rdfswhether RDFS inference is also done (used in subclassed only)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Feb 7 15:00:18 2014 | http://epydoc.sourceforge.net |