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