dasch-swiss / dsp-api

DaSCH Service Platform API
http://admin.dasch.swiss
Apache License 2.0
74 stars 18 forks source link

Document loading order of turtle files with references in-between them #655

Open tobiasschweizer opened 6 years ago

tobiasschweizer commented 6 years ago

When loading data from turtle files into the triplestore with active consistency checking, the order in which the data is loaded matters if there are references in-between the data in the different files.

If A.ttl contains references defined in B.ttl, B.tll has to be loaded first.

Also consider loading order of ontologies: @benjamingeer suggests to load all the ontologies first.

tobiasschweizer commented 6 years ago

change the loading order in the scripts graphdb-knora-prod-data.expect and graphdb-knora-test-data.expect