How can one extra rdf:about or rdf:ID properties from triples using SPARKQL?

Posted by lennyks on Stack Overflow See other posts from Stack Overflow or by lennyks
Published on 2010-05-03T20:12:49Z Indexed on 2010/05/03 20:18 UTC
Read the original article Hit count: 274

Filed under:
|
|
|
|

It seemed a trivial matter at the beginning but so far I had not managed to get unique identifier for a given resource using SPARKQL. What I mean is given and then some properties identifiying this resource in perfect world I want to first know how to retrieve an individual triple given some uri. I have tried naive approaches by writing statements in a WHERE clause such as ?x rdf:about ?y and ?x rdfs:about ?y. I hope I am being precise.

© Stack Overflow or respective owner

Related posts about java

Related posts about semantic-web