Show / Hide Table of Contents

Interface IConstructTriplePattern

Interface for Triple Patterns that can be used in a CONSTRUCT pattern.

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>)
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public interface IConstructTriplePattern : ITriplePattern, IComparable<ITriplePattern>, IProcessable, IVisitable

Properties

| Edit this page View Source

HasNoExplicitVariables

Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).

Declaration
bool HasNoExplicitVariables { get; }
Property Value
Type Description
bool
| Edit this page View Source

HasNoVariables

Gets whether the Pattern contains no Variables of any kind.

Declaration
bool HasNoVariables { get; }
Property Value
Type Description
bool
| 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

Predicate

Gets the Predicate of the Pattern.

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

Subject

Gets the Subject of the Pattern.

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

Methods

| Edit this page View Source

Construct(ConstructContext)

Constructs a Triple from a Set based on this Triple Pattern.

Declaration
Triple Construct(ConstructContext context)
Parameters
Type Name Description
ConstructContext context

Construct Context.

Returns
Type Description
Triple

Extension Methods

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