Module RDFSClosure
source code
This module is brute force implementation of the RDFS semantics on the
top of RDFLib (with some caveats, see in the introductory text).
|
RDFS_Semantics
RDFS Semantics class, ie, implementation of the RDFS closure graph.
|
|
__author__ = ' Ivan Herman '
|
|
__license__ = u' W3C® SOFTWARE NOTICE AND LICENSE, http://www.w ...
|
|
__package__ = ' RDFClosure '
|
Imports:
Property,
type,
Resource,
Class,
subClassOf,
subPropertyOf,
domain,
range,
Literal,
ContainerMembershipProperty,
member,
Datatype,
ns_rdf,
Core,
RDFS_Axiomatic_Triples,
RDFS_D_Axiomatic_Triples
__license__
- Value:
u' W3C® SOFTWARE NOTICE AND LICENSE, http://www.w3.org/Consortium/Legal
/2002/copyright-software-20021231 '
|
|