Module org.apache.jena.arq
Class EmbeddedTripleFunctions
java.lang.Object
org.apache.jena.sparql.function.library.triple.EmbeddedTripleFunctions
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EmbeddedTripleFunctions
public EmbeddedTripleFunctions()
-
-
Method Details
-
fnTriple
Create a triple term. ThrowsExprEvalException
if the predicate argument is not a URI. -
isTriple
Test whether aNodeValue
is an triple term. -
tripleSubject
Return the subject of a triple term. ThrowsExprEvalException
if the argument is not a triple term. -
triplePredicate
Return the predicate of a triple term. ThrowsExprEvalException
if the argument is not a triple term. -
tripleObject
Return the object of a triple term. ThrowsExprEvalException
if the argument is not a triple term.
-