home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- from rdflib.Namespace import Namespace
- RDFNS = Namespace('http://www.w3.org/1999/02/22-rdf-syntax-ns#')
- RDF = RDFNS['RDF']
- Description = RDFNS['Description']
- ID = RDFNS['ID']
- about = RDFNS['about']
- parseType = RDFNS['parseType']
- resource = RDFNS['resource']
- li = RDFNS['li']
- nodeID = RDFNS['nodeID']
- datatype = RDFNS['datatype']
- Seq = RDFNS['Seq']
- Bag = RDFNS['Bag']
- Alt = RDFNS['Alt']
- Statement = RDFNS['Statement']
- Property = RDFNS['Property']
- XMLLiteral = RDFNS['XMLLiteral']
- List = RDFNS['List']
- subject = RDFNS['subject']
- predicate = RDFNS['predicate']
- object = RDFNS['object']
- type = RDFNS['type']
- value = RDFNS['value']
- first = RDFNS['first']
- rest = RDFNS['rest']
- nil = RDFNS['nil']
-