IInMemoryQueryableStoreGetTriples Method (ListUri, Uri) |
Selects all Triples which have 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 IEnumerable<Triple> GetTriples(
List<Uri> graphUris,
Uri uri
)
Function GetTriples (
graphUris As List(Of Uri),
uri As Uri
) As IEnumerable(Of Triple)
Parameters
- graphUris
- Type: System.Collections.GenericListUri
List of the Graph URIs of Graphs you want to select over. - uri
- Type: SystemUri
Uri.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.IInMemoryQueryableStore.GetTriples(System.Collections.Generic.List{System.Uri},System.Uri)"]
See Also