I am using RDF/XML to insert tripples in a tripplestore (GraphDb). This works but I also need all tripples are gathered into a unique named graph and I am looking for the right syntax in RDF/XML to do this, when inserting data and always using the same name for the graph (something as "http://domain_com/graphName").
The only documentation I found is this one https://www.w3.org/2009/07/NamedGraph.html#rdf-xml but I only get errors when trying to implement it, I must confess I am not a RDF/XML specialist ...
Can somebody provide an explicit example ?