ReadonlysyntaxThe RDF syntax supported by this serializer.
Formats quads with detailed result information.
Optionaloptions: SerializationOptionsSerializes multiple quads/triples to N-Triples format.
The quads to serialize.
Optionaloptions: SerializationOptionsSerialization options.
The serialized N-Triples string.
Serializes a single quad/triple to N-Triples format.
The quad to serialize.
Optionaloptions: SerializationOptionsSerialization options.
The serialized N-Triple string.
Serializer for N-Triples format (RDF 1.2 compatible).
N-Triples is a line-based, plain text format for encoding RDF graphs. Each line contains a single triple: subject predicate object .
RDF 1.2 adds support for triple terms (quoted triples) as subjects or objects.
See
https://www.w3.org/TR/rdf12-n-triples/