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
Add example SPARQL and other queries (such as an HTTP URL to an OAI-PMH endpoint) to help users discover the data in the datasets.
For datasets that share a SPARQL endpoint, the information should include the way to select the dataset from that generic endpoint. We may use SPARQL Service Description for this:
[] a sd:Service ;
sd:endpoint <http://www.example/sparql/> ;
sd:namedGraph [
a sd:NamedGraph ;
sd:name <http://www.example/named-graph> ;
]
] .
Add example SPARQL and other queries (such as an HTTP URL to an OAI-PMH endpoint) to help users discover the data in the datasets.
For datasets that share a SPARQL endpoint, the information should include the way to select the dataset from that generic endpoint. We may use SPARQL Service Description for this:
An alternative approach is to use SHACL SPARQL targets:
The text was updated successfully, but these errors were encountered: