INCATools / semantic-sql

SQL and SQLite builds of OWL ontologies
https://incatools.github.io/semantic-sql/
BSD 3-Clause "New" or "Revised" License
37 stars 3 forks source link

Allow prefixes pass-thru. #69

Closed cmungall closed 1 year ago

cmungall commented 1 year ago

This PR allows a path to a prefixes file to passed on the command line to semsql; e.g.

semsql make foo.db -P /path/to/my/prefixes.csv

This will be used in place of the default prefix map. Note that it is expected that standard prefixes for owl, rdf, xsd will be passed through.