WARNING: Rule references unimplemented functor: allValue

my functor is attached.

My rules are attached.

How do I tell Jena about allValue?





<http://www.scottstreit.com>
@prefix ie: http://www.compscii.com/ontologies/0.1/AutoIE.owl# 
[IndividualGetsGroupInterests:   (?x ie:memberOf ?y), (?y ie:hasGroupInterestOf 
?z)  -> (?x ie:hasIndividualInterestOf ?z)]

[InferredMembership:  (?g ie:mandatoryInterestsForGroupInclusion ?i)
        (?i ie:helpsIndividualDefine ?u)
         allValue(?g ie:mandatoryInterestsForGroupInclusion
                          ie:helpsIndividualDefine ?u)
        ->
         (?u ie:memberOf ?g)]

Reply via email to