GraphPersistenceWrapperGetTriples Method (Uri) |
Gets all the Triples involving the given URI.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<Triple> GetTriples(
Uri uri
)
Public Function GetTriples (
uri As Uri
) As IEnumerable(Of Triple)
Parameters
- uri
- Type: SystemUri
The URI to find Triples involving.
Return Value
Type:
IEnumerableTripleZero/More Triples.
Implements
IGraphGetTriples(Uri)See Also