PREFIX : <http://www.semanticweb.org/alisa/ontologies/2023/concrete-domain/drone-distance-1#> 

# Conn1-0 is unsafe: 0
Conn1-0-d: distance = 7 
Conn1-0-e0: epsilon0 = 6 
Conn1-0-e1: epsilon1 = 4 
Conn1-0-e2: epsilon2 = 5 
Conn1-0-e3: epsilon3 = 2 


##### TBox constrains - OperatingDistances (always hold by gen.py wrt a size)

OpDistSmall: epsilon0 + 1 = distance

OpDistLowVisSmall: epsilon1 + 3 = distance

OpDistMovObjSmall: epsilon2 + 2 = distance

OpDistMovObjLowVisSmall: epsilon3 + 5 = distance

OpDistBig: epsilon0 + 3 = distance

OpDistLowVisBig: epsilon1 + 5 = distance

OpDistMovObjBig: epsilon2 + 4 = distance

OpDistMovObjLowVisBig: epsilon3 + 7 = distance


##### TBox constrains (to be checked by the reasoner for different situations)

SafeOpDist: epsilon0 > 0

SafeOpDistLowVis: epsilon1 > 0

SafeOpDistMovObj: epsilon2 > 0

SafeOpDistMovObjLowVis: epsilon3 > 0

