Package rdfalchemy :: Module rdfsSubject
[hide private]
[frames] | no frames]

Module rdfsSubject

source code

rdfsSubject.py

rdfsSubject is similar to rdfsSubject but includes more processing and magic based on an RDF Schema

Created by Philip Cooper on 2008-05-14. Copyright (c) 2008 Openvest. All rights reserved.

Classes [hide private]
  rdfsSubject
  rdfsClass
rdfSbject with some RDF Schema addons Some inferencing is implied Bleading edge: be careful
  rdfsProperty
  owlClass
rdfSbject with some RDF Schema addons Some inferencing is implied Bleading edge: be careful
  owlFunctionalProperty
  owlDatatypeProperty
  owlObjectProperty
  owlInverseFunctionalProperty
  owlSymetricProperty
  owlTransitiveProperty
Variables [hide private]
  OWL = rdflib.URIRef('http://www.w3.org/2002/07/owl#')
  _all_ = ['rdfsSubject', 'rdfsClass', 'rdfsProperty', 'owlObjec...
  re_ns_n = re.compile(r'(.*[/#])(.*)')
Variables Details [hide private]

_all_

Value:
['rdfsSubject',
 'rdfsClass',
 'rdfsProperty',
 'owlObjectProperty',
 'owlDatatypeProperty',
 'owlSymetricProperty',
 'owlTransitivePropertyowlFunctionalProperty',
 'owlInverseFunctionalProperty']