rule - Jena reasoning: dynamically adding new resources in the conclusion -


from have seen far, jena reasoning rules in form below :

[hirarchyexpansion: (?x dbo:ispartof ?loc) (?loc dbo:ispartof ?highloc) -> (?x dbo:ispartof ?highloc) ] implies no new resource can added in conclusion. need dynamically name , add new resources in conlcusion of rule. can please refer me solution?

thanks.


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -