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
:SpatialPositionCharacteristic a samm-c:SingleEntity ;
50
+
samm:preferredName "Spatial Position Characteristic"@en ;
51
+
samm:description "Represents a single location in space."@en ;
52
+
samm:dataType :SpatialPosition .
53
+
54
+
:WarningLevel a samm-c:Enumeration ;
55
+
samm:preferredName "Warning Level"@en ;
56
+
samm:description "Represents if speed of position change is within specification (green), within tolerance (yellow), or outside specification (red)."@en ;
57
+
samm:dataType xsd:string ;
58
+
samm-c:values ( "green""yellow""red" ) .
59
+
60
+
:SpatialPosition a samm:Entity ;
61
+
samm:preferredName "Spatial Position"@en ;
62
+
samm:description "Position in space, described along three axis, with the third axis optional, if all positions are in a plane."@en ;
63
+
samm:properties ( :x :y :z ) .
64
+
65
+
:x a samm:Property ;
66
+
samm:preferredName "x"@en ;
67
+
samm:description "x coordinate in space"@en ;
68
+
samm:characteristic :Coordinate .
69
+
70
+
:y a samm:Property ;
71
+
samm:preferredName "y"@en ;
72
+
samm:description "y coordinate in space"@en ;
73
+
samm:characteristic :Coordinate .
74
+
75
+
:z a samm:Property ;
76
+
samm:preferredName "z"@en ;
77
+
samm:description "z coordinate in space"@en ;
78
+
samm:characteristic :Coordinate .
79
+
80
+
:Coordinate a samm-c:Measurement ;
81
+
samm:preferredName "Coordinate"@en ;
82
+
samm:description "Represents a coordinate along an axis in space."@en ;
0 commit comments