I try to write some Inspection rules with swrl, OwlProjetUnit(?x) ^ owlhascoordsystem(?x, ?y) ^ OwlGeomSpacePositionCoordSystem(?y)->owlrule1(?x,true) , owlrule1 is a Inspection rule of OwlProjetUnit.
in Ontology model,owlrule1 is define as a object property of the OwlProjetUnit class, and its range is boolean.
SWRL Tab shows that true is invalid, I am confused.
