More Complex Example
SELECT ?cat ?val ?uri
WHERE (?x rdf:value ?val) (?x category ?cat)
(?val contains ?x) (?val linkTo ?uri)
- Returns:
[["Total Members",100,Res],…,] - (where
Resis the resource for"http://…")
118 (155)
SELECT ?cat ?val ?uri
WHERE (?x rdf:value ?val) (?x category ?cat)
(?val contains ?x) (?val linkTo ?uri)
[["Total Members",100,Res],…,]
Res is the resource for "http://…")