Click or drag to resize

OntologyResourceTriplesWithSubject Property

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

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

Property Value

Type: IEnumerableTriple
See Also