Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1f9b9d57469c8873ab655062cd78aac3 to your computer and use it in GitHub Desktop.
Save r-ryantm/1f9b9d57469c8873ab655062cd78aac3 to your computer and use it in GitHub Desktop.
/nix/store/cr2j7ifpiifgysx8g9mb370vq2i6i90p-python2.7-rdflib-5.0.0
├── bin
│   ├── csv2rdf
│   ├── rdf2dot
│   ├── rdfgraphisomorphism
│   ├── rdfpipe
│   └── rdfs2dot
├── lib
│   └── python2.7
│   └── site-packages
│   ├── rdflib
│   │   ├── collection.py
│   │   ├── collection.pyc
│   │   ├── compare.py
│   │   ├── compare.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── events.py
│   │   ├── events.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── extras
│   │   │   ├── cmdlineutils.py
│   │   │   ├── cmdlineutils.pyc
│   │   │   ├── describer.py
│   │   │   ├── describer.pyc
│   │   │   ├── external_graph_libs.py
│   │   │   ├── external_graph_libs.pyc
│   │   │   ├── infixowl.py
│   │   │   ├── infixowl.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── graph.py
│   │   ├── graph.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── namespace.py
│   │   ├── namespace.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── paths.py
│   │   ├── paths.pyc
│   │   ├── plugin.py
│   │   ├── plugin.pyc
│   │   ├── plugins
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── memory.py
│   │   │   ├── memory.pyc
│   │   │   ├── parsers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── notation3.py
│   │   │   │   ├── notation3.pyc
│   │   │   │   ├── nquads.py
│   │   │   │   ├── nquads.pyc
│   │   │   │   ├── nt.py
│   │   │   │   ├── nt.pyc
│   │   │   │   ├── ntriples.py
│   │   │   │   ├── ntriples.pyc
│   │   │   │   ├── rdfxml.py
│   │   │   │   ├── rdfxml.pyc
│   │   │   │   ├── trig.py
│   │   │   │   ├── trig.pyc
│   │   │   │   ├── trix.py
│   │   │   │   └── trix.pyc
│   │   │   ├── serializers
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── n3.py
│   │   │   │   ├── n3.pyc
│   │   │   │   ├── nquads.py
│   │   │   │   ├── nquads.pyc
│   │   │   │   ├── nt.py
│   │   │   │   ├── nt.pyc
│   │   │   │   ├── rdfxml.py
│   │   │   │   ├── rdfxml.pyc
│   │   │   │   ├── trig.py
│   │   │   │   ├── trig.pyc
│   │   │   │   ├── trix.py
│   │   │   │   ├── trix.pyc
│   │   │   │   ├── turtle.py
│   │   │   │   ├── turtle.pyc
│   │   │   │   ├── xmlwriter.py
│   │   │   │   └── xmlwriter.pyc
│   │   │   ├── sleepycat.py
│   │   │   ├── sleepycat.pyc
│   │   │   ├── sparql
│   │   │   │   ├── aggregates.py
│   │   │   │   ├── aggregates.pyc
│   │   │   │   ├── algebra.py
│   │   │   │   ├── algebra.pyc
│   │   │   │   ├── datatypes.py
│   │   │   │   ├── datatypes.pyc
│   │   │   │   ├── evaluate.py
│   │   │   │   ├── evaluate.pyc
│   │   │   │   ├── evalutils.py
│   │   │   │   ├── evalutils.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── operators.py
│   │   │   │   ├── operators.pyc
│   │   │   │   ├── parser.py
│   │   │   │   ├── parser.pyc
│   │   │   │   ├── parserutils.py
│   │   │   │   ├── parserutils.pyc
│   │   │   │   ├── processor.py
│   │   │   │   ├── processor.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── csvresults.py
│   │   │   │   │   ├── csvresults.pyc
│   │   │   │   │   ├── graph.py
│   │   │   │   │   ├── graph.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── jsonresults.py
│   │   │   │   │   ├── jsonresults.pyc
│   │   │   │   │   ├── rdfresults.py
│   │   │   │   │   ├── rdfresults.pyc
│   │   │   │   │   ├── tsvresults.py
│   │   │   │   │   ├── tsvresults.pyc
│   │   │   │   │   ├── txtresults.py
│   │   │   │   │   ├── txtresults.pyc
│   │   │   │   │   ├── xmlresults.py
│   │   │   │   │   └── xmlresults.pyc
│   │   │   │   ├── sparql.py
│   │   │   │   ├── sparql.pyc
│   │   │   │   ├── update.py
│   │   │   │   └── update.pyc
│   │   │   └── stores
│   │   │   ├── auditable.py
│   │   │   ├── auditable.pyc
│   │   │   ├── concurrent.py
│   │   │   ├── concurrent.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── regexmatching.py
│   │   │   ├── regexmatching.pyc
│   │   │   ├── sparqlconnector.py
│   │   │   ├── sparqlconnector.pyc
│   │   │   ├── sparqlstore.py
│   │   │   └── sparqlstore.pyc
│   │   ├── query.py
│   │   ├── query.pyc
│   │   ├── resource.py
│   │   ├── resource.pyc
│   │   ├── serializer.py
│   │   ├── serializer.pyc
│   │   ├── store.py
│   │   ├── store.pyc
│   │   ├── term.py
│   │   ├── term.pyc
│   │   ├── tools
│   │   │   ├── csv2rdf.py
│   │   │   ├── csv2rdf.pyc
│   │   │   ├── graphisomorphism.py
│   │   │   ├── graphisomorphism.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── rdf2dot.py
│   │   │   ├── rdf2dot.pyc
│   │   │   ├── rdfpipe.py
│   │   │   ├── rdfpipe.pyc
│   │   │   ├── rdfs2dot.py
│   │   │   └── rdfs2dot.pyc
│   │   ├── util.py
│   │   ├── util.pyc
│   │   ├── void.py
│   │   └── void.pyc
│   └── rdflib-5.0.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 163 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment