nxt.rdf

RDF-data model and algorithsm.

Currently supports N-Triples (.nt).

Planned support for RDF Turtle (.ttl) statements (either single-line or multi-line).

TODO can we make inout operator only on the members of the returned NTriple in parseNTriple? TODO parse Turtle .ttl-files (https://en.wikipedia.org/wiki/Turtle_(syntax)) TODO parse N-Quads for use in Wikidata TODO parse RDF/XML

Members

Enums

ObjectFormat
enum ObjectFormat
Undocumented in source.
SubjectFormat
enum SubjectFormat
Undocumented in source.

Functions

parseNTriple
auto parseNTriple(inout(char)[] line)

Decode line into an RDF N-Triple.

Structs

NTriple
struct NTriple

RDF N-Triple (data model).

See Also

Meta