BaseGraphGetTriplesWithSubject Method (INode) |
Gets all the Triples with the given Node as the Subject.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public abstract IEnumerable<Triple> GetTriplesWithSubject(
INode n
)
Public MustOverride Function GetTriplesWithSubject (
n As INode
) As IEnumerable(Of Triple)
Parameters
- n
- Type: VDS.RDFINode
The Node to find Triples with it as the Subject.
Return Value
Type:
IEnumerableTripleZero/More Triples.
Implements
IGraphGetTriplesWithSubject(INode)See Also