Skip to content

Commit 66bb29f

Browse files
authored
Fix time series example in modeling guidelines (#315)
1 parent ed781e5 commit 66bb29f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/modules/ROOT/examples/aspect-sample.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@
7070

7171
:MachineStateTimeSeriesEntity a samm:Entity ;
7272
samm:extends samm-e:TimeSeriesEntity ;
73-
samm:properties ( :machineState ) .
74-
75-
:machineState a samm:Property ;
76-
samm:characteristic :MachineState .
73+
samm:properties (
74+
[ samm:extends samm-e:value ; samm:characteristic :MachineState ]
75+
) .
7776
# end::timeseries-declaration[]
7877

7978
# tag::enumeration-simple-declaration-string[]

0 commit comments

Comments
 (0)