Class Property
Represents a Predicate which is part of a Path.
Implements
Inherited Members
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class Property : ISparqlPath
Constructors
| Edit this page View SourceProperty(INode)
Creates a new Property.
Declaration
public Property(INode predicate)
Parameters
Type | Name | Description |
---|---|---|
INode | predicate | Predicate. |
Properties
| Edit this page View SourcePredicate
Gets the Predicate this part of the Path represents.
Declaration
public INode Predicate { get; }
Property Value
Type | Description |
---|---|
INode |
Methods
| Edit this page View SourceToAlgebra(PathTransformContext)
Converts a Path into its Algebra Form.
Declaration
public ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type | Name | Description |
---|---|---|
PathTransformContext | context | Path Transformation Context. |
Returns
Type | Description |
---|---|
ISparqlAlgebra |
ToString()
Gets the String representation of the Path.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |