This is a Python module that will allows an end-user to traverse given property-paths en a given config file.
pip install travharv
from travharv import service
poetry install
pytest
This is an example of how to run the code where the targetstore is kept in memory and dumped to a file
python -m travharv -c ./tests/config/base_test.yml -d ./test.ttl -i ./tests/inputs/63523.ttl -o ./test.ttl
This is an example of how to run the code where the targetstore is a SPARQL endpoint.
python -m travharv -c ./tests/config/base_test.yml -s http://example.org http://example.org/statements