Click or drag to resize

ExplainPropertyServiceExplainProperty Method (Triple)

Gets a Graph explaining why the given Triple was derived.

Namespace:  VDS.RDF.Query.Inference.Pellet.Services
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IGraph ExplainProperty(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Query.Inference.Pellet.Services.ExplainPropertyService.ExplainProperty(VDS.RDF.Triple)"]

See Also