Open andrew-pickin-epi opened 2 months ago
Default prefixes are built into the jar and overrides are normally done by the templates but it seems that in some cases people override by creating a defaultPrefixes.ttl file. To allow that pattern while allowing config of location added a command line option --prefixes
.
Released as 2.1.3
dclib
read a file (defaultPrefixes.ttl
) from the current directory.This leads to some counter-intuitive behaviour. eg: (from fsa data model repo) this works happily:
but this fails.
because
defaultPrefixes.ttl
isn't read. There shoudl be a way of specifying where this file is.