Class TripleRefs
Struct used for reference counting the quotation of triples in an RDF-star graph.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class TripleRefs
Fields
| Edit this page View SourceAsserted
Flag indicating if the triple is asserted in the graph.
Declaration
public bool Asserted
Field Value
Type | Description |
---|---|
bool |
QuoteCount
Count of the number of times the triple is quoted in the graph.
Declaration
public uint QuoteCount
Field Value
Type | Description |
---|---|
uint |