On Monday, June 23, 2014 02:11:00 PM Thorben Wallmeyer wrote: > I've got a model/graph that I would like to query. All I do is executing > the query "DESCRIBE <MY_NS://knowledge/my_resource>". This returns me > all statements that use the named resource as subject.
More than that -- it typically does bnode closure, so eg if the value of some property is a list you get the entire list structure. > What do I have to > do, to get all statements that use this resource as object, too? Write an explicit CONSTRUCT query that has that resource as an object of some triples. > How does the query has to look like? Everything i tried did not have the > expected effect. What did you try? What did you get? Chris -- "A facility for quotation covers the absence of original thought."/Gaudy Night/ Epimorphics Ltd, http://www.epimorphics.com Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT Epimorphics Ltd. is a limited company registered in England (number 7016688)
