Click or drag to resize

OntologyResource.TriplesWithObject Property

Gets all the Triples from the Graph where the Resource occurs as the Object.

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

Property Value

Type: IEnumerable<Triple>
See Also