Click or drag to resize

TripleSegment Enumeration

Indicates which Segment of a Triple Node Output is being generated for.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum TripleSegment
Members
  Member nameValueDescription
Subject0 Subject of the Triple
Predicate1 Predicate of the Triple
Object2 Object of the Triple
Remarks
Used by Writers and Formatters to ensure restrictions on which Nodes can appear where in the syntax are enforced.
See Also