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