http://franz.com/ns/allegrograph/6.6.0/shaclShapeValidationReport1
Produce a SHACL validation report for a set of nodes in the dataGraph dataGraph. E.g.,
construct \{
?s ?p ?o
\} where \{
bind(<http://franz.com/ns/allegrograph/6.5.0/fn#makeSPARQLList>(:shape1, :shape2) as ?shapes)
bind(<http://franz.com/ns/allegrograph/6.5.0/fn#makeSPARQLList>(:node1, :node2, :node3) as ?shapes)
(?s ?p ?o) <http://franz.com/ns/allegrograph/6.6.0/shaclShapeValidationReport1>
(:dataGraph ?shapes ?nodes)
\}
dataGraph can be an IRI, literals 'default' and 'all',` or a variable that is bound to a SPARQL collection (list or set) that was previously created with a function like http://franz.com/ns/allegrograph/6.5.0/fn#makeSPARQLList or http://franz.com/ns/allegrograph/6.5.0/fn#lookupRdfList.
The example query would validate the three nodes :node1, :node2, and :node3 against the two shapes :shape1
and :shape2
. The shapesGraph is assumed to be the dataGraph. See shaclShapeValidationReport2
if you need to specify a different shapesGraph.
Notes
The following namespace abbreviations are used:
- fti - <http://franz.com/ns/allegrograph/2.2/textindex/>
- geo - <http://franz.com/ns/allegrograph/3.0/geospatial/>
- geofn - <http://franz.com/ns/allegrograph/3.0/geospatial/fn/>
- nd - <http://franz.com/ns/allegrograph/5.0/geo/nd#>
- ndfn - <http://franz.com/ns/allegrograph/5.0/geo/nd/fn#>
- sna - <http://franz.com/ns/allegrograph/4.11/sna/>
The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.