rdf_ntriples.pl -- RDF N-triples parser (obsolete)
This module parses n-triple files as defined by the W3C RDF working in http://www.w3.org/TR/rdf-testcases/#ntriples. This format is a simplified version of the RDF N3 notation used in the *.nt files that are used to describe the normative outcome of the RDF test-cases.
The returned list terms are of the form
rdf(Subject, Predicate, Object)
where
- Subject
- is an atom or
node(Id)
for anonymous nodes - Predicate
- is an atom
- Object
- is an atom,
node(Id)
,literal(Atom)
orxml(Atom)
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.