Click or drag to resize

TripleStoreGetTriples 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
public IEnumerable<Triple> GetTriples(
	Uri uri
)

Parameters

uri
Type: SystemUri
Uri.

Return Value

Type: IEnumerableTriple

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

Implements

IInMemoryQueryableStoreGetTriples(Uri)
See Also