Class FUN_Property
java.lang.Object
fr.mines_stetienne.ci.sparql_generate.function.library.FUN_Property
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
Binding function
fun:property
extracts a property from a
Properties document
- Param 1: (file): the URI of the properties document (a URI), or the properties document itself (a String);
- Param 2: (property) the name of the property;
-
Field Details
-
URI
The SPARQL function URI.- See Also:
- Constant Field Values
-
-
Constructor Details
-
FUN_Property
public FUN_Property()
-
-
Method Details
-
build
- Specified by:
build
in interfaceorg.apache.jena.sparql.function.Function
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.expr.ExprList args, String uri, org.apache.jena.sparql.function.FunctionEnv env)- Specified by:
exec
in interfaceorg.apache.jena.sparql.function.Function
-