Open matentzn opened 2 years ago
If we wanted to go with (1) here is the relevant section of the Makefile:
You need to load the additional prefixes into the prefix table prior to calling rdftab, as rdftab takes care of contracting the URIs
But from our discussion on slack, it seems this is less of a priority as we will just merge the prefixes you need in to curated_prefixes
but it's looking like direct loading with https://github.com/ozekik/lightrdf is easiest
now possible with:
semsql make foo.db --prefix-csv-path /path/to/my/prefixes.csv
caveat: you must make sure ALL prefixes are in the csv, including owl, rdf, xsd, etc
the next release of oak will make this more transparent when querying owl via the sql adapter
We definitely want to do this, in addition to using any shacl triple namespace declarations in the file itself
Currently this is a bit awkward as everything is coordinated via a Makefile
Our options are: