Click or drag to resize

PathTransformContextGetTriplePattern Method

Creates a Triple Pattern.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ITriplePattern GetTriplePattern(
	PatternItem subj,
	ISparqlPath path,
	PatternItem obj
)

Parameters

subj
Type: VDS.RDF.Query.PatternsPatternItem
Subject.
path
Type: VDS.RDF.Query.PathsISparqlPath
Property Path.
obj
Type: VDS.RDF.Query.PatternsPatternItem
Object.

Return Value

Type: ITriplePattern

[Missing <returns> documentation for "M:VDS.RDF.Query.Paths.PathTransformContext.GetTriplePattern(VDS.RDF.Query.Patterns.PatternItem,VDS.RDF.Query.Paths.ISparqlPath,VDS.RDF.Query.Patterns.PatternItem)"]

See Also