Package org.eclipse.rdf4j.query.algebra.evaluation.function.triple


package org.eclipse.rdf4j.query.algebra.evaluation.function.triple
  • Classes
    Class
    Description
    Function that return "true"^^xsd:boolean if its argument is RDF-star Triple otherwise return "false"^^xsd:boolean the function's IRI uses RDF namespace to match the other functions in the package
    Function constructing RDF-star Triple from its 3 arguments reused the IRI of rdf:Statement as name
    Function returning the object component of RDF-star Triple reused the IRI of rdf:object as name
    Function returning the predicate component of RDF-star Triple reused the IRI of rdf:predicate as name
    Function returning the subject component of RDF-star Triple reused the IRI of rdf:subject as name