LICENSE
MANIFEST.in
README.md
setup.py
pyneql/__init__.py
pyneql.egg-info/PKG-INFO
pyneql.egg-info/SOURCES.txt
pyneql.egg-info/dependency_links.txt
pyneql.egg-info/requires.txt
pyneql.egg-info/top_level.txt
pyneql/log/__init__.py
pyneql/log/loggingsetup.py
pyneql/ontology/__init__.py
pyneql/ontology/book.py
pyneql/ontology/creative_work.py
pyneql/ontology/person.py
pyneql/ontology/thing.py
pyneql/query/__init__.py
pyneql/query/querybuilder.py
pyneql/query/rdftriple.py
pyneql/utils/__init__.py
pyneql/utils/endpoints.py
pyneql/utils/enum.py
pyneql/utils/namespace.py
pyneql/utils/utils.py
pyneql/utils/vocabulary.py
pyneql/utils/wikidataproperties.py
tests/ontology/__init__.py
tests/ontology/test_book.py
tests/ontology/test_creative_work.py
tests/ontology/test_person.py
tests/ontology/test_thing.py
tests/query/__init__.py
tests/query/test_querybuilder.py
tests/query/test_rdftriplebuilder.py
tests/utils/__init__.py
tests/utils/test_utils.py