Enum TripleSegment
Indicates which Segment of a Triple Node Output is being generated for.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public enum TripleSegment
Remarks
Used by Writers and Formatters to ensure restrictions on which Nodes can appear where in the syntax are enforced.
Fields
Name | Description |
---|---|
Object | Object of the Triple |
Predicate | Predicate of the Triple |
Subject | Subject of the Triple |