Click or drag to resize

OntologyResource.Triples 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: IEnumerable<Triple>
See Also