-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation of domain specific features #10
Comments
We currently use an endpoint for the datasets in https://data.netwerkdigitaalerfgoed.nl/ld-wizard. These dataset are currently not named very well, starting out with Schema.org only, then adding Dublin Core Terms and CIDOC-CRM later. We may configure and document this as follows: there is a linked dataset that is specific to the LD Erfgoed Wizard. Configuration can mostly be performed in the linked dataset:
There is also a code-side aspect to the configuration, but that aspect is kept as small as possible: only the endpoint URL and query request must be set. |
Ok, thank you for clearing this up. If I understand you correctly this means that a core functionality of LDWizard is depending on specific api functions of the TriplyDB platform. Would this mean that the portability of the code is limited to environments where TriplyDB instances are available? Or will any implementation with a generic sparql or elastichsearch serivce work and if this is the case should we demonstrate this too, f.g. by adding dockerized services and config files for them? |
That depends a bit on what part of the API is concerned. Where standards are available, we of course use them:
Where standards are not (yet) available, this becomes more difficult:
|
Finally was able to pick this up... I have added a new section to the LD Wizard main documentation about this: link |
The documentation lacks a description for configuring the specific domain features like vocabularies (and others features?).
The text was updated successfully, but these errors were encountered: