IInMemoryQueryableStoreGetTriplesWithPredicate Method (Uri) |
Selects all Triples where the Predicate is a Uri Node with the given Uri from all the Query Triples.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IEnumerable<Triple> GetTriplesWithPredicate(
Uri u
)
Function GetTriplesWithPredicate (
u As Uri
) As IEnumerable(Of Triple)
Parameters
- u
- Type: SystemUri
Uri.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.IInMemoryQueryableStore.GetTriplesWithPredicate(System.Uri)"]
See Also