py-triple-simple


pyTripleSimple

An experimental pure Python library for manipulating and working with N-triples formatted files. The library implements an in-memory RDF triple store with a simplified API for pattern matching. A command line interface to the library provides data aggregation and statistics performed on raw N-triples files. When "py_triple_simple.py" is run with PyPy triples have been observed moving at the rate of 30e3/second - 70e3/second. For large RDF databases, consisting of 10 million or more triples, a large memory machine (8 GB of RAM) is required.

  • ExampleScriptUsage
  • ExampleApiUsage
  • ExampleGeneratingGraphMl

Project Information

The project was created on Jun 6, 2011.

Labels:
RDF SemanticWeb ntriples Python