RE: Assembler for GenericRuleEngine Custom Builtin

2017-12-12 Thread Nouwt, B. (Barry)
b.SecondBuiltin" . Regards, Barry -Original Message- From: Nouwt, B. (Barry) [mailto:barry.no...@tno.nl] Sent: dinsdag 12 december 2017 13:20 To: users@jena.apache.org Subject: RE: Assembler for GenericRuleEngine Custom Builtin Hi Rob, thanks! I was not aware of this ja:loadClass usag

RE: Assembler for GenericRuleEngine Custom Builtin

2017-12-12 Thread Nouwt, B. (Barry)
: Re: Assembler for GenericRuleEngine Custom Builtin See the documentation on Other Assembler directives: http://jena.apache.org/documentation/assembler/assembler-howto.html#other-assembler-directives Using ja:loadClass to load in a class that sets up any custom assemblers via static initializer

Re: Assembler for GenericRuleEngine Custom Builtin

2017-12-12 Thread Rob Vesse
e.org] Sent: zaterdag 25 november 2017 15:45 To: users@jena.apache.org Subject: Re: Assembler for GenericRuleEngine Custom Builtin I'm not too familiar with the rules system, so I may be wrong, but I think the answer is simply no, we don't have that feature right now. It does sound

RE: Assembler for GenericRuleEngine Custom Builtin

2017-12-12 Thread Nouwt, B. (Barry)
.@apache.org] Sent: zaterdag 25 november 2017 15:45 To: users@jena.apache.org Subject: Re: Assembler for GenericRuleEngine Custom Builtin I'm not too familiar with the rules system, so I may be wrong, but I think the answer is simply no, we don't have that feature right now. It does sound quite

Re: Assembler for GenericRuleEngine Custom Builtin

2017-11-25 Thread ajs6f
I'm not too familiar with the rules system, so I may be wrong, but I think the answer is simply no, we don't have that feature right now. It does sound quite useful. If you write this code for yourself please do open a ticket (actually, that would be nice in any event) and send a PR! For

Assembler for GenericRuleEngine Custom Builtin

2017-11-24 Thread Nouwt, B. (Barry)
Hi all, Does anyone know whether there is an Assember to load a custom Builtin (for usage in rules for the GenericRuleEngine) using a Fuseki configuration .ttl file. I assume not, because I cannot find it in: