writing Jena built-ins

后端 未结 1 1377
谎友^
谎友^ 2021-01-21 22:19

I\'m trying to write a Jena built-in to return a value from an algorithm I have been given and then do a comparison against that value, e.g.,



        
1条回答
  •  [愿得一人]
    2021-01-21 23:02

    @Joshua

    I found how to implement this.

    First of all, you should create a new class that extend from BaseBuiltin like this http://sadl.sourceforge.net/CustomJenaBuiltins.html

    and then add it into builtinRegistry class

    0 讨论(0)
提交回复
热议问题