Class FUN_Property
- java.lang.Object
-
- fr.mines_stetienne.ci.sparql_generate.function.library.FUN_Property
-
- All Implemented Interfaces:
Function
public final class FUN_Property extends Object implements 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;
- Author:
- Maxime Lefrançois
-
-
Constructor Summary
Constructors Constructor Description FUN_Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(String uri, ExprList args)
NodeValue
exec(Binding binding, ExprList args, String uri, FunctionEnv env)
-
-
-
Field Detail
-
URI
public static final String URI
The SPARQL function URI.- See Also:
- Constant Field Values
-
-