All Downloads are FREE. Search and download functionalities are using the official Maven repository.

query.shacl.fastshacl.rq Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.

The newest version!
# SHACL Interpreter
 
#@public @import 
template {
   xt:size(?g)
}
where {
   #bind (sh:trace(true) as ?d)
   #bind (sh:shaclshape(shapeNode) as ?g)
   #bind (sh:shaclshape(shapeNode, targetNode) as ?g)
   #bind (sh:shaclnode(targetNode) as ?g)
   #bind (sh:setup(sh:callback, us:callback) as ?b1)
   bind (sh:fast(true) as ?f)
   bind (sh:shacl() as ?g)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy