Click or drag to resize

TriplePatternPredicatePart Class

Class responsible for setting the predicate part of triple patterns.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.BuilderTriplePatternPredicatePart

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public sealed class TriplePatternPredicatePart

The TriplePatternPredicatePart type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPredicate(String)
Sets a SPARQL variable as Predicate.
Public methodPredicate(PatternItem)
Sets a PatternItem as Predicate.
Public methodPredicate(SparqlVariable)
Sets a SPARQL variable as Predicate.
Public methodPredicateUri(String)
Sets a Uri as Predicate using a QName.
Public methodPredicateUri(Uri)
Sets a Uri as Predicate.
Public methodPredicateUri(IUriNode)
Sets a Uri as Predicate using a IUriNode.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also