We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278930 commit 5de81a6Copy full SHA for 5de81a6
shacl12-vocabularies/shacl.ttl
@@ -1409,6 +1409,14 @@ sh:SPARQLExprExpression-prefixes
1409
sh:nodeKind sh:BlankNodeOrIRI ;
1410
rdfs:isDefinedBy sh: .
1411
1412
+sh:sparqlExpr
1413
+ a rdf:Property ;
1414
+ rdfs:label "SPARQL expr"@en ;
1415
+ rdfs:comment "The SPARQL expression that is executed during evaluation of a node expression."@en ;
1416
+ rdfs:domain sh:SPARQLExprExpression ;
1417
+ rdfs:range xsd:string ;
1418
+ rdfs:isDefinedBy sh: .
1419
+
1420
1421
# Non-validating constraint properties ----------------------------------------
1422
0 commit comments