-
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
Add specific SPARQL distribution info #76
Comments
Another example is https://datasetregister.netwerkdigitaalerfgoed.nl/show.php?uri=http://data.beeldengeluid.nl/id/dataset/0028, which has as its distribution access URL: https://cat.apis.beeldengeluid.nl/sparql?query=PREFIX%20sdo%3A%20%3Chttps%3A//schema.org/%3E%20SELECT%20DISTINCT%20%3FprogramUri%20%3FprogramName%20WHERE%20%7B%3Fseries%20sdo%3Aname%20%22Muziekopnamen%20Zendgemachtigden%20%28MOZ%29%22%5E%5Exsd%3Astring%20.%20%3FprogramUri%20sdo%3ApartOfSeason/sdo%3ApartOfSeries%20%3Fseries%20%3B%20sdo%3Aname%20%3FprogramName%20.%20%7D This makes it very hard for us to work with the query from the Knowledge Graph. |
From the VoID spec:
|
The current specification lacks a method to better specify a SPARQL endpoint.
Some datasets (like those of the Literatuurmuseum) all have the same
schema:contentUrl
(https://LIT.hosting.deventit.net/AtlantisSparql). But each of the datasets is "stored" in a separate graph. A property - with working namende:graphUri
- should be defined to provide the URI of the graph.Some datasets (like those of the KB) require a filter on the subject URIs, like
?subject schema:mainEntityOfPage/schema:isPartOf <http://data.bibliotheken.nl/id/dataset/dbnla>
. A property - with working namende:subjectFilter
- should be defined to provide a piece of SPARQL select.This information is needed for automatic processing of SPARQL-endpoints, for example to use in the Dataset Register KG.
See https://github.com/netwerk-digitaal-erfgoed/kg-prototype/blob/master/catalogs/sparql-endpoints.ttl for examples.
TODO: investigate if appropiate properties are available in VOID or DCAT.
The text was updated successfully, but these errors were encountered: