Class Property
Represents a Predicate which is part of a Path.
Inheritance
System.Object
Property
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class Property : ISparqlPath
Constructors
| Improve this Doc View SourceProperty(INode)
Creates a new Property.
Declaration
public Property(INode predicate)
Parameters
Type | Name | Description |
---|---|---|
INode | predicate | Predicate. |
Properties
| Improve this Doc View SourcePredicate
Gets the Predicate this part of the Path represents.
Declaration
public INode Predicate { get; }
Property Value
Type | Description |
---|---|
INode |
Methods
| Improve this Doc 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 |
Overrides
object.ToString()