dustinchang / relfinder

Automatically exported from code.google.com/p/relfinder
0 stars 0 forks source link

SPARQL Results with namespaces #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
can not parse SPARQL results with namespaces like

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rs="http://www.w3.org/2005/sparql-results#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
 <rs:results rdf:nodeID="rset">
   <rs:result rdf:nodeID="sol193">
     <rs:binding rdf:nodeID="sol193-0" rs:name="s">
       <rs:value
rdf:resource="http://catalogus-professorum.org/lipsiensis/Grimmer_660"/>
     </rs:binding>
     <rs:binding rdf:nodeID="sol193-1" rs:name="l">
       <rs:value>Andreas Eduard Otto Horst Grimmer</rs:value>
     </rs:binding>
   </rs:result> 

Original issue reported on code.google.com by stegeman...@googlemail.com on 20 Jan 2010 at 12:21

GoogleCodeExporter commented 9 years ago
This should be solved now, shouldn't it?

Original comment by lohmann....@gmail.com on 27 Jan 2010 at 9:27

GoogleCodeExporter commented 9 years ago
It should!

Original comment by stegeman...@googlemail.com on 27 Jan 2010 at 9:36