Hi people, I would like to get the SUBJECT of the following query:
select ?o where {<http://www.semanticnavigation.org/2008/faceto> ?p ?o}How could I do it with sparql SELECT? Instead I get the object ?o I would like to get the SUBJECT, is it possible using only SELECT? Regards Samur
