Class TripleRefs
Struct used for reference counting the quotation of triples in an RDF-star graph.
Inheritance
System.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
| Improve this Doc View SourceAsserted
Flag indicating if the triple is asserted in the graph.
Declaration
public bool Asserted
Field Value
Type | Description |
---|---|
System.Boolean |
QuoteCount
Count of the number of times the triple is quoted in the graph.
Declaration
public uint QuoteCount
Field Value
Type | Description |
---|---|
uint |