Show / Hide Table of Contents

Enum NodeType

Node Type Values.

Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public enum NodeType

Fields

Name Description
Blank

A Blank Node

GraphLiteral

A Graph Literal Node

Literal

A Literal Node

Triple

A triple node (used in RDF-Star graphs)

Uri

A Uri Node

Variable

A Variable Node (currently only used in N3)

Extension Methods

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