Click or drag to resize

TripleStoreGetTriplesWithPredicate 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: SystemUri
Uri.

Return Value

Type: IEnumerableTriple

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

Implements

IInMemoryQueryableStoreGetTriplesWithPredicate(Uri)
See Also