I wrote a SWRL rule in this way:
A(?x)->AA(?x,3)
I already have a class A
, have a data property AA
, an individual a
.
It feels like after reasoning the data property of a
should be 3
.
However there is no data property for a
.
What can I do then?