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