On 25/11/2024 20:53, [email protected] wrote:
I have a large text:EntityMap defined in FUSEKI_BASE/config.ttl under
<http://base/#entMapFull>, and I try to reference it in (possibly
multiple) service definition files in FUSEKI_BASE/onfiguration/.
However, on startup I get an error:
INFO Config :: FUSEKI_HOME=/opt/fuseki
INFO Config :: FUSEKI_BASE=/etc/fuseki
INFO Config :: Shiro file: file:///etc/fuseki/shiro.ini
INFO Config :: Load configuration: file:///etc/fuseki/
configuration/pm20.ttl
ERROR Server :: Exception in initialization: Can't find
<http://base/#entMapFull> as a subject
Are the service definitions loaded *and interpreted* before the main
configuration file is loaded? If so, does anybody have an idea how to
circumvent the problem, or should I put everything into config.ttl again?
Each configuration file is processed independently - they can't cross
reference to another configuration model.
This is both good and bad - http://base/ happens there is a relative URI
in a received service template form the UI and those need to be kept
apart from another received service template.
Andy
Cheers, Joachim