Pymantic

Pymantic is a pythonic and easy-to-use library for working with Resource Description Framework (RDF) data.

Examples

Reading RDF data in N-Triples

from pymantic.parsers import *

with open("triples.nt") as f:
    graph = parse_ntriples(f)

Getting Involved

GitHub project page

Fork it, add features, wallow in the code, find out what is being worked on

github.com/norcalrdf/pymantic.

Feedback (Bugs)

Submit bugs in our issue tracker.