Click or drag to resize

PropertyPathPattern Constructor

Creates a new Property Path Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public PropertyPathPattern(
	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.
See Also