pip install git+https://github.com/ProyectoPIONERA/morph-kgv.git
Se recomienda utilizar entornos virtuales.
# Query from a .sparql / .rq file:
python run_query.py config.ini query.sparql
# Query passed directly as a string:
python run_query.py config.ini "SELECT ?x WHERE { ?x a <http://example.org/Thing> }"
# Read query from stdin:
python run_query.py config.ini -
El fichero de configuración config.ini es similar al de morph-kgc. Un fichero de ejemplo está disponible en este repositorio.
morph-kgv serve config.ini
El endpoint se despliega en http://localhost:8000/sparql.
This work has received funding from the PIONERA project (Enhancing interoperability in data spaces through artificial intelligence), a project funded in the context of the call for Technological Products and Services for Data Spaces of the Ministry for Digital Transformation and Public Administration within the framework of the PRTR funded by the European Union (NextGenerationEU)
