BaseDatasetGetTriplesWithObject Method |
Gets all the Triples in the Dataset with the given Object.
Namespace:
VDS.RDF.Query.Datasets
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<Triple> GetTriplesWithObject(
INode obj
)
Public Function GetTriplesWithObject (
obj As INode
) As IEnumerable(Of Triple)
Parameters
- obj
- Type: VDS.RDFINode
Object.
Return Value
Type:
IEnumerableTriple[Missing <returns> documentation for "M:VDS.RDF.Query.Datasets.BaseDataset.GetTriplesWithObject(VDS.RDF.INode)"]
Implements
ISparqlDatasetGetTriplesWithObject(INode)See Also