A character vector containing one N-Triple string.
Arguments
s
The subject of a triplet.
p
The predicate of a triplet.
o
The object of a triplet.
Details
N-Triples is an easy to parse line-based subset of Turtle to serialize
RDF. An N-Triple triple is a sequence of RDF terms representing the subject,
predicate and object of an RDF Triple. Use n_triples to serialize
multiple statements.