We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed781e5 commit 66bb29fCopy full SHA for 66bb29f
documentation/modules/ROOT/examples/aspect-sample.ttl
@@ -70,10 +70,9 @@
70
71
:MachineStateTimeSeriesEntity a samm:Entity ;
72
samm:extends samm-e:TimeSeriesEntity ;
73
- samm:properties ( :machineState ) .
74
-
75
-:machineState a samm:Property ;
76
- samm:characteristic :MachineState .
+ samm:properties (
+ [ samm:extends samm-e:value ; samm:characteristic :MachineState ]
+ ) .
77
# end::timeseries-declaration[]
78
79
# tag::enumeration-simple-declaration-string[]
0 commit comments