NTriple

RDF N-Triple (data model).

Parameterized on element type Chars. Use NTriple!(char[]) to avoid GC-allocations when parsing files using File.byLine which returns a volatile reference to a temporary char[] buffer. If The NTriples are to be stored permanently in memory use NTriple!string.

Members

Aliases

Chars
alias Chars = const(char)[]
Undocumented in source.

Functions

parse
void parse()

Parse subject, predicate and object.

Variables

object
Chars object;
Undocumented in source.
objectDataTypeIRI
Chars objectDataTypeIRI;
Undocumented in source.
objectFormat
ObjectFormat objectFormat;
Undocumented in source.
objectLanguageCode
Chars objectLanguageCode;
Undocumented in source.
predicate
Chars predicate;
Undocumented in source.
subject
Chars subject;
Undocumented in source.
subjectFormat
SubjectFormat subjectFormat;
Undocumented in source.

See Also

Meta