Hello,

I am having some troubles in the syntax of shacl sparql rules (and in 
finding a full documentation describing the syntax in different cases). I 
have certain sparql queries that I need to transform into shacl sparql 
rules in order to make new inferences using shacl rules. I am having 
difficulty in defining the syntax of the shape file containing the rules 
especially in the construct, where, filter and condition parts of the 
sparql rule. Any help or suggestions please ? Here is an example of a 
sparql query that I have :

SELECT (?x as ?idSomewhere) ("www.a-certain-url#rating1" as ?rating) (?a as 
?height) (?b as ?b_Index) (?c as ?c_Index) (?d as ?is_full)

WHERE {

?x rdf:type ex:Place ; ex:height ?a; ex:b_index ?b; ex:c_index ?c; 
ex:is_full ?d; ex:contain ?e; ex:duration ?f


FILTER( 

?a > "0.0"^^xsd:double && ?a <= "5.0"^^xsd:double 

&& ?b < "3.0"^^xsd:double

&& ?c > "0"^^xsd:integer && ?c < "3"^^xsd:integer

&& ?d = true

&& ?e>= "70"^^xsd:integer)

}


Thank you !

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/d9443c24-0237-4f53-86d5-2e1690d99388n%40googlegroups.com.

Reply via email to