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

query.shacl.predicatepath.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!
#
# Extended SHACL: select predicate path of instances
#
insert data {

[] a sh:NodeShape ;
sh:targetClass sh:NodeShape ;
sh:property [
    sh:path (
        [sh:oneOrMorePath [xsh:triplePath xsh:subject]]
        [xsh:nodePath xsh:predicate]
    ) ;
    sh:patternIn (sh:) ;
    xsh:display(true)
]
.

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy