Show the members of a class in the tree. This is in addition to what is
currently shown, the classes that a class is a member of.
Example SPARQL query is
PREFIX part2: <http://dm.rdlfacade.org/data#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdl: <http://rdl.rdlfacade.org/data#>
SELECT ?uri ?label
WHERE {?s part2:hasClassifier rdl:R20416210356 .
?s part2:hasClassified ?uri .
?uri rdfs:label ?label }
ORDER BY ?label
Original issue reported on code.google.com by dariuska...@gmail.com on 14 Apr 2010 at 12:56
Original issue reported on code.google.com by
dariuska...@gmail.com
on 14 Apr 2010 at 12:56