OntologyResource.TriplesWithSubject 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:
Syntaxpublic IEnumerable<Triple> TriplesWithSubject { get; }
Public ReadOnly Property TriplesWithSubject As IEnumerable(Of Triple)
Get
Property Value
Type:
IEnumerable<Triple>
See Also