home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / rdflib / RDF.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  937 b   |  30 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from rdflib.Namespace import Namespace
  5. RDFNS = Namespace('http://www.w3.org/1999/02/22-rdf-syntax-ns#')
  6. RDF = RDFNS['RDF']
  7. Description = RDFNS['Description']
  8. ID = RDFNS['ID']
  9. about = RDFNS['about']
  10. parseType = RDFNS['parseType']
  11. resource = RDFNS['resource']
  12. li = RDFNS['li']
  13. nodeID = RDFNS['nodeID']
  14. datatype = RDFNS['datatype']
  15. Seq = RDFNS['Seq']
  16. Bag = RDFNS['Bag']
  17. Alt = RDFNS['Alt']
  18. Statement = RDFNS['Statement']
  19. Property = RDFNS['Property']
  20. XMLLiteral = RDFNS['XMLLiteral']
  21. List = RDFNS['List']
  22. subject = RDFNS['subject']
  23. predicate = RDFNS['predicate']
  24. object = RDFNS['object']
  25. type = RDFNS['type']
  26. value = RDFNS['value']
  27. first = RDFNS['first']
  28. rest = RDFNS['rest']
  29. nil = RDFNS['nil']
  30.