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: 
Syntaxpublic IGraph ExplainProperty(
	Triple t
)
Public Function ExplainProperty ( 
	t As Triple
) As IGraph
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