stream-project / WP4R

Work Package 4 (Leitung:Infai)
1 stars 0 forks source link

Enable sync from MatVoc ontology git repository to SPARQL Endpoint #14

Closed TBoonX closed 3 years ago

TBoonX commented 3 years ago

For our MatVoc ontologie we will have multiple repositories with vocabularies inside. These have to be pushed regularly into their own graph in the SPARQL endpoint.

TBoonX commented 3 years ago

The virtuoso-import-docker_core-import_1 container is importing the RDF files into their graphs every 5 minutes. In order to include a new file, just add it to the ontology repo in the main folder and add a .graph file also. The graph file should have the complete filename of the rdf file as the prefix. The graph file should only contain the whole URI of the graph. The software used for this is https://github.com/Dockerizing/virtuoso-import-docker

TBoonX commented 3 years ago

Because of the new server environment I have to configure the container for it and start it again.

TBoonX commented 3 years ago

It is running now. We need to have similar containers for the other repositories as well, e.g. classification, taxonomy, ...