ExposuresProvider / cam-pipeline

Data loading pipeline for CAM database
https://exposuresprovider.github.io/cam-pipeline/
MIT License
2 stars 4 forks source link

Add shortcut slot_uri mapping to makefile #16

Closed balhoff closed 4 years ago

balhoff commented 4 years ago

See https://github.com/TranslatorIIPrototypes/cam-api/issues/5

balhoff commented 4 years ago

This should be added to be run in the makefile. It can be similar to this existing target:

ont-biolink-subclasses.ttl: biolink-model.ttl biolink-local.ttl
    arq --data=biolink-model.ttl --data=biolink-local.ttl --query=sparql/construct-ont-biolink-subclasses.rq --results=ttl >$@

Then the resulting turtle file needs to be added to the database the same way that one is.

balhoff commented 4 years ago

Fixed by #21.