Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
3 Predicates for parsing RDF/XML
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog RDF parser
Predicates for parsing RDF/XML
load_rdf/2
load_rdf/3
RDF Object representation
Name spaces
Low-level access
Availability:
:- use_module(
library(rdf)
).
(can be autoloaded)
load_rdf
(
+File, -Triples
)
Same as
load_rdf(File, Triples,[])
.
ClioPatria
(version
no GIT?
)