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
Public Enumeration TripleSegment
Members
| Member name | Value | Description |
---|
| Subject | 0 |
Subject of the Triple
|
| Predicate | 1 |
Predicate of the Triple
|
| Object | 2 |
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