DB.DBA.RDF_LOAD_RDFXML
Parses the content of RDF/XML text as a sequence of separate RDF triples.
DB.DBA.RDF_LOAD_RDFXML
(in rdfxml_text varchar,
in omt_top_rdf varchar,
in graph_uri varchar);
Parameters
rdfxml_text –
text of and XML document
omt_top_rdf –
base IRI to resolve relative IRIs
graph_uri –
the IRI of destination graph
Return Types
The return value is not specified and may be changed in future versions.
Examples
sparql drop graph <http://www.biopax.org/prototype#sample-closure>;
DB.DBA.RDF_LOAD_RDFXML (file_to_string ('MatInf-for-Alan/Reactome_109581.owl'), '', 'http://www.biopax.org/prototype#sample');