Graph.GetTriplesWithObject Method (Uri) |
Gets all the Triples with the given Uri as the Object.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IEnumerable<Triple> GetTriplesWithObject(
Uri u
)
Public Overrides Function GetTriplesWithObject (
u As Uri
) As IEnumerable(Of Triple)
Parameters
- u
- Type: System.Uri
The Uri to find Triples with it as the Object.
Return Value
Type:
IEnumerable<Triple>Zero/More Triples.
Implements
IGraph.GetTriplesWithObject(Uri)
See Also