Is it possible, with a SPARQL query, to retrieve all resources of a given class C, in the model connected to a given literal?
For example:
S1, p1, o1
S1, type, C
O1, p2, L1
S2, p3, o2
S2, type, C
O2, p4, o3
O3, p5, L1
For literal L1, I want to retrieve S1 and S2.