Click or drag to resize

IInMemoryQueryableStoreGetTriples Method (Uri)

Selects all Triples which have a Uri Node with the given Uri from all the Query Triples.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<Triple> GetTriples(
	Uri uri
)

Parameters

uri
Type: SystemUri
Uri.

Return Value

Type: IEnumerableTriple

[Missing <returns> documentation for "M:VDS.RDF.IInMemoryQueryableStore.GetTriples(System.Uri)"]

See Also