AKSW / OntoWiki

Semantic data wiki as well as Linked Data publishing engine
https://ontowiki.net
205 stars 51 forks source link

Initalization of OntoWiki config ontologies does not work on remote virtuoso #293

Open tomatophantastico opened 10 years ago

tomatophantastico commented 10 years ago

Starting with a clean virtuoso, ontowiki tries to load its config ontologies via isql load calls. This does not work, when

  1. Virtuoso is on a remote machine,
  2. Virtuoso cannot read the path. The errors produce here are not easy to find for a user. And the localation libraries/Erfurt/library/Erfurt/include/SysOnt.rdf is not easy to spot.

A solution would be to load the files via sparql.

white-gecko commented 10 years ago

This sound like a good idea. Can you provide a patch/pull-request for this?

tomatophantastico commented 10 years ago

Sorry, i do not speak PHP very well.

tomatophantastico commented 10 years ago

Suggestion:

white-gecko commented 8 years ago

I think, this sounds like a feature request to also support virtuoso on a separate machine. Even though it shouldn't be to hard implementing it, we should move it to 1.1

white-gecko commented 8 years ago

@pfrischmuth might already have a solution