
sttl.datashape.core.path.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-core Show documentation
Show all versions of corese-core Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update.
The newest version!
#
# evaluate sh:path of shape ?sh
# ?list is the list of target nodes of shape ?sh
#
prefix sh:
template (?shape, ?sh, ?vis, ?list) {
sh:safe(?shape, ?sh, ?suc)
}
where {
graph ?shape {
?sh sh:path ?p
filter not exists { ?sh sh:deactivated true}
}
bind (sh:path(?shape, ?sh, ?vis, ?list, ?p) as ?suc)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy