Problem in Sparql Query
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All , I am facing problem with following plz help me , I want to use a subquery in Spaqrl.Can anyone help me how to use subquery in Sparql.I am using WSS 3.0 version.When i tried subquery it throws me with following exception. SELECT ?shiftName WHERE{ harePointItems(?uri,?shiftName); { SELECT ?shiftName WHERE { harePointItems(?uri, "LogbookShift",?shiftInfo). } } } GROUP BY ?shiftName Exception: Intuition Data Service has failed to execute the specified SPARQL query. } expected Thanx in Advance