All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bamm.entity.1.0.0.TimeSeriesEntity.ttl Maven / Gradle / Ivy

# Copyright (c) 2021 Robert Bosch Manufacturing Solutions GmbH
#
#  See the AUTHORS file(s) distributed with this work for additional
#  information regarding authorship.
#
#  This Source Code Form is subject to the terms of the Mozilla Public
#  License, v. 2.0. If a copy of the MPL was not distributed with this
#  file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0

@prefix bamm:  .
@prefix bamm-c:  .
@prefix bamm-e:  .

bamm-e:TimeSeriesEntity a bamm:Entity ;
   bamm:name "TimeSeriesEntity" ;
   bamm:preferredName "Time Series Entity"@en ;
   bamm:description "An Entity which represents a key/value pair. The key is the timestamp when the value was recorded and the value is the value which was recorded."@en ;
   bamm:properties ( bamm-e:timestamp bamm-e:value ).

bamm-e:timestamp a bamm:Property ;
   bamm:name "timestamp" ;
   bamm:preferredName "Timestamp"@en ;
   bamm:description "The specific point in time when the corresponding value was recorded."@en ;
   bamm:characteristic bamm-c:Timestamp .

bamm-e:value a bamm:Property ;
   bamm:name "value" ;
   bamm:preferredName "Value"@en ;
   bamm:description "Any value."@en .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy