JENA - get value from RDF

webba

New Member
Sorry, i am again here, because i have a fast question,for example if i have this rdf:\[code\]<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ts="http://www.test.com/testModel.owl#"> <ts:Entity rdf:ID="1234_test"> <ts:Resource> <ts:testProp rdf:datatype="http://www.w3.org/2001/XMLSchema#string">test_ID_test</ts:testProp> </ts></ts></rdf:RDF>\[/code\]How i can extract the value test_ID_test??? And if i want use SPARQL how can i do with jena???
 
Back
Top