SemWeb : SemWeb Namespace
N3Writer.Formats Enum

Output formats used for the SemWeb.N3Writer.

public enum N3Writer.Formats

Remarks

This enumeration is used for the N3Writer.Format property.

Members

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.

Requirements

Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2