Skip to content

Commit

Permalink
Merge branch 'master' into megumi-szk-patch-28
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Jan 16, 2025
2 parents 2156c75 + df5728c commit d3ccec8
Show file tree
Hide file tree
Showing 81 changed files with 133 additions and 133 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions dataModel.AAS/TimeSeries/ADOPTERS.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
description: This is a compilation list of the current adopters of the data model MachineTool of the Subject dataModel.OPCUA. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
adopter: ARISE TEFs
description: Testing and Experimentation Facilities for ARISE EU Project
mail: [email protected]
organization: Engineering Ingegneria Informatica S.p.A.
project: ARISE(https://arise-middleware.eu/)
comments:
startDate:
startDate: December 2024
2 changes: 1 addition & 1 deletion dataModel.AAS/TimeSeries/examples/example-normalized.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "TimeSeriesData",
"type": "TimeSeriesData",
"type": "TimeSeries",
"timeSeries": {
"type": "StructuredValue",
"value": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "urn:ngsi-ld:TimeSeriesData:TimeSeriesData",
"type": "TimeSeriesData",
"type": "TimeSeries",
"timeSeries": {
"type": "Property",
"value": {
Expand Down
2 changes: 1 addition & 1 deletion dataModel.AAS/TimeSeries/examples/example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "TimeSeriesData",
"type": "TimeSeriesData",
"type": "TimeSeries",
"timeSeries": {
"segments": [
{
Expand Down
2 changes: 1 addition & 1 deletion dataModel.AAS/TimeSeries/examples/example.jsonld
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "urn:ngsi-ld:TimeSeriesData:TimeSeriesData",
"type": "TimeSeriesData",
"type": "TimeSeries",
"timeSeries": {
"segments":
[
Expand Down
66 changes: 33 additions & 33 deletions dataModel.AAS/TimeSeries/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,108 +25,108 @@
},
"timeSeries": {
"type": "object",
"description": "Property. ",
"description": "Property. Main object for TimeSeries model",
"properties": {
"segments": {
"type": "array",
"description": "Property. ",
"description": "Property. List of time series segments",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Property. "
"description": "Property. Name of the time series segment"
},
"description": {
"type": "string",
"description": "Property. "
"description": "Property. Description of the time series segment"
},
"recordCount": {
"type": "integer",
"description": "Property. "
"description": "Property. Indicates how many records are present in a segment"
},
"startTime": {
"type": "string",
"description": "Property. "
"description": "Property. Contains the first recorded timestamp of the time series segment"
},
"endTime": {
"type": "string",
"description": "Property. "
"description": "Property. Contains the last recorded timestamp of the time series segment"
},
"duration": {
"type": "string",
"description": "Property. "
"description": "Property. Period covered by the segment, represented according to ISO 8601"
},
"samplingInterval": {
"type": "integer",
"description": "Property. "
"description": "Property. The time period between two time series records"
},
"samplingRate": {
"type": "integer",
"description": "Property. "
"description": "Property. Defines the number of samples per second for a regular time series in Hz"
},
"state": {
"type": "integer",
"description": "Property. "
"description": "Property. State of the time series related to its progress"
},
"lastUpdate": {
"type": "string",
"description": "Property. "
"description": "Property. Time of the last chance"
},
"externalSegment": {
"type": "object",
"description": "Property. ",
"description": "Property. Reference to a file of data points in sequential order over a period of time",
"properties": {
"data": {
"type": "string",
"description": "Property. "
"description": "Property. Sequence of data points in sequential order over a period of time "
}
}
},
"linkedSegment": {
"type": "object",
"description": "Property. ",
"description": "Property. Reference to an endpoint of data points in sequential order over a period of time",
"properties": {
"endpoint": {
"type": "string",
"description": "Property. "
"description": "Property. Specifies a location of a resource on an API server through which time series can be requested "
},
"query": {
"type": "string",
"description": "Property. "
"description": "Property. Generic query component to read time series data from an API"
}
}
},
"internalSegment": {
"type": "object",
"description": "Property. ",
"description": "Property. Grouped sequence of data points in successive order over a specified period of time",
"properties": {
"records": {
"type": "array",
"description": "Property. ",
"description": "Property. List of data points in successive order over a specified period of time",
"items": {
"type": "object",
"description": "Property. ",
"description": "Property. Items of the record",
"properties": {
"record00": {
"type": "object",
"description": "Property. ",
"description": "Property. A time series record is unique by its ID within the time series and contains the timestamps and variable values referenced to the ID",
"properties": {
"time": {
"type": "string",
"description": "Property. "
"description": "Property. Time of time series record"
},
"sampleAccelerationX": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the x-axis "
},
"sampleAccelerationY": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the y-axis"
},
"sampleAccelerationZ": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the z-axis"
}
}
}
Expand All @@ -140,35 +140,35 @@
},
"metadata": {
"type": "object",
"description": "Property. ",
"description": "Property. A set of data describing and providing information about the time series",
"properties": {
"name": {
"type": "string",
"description": "Property. "
"description": "Property. Meaningful name for labeling"
},
"description": {
"type": "string",
"description": "Property. "
"description": "Property. Short description of the time series"
},
"record": {
"type": "object",
"description": "Property. ",
"description": "Property. A time series record is unique by its ID within the time series and contains the timestamps and variable values referenced to the ID",
"properties": {
"time": {
"type": "string",
"description": "Property. "
"description": "Property. Time of time series record"
},
"sampleAccelerationX": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the x-axis"
},
"sampleAccelerationY": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the y-axis"
},
"sampleAccelerationZ": {
"type": "number",
"description": "Property. "
"description": "Property. Acceleration along the z-axis"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions dataModel.OPCUA/MachineTool/ADOPTERS.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
description: This is a compilation list of the current adopters of the data model MachineTool of the Subject dataModel.OPCUA. All fields are non mandatory. More info at https://smart-data-models.github.io/data-models/templates/dataModel/CURRENT_ADOPTERS.yaml
currentAdopters:
-
adopter:
description:
mail:
organization:
project:
adopter: ARISE TEFs
description: Testing and Experimentation Facilities for ARISE EU Project
mail: [email protected]
organization: Engineering Ingegneria Informatica S.p.A.
project: ARISE(https://arise-middleware.eu/)
comments:
startDate:
startDate: December 2024
Loading

0 comments on commit d3ccec8

Please sign in to comment.