| Did you know ... | Search Documentation: | 
| Predicate read_ntriple/2 | 
:- use_module(library(semweb/rdf_ntriples)).
[det]read_ntriple(+Stream, 
-Triple)| Triple | is a term triple(Subject,Predicate,Object). 
Arguments follow the normal conventions of the RDF libraries. NodeID 
elements are mapped to node(Id). If end-of-file is reached, Triple 
is unified with
end_of_file.  | 
syntax_error(Message) on syntax errors