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

bamm.characteristic.2.0.0.characteristic-instances.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 xsd:  .
@prefix rdf:  .

bamm-c:Timestamp a bamm:Characteristic ;
   bamm:preferredName "Timestamp"@en ;
   bamm:description "Describes a Property which contains the date and time with an optional timezone."@en ;
   bamm:dataType xsd:dateTime .

bamm-c:Text a bamm:Characteristic ;
   bamm:preferredName "Text"@en ;
   bamm:description "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."@en ;
   bamm:dataType xsd:string .

bamm-c:MultiLanguageText a bamm:Characteristic ;
   bamm:preferredName "Multi-Language Text"@en ;
   bamm:description "Describes a Property which contains plain text in multiple languages. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."@en ;
   bamm:dataType rdf:langString .

bamm-c:Boolean a bamm:Characteristic ;
   bamm:preferredName "Boolean"@en ;
   bamm:description """Represents a boolean value (i.e. a "flag")."""@en ;
   bamm:dataType xsd:boolean .

bamm-c:Locale a bamm:Characteristic ;
   bamm:preferredName "Locale"@en ;
   bamm:description """Describes a Property containing a locale according to IETF BCP 47, for example "de-DE"."""@en ;
   bamm:dataType xsd:string .

bamm-c:Language a bamm:Characteristic ;
   bamm:preferredName "Language"@en ;
   bamm:description """Describes a Property containing a language according to ISO 639-1, for example "de"."""@en ;
   bamm:dataType xsd:string .

bamm-c:UnitReference a bamm:Characteristic ;
   bamm:preferredName "Unit Reference"@en ;
   bamm:description "Describes a Property containing a reference to one of the units in the Unit Catalog."@en ;
   bamm:dataType bamm:curie .

bamm-c:ResourcePath a bamm:Characteristic ;
   bamm:preferredName "Resource Path"@en ;
   bamm:description "The path of a resource."@en ;
   bamm:dataType xsd:anyURI .

bamm-c:MimeType a bamm:Characteristic ;
   bamm:preferredName "MIME Type"@en ;
   bamm:description """A MIME type as defined in RFC 2046, for example "application/pdf"."""@en ;
   bamm:dataType xsd:string .





© 2015 - 2024 Weber Informatics LLC | Privacy Policy