Click or drag to resize

TripleStoreGetTriplesWithSubject Method (Uri)

Selects all Triples where the Subject is a Uri Node with the given Uri from all Graphs in the Triple Store.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Triple> GetTriplesWithSubject(
	Uri u
)

Parameters

u
Type: SystemUri
Uri.

Return Value

Type: IEnumerableTriple

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

Implements

IInMemoryQueryableStoreGetTriplesWithSubject(Uri)
See Also