Click or drag to resize

TripleStoreGetTriplesWithPredicate Method (ListUri, Uri)

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

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

Parameters

graphUris
Type: System.Collections.GenericListUri
List of the Graph URIs of Graphs you want to select over.
u
Type: SystemUri
Uri.

Return Value

Type: IEnumerableTriple

[Missing <returns> documentation for "M:VDS.RDF.TripleStore.GetTriplesWithPredicate(System.Collections.Generic.List{System.Uri},System.Uri)"]

Implements

IInMemoryQueryableStoreGetTriplesWithPredicate(ListUri, Uri)
See Also