WrapperGraphGetTriplesWithPredicate Method (INode) |
Gets all the Triples with the given Node as the Predicate.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IEnumerable<Triple> GetTriplesWithPredicate(
INode n
)
Public Overridable Function GetTriplesWithPredicate (
n As INode
) As IEnumerable(Of Triple)
Parameters
- n
- Type: VDS.RDFINode
The Node to find Triples with it as the Predicate.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.WrapperGraph.GetTriplesWithPredicate(VDS.RDF.INode)"]
Implements
IGraphGetTriplesWithPredicate(INode)See Also