Show / Hide Table of Contents

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<TripleSegment>(TripleSegment)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX