From e58d64653df9b8520f789587b5547fb36bc0788a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Feb 2011 23:30:14 +0000 Subject: Remove fuzzy lack of distinction between URIs and CURIEs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2954 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/HTTPClientSender.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine') diff --git a/src/engine/HTTPClientSender.cpp b/src/engine/HTTPClientSender.cpp index 4f2a8ebd..79f64cc1 100644 --- a/src/engine/HTTPClientSender.cpp +++ b/src/engine/HTTPClientSender.cpp @@ -63,7 +63,7 @@ HTTPClientSender::put(const URI& uri, for (Resource::Properties::const_iterator i = properties.begin(); i != properties.end(); ++i) model.add_statement( Redland::Resource(*_engine.world()->rdf_world(), path), - i->first.str(), + AtomRDF::atom_to_node(model, i->first.str()), AtomRDF::atom_to_node(model, i->second)); const string str = model.serialise_to_string("turtle"); -- cgit v1.2.1