Interface IPropertyPathPattern
Interface for Triple Patterns that do property paths.
Inherited Members
System.IComparable<VDS.RDF.Query.Patterns.ITriplePattern>.CompareTo(VDS.RDF.Query.Patterns.ITriplePattern)
System.IComparable<VDS.RDF.Query.Patterns.IPropertyPathPattern>.CompareTo(VDS.RDF.Query.Patterns.IPropertyPathPattern)
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRDF.dll
Syntax
public interface IPropertyPathPattern : ITriplePattern, IComparable<ITriplePattern>, IComparable<IPropertyPathPattern>
Properties
| Improve this Doc View SourceObject
Gets the Object of the Pattern.
Declaration
PatternItem Object { get; }
Property Value
Type | Description |
---|---|
PatternItem |
Path
Gets the property path.
Declaration
ISparqlPath Path { get; }
Property Value
Type | Description |
---|---|
ISparqlPath |
Subject
Gets the Subject of the Pattern.
Declaration
PatternItem Subject { get; }
Property Value
Type | Description |
---|---|
PatternItem |