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.Patterns.PatternItem
Subject.
path
Type: VDS.RDF.Query.Paths.ISparqlPath
Property Path.
obj
Type: VDS.RDF.Query.Patterns.PatternItem
Object.
See Also