Arkadiusz Ryś 2 роки тому
батько
коміт
dd04486083

+ 1 - 1
examples/oml/SystemDesignOntology2Layers/src/oml/ua.be/sdo2l/vocabulary/base/tabular.oml

@@ -29,7 +29,7 @@ vocabulary <http://ua.be/sdo2l/vocabulary/base/tabular#> as tabular {
     	functional
     	functional
     ]
     ]
     
     
-    
+    // TODO This is not a valid rule and will be ignored by the reasoner
     @rdfs:comment "Infers that when the type of the column is numeric it may have a unit"
     @rdfs:comment "Infers that when the type of the column is numeric it may have a unit"
 	rule NumericTypeInfersUnit [
 	rule NumericTypeInfersUnit [
 		hasBasicType(c, t) ^ base:BasicType(t) -> hasUnit(c, u)  
 		hasBasicType(c, t) ^ base:BasicType(t) -> hasUnit(c, u)