Assuming I have resources identified by hash-uris as follows:
- http://www.example.com/about#alice
- http://www.example.com/about#bob
- http://www.example.com/about#trudy
- ...
Because the fragment is stripped off, I have to serve the data about all these resources at http://www.example.com/about
I want to retrieve the data from my triple-store via SPARQL and return it to the client. Is there a way to perfom a SPARQL Describe on all these resources? Or any other query that will do the job?