@prefix rdf: . @prefix ns1: . @prefix schema: . ns1:SparqlGspPostEntryPoint rdf:type schema:EntryPoint . @prefix pwdr: . ns1:SparqlGspPostEntryPoint pwdr:describedby ns1:this . @prefix ns4: . ns1:SparqlGspPostEntryPoint pwdr:describedby ns4:virtuoso_gsp_svc , ; schema:contentType "text/turtle" ; schema:description "\n Perform an RDF merge of the enclosed RDF payload into the RDF graph identified by the request.\n " ; schema:encodingType "text/turtle" ; schema:httpMethod "POST" ; schema:urlTemplate "http://(host)/sparql-graph-crud-auth(?graph-uri)" . @prefix oplwebservices: . ns1:SparqlGspPostEntryPoint oplwebservices:usageExample "curl --digest --user dba:dba --verbose --url \"http://example.com/sparql-graph-crud-auth?graph-uri=urn:graph:update:test:post\" -X POST -T books.ttl" . @prefix ns6: . ns1:SparqlGspPostEntryPoint ns6:securityScheme ns1:SparqlGspDigestSecurityScheme ; oplwebservices:hasParameter ns1:SparqlGspParameterHost , ns1:SparqlGspParameterGraphUri .