http://franz.com/ns/allegrograph/6.6.0/shaclFocusNodeConforms1

Use SHACL determine if a dataGraph conforms to a shapesGraph.

A single binding is returned which will be one of:

For example:

SELECT ?valid \{  
  bind(<http://franz.com/ns/allegrograph/6.6.0/shaclFocusNodeConforms1>(:dataGraph :InvalidResource1) as ?valid)  
\} 

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.

Notes

The following namespace abbreviations are used:

The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.