I wanted to see if there is a way to create and load data into a named graph in GraphDB. I have tried the GraphDB RDF4J API to http://127.0.0.1:7200/repositories/repo1/rdf-graphs/urn:abc:123. This works, however it creates a named graph called "http://127.0.0.1:7200/repositories/repo1/rdf-graphs/urn:abc:123" as opposed to "urn:abc:123".
Here is the spec I was following: https://rdf4j.org/documentation/reference/rest-api/
Any ideas?
Thanks.