@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:attachedAssetId a owl:ObjectProperty ;
    rdfs:label "attached asset id"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The identifier for the asset, such as a container, to which this monitoring IOT device is attached."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:communicationCapabilityCode a owl:ObjectProperty ;
    rdfs:label "communication capability code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the communication capability of this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:latestReceivedGeographicalCoordinate a owl:ObjectProperty ;
    rdfs:label "latest received geographical coordinate"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The latest geographical coordinates received by this monitoring IOT device, from the perspective of the receiver."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Coordinate ;
    unece:termStatus ts:proposed .

unece:latestReceivedSignalDateTime a owl:DatatypeProperty ;
    rdfs:label "latest received signal date time"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The date, time, date time or other date time value of the latest received signal for this monitoring IOT device, from the perspective of the receiver."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes xsd:dateTime ;
    unece:termStatus ts:proposed .

unece:manufacturerParty a owl:ObjectProperty ;
    rdfs:label "manufacturer party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A manufacturer party for this production process."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:modelId a owl:ObjectProperty ;
    rdfs:label "model id"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A model identifier for this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:operationalStatusCode a owl:ObjectProperty ;
    rdfs:label "operational status code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying the operational status, such as broken, stolen, unpaired, inactive of this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:operatorParty a owl:ObjectProperty ;
    rdfs:label "operator party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "A trade party who is an operator of this product handling process."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:positionCode a owl:ObjectProperty ;
    rdfs:label "position code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying a position of this monitoring sensor."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:powerSourceTypeCode a owl:ObjectProperty ;
    rdfs:label "power source type code"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The code specifying a type of power source for this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:any-code ;
    unece:termStatus ts:proposed .

unece:providerParty a owl:ObjectProperty ;
    rdfs:label "provider party"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The provider party for this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes unece:Party ;
    unece:termStatus ts:proposed .

unece:remainingBatteryChargePercent a owl:DatatypeProperty ;
    rdfs:label "remaining battery charge percent"@en ;
    rdfs:comment "added from BSP (per-class property assessment)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "The percentage of the remaining battery charge of this monitoring IOT device."@en ;
    schema:domainIncludes unece:IOTDevice ;
    schema:rangeIncludes xsd:decimal ;
    unece:termStatus ts:proposed .

unece:IOTDevice a owl:Class ;
    rdfs:label "Iotdevice"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:production ;
    skos:definition "An IOT (Internet of Things) piece of mechanical or electronic equipment which can collect, report and autonomously transmit digital data."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

