You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statement 1a Flight Controller Board must host at least one Sensor AND at least one Actuator. NOTE: This issue only makes sense If the Statement 1 is true.
Statement 1 a Flight Controller Board must host at least one Sensor AND at least one Actuator.
NOTE: This issue only makes sense If the Statement 1 is true.
sh:property [
sh:path sosa:hosts ;
sh:minCount 2 ;
] ;
sh:property [
sh:path sosa:hosts ;
sh:qualifiedValueShape [ sh:class landrs:Sensor ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:qualifiedMinCount 1 ;
sh:name "Sensor" ;
sh:description "Sensor hosted on the flight controller board." ;
sh:resultSeverity sh:Violation ;
sh:order 0 ;
] ;
sh:property [
sh:path sosa:hosts ;
sh:qualifiedValueShape [ sh:class landrs:Actuator ] ;
sh:qualifiedValueShapesDisjoint true ;
sh:qualifiedMinCount 1 ;
sh:description "Actuator hosted on the flight controller board." ;
sh:description "." ;
sh:resultSeverity sh:Violation ;
sh:order 0 ;
] .
The text was updated successfully, but these errors were encountered: