powered by
Remove a triple from the store
rdf_store_remove(store_idx, subject, predicate, object, graph)
No return value, called for side effects (removing triples from the store)
Store index
Subject IRI or blank node
Predicate IRI
Object
Optional graph name IRI
store <- rdf_store_new() rdf_store_insert(store, "", "", '"val"', NULL) rdf_store_remove(store, "", "", '"val"', NULL)
Run the code above in your browser using DataLab