Skip to content

ProyectoPIONERA/morph-kgv

 
 

Repository files navigation

Instalación

pip install git+https://github.com/ProyectoPIONERA/morph-kgv.git

Se recomienda utilizar entornos virtuales.

Uso por línea de comandos

# 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.

Despliegue de SPARQL endpoint

morph-kgv serve config.ini

El endpoint se despliega en http://localhost:8000/sparql.

Funding

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)

Logos financiación

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Python 99.5%
  • Other 0.5%