Show / Hide Table of Contents

Class TripleRefs

Struct used for reference counting the quotation of triples in an RDF-star graph.

Inheritance
object
TripleRefs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class TripleRefs

Fields

| Edit this page View Source

Asserted

Flag indicating if the triple is asserted in the graph.

Declaration
public bool Asserted
Field Value
Type Description
bool
| Edit this page View Source

QuoteCount

Count of the number of times the triple is quoted in the graph.

Declaration
public uint QuoteCount
Field Value
Type Description
uint

Extension Methods

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