sparql.anything
sparql.anything copied to clipboard
Simplify the extraction of Properties
There are a lot of
if(properties.containsKey(IriArgument.tostring))
then
extract the value (possibly, interpret the string as integer or boolean)
else
return a default value
This can be implemented as a static method that implements this pattern.