Click or drag to resize

TripleStoreGetTriplesWithObject Method (ListUri, INode)

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

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

Parameters

graphUris
Type: System.Collections.GenericListUri
List of the Graph URIs of Graphs you want to select over.
n
Type: VDS.RDFINode
Node.

Return Value

Type: IEnumerableTriple

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

Implements

IInMemoryQueryableStoreGetTriplesWithObject(ListUri, INode)
See Also