Show / Hide Table of Contents

Interface IPropertyPathPattern

Interface for Triple Patterns that do property paths.

Inherited Members
ITriplePattern.PatternType
ITriplePattern.IsAcceptAll
ITriplePattern.Variables
ITriplePattern.FloatingVariables
ITriplePattern.FixedVariables
ITriplePattern.UsesDefaultDataset
ITriplePattern.HasNoBlankVariables
IComparable<ITriplePattern>.CompareTo(ITriplePattern)
IProcessable.Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
IVisitable.Accept<T>(ISparqlAlgebraVisitor<T>)
IComparable<IPropertyPathPattern>.CompareTo(IPropertyPathPattern)
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public interface IPropertyPathPattern : ITriplePattern, IComparable<ITriplePattern>, IProcessable, IVisitable, IComparable<IPropertyPathPattern>

Properties

| Edit this page View Source

Object

Gets the Object of the Pattern.

Declaration
PatternItem Object { get; }
Property Value
Type Description
PatternItem
| Edit this page View Source

Path

Gets the property path.

Declaration
ISparqlPath Path { get; }
Property Value
Type Description
ISparqlPath
| Edit this page View Source

Subject

Gets the Subject of the Pattern.

Declaration
PatternItem Subject { get; }
Property Value
Type Description
PatternItem

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Object
    • Path
    • Subject
  • Extension Methods
Back to top Generated by DocFX