njh / redstore

RedStore is a lightweight RDF triplestore written in C using the Redland library.
https://www.aelius.com/njh/redstore/
GNU General Public License v3.0
62 stars 6 forks source link

Load data into the URI for the document, not the identifier #4

Closed njh closed 7 years ago

njh commented 14 years ago

Loading: http://metade.org/foaf.rdf#me Should load into: http://metade.org/foaf.rdf

Loading: http://www.aelius.com/njh#me Should follow the 303 redirect And load into: http://www.aelius.com/njh/foaf.rdf

Loading: http://tomheath.com/id/me Should follow the 303 redirect And load into: http://tomheath.com/home/rdf

njh commented 7 years ago

Won't Fix