Skip to content

Commit 5de81a6

Browse files
#349: Added rdf:Property sh:sparqlExpr (#354)
1 parent 6278930 commit 5de81a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shacl12-vocabularies/shacl.ttl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,6 +1409,14 @@ sh:SPARQLExprExpression-prefixes
14091409
sh:nodeKind sh:BlankNodeOrIRI ;
14101410
rdfs:isDefinedBy sh: .
14111411

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+
14121420

14131421
# Non-validating constraint properties ----------------------------------------
14141422

0 commit comments

Comments
 (0)