Click or drag to resize

OntologyResourceTriples Property

Gets all the Triples where the Resource occurs in any position.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Triple> Triples { get; }

Property Value

Type: IEnumerableTriple
See Also