Output formats used for the SemWeb.N3Writer.
This enumeration is used for the N3Writer.Format property.
Member Name Description Notation3 Notation3 adds to Turtle format is...of syntax and predicate abbreviations, such as a for rdf:type. 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.
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2