3.3.7 Graph manipulation
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Semantic Web Library 3.0
Two RDF APIs
library(semweb/rdf_db): The RDF database
Graph manipulation
rdf_create_graph/1
rdf_unload_graph/1
rdf_graph_property/2
rdf_set_graph/2
Availability:
:- use_module(
library(semweb/rdf_db)
).
[det]
rdf_create_graph
(
+Graph
)
Create an RDF graph without triples. Succeeds silently if the graph already exists.