Click or drag to resize

TripleStore.GetTriplesWithPredicate Method (Uri)

Selects all Triples where the Predicate 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> GetTriplesWithPredicate(
	Uri u
)

Parameters

u
Type: System.Uri
Uri.

Return Value

Type: IEnumerable<Triple>

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

Implements

IInMemoryQueryableStore.GetTriplesWithPredicate(Uri)
See Also