Uses of Class
fr.mines_stetienne.ci.sparql_generate.graph.Node_ExprList
-
Packages that use Node_ExprList Package Description fr.mines_stetienne.ci.sparql_generate.graph Contains new node classes for expression nodes: nodes that can be used anywhere variables are legal, and that bind a (implicit) variable to a SPARQL expression. -
-
Uses of Node_ExprList in fr.mines_stetienne.ci.sparql_generate.graph
Subclasses of Node_ExprList in fr.mines_stetienne.ci.sparql_generate.graph Modifier and Type Class Description class
Node_ExtendedLiteral
The class of expression nodes of type"text{<expr>}"
, or any other RDF literal with embedded expressions (including RDF literals with language tags, RDF datatypes.class
Node_ExtendedURI
The class of expression nodes of type<text{<expr>}>
, or any other IRI with embedded expressions.
-