How can I get number of property with SWRL rule in Protege

162 Views Asked by At

I want to write a rule to get the number of assets owned by a network and check if it is greater than 3. So I wrote the SWRL rule as:

Network(?n)^(hasAsset\>3)(?n)-\>NetworkhasManyAssets(?n)

But the Protege says "Unexpected character \>"


How to modify the rule.

0

There are 0 best solutions below