|
I'm trying to query a FOAF like dataset. I want to query the dataset for 10 people (and only people with friends) and get back their names and their friends uris. Based on this solution: http://answers.semanticweb.com/questions/21072/limiting-individuals-not-statements I tried the foloowing:
This query still limits by statements and not the resource, so if the first person returned from this query has 10 friends, I'm only going to get the statements for that first person. What am I doing wrong? |
|
Well that query should work as stated, one possible issue is that it is entirely possible that the inner query is returning the same
If this still doesn't give you the result you want this may be a bug in the SPARQL engine you are using, what are you using to make your query and how is your data stored? |

