-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make semsql prefix maps configurable #51
Comments
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:
|
If we wanted to go with (1) here is the relevant section of the Makefile: semantic-sql/src/semsql/builder/build.Makefile Lines 45 to 56 in 36a3d83
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:
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 |
No description provided.
The text was updated successfully, but these errors were encountered: