You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should we make it so that OSCYS has an actual endpoint that we could point people towards? I was able to remove the update / upload ability for it so it would be safe. It would be harder for Laura to update, however, as it would involve putting a file in a weird location on the server and restarting fuseki.
Regardless I should probably update cdrhsites so that nobody can post random stuff in the default datastore on there. :)
The text was updated successfully, but these errors were encountered:
Findings:
I have figured out how to make a default read-only service that uses a file from the filesystem. I doubt that it will be faster than our current setup but it would mean Laura wouldn't need to worry about fuseki at all, unless if it is holding the file in memory and would need to be restarted (TODO look into that) but otherwise I think we could then expose the endpoint as a way to peruse our RDF. Might add an OWL endpoint as well.
Also: I've been using "rdf" as the prefix for the rdf schema but it looks like the standard is to use prefix "rdfs"
Crud, so actually this won't work at all because the fuseki endpoint is on cdrhsearch and I need the rdf files on cdrhsites. :( We could still manually load it onto cdrhsearch if we want another step in the process, though
Now that I have found out that Fuseki isn't using my config file and HOW to get it to use the config file
https://github.com/ewg118/xEAC/wiki/Deploying-Fuseki
should we make it so that OSCYS has an actual endpoint that we could point people towards? I was able to remove the update / upload ability for it so it would be safe. It would be harder for Laura to update, however, as it would involve putting a file in a weird location on the server and restarting fuseki.
Regardless I should probably update cdrhsites so that nobody can post random stuff in the default datastore on there. :)
The text was updated successfully, but these errors were encountered: