IInMemoryQueryableStore.GetTriplesWithObject Method (List<Uri>, 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:
SyntaxIEnumerable<Triple> GetTriplesWithObject(
List<Uri> graphUris,
INode n
)
Function GetTriplesWithObject (
graphUris As List(Of Uri),
n As INode
) As IEnumerable(Of Triple)
Parameters
- graphUris
- Type: System.Collections.Generic.List<Uri>
List of the Graph URIs of Graphs you want to select over. - n
- Type: VDS.RDF.INode
Node.
Return Value
Type:
IEnumerable<Triple>[Missing <returns> documentation for "M:VDS.RDF.IInMemoryQueryableStore.GetTriplesWithObject(System.Collections.Generic.List{System.Uri},VDS.RDF.INode)"]
See Also