https://standards.oftrust.net/v1/Vocabulary/Device
Instances of :Device can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class :Device | |||
dli:createdAt | rdf:Property | Time when the data is created | xsd:dateTime |
dli:createdBy | rdf:Property | Creator of and identity | xsd:string |
dli:data | rdf:Property | Data container | xsd:string |
dli:metadata | rdf:Property | Metadata container | xsd:string |
dli:name | rdf:Property | Name given to the Identity | xsd:string |
dli:updatedAt | rdf:Property | Time when the data is updated | xsd:dateTime |
dli:updatedBy | rdf:Property | Updater of an identity | xsd:string |
:areaGross | rdf:Property | Gross area of the element - Gross area of the device | xsd:decimal |
:areaNet | rdf:Property | Net area of the element - Net area of the device | xsd:decimal |
:categorizationLocal | rdf:Property | Categorisation name given locally - Categorisation name given locally - Space type name derived from local categorization naming | xsd:string |
:codeLocal | rdf:Property | Code given locally for the device - Code given locally for the building element | xsd:string |
:colorCode | rdf:Property | Color code of the device - Color code of the element | xsd:string |
:colorName | rdf:Property | Color of the element - Color of the device | xsd:string |
:descriptionGeneral | rdf:Property | Description of the case - Description of the organization - Description of the space - Description of the building element - Description of the real estate - Description of the building - Description of the device - Description of the room - Description of the storey | xsd:string |
:electricityCurrent | rdf:Property | An electric current is the rate of flow of electric charge past a point | xsd:decimal |
:height | rdf:Property | Height of the space - Height of the element - Height of the building - Height of the device - Height of the object | xsd:decimal |
:ifcElementName | rdf:Property | IFC standard element name | xsd:string |
:ifcElementType | rdf:Property | IFC standard element type | xsd:string |
:ifcGuid | rdf:Property | IFC standard based Globally Unique Identifier | xsd:string |
:industryDomain | rdf:Property | Industry sector name to which the device belongs | xsd:string |
:length | rdf:Property | Length of the element - Length of the device | xsd:decimal |
:name | rdf:Property | Room name - Name given locally for the building element - Name of the organization - Name of the real estate - Name of the building - Name given locally for the device - Apartment name | xsd:string |
:power | rdf:Property | Power measured in Watts | xsd:decimal |
:serialNumber | rdf:Property | Unique identifier for the device instance | xsd:string |
:status | rdf:Property | Life cycle status of the building - Case state - Life cycle status | xsd:string |
:thickness | rdf:Property | Thickness of the element - Thickness of the device - Thickness of the object | xsd:decimal |
:volume | rdf:Property | Volume of the space - Volume of the object - Volume of the element - Volume of the building - Volume of the device | xsd:decimal |
:weight | rdf:Property | Weight of the element - Weight of the device | xsd:decimal |
:width | rdf:Property | Width of the element - Width of the device | xsd:decimal |
@prefix dli: <https://standards.lifeengine.io/v1/Vocabulary/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pot: <https://standards.oftrust.net/v1/Vocabulary/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
pot:Device a pot:Class ;
rdfs:isDefinedBy pot: ;
rdfs:subClassOf dli:Thing ;
owl:versionInfo "DRAFT" ;
vs:term_status "unstable" ;
dli:comment [ rdfs:comment "Device is object (product) that is capable of performing processes and can be controlled thus typically configured. "@en-us ] ;
dli:label [ rdfs:label "Device"@en-us ] .