Graph.GetTriplesWithSubject Method (Uri) |
Gets all the Triples with the given Uri as the Subject.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IEnumerable<Triple> GetTriplesWithSubject(
Uri u
)
Public Overrides Function GetTriplesWithSubject (
u As Uri
) As IEnumerable(Of Triple)
Parameters
- u
- Type: System.Uri
The Uri to find Triples with it as the Subject.
Return Value
Type:
IEnumerable<Triple>Zero/More Triples.
Implements
IGraph.GetTriplesWithSubject(Uri)
See Also