I'm using RDFox v3 and when I import the following rule it takes a long time to run. My datastore has CRM information and I'm trying to classify their origins using rules.
[ ?customer, :referral, "true"] :- [ ?customer, :has, ?referralLink] .
I don't see what I'm doing wrong.
Thank you!