OntologyResourceTriplesWithPredicate Property |
Gets all the Triples from the Graph where the Resource occurs as the Predicate.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<Triple> TriplesWithPredicate { get; }
Public ReadOnly Property TriplesWithPredicate As IEnumerable(Of Triple)
Get
Property Value
Type:
IEnumerableTripleSee Also