IGraphGetTriples Method (Uri) |
Selects all Triples which have a Uri Node with the given Uri.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IEnumerable<Triple> GetTriples(
Uri uri
)
Function GetTriples (
uri As Uri
) As IEnumerable(Of Triple)
Parameters
- uri
- Type: SystemUri
Uri.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.IGraph.GetTriples(System.Uri)"]
See Also