PublicShow sourcerdf_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) or xml(Atom)
deprecated
- This library will shortly be replaced with a stub that calls library(semweb/rdf_ntriples).

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source rdf_ntriple_part(Arg1, Arg2, Arg3, Arg4)
Source load_rdf_ntriples(Arg1, Arg2)