Click or drag to resize

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
)

Parameters

uri
Type: SystemUri
The URI to find Triples involving.

Return Value

Type: IEnumerableTriple
Zero/More Triples.

Implements

IGraphGetTriples(Uri)
See Also