SemWeb : SemWeb Namespace
N3Writer.Formats Enum

Output formats used for the SemWeb.N3Writer.

public enum N3Writer.Formats


Remarks

This enumeration is used for the SemWeb.N3Writer.Format property.
Members
Member name Description
NTriples

The N3Writer will write in NTriples notation, which has the following format for each statement:

<subjectURI> <predicateURI> <objectURI> .

Turtle Turtle format adds to NTriples @prefix notation for namespace declarations, qualified names in place of <URI> notation, and comma and semicolon abbreviation.
Notation3 Notation3 adds to Turtle format is...of syntax and predicate abbreviations, such as a for rdf:type.