Resolve
RDF Terms

Data based on @zazuko/vocabularies
Click to Copy
dash:detailsEndpoint
Click to Copy
http://datashapes.org/dash#detailsEndpoint

Recommended prefix

Copy 'PREFIX dash: <http://datashapes.org/dash#>'

dash:

lang:""
details endpoint
lang:""
Can be used to link a SHACL property shape with the URL of a SPARQL endpoint that may contain further RDF triples for the value nodes delivered by the property. This can be used to inform a processor that it should switch to values from an external graph when the user wants to retrieve more information about a value. This property should be regarded as an "annotation", i.e. it does not have any impact on validation or other built-in SHACL features. However, selected tools may want to use this information. One implementation strategy would be to periodically fetch the values specified by the sh:node or sh:class shape associated with the property, using the property shapes in that shape, and add the resulting triples into the main query graph. An example value is "https://query.wikidata.org/sparql".