diff --git a/Ontology/DTDLv3/Annotations.txt b/Ontology/DTDLv3/Annotations.txt deleted file mode 100644 index 566e9c3d9..000000000 --- a/Ontology/DTDLv3/Annotations.txt +++ /dev/null @@ -1,8 +0,0 @@ -title=RealEstateCore -version=4.0 -licenseName=BSD -licenseUrl=https://opensource.org/licenses/BSD-3-Clause -contactName=RealEstateCore Consortium -contactUrl=https://realestatecore.io/ -contactEmail=hello@realestatecore.io -description=RealEstateCore (REC) is an ontology model and API specification for building and interfacing against Smart Buildings, whether on individual building or portfolio level. The REC ontology is released in DTDL (Digital Twin Definition Language) and SHACL (RDF Shapes Contraint language) formats; the REC API is expressed as an OpenAPI Specification (a.k.a. Swagger). We also provide a southbound edge API for bandwidth-constrained devices to communicate telemetry, alerts, commands, etc (see GitHub repository). \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Camera/Camera.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Camera/Camera.json deleted file mode 100644 index 82fe2cf65..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Camera/Camera.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Camera;1", - "@type": "Interface", - "displayName": { - "en": "Camera" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Breaker_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Breaker_Panel.json deleted file mode 100644 index 0348cd234..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Breaker_Panel.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Breaker_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Breaker" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Breaker Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Bus_Riser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Bus_Riser.json deleted file mode 100644 index b7aea13cb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Bus_Riser.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bus_Riser;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Riser", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bus Riser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Disconnect_Switch.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Disconnect_Switch.json deleted file mode 100644 index e3a65467d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Disconnect_Switch.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disconnect_Switch;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Switch", - "Equipment", - "Disconnect" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disconnect Switch" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Electrical_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Electrical_Equipment.json deleted file mode 100644 index 8d7c1b1cd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Electrical_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Electrical Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Battery.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Battery.json deleted file mode 100644 index d62f9dcfb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Battery.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Battery;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Storage", - "Equipment", - "Energy", - "Battery" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Battery" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Energy_Storage;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Energy_Storage.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Energy_Storage.json deleted file mode 100644 index baf596183..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Energy_Storage/Energy_Storage.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Storage;1", - "@type": "Interface", - "displayName": { - "en": "Energy Storage" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Inverter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Inverter.json deleted file mode 100644 index 3dcf338c5..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Inverter.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Inverter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Inverter", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Inverter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Motor_Control_Center.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Motor_Control_Center.json deleted file mode 100644 index 8d2773761..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Motor_Control_Center.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_Control_Center;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Control", - "Center" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor Control Center" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/PlugStrip.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/PlugStrip.json deleted file mode 100644 index 1b5f11eb4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/PlugStrip.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PlugStrip;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "PlugStrip", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PlugStrip" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Switchgear.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Switchgear.json deleted file mode 100644 index 37e4d99af..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Switchgear.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Switchgear;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Switchgear", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Switchgear" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Transformer.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Transformer.json deleted file mode 100644 index 9147ba3e4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Electrical_Equipment/Transformer.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Transformer;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Transformer", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Transformer" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Elevator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Elevator.json deleted file mode 100644 index 11fcae160..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Elevator.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Elevator;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Elevator" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Elevator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Equipment.json deleted file mode 100644 index e77cf568d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Equipment.json +++ /dev/null @@ -1,355 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Operational stage count" - }, - "name": "operationalStageCount", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "feeds" - }, - "name": "feeds", - "properties": { - "@type": "Property", - "displayName": { - "en": "substance" - }, - "name": "substance", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "ACElec", - "name": "ACElec" - }, - { - "enumValue": "Air", - "name": "Air" - }, - { - "enumValue": "BlowdownWater", - "name": "BlowdownWater" - }, - { - "enumValue": "ChilledWater", - "name": "ChilledWater" - }, - { - "enumValue": "ColdDomesticWater", - "name": "ColdDomesticWater" - }, - { - "enumValue": "Condensate", - "name": "Condensate" - }, - { - "enumValue": "CondenserWater", - "name": "CondenserWater" - }, - { - "enumValue": "DCElec", - "name": "DCElec" - }, - { - "enumValue": "Diesel", - "name": "Diesel" - }, - { - "enumValue": "DriveElec", - "name": "DriveElec" - }, - { - "enumValue": "Ethernet", - "name": "Ethernet" - }, - { - "enumValue": "ExhaustAir", - "name": "ExhaustAir" - }, - { - "enumValue": "Freight", - "name": "Freight" - }, - { - "enumValue": "FuelOil", - "name": "FuelOil" - }, - { - "enumValue": "Gasoline", - "name": "Gasoline" - }, - { - "enumValue": "GreaseExhaustAir", - "name": "GreaseExhaustAir" - }, - { - "enumValue": "HotDomesticWater", - "name": "HotDomesticWater" - }, - { - "enumValue": "HotWater", - "name": "HotWater" - }, - { - "enumValue": "IrrigationWater", - "name": "IrrigationWater" - }, - { - "enumValue": "Light", - "name": "Light" - }, - { - "enumValue": "MakeupWater", - "name": "MakeupWater" - }, - { - "enumValue": "NaturalGas", - "name": "NaturalGas" - }, - { - "enumValue": "NonPotableDomesticWater", - "name": "NonPotableDomesticWater" - }, - { - "enumValue": "OutsideAir", - "name": "OutsideAir" - }, - { - "enumValue": "People", - "name": "People" - }, - { - "enumValue": "Propane", - "name": "Propane" - }, - { - "enumValue": "RecircHotDomesticWater", - "name": "RecircHotDomesticWater" - }, - { - "enumValue": "Refrig", - "name": "Refrig" - }, - { - "enumValue": "ReturnAir", - "name": "ReturnAir" - }, - { - "enumValue": "SprinklerWater", - "name": "SprinklerWater" - }, - { - "enumValue": "Steam", - "name": "Steam" - }, - { - "enumValue": "StormDrainage", - "name": "StormDrainage" - }, - { - "enumValue": "SupplyAir", - "name": "SupplyAir" - }, - { - "enumValue": "TransferAir", - "name": "TransferAir" - }, - { - "enumValue": "WasteVentDrainage", - "name": "WasteVentDrainage" - }, - { - "enumValue": "Water", - "name": "Water" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is fed by" - }, - "name": "isFedBy", - "properties": { - "@type": "Property", - "displayName": { - "en": "substance" - }, - "name": "substance", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "ACElec", - "name": "ACElec" - }, - { - "enumValue": "Air", - "name": "Air" - }, - { - "enumValue": "BlowdownWater", - "name": "BlowdownWater" - }, - { - "enumValue": "ChilledWater", - "name": "ChilledWater" - }, - { - "enumValue": "ColdDomesticWater", - "name": "ColdDomesticWater" - }, - { - "enumValue": "Condensate", - "name": "Condensate" - }, - { - "enumValue": "CondenserWater", - "name": "CondenserWater" - }, - { - "enumValue": "DCElec", - "name": "DCElec" - }, - { - "enumValue": "Diesel", - "name": "Diesel" - }, - { - "enumValue": "DriveElec", - "name": "DriveElec" - }, - { - "enumValue": "Ethernet", - "name": "Ethernet" - }, - { - "enumValue": "ExhaustAir", - "name": "ExhaustAir" - }, - { - "enumValue": "Freight", - "name": "Freight" - }, - { - "enumValue": "FuelOil", - "name": "FuelOil" - }, - { - "enumValue": "Gasoline", - "name": "Gasoline" - }, - { - "enumValue": "GreaseExhaustAir", - "name": "GreaseExhaustAir" - }, - { - "enumValue": "HotDomesticWater", - "name": "HotDomesticWater" - }, - { - "enumValue": "HotWater", - "name": "HotWater" - }, - { - "enumValue": "IrrigationWater", - "name": "IrrigationWater" - }, - { - "enumValue": "Light", - "name": "Light" - }, - { - "enumValue": "MakeupWater", - "name": "MakeupWater" - }, - { - "enumValue": "NaturalGas", - "name": "NaturalGas" - }, - { - "enumValue": "NonPotableDomesticWater", - "name": "NonPotableDomesticWater" - }, - { - "enumValue": "OutsideAir", - "name": "OutsideAir" - }, - { - "enumValue": "People", - "name": "People" - }, - { - "enumValue": "Propane", - "name": "Propane" - }, - { - "enumValue": "RecircHotDomesticWater", - "name": "RecircHotDomesticWater" - }, - { - "enumValue": "Refrig", - "name": "Refrig" - }, - { - "enumValue": "ReturnAir", - "name": "ReturnAir" - }, - { - "enumValue": "SprinklerWater", - "name": "SprinklerWater" - }, - { - "enumValue": "Steam", - "name": "Steam" - }, - { - "enumValue": "StormDrainage", - "name": "StormDrainage" - }, - { - "enumValue": "SupplyAir", - "name": "SupplyAir" - }, - { - "enumValue": "TransferAir", - "name": "TransferAir" - }, - { - "enumValue": "WasteVentDrainage", - "name": "WasteVentDrainage" - }, - { - "enumValue": "Water", - "name": "Water" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - "writable": true - } - ], - "displayName": { - "en": "Equipment" - }, - "extends": "dtmi:org:w3id:rec:Asset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm.json deleted file mode 100644 index 8df30474c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "Fire", - "Equipment", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm_Control_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm_Control_Panel.json deleted file mode 100644 index c877b3a5a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Alarm_Control_Panel.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Alarm_Control_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "Panel", - "Fire", - "Equipment", - "Control", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Alarm Control Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Control_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Control_Panel.json deleted file mode 100644 index d303fbd78..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Control_Panel.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Control_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "Panel", - "Fire", - "Equipment", - "Control" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Control Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Safety_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Safety_Equipment.json deleted file mode 100644 index e2b7bf825..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Fire_Safety_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Fire Safety Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Heat_Detector.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Heat_Detector.json deleted file mode 100644 index c26c86ec9..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Heat_Detector.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Detector;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "Heat", - "Fire", - "Equipment", - "Detector" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Detector" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Manual_Call_Point.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Manual_Call_Point.json deleted file mode 100644 index 524a5b1a8..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Manual_Call_Point.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Alarm_Manual_Call_Point;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Station", - "Safety", - "Manual", - "Fire", - "Equipment", - "Call", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Alarm Manual Call Point" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Manual_Fire_Alarm_Activation_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Pull_Station.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Pull_Station.json deleted file mode 100644 index b628de7b0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Fire_Alarm_Pull_Station.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Alarm_Pull_Station;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Station", - "Safety", - "Pull", - "Manual", - "Fire", - "Equipment", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Alarm Pull Station" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Manual_Fire_Alarm_Activation_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Manual_Fire_Alarm_Activation_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Manual_Fire_Alarm_Activation_Equipment.json deleted file mode 100644 index 5cb3ceb92..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Manual_Fire_Alarm_Activation_Equipment/Manual_Fire_Alarm_Activation_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Manual_Fire_Alarm_Activation_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Manual Fire Alarm Activation Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Smoke_Detector.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Smoke_Detector.json deleted file mode 100644 index 917708b86..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Fire_Safety_Equipment/Smoke_Detector.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Smoke_Detector;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Smoke", - "Safety", - "Fire", - "Equipment", - "Detector" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Smoke Detector" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fire_Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Gas_Distribution.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Gas_Distribution.json deleted file mode 100644 index 0f2166a42..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Gas_Distribution.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gas_Distribution;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Gas", - "Equipment", - "Distribution" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Gas Distribution" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/AHU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/AHU.json deleted file mode 100644 index dd80b27bc..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/AHU.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@type": "Interface", - "displayName": { - "en": "AHU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DDAHU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DDAHU.json deleted file mode 100644 index 9bd8d6a7c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DDAHU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:DDAHU;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "DDAHU" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "DDAHU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DOAS.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DOAS.json deleted file mode 100644 index 050c629c4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/DOAS.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:DOAS;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "DOAS" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "DOAS" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dedicated_Outdoor_Air_System_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dedicated_Outdoor_Air_System_Unit.json deleted file mode 100644 index 970455a29..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dedicated_Outdoor_Air_System_Unit.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dedicated_Outdoor_Air_System_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Outdoor", - "Equipment", - "Dedicated", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dedicated Outdoor Air System Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dual_Duct_Air_Handling_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dual_Duct_Air_Handling_Unit.json deleted file mode 100644 index 346c9961c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Dual_Duct_Air_Handling_Unit.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dual_Duct_Air_Handling_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Dual", - "AHU" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dual Duct Air Handling Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/MAU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/MAU.json deleted file mode 100644 index a9adefc00..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/MAU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:MAU;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "MAU", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "MAU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Makeup_Air_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Makeup_Air_Unit.json deleted file mode 100644 index eefc6d73a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Makeup_Air_Unit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Makeup_Air_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Makeup", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Makeup Air Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/PAU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/PAU.json deleted file mode 100644 index 462b5fbcd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/PAU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PAU;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "PAU", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PAU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/RTU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/RTU.json deleted file mode 100644 index 783a5d6c2..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/RTU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:RTU;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "RTU", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "RTU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Rooftop_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Rooftop_Unit.json deleted file mode 100644 index d32d272e4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/AHU/Rooftop_Unit.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Rooftop_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Rooftop", - "Equipment", - "AHU" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Rooftop Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:AHU;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handler_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handler_Unit.json deleted file mode 100644 index 946d32388..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handler_Unit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Handler_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Handler", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Air Handler Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handling_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handling_Unit.json deleted file mode 100644 index e2fd4d40e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Handling_Unit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Handling_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Handling", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Air Handling Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Air_Plenum.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Air_Plenum.json deleted file mode 100644 index 3641447f0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Air_Plenum.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Plenum;1", - "@type": "Interface", - "displayName": { - "en": "Air Plenum" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Discharge_Air_Plenum.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Discharge_Air_Plenum.json deleted file mode 100644 index 30a757e3f..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Discharge_Air_Plenum.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Plenum;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Plenum", - "Equipment", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Plenum" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Plenum;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Return_Air_Plenum.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Return_Air_Plenum.json deleted file mode 100644 index 648f9f818..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Return_Air_Plenum.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Plenum;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Return", - "Plenum", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Plenum" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Plenum;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Supply_Air_Plenum.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Supply_Air_Plenum.json deleted file mode 100644 index 01936235d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Supply_Air_Plenum.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Plenum;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Plenum" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Plenum;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Underfloor_Air_Plenum.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Underfloor_Air_Plenum.json deleted file mode 100644 index 7ed098b31..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Air_Plenum/Supply_Air_Plenum/Underfloor_Air_Plenum.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Underfloor_Air_Plenum;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Underfloor", - "Plenum", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Underfloor Air Plenum" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Plenum;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Boiler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Boiler.json deleted file mode 100644 index 8b695f331..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Boiler.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Boiler;1", - "@type": "Interface", - "displayName": { - "en": "Boiler" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Heater;1", - "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Electric_Boiler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Electric_Boiler.json deleted file mode 100644 index 3b404fde1..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Electric_Boiler.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electric_Boiler;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Electric", - "Boiler" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Electric Boiler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Boiler;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Condensing_Natural_Gas_Boiler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Condensing_Natural_Gas_Boiler.json deleted file mode 100644 index 58b200362..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Condensing_Natural_Gas_Boiler.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condensing_Natural_Gas_Boiler;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Natural", - "Gas", - "Equipment", - "Condensing", - "Boiler" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condensing Natural Gas Boiler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Boiler;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Natural_Gas_Boiler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Natural_Gas_Boiler.json deleted file mode 100644 index bfc3c1d4a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Natural_Gas_Boiler.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Boiler;1", - "@type": "Interface", - "displayName": { - "en": "Natural Gas Boiler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Boiler;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Noncondensing_Natural_Gas_Boiler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Noncondensing_Natural_Gas_Boiler.json deleted file mode 100644 index f6cb58621..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Boiler/Natural_Gas_Boiler/Noncondensing_Natural_Gas_Boiler.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Noncondensing_Natural_Gas_Boiler;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Noncondensing", - "Natural", - "Gas", - "Equipment", - "Boiler" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Noncondensing Natural Gas Boiler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Boiler;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Bypass_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Bypass_Valve.json deleted file mode 100644 index 00c961756..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Bypass_Valve.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Valve;1", - "@type": "Interface", - "displayName": { - "en": "Bypass Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Condenser_Water_Bypass_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Condenser_Water_Bypass_Valve.json deleted file mode 100644 index 8c4d8058d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Condenser_Water_Bypass_Valve.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Bypass_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Equipment", - "Condenser", - "Bypass" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water Bypass Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Bypass_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Differential_Pressure_Bypass_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Differential_Pressure_Bypass_Valve.json deleted file mode 100644 index f9ae7e6d3..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Bypass_Valve/Differential_Pressure_Bypass_Valve.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Bypass_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Pressure", - "Equipment", - "Differential", - "Bypass" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Differential Pressure Bypass Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Bypass_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/CRAC.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/CRAC.json deleted file mode 100644 index c1a497fd4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/CRAC.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CRAC;1", - "@type": "Interface", - "displayName": { - "en": "CRAC" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/Standby_CRAC.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/Standby_CRAC.json deleted file mode 100644 index 87835657b..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAC/Standby_CRAC.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Standby_CRAC;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Standby", - "Equipment", - "CRAC" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Standby CRAC" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CRAC;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAH.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAH.json deleted file mode 100644 index b9152cea0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/CRAH.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CRAH;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "CRAH" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CRAH" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Absorption_Chiller.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Absorption_Chiller.json deleted file mode 100644 index 8548b34e6..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Absorption_Chiller.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Absorption_Chiller;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Chiller", - "Absorption" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Absorption Chiller" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chiller;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Centrifugal_Chiller.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Centrifugal_Chiller.json deleted file mode 100644 index 8e4bdeb9e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Centrifugal_Chiller.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Centrifugal_Chiller;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Chiller", - "Centrifugal" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Centrifugal Chiller" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chiller;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Chiller.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Chiller.json deleted file mode 100644 index 22805ed08..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Chiller/Chiller.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chiller;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Cooling capacity" - }, - "name": "coolingCapacity", - "schema": { - "@type": "Object", - "fields": [ - { - "name": "hasUnit", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "BTU_IT_PER_HR", - "name": "BTU_IT_PER_HR" - }, - { - "enumValue": "BTU_TH_PER_HR", - "name": "BTU_TH_PER_HR" - }, - { - "enumValue": "TON_FG", - "name": "TON_FG" - }, - { - "enumValue": "W", - "name": "W" - } - ], - "valueSchema": "string" - } - }, - { - "name": "value", - "schema": "string" - } - ] - }, - "writable": true - } - ], - "displayName": { - "en": "Chiller" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cold_Deck.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cold_Deck.json deleted file mode 100644 index 8e6bdd571..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cold_Deck.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cold_Deck;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Deck", - "Cold" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cold Deck" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Compressor.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Compressor.json deleted file mode 100644 index 3f9a45030..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Compressor.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Compressor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Compressor" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Compressor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Conditioning.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Conditioning.json deleted file mode 100644 index af897c4df..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Conditioning.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Computer_Room_Air_Conditioning;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Room", - "Equipment", - "Conditioning", - "Computer", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Computer Room Air Conditioning" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Handler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Handler.json deleted file mode 100644 index 8947649a2..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Computer_Room_Air_Handler.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Computer_Room_Air_Handler;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Room", - "Handler", - "Equipment", - "Computer", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Computer Room Air Handler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Condenser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Condenser.json deleted file mode 100644 index 4cf4cc13e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Condenser.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Tower.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Tower.json deleted file mode 100644 index c35668db9..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Tower.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Tower;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tower", - "Equipment", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Tower" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Valve.json deleted file mode 100644 index 25cdcf535..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Cooling_Valve.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Equipment", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Damper.json deleted file mode 100644 index 697ae2f0a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Damper.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@type": "Interface", - "displayName": { - "en": "Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Economizer_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Economizer_Damper.json deleted file mode 100644 index 334f55772..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Economizer_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Economizer_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Economizer", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Economizer Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Exhaust_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Exhaust_Damper.json deleted file mode 100644 index 05130890c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Exhaust_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Exhaust", - "Equipment", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Mixed_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Mixed_Damper.json deleted file mode 100644 index ca2025deb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Mixed_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Mixed", - "Equipment", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Outside_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Outside_Damper.json deleted file mode 100644 index 24f9c2ee4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Outside_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Outside", - "Equipment", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Relief_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Relief_Damper.json deleted file mode 100644 index 49b9ee3ee..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Relief_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Relief_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Relief", - "Equipment", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Relief Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Return_Damper.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Return_Damper.json deleted file mode 100644 index 68c730442..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Damper/Return_Damper.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Damper;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Return", - "Equipment", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Damper" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Damper;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Dry_Cooler.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Dry_Cooler.json deleted file mode 100644 index e7355f76e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Dry_Cooler.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dry_Cooler;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "HVAC", - "Equipment", - "Dry", - "Cooler" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dry Cooler" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Economizer.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Economizer.json deleted file mode 100644 index 3424b654b..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Economizer.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Economizer;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Economizer" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Economizer" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Booster_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Booster_Fan.json deleted file mode 100644 index 546039efa..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Booster_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Booster_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Fan", - "Equipment", - "Booster" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Booster Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Ceiling_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Ceiling_Fan.json deleted file mode 100644 index 15f018243..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Ceiling_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ceiling_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Fan", - "Equipment", - "Ceiling" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ceiling Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Cooling_Tower_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Cooling_Tower_Fan.json deleted file mode 100644 index 2f604d8cd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Cooling_Tower_Fan.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Tower_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tower", - "Fan", - "Equipment", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Tower Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Discharge_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Discharge_Fan.json deleted file mode 100644 index 0578f1290..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Discharge_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Fan", - "Equipment", - "Discharge" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Exhaust_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Exhaust_Fan.json deleted file mode 100644 index 4e3316dfe..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Exhaust_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Fan", - "Exhaust", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Fan.json deleted file mode 100644 index fed647e30..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Fan.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@type": "Interface", - "displayName": { - "en": "Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Outside_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Outside_Fan.json deleted file mode 100644 index 397ea0fe8..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Outside_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Outside", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Relief_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Relief_Fan.json deleted file mode 100644 index d9b22cbb4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Relief_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Relief_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Relief", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Relief Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Return_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Return_Fan.json deleted file mode 100644 index 42fe7861c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Return_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Return", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Standby_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Standby_Fan.json deleted file mode 100644 index b6ecccc8f..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Standby_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Standby_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Standby", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Standby Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Supply_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Supply_Fan.json deleted file mode 100644 index 14f37b354..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Supply_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Transfer_Fan.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Transfer_Fan.json deleted file mode 100644 index b60c104a4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fan/Transfer_Fan.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Transfer_Fan;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Transfer", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Transfer Fan" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Filter.json deleted file mode 100644 index eeee94564..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Filter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@type": "Interface", - "displayName": { - "en": "Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Final_Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Final_Filter.json deleted file mode 100644 index a03537748..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Final_Filter.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Final_Filter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Final", - "Filter", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Final Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Intake_Air_Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Intake_Air_Filter.json deleted file mode 100644 index ad8eb2e8f..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Intake_Air_Filter.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Intake_Air_Filter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Intake", - "Filter", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Intake Air Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Mixed_Air_Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Mixed_Air_Filter.json deleted file mode 100644 index bcb385e5d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Mixed_Air_Filter.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Filter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Mixed", - "Filter", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Pre_Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Pre_Filter.json deleted file mode 100644 index 25f835252..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Pre_Filter.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pre_Filter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Pre", - "Filter", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pre Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Return_Air_Filter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Return_Air_Filter.json deleted file mode 100644 index e3dcc71db..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Filter/Return_Air_Filter.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Filter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Return", - "Filter", - "Equipment", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Filter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fume_Hood.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fume_Hood.json deleted file mode 100644 index 28288e910..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Fume_Hood.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fume_Hood;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Hood", - "Fume", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fume Hood" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Equipment.json deleted file mode 100644 index d0a9c5aa4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "HVAC Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Chilled_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Chilled_Water_Valve.json deleted file mode 100644 index 6ce5673ac..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Chilled_Water_Valve.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Equipment", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Valve" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "dtmi:org:brickschema:schema:Brick:HVAC_Valve;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Condenser_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Condenser_Water_Valve.json deleted file mode 100644 index 3d181336f..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Condenser_Water_Valve.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Equipment", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water Valve" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "dtmi:org:brickschema:schema:Brick:HVAC_Valve;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/HVAC_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/HVAC_Valve.json deleted file mode 100644 index 7147860ee..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/HVAC_Valve.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:HVAC_Valve;1", - "@type": "Interface", - "displayName": { - "en": "HVAC Valve" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Valve;1", - "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Makeup_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Makeup_Water_Valve.json deleted file mode 100644 index ac15cbe3a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HVAC_Valve/Makeup_Water_Valve.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Makeup_Water_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Makeup", - "Liquid", - "Fluid", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Makeup Water Valve" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "dtmi:org:brickschema:schema:Brick:HVAC_Valve;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HX.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HX.json deleted file mode 100644 index 13dfddd00..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/HX.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:HX;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "HX", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "HX" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Coil.json deleted file mode 100644 index 319c9593a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Coil.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Coil;1", - "@type": "Interface", - "displayName": { - "en": "Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Chilled_Water_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Chilled_Water_Coil.json deleted file mode 100644 index f696c017a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Chilled_Water_Coil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Coil;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Equipment", - "Cool", - "Coil", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cooling_Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Cooling_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Cooling_Coil.json deleted file mode 100644 index ead2b7185..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Cooling_Coil.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Coil;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Direct_Expansion_Cooling_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Direct_Expansion_Cooling_Coil.json deleted file mode 100644 index 23dc50b75..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Cooling_Coil/Direct_Expansion_Cooling_Coil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Direct_Expansion_Cooling_Coil;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Expansion", - "Equipment", - "Direct", - "Cool", - "Coil" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Direct Expansion Cooling Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cooling_Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Direct_Expansion_Heating_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Direct_Expansion_Heating_Coil.json deleted file mode 100644 index 0af2930a1..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Direct_Expansion_Heating_Coil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Direct_Expansion_Heating_Coil;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Heat", - "Expansion", - "Equipment", - "Direct", - "Coil" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Direct Expansion Heating Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Heating_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Heating_Coil.json deleted file mode 100644 index d1b96eb1e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Heating_Coil.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Coil;1", - "@type": "Interface", - "displayName": { - "en": "Heating Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Hot_Water_Coil.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Hot_Water_Coil.json deleted file mode 100644 index 0473b3709..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Coil/Heating_Coil/Hot_Water_Coil.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Coil;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Hot", - "Heat", - "Equipment", - "Coil" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Coil" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Coil;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Condenser_Heat_Exchanger.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Condenser_Heat_Exchanger.json deleted file mode 100644 index 679eb71a5..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Condenser_Heat_Exchanger.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Heat_Exchanger;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Heat", - "Exchanger", - "Equipment", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Heat Exchanger" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Evaporative_Heat_Exchanger.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Evaporative_Heat_Exchanger.json deleted file mode 100644 index 6d8337fe9..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Evaporative_Heat_Exchanger.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Evaporative_Heat_Exchanger;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Heat", - "Exchanger", - "Evaporative", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Evaporative Heat Exchanger" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Exchanger.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Exchanger.json deleted file mode 100644 index c3a3ef9f7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Exchanger.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger;1", - "@type": "Interface", - "displayName": { - "en": "Heat Exchanger" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Wheel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Wheel.json deleted file mode 100644 index 33e75f757..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heat_Exchanger/Heat_Wheel.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Wheel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wheel", - "Heat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Wheel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Heating_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Heating_Valve.json deleted file mode 100644 index c0a8a7c00..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Heating_Valve.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Valve;1", - "@type": "Interface", - "displayName": { - "en": "Heating Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Domestic_Hot_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Domestic_Hot_Water_Valve.json deleted file mode 100644 index d32a0c1d4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Domestic_Hot_Water_Valve.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Hot", - "Heat", - "Equipment", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Domestic Hot Water Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Hot_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Hot_Water_Valve.json deleted file mode 100644 index 8c52709c7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Hot_Water_Valve.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Valve;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Valve" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "dtmi:org:brickschema:schema:Brick:Heating_Valve;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Preheat_Hot_Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Preheat_Hot_Water_Valve.json deleted file mode 100644 index cbf277358..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Hot_Water_Valve/Preheat_Hot_Water_Valve.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Hot_Water_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Preheat", - "Hot", - "Heat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Hot Water Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Reheat_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Reheat_Valve.json deleted file mode 100644 index 9d5a964b8..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Reheat_Valve.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reheat_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Reheat", - "Heat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Reheat Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Return_Heating_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Return_Heating_Valve.json deleted file mode 100644 index 80e856f78..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Heating_Valve/Return_Heating_Valve.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Heating_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Return", - "Heat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Heating Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Hot_Deck.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Hot_Deck.json deleted file mode 100644 index 446be3663..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Hot_Deck.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Deck;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Hot", - "Equipment", - "Deck" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Deck" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Humidifier.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Humidifier.json deleted file mode 100644 index 381656108..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Humidifier.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidifier;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Humidifier", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidifier" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Condenser_Water_Isolation_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Condenser_Water_Isolation_Valve.json deleted file mode 100644 index 5b20677a6..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Condenser_Water_Isolation_Valve.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Isolation_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Isolation", - "Equipment", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water Isolation Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Isolation_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Isolation_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Isolation_Valve.json deleted file mode 100644 index a6407e338..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Isolation_Valve/Isolation_Valve.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Isolation_Valve;1", - "@type": "Interface", - "displayName": { - "en": "Isolation Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Pump.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Pump.json deleted file mode 100644 index e87a9d523..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Pump.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pump;1", - "@type": "Interface", - "displayName": { - "en": "Pump" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Chilled_Water_Pump.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Chilled_Water_Pump.json deleted file mode 100644 index 8e51bd648..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Chilled_Water_Pump.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Pump;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Pump", - "Equipment", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Pump" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Pump;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Condenser_Water_Pump.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Condenser_Water_Pump.json deleted file mode 100644 index 3c74cb3c7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Condenser_Water_Pump.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Pump;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Pump", - "Equipment", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water Pump" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Pump;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Hot_Water_Pump.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Hot_Water_Pump.json deleted file mode 100644 index 9f9f4b684..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Hot_Water_Pump.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Pump;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Pump", - "Hot", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Pump" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Pump;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Water_Pump.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Water_Pump.json deleted file mode 100644 index 0052cfd68..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Pump/Water_Pump/Water_Pump.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Pump;1", - "@type": "Interface", - "displayName": { - "en": "Water Pump" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pump;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Space_Heater.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Space_Heater.json deleted file mode 100644 index 51435bf29..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Space_Heater.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Space_Heater;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Space", - "Heater", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Space Heater" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Steam_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Steam_Valve.json deleted file mode 100644 index db0849daa..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Steam_Valve.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Steam", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Air_Diffuser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Air_Diffuser.json deleted file mode 100644 index 5a27cef58..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Air_Diffuser.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Diffuser;1", - "@type": "Interface", - "displayName": { - "en": "Air Diffuser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Displacement_Flow_Air_Diffuser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Displacement_Flow_Air_Diffuser.json deleted file mode 100644 index 411f48571..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Displacement_Flow_Air_Diffuser.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Displacement_Flow_Air_Diffuser;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Flow", - "Equipment", - "Displacement", - "Diffuser", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Displacement Flow Air Diffuser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Diffuser;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Jet_Nozzle_Air_Diffuser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Jet_Nozzle_Air_Diffuser.json deleted file mode 100644 index ebf2f739c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Jet_Nozzle_Air_Diffuser.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Jet_Nozzle_Air_Diffuser;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Nozzle", - "Jet", - "Equipment", - "Diffuser", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Jet Nozzle Air Diffuser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Diffuser;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Laminar_Flow_Air_Diffuser.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Laminar_Flow_Air_Diffuser.json deleted file mode 100644 index 3b0838c2b..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Air_Diffuser/Laminar_Flow_Air_Diffuser.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Laminar_Flow_Air_Diffuser;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Laminar", - "Flow", - "Equipment", - "Diffuser", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Laminar Flow Air Diffuser" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Diffuser;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/CAV.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/CAV.json deleted file mode 100644 index da4a54b10..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/CAV.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CAV;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "CAV" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CAV" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Active_Chilled_Beam.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Active_Chilled_Beam.json deleted file mode 100644 index 0c2beb903..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Active_Chilled_Beam.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Active_Chilled_Beam;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Equipment", - "Chilled", - "Beam", - "Active" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Active Chilled Beam" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Beam;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Chilled_Beam.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Chilled_Beam.json deleted file mode 100644 index bfb62d429..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Chilled_Beam.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Beam;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Beam" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Passive_Chilled_Beam.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Passive_Chilled_Beam.json deleted file mode 100644 index 652c2e8f2..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Chilled_Beam/Passive_Chilled_Beam.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Passive_Chilled_Beam;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Passive", - "Equipment", - "Chilled", - "Beam" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Passive Chilled Beam" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Beam;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Constant_Air_Volume_Box.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Constant_Air_Volume_Box.json deleted file mode 100644 index 4ce9c0c07..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Constant_Air_Volume_Box.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Constant_Air_Volume_Box;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Volume", - "Equipment", - "Constant", - "Box" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Constant Air Volume Box" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/FCU.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/FCU.json deleted file mode 100644 index 476fa3e60..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/FCU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:FCU;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "FCU", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "FCU" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Fan_Coil_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Fan_Coil_Unit.json deleted file mode 100644 index 75c344823..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Fan_Coil_Unit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_Coil_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Fan", - "Equipment", - "Coil" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fan Coil Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Induction_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Induction_Unit.json deleted file mode 100644 index 942ac0354..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Induction_Unit.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Induction_Unit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Induction", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Induction Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/ESS_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/ESS_Panel.json deleted file mode 100644 index 41c2e8522..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/ESS_Panel.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:ESS_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Panel", - "Equipment", - "ESS" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "ESS Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Embedded_Surface_System_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Embedded_Surface_System_Panel.json deleted file mode 100644 index 5d118e94d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Embedded_Surface_System_Panel.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Embedded_Surface_System_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Surface", - "Panel", - "Equipment", - "Embedded" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Embedded Surface System Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/RC_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/RC_Panel.json deleted file mode 100644 index 85e6edc52..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/RC_Panel.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:RC_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "RC", - "Panel", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "RC Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Ceiling_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Ceiling_Panel.json deleted file mode 100644 index 0727cecee..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Ceiling_Panel.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiant_Ceiling_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Radiant", - "Panel", - "Equipment", - "Ceiling" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Radiant Ceiling Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Panel.json deleted file mode 100644 index 7036c1be3..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Radiant_Panel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@type": "Interface", - "displayName": { - "en": "Radiant Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/TABS_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/TABS_Panel.json deleted file mode 100644 index 82130c92e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/TABS_Panel.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:TABS_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "TABS", - "Panel", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "TABS Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Thermally_Activated_Building_System_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Thermally_Activated_Building_System_Panel.json deleted file mode 100644 index 0a71a841e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiant_Panel/Thermally_Activated_Building_System_Panel.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermally_Activated_Building_System_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermally", - "System", - "Panel", - "Equipment", - "Building", - "Activated" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Thermally Activated Building System Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Baseboard_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Baseboard_Radiator.json deleted file mode 100644 index 5bd000e5c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Baseboard_Radiator.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Baseboard_Radiator;1", - "@type": "Interface", - "displayName": { - "en": "Baseboard Radiator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiator;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Electric_Baseboard_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Electric_Baseboard_Radiator.json deleted file mode 100644 index f1356bde4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Electric_Baseboard_Radiator.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electric_Baseboard_Radiator;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Radiator", - "Equipment", - "Electric", - "Baseboard" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Electric Baseboard Radiator" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Electric_Radiator;1", - "dtmi:org:brickschema:schema:Brick:Baseboard_Radiator;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Hot_Water_Baseboard_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Hot_Water_Baseboard_Radiator.json deleted file mode 100644 index d8a25a4a2..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Hot_Water_Baseboard_Radiator.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Baseboard_Radiator;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Radiator", - "Hot", - "Equipment", - "Baseboard" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Baseboard Radiator" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Hot_Water_Radiator;1", - "dtmi:org:brickschema:schema:Brick:Baseboard_Radiator;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Steam_Baseboard_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Steam_Baseboard_Radiator.json deleted file mode 100644 index b3561c1fa..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Baseboard_Radiator/Steam_Baseboard_Radiator.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_Baseboard_Radiator;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Steam", - "Radiator", - "Equipment", - "Baseboard" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam Baseboard Radiator" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Steam_Radiator;1", - "dtmi:org:brickschema:schema:Brick:Baseboard_Radiator;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Electric_Radiator/Electric_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Electric_Radiator/Electric_Radiator.json deleted file mode 100644 index c1ce070cb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Electric_Radiator/Electric_Radiator.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electric_Radiator;1", - "@type": "Interface", - "displayName": { - "en": "Electric Radiator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiator;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Hot_Water_Radiator/Hot_Water_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Hot_Water_Radiator/Hot_Water_Radiator.json deleted file mode 100644 index 6f9223545..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Hot_Water_Radiator/Hot_Water_Radiator.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Radiator;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Radiator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiator;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Radiator.json deleted file mode 100644 index e951d2bd7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Radiator.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiator;1", - "@type": "Interface", - "displayName": { - "en": "Radiator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Steam_Radiator/Steam_Radiator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Steam_Radiator/Steam_Radiator.json deleted file mode 100644 index 7c81199df..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Radiator/Steam_Radiator/Steam_Radiator.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_Radiator;1", - "@type": "Interface", - "displayName": { - "en": "Steam Radiator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiator;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Terminal_Unit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Terminal_Unit.json deleted file mode 100644 index cb189785e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Terminal_Unit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@type": "Interface", - "displayName": { - "en": "Terminal Unit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/VAV.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/VAV.json deleted file mode 100644 index 90f42fe16..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/VAV.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:VAV;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "VAV", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "VAV" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/RVAV.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/RVAV.json deleted file mode 100644 index 9558b1891..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/RVAV.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:RVAV;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "RVAV", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "RVAV" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Variable_Air_Volume_Box;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box.json deleted file mode 100644 index d4065413f..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Variable_Air_Volume_Box;1", - "@type": "Interface", - "displayName": { - "en": "Variable Air Volume Box" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Terminal_Unit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box_With_Reheat.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box_With_Reheat.json deleted file mode 100644 index 1c9ad8405..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Terminal_Unit/Variable_Air_Volume_Box/Variable_Air_Volume_Box_With_Reheat.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Variable_Air_Volume_Box_With_Reheat;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Volume", - "Variable", - "Reheat", - "Equipment", - "Box" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Variable Air Volume Box With Reheat" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Variable_Air_Volume_Box;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Thermostat.json b/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Thermostat.json deleted file mode 100644 index 36fa15652..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/HVAC_Equipment/Thermostat.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermostat;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermostat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Thermostat" - }, - "extends": "dtmi:org:brickschema:schema:Brick:HVAC_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Interface.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Interface.json deleted file mode 100644 index 054c87d19..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Interface.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Interface;1", - "@type": "Interface", - "displayName": { - "en": "Interface" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Lighting_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Dimmer.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Dimmer.json deleted file mode 100644 index cff544cd3..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Dimmer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dimmer;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Switch", - "Interface", - "Equipment", - "Dimmer" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dimmer" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Switch;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Switch.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Switch.json deleted file mode 100644 index 1db78a4fa..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Switch/Switch.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Switch;1", - "@type": "Interface", - "displayName": { - "en": "Switch" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Interface;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Touchpanel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Touchpanel.json deleted file mode 100644 index a80f8f0d0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Interface/Touchpanel.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Touchpanel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Touchpanel", - "Interface", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Touchpanel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Interface;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Lighting.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Lighting.json deleted file mode 100644 index 8172b6fbd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Lighting.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lighting;1", - "@type": "Interface", - "displayName": { - "en": "Lighting" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Lighting_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire.json deleted file mode 100644 index bafd53334..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminaire;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Luminaire", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminaire" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Lighting;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire_Driver.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire_Driver.json deleted file mode 100644 index 88316375e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting/Luminaire_Driver.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminaire_Driver;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Luminaire", - "Equipment", - "Driver" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminaire Driver" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Lighting;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting_Equipment.json deleted file mode 100644 index ca21f686e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Lighting_Equipment/Lighting_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lighting_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Lighting Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Electrical_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Electrical_Meter.json deleted file mode 100644 index 50df1e4dc..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Electrical_Meter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Electrical_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Meter", - "Equipment", - "Electrical", - "Building" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Electrical Meter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Electrical_Meter;1", - "dtmi:org:brickschema:schema:Brick:Building_Meter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Gas_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Gas_Meter.json deleted file mode 100644 index 392c7f0c7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Gas_Meter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Gas_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Meter", - "Gas", - "Equipment", - "Building" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Gas Meter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Gas_Meter;1", - "dtmi:org:brickschema:schema:Brick:Building_Meter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Meter.json deleted file mode 100644 index eb3663436..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Building Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Water_Meter.json deleted file mode 100644 index 103fd7257..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Building_Meter/Building_Water_Meter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Water_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Meter", - "Equipment", - "Building" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Water Meter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Meter;1", - "dtmi:org:brickschema:schema:Brick:Building_Meter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Electrical_Meter/Electrical_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Electrical_Meter/Electrical_Meter.json deleted file mode 100644 index 7b1ef689c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Electrical_Meter/Electrical_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electrical_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Electrical Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Gas_Meter/Gas_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Gas_Meter/Gas_Meter.json deleted file mode 100644 index ccc4b5392..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Gas_Meter/Gas_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gas_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Gas Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Meter.json deleted file mode 100644 index 64545d6eb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Meter.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "is virtual meter" - }, - "name": "isVirtualMeter", - "schema": "boolean", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has sub-meter" - }, - "name": "hasSubMeter", - "target": "dtmi:org:brickschema:schema:Brick:Meter;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is sub-meter of" - }, - "name": "isSubMeterOf", - "target": "dtmi:org:brickschema:schema:Brick:Meter;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "meters" - }, - "name": "meters", - "writable": true - } - ], - "displayName": { - "en": "Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Thermal_Power_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Thermal_Power_Meter.json deleted file mode 100644 index f7e1053ea..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Thermal_Power_Meter.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermal_Power_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermal", - "Power", - "Meter", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Thermal Power Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Building_Chilled_Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Building_Chilled_Water_Meter.json deleted file mode 100644 index 830465f17..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Building_Chilled_Water_Meter.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Chilled_Water_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Meter", - "Equipment", - "Chilled", - "Building" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Chilled Water Meter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Meter;1", - "dtmi:org:brickschema:schema:Brick:Building_Meter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Chilled_Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Chilled_Water_Meter.json deleted file mode 100644 index aefbb9a90..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Chilled_Water_Meter/Chilled_Water_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Building_Hot_Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Building_Hot_Water_Meter.json deleted file mode 100644 index ae2d3f8c7..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Building_Hot_Water_Meter.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Hot_Water_Meter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Meter", - "Hot", - "Equipment", - "Building" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Hot Water Meter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Hot_Water_Meter;1", - "dtmi:org:brickschema:schema:Brick:Building_Meter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Hot_Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Hot_Water_Meter.json deleted file mode 100644 index 93f9fc480..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Hot_Water_Meter/Hot_Water_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Water_Meter.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Water_Meter.json deleted file mode 100644 index 645ab235c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Meter/Water_Meter/Water_Meter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Meter;1", - "@type": "Interface", - "displayName": { - "en": "Water Meter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Meter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Motor.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Motor.json deleted file mode 100644 index 64408c732..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Motor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor;1", - "@type": "Interface", - "displayName": { - "en": "Motor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Fan_VFD.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Fan_VFD.json deleted file mode 100644 index c703c037a..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Fan_VFD.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_VFD;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "VFD", - "Fan", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fan VFD" - }, - "extends": "dtmi:org:brickschema:schema:Brick:VFD;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Heat_Wheel_VFD.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Heat_Wheel_VFD.json deleted file mode 100644 index dd6ba2153..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Heat_Wheel_VFD.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Wheel_VFD;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wheel", - "VFD", - "Heat", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Wheel VFD" - }, - "extends": "dtmi:org:brickschema:schema:Brick:VFD;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Pump_VFD.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Pump_VFD.json deleted file mode 100644 index a0c224ae4..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/Pump_VFD.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pump_VFD;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "VFD", - "Pump", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pump VFD" - }, - "extends": "dtmi:org:brickschema:schema:Brick:VFD;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/VFD.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/VFD.json deleted file mode 100644 index 4b61f9d1e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/VFD/VFD.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:VFD;1", - "@type": "Interface", - "displayName": { - "en": "VFD" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Motor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Variable_Frequency_Drive.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Variable_Frequency_Drive.json deleted file mode 100644 index e71326765..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Motor/Variable_Frequency_Drive.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Variable_Frequency_Drive;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Variable", - "Frequency", - "Equipment", - "Drive" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Variable Frequency Drive" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Motor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PVT_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PVT_Panel.json deleted file mode 100644 index c37de1fab..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PVT_Panel.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PVT_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermal", - "Solar", - "Panel", - "PV", - "Equipment", - "Collector" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PVT Panel" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Solar_Thermal_Collector;1", - "dtmi:org:brickschema:schema:Brick:PV_Panel;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PV_Panel.json b/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PV_Panel.json deleted file mode 100644 index f9d2f7427..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/PV_Panel/PV_Panel.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PV_Panel;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Measured module conversion efficiency" - }, - "name": "measuredModuleConversionEfficiency", - "schema": { - "@type": "Object", - "fields": [ - { - "name": "value", - "schema": "string" - }, - { - "name": "hasUnit", - "schema": { - "@type": "Enum", - "enumValues": { - "enumValue": "PERCENT", - "name": "PERCENT" - }, - "valueSchema": "string" - } - } - ] - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "Rated module conversion efficiency" - }, - "name": "ratedModuleConversionEfficiency", - "schema": { - "@type": "Object", - "fields": [ - { - "name": "value", - "schema": "string" - }, - { - "name": "hasUnit", - "schema": { - "@type": "Enum", - "enumValues": { - "enumValue": "PERCENT", - "name": "PERCENT" - }, - "valueSchema": "string" - } - } - ] - }, - "writable": true - } - ], - "displayName": { - "en": "PV Panel" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Relay.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Relay.json deleted file mode 100644 index fc086ca57..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Relay.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Relay;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Relay", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Relay" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/AED.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/AED.json deleted file mode 100644 index 68d5b0370..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/AED.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:AED;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Property", - "Initialized" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "AED", - "Defibrillator", - "Equipment", - "Safety" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "AED" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Automated_External_Defibrillator.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Automated_External_Defibrillator.json deleted file mode 100644 index db5eb5765..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Automated_External_Defibrillator.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Automated_External_Defibrillator;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "Equipment", - "Defibrillator", - "AED" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Automated External Defibrillator" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Drench_Hose.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Drench_Hose.json deleted file mode 100644 index fc98de651..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Drench_Hose.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Drench_Hose;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wash", - "Station", - "Safety", - "Hose", - "Equipment", - "Emergency", - "Drench" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Drench Hose" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Wash_Station;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Emergency_Wash_Station.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Emergency_Wash_Station.json deleted file mode 100644 index 99b47c8da..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Emergency_Wash_Station.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Wash_Station;1", - "@type": "Interface", - "displayName": { - "en": "Emergency Wash Station" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Eye_Wash_Station.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Eye_Wash_Station.json deleted file mode 100644 index c68c76805..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Eye_Wash_Station.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Eye_Wash_Station;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wash", - "Station", - "Safety", - "Eye", - "Equipment", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Eye Wash Station" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Wash_Station;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Safety_Shower.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Safety_Shower.json deleted file mode 100644 index 2d409ab8d..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Emergency_Wash_Station/Safety_Shower.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Safety_Shower;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wash", - "Station", - "Shower", - "Safety", - "Equipment", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Safety Shower" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Wash_Station;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/First_Aid_Kit.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/First_Aid_Kit.json deleted file mode 100644 index b412a96a5..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/First_Aid_Kit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:First_Aid_Kit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Safety", - "FirstAid", - "Equipment", - "Aid" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "First Aid Kit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Safety_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Safety_Equipment.json deleted file mode 100644 index 08273b784..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Safety_Equipment/Safety_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Safety_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Safety Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Control_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Control_Equipment.json deleted file mode 100644 index 511f275ae..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Control_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Access_Control_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Access Control Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Security_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Reader.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Reader.json deleted file mode 100644 index 07b3f6501..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Access_Control_Equipment/Access_Reader.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Access_Reader;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Security", - "Reader", - "Equipment", - "Control", - "Access" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Access Reader" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Access_Control_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Emergency_Phone.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Emergency_Phone.json deleted file mode 100644 index 7d4e041c5..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Emergency_Phone.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Phone;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Security", - "Phone", - "Intercom", - "Equipment", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Phone" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Intercom_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Intercom_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Intercom_Equipment.json deleted file mode 100644 index 0c64dd4d5..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Intercom_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Intercom_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Intercom Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Security_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Video_Intercom.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Video_Intercom.json deleted file mode 100644 index 50c4dd4e0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intercom_Equipment/Video_Intercom.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Video_Intercom;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Video", - "Security", - "Intercom", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Video Intercom" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Intercom_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intrusion_Detection_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intrusion_Detection_Equipment.json deleted file mode 100644 index 150f5e6ad..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Intrusion_Detection_Equipment.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Intrusion_Detection_Equipment;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Security", - "Intrusion", - "Equipment", - "Detection" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Intrusion Detection Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Security_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Security_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Security_Equipment.json deleted file mode 100644 index 50f8c28cd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Security_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Security_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Security Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/NVR.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/NVR.json deleted file mode 100644 index 95cfe6ecf..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/NVR.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:NVR;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Video", - "Surveillance", - "Security", - "NVR", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "NVR" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Video_Surveillance_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Network_Video_Recorder.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Network_Video_Recorder.json deleted file mode 100644 index f8d929371..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Network_Video_Recorder.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Network_Video_Recorder;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Video", - "Security", - "Recorder", - "Network", - "NVR", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Network Video Recorder" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Video_Surveillance_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Surveillance_Camera.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Surveillance_Camera.json deleted file mode 100644 index 41da15845..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Surveillance_Camera.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Surveillance_Camera;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Video", - "Surveillance", - "Security", - "Equipment", - "Camera" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Surveillance Camera" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Video_Surveillance_Equipment;1", - "dtmi:org:brickschema:schema:Brick:Camera;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Video_Surveillance_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Video_Surveillance_Equipment.json deleted file mode 100644 index 88a332227..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Security_Equipment/Video_Surveillance_Equipment/Video_Surveillance_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Video_Surveillance_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Video Surveillance Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Security_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Automatic_Tint_Window.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Automatic_Tint_Window.json deleted file mode 100644 index 1227bbcc0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Automatic_Tint_Window.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Automatic_Tint_Window;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Window", - "Tint", - "Shade", - "Equipment", - "Automatic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Automatic Tint Window" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Shading_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Blind.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Blind.json deleted file mode 100644 index db371dba8..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Blind.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Blind;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Shade", - "Equipment", - "Blind" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Blind" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Shading_Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Shading_Equipment.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Shading_Equipment.json deleted file mode 100644 index 2098ca1fd..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Shading_Equipment/Shading_Equipment.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Shading_Equipment;1", - "@type": "Interface", - "displayName": { - "en": "Shading Equipment" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Solar_Thermal_Collector/Solar_Thermal_Collector.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Solar_Thermal_Collector/Solar_Thermal_Collector.json deleted file mode 100644 index da09ce1f0..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Solar_Thermal_Collector/Solar_Thermal_Collector.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Solar_Thermal_Collector;1", - "@type": "Interface", - "displayName": { - "en": "Solar Thermal Collector" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Steam_Distribution.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Steam_Distribution.json deleted file mode 100644 index 883ea0415..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Steam_Distribution.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_Distribution;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Steam", - "Equipment", - "Distribution" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam Distribution" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Gas_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Gas_Valve.json deleted file mode 100644 index 9639e48cb..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Gas_Valve.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gas_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Gas", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Gas Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Natural_Gas_Seismic_Shutoff_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Natural_Gas_Seismic_Shutoff_Valve.json deleted file mode 100644 index 8fb59b67e..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Natural_Gas_Seismic_Shutoff_Valve.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Seismic_Shutoff_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Shutoff", - "Seismic", - "Natural", - "Gas", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Natural Gas Seismic Shutoff Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Valve.json deleted file mode 100644 index 5eef31603..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Valve.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve;1", - "@type": "Interface", - "displayName": { - "en": "Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Thermostatic_Mixing_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Thermostatic_Mixing_Valve.json deleted file mode 100644 index fe7e1c19c..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Thermostatic_Mixing_Valve.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermostatic_Mixing_Valve;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Valve", - "Thermal", - "Mixed", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Thermostatic Mixing Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Water_Valve.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Water_Valve.json deleted file mode 100644 index f3a5b02b8..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Valve/Water_Valve/Water_Valve.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Valve;1", - "@type": "Interface", - "displayName": { - "en": "Water Valve" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Valve;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Distribution.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Distribution.json deleted file mode 100644 index b050b2668..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Distribution.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Distribution;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Equipment", - "Distribution" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Water Distribution" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Collection_Basin_Water_Heater.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Collection_Basin_Water_Heater.json deleted file mode 100644 index 36f40bc97..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Collection_Basin_Water_Heater.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Collection_Basin_Water_Heater;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Heater", - "Equipment", - "Collection", - "Basin" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Collection Basin Water Heater" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Heater;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Water_Heater.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Water_Heater.json deleted file mode 100644 index 70683ae03..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Water_Heater/Water_Heater.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Heater;1", - "@type": "Interface", - "displayName": { - "en": "Water Heater" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Asset/Equipment/Weather_Station.json b/Ontology/DTDLv3/Brick/Asset/Equipment/Weather_Station.json deleted file mode 100644 index 3b1ad5aae..000000000 --- a/Ontology/DTDLv3/Brick/Asset/Equipment/Weather_Station.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Weather_Station;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Weather", - "Station", - "Equipment" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Weather Station" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Air_Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Air_Loop.json deleted file mode 100644 index df4368a4a..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Air_Loop.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Loop;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Loop", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Air Loop" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Loop;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Loop.json deleted file mode 100644 index 7b48ca358..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Loop.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Loop;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "writable": true - } - ], - "displayName": { - "en": "Loop" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Chilled_Water_Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Chilled_Water_Loop.json deleted file mode 100644 index c752edf63..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Chilled_Water_Loop.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Loop;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Loop", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Loop" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Loop;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Domestic_Water_Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Domestic_Water_Loop.json deleted file mode 100644 index 410a19295..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Domestic_Water_Loop.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Water_Loop;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Loop", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Domestic Water Loop" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Loop;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Hot_Water_Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Hot_Water_Loop.json deleted file mode 100644 index eedda7122..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Hot_Water_Loop.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Loop;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Loop", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Loop" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Loop;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Water_Loop.json b/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Water_Loop.json deleted file mode 100644 index 7fc288663..000000000 --- a/Ontology/DTDLv3/Brick/Collection/Loop/Water_Loop/Water_Loop.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Loop;1", - "@type": "Interface", - "displayName": { - "en": "Water Loop" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Loop;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/PV_Array.json b/Ontology/DTDLv3/Brick/Collection/PV_Array.json deleted file mode 100644 index 4a6ca88a4..000000000 --- a/Ontology/DTDLv3/Brick/Collection/PV_Array.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PV_Array;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:brickschema:schema:Brick:PV_Panel;1", - "writable": true - }, - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "PV", - "Collection", - "Array" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PV Array" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Domestic_Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Domestic_Hot_Water_System.json deleted file mode 100644 index b10177e71..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Domestic_Hot_Water_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Hot", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Domestic Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Electrical_System.json b/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Electrical_System.json deleted file mode 100644 index 0d1c2db05..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Electrical_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electrical_System;1", - "@type": "Interface", - "displayName": { - "en": "Electrical System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Generation_System.json b/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Generation_System.json deleted file mode 100644 index 37a29bea4..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Generation_System.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Generation_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Generation", - "Energy" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Energy Generation System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Energy_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Battery_Energy_Storage_System.json b/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Battery_Energy_Storage_System.json deleted file mode 100644 index 509088926..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Battery_Energy_Storage_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Battery_Energy_Storage_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Storage", - "Energy", - "Battery" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Battery Energy Storage System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Energy_Storage_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Energy_Storage_System.json b/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Energy_Storage_System.json deleted file mode 100644 index 7d9b16ceb..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_Storage_System/Energy_Storage_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Storage_System;1", - "@type": "Interface", - "displayName": { - "en": "Energy Storage System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Energy_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_System.json b/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_System.json deleted file mode 100644 index 769a99b6d..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Electrical_System/Energy_System/Energy_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_System;1", - "@type": "Interface", - "displayName": { - "en": "Energy System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electrical_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Gas_System.json b/Ontology/DTDLv3/Brick/Collection/System/Gas_System.json deleted file mode 100644 index 6775f3764..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Gas_System.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gas_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Gas" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Gas System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/HVAC_System.json b/Ontology/DTDLv3/Brick/Collection/System/HVAC_System.json deleted file mode 100644 index 8aabe1425..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/HVAC_System.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:HVAC_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "HVAC" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "HVAC System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Air_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Air_System.json deleted file mode 100644 index 6dd0331bd..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Air_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_System;1", - "@type": "Interface", - "displayName": { - "en": "Air System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Ventilation_Air_Conditioning_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Ventilation_Air_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Ventilation_Air_System.json deleted file mode 100644 index c5d3f5be9..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Air_System/Ventilation_Air_System.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ventilation_Air_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Ventilation", - "System", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ventilation Air System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Heating_Ventilation_Air_Conditioning_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Heating_Ventilation_Air_Conditioning_System.json deleted file mode 100644 index d8b435d9d..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Heating_Ventilation_Air_Conditioning_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Ventilation_Air_Conditioning_System;1", - "@type": "Interface", - "displayName": { - "en": "Heating Ventilation Air Conditioning System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Steam_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Steam_System.json deleted file mode 100644 index 132cb8766..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Steam_System.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Steam" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Ventilation_Air_Conditioning_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Chilled_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Chilled_Water_System.json deleted file mode 100644 index 247f91186..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Chilled_Water_System.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Condenser_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Condenser_Water_System.json deleted file mode 100644 index 46e723684..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Condenser_Water_System.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Heat_Recovery_Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Heat_Recovery_Hot_Water_System.json deleted file mode 100644 index 4adcddd12..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Heat_Recovery_Hot_Water_System.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Recovery_Hot_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Recovery", - "Hot", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Recovery Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Hot_Water_System.json deleted file mode 100644 index 87687c363..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Hot_Water_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_System;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Preheat_Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Preheat_Hot_Water_System.json deleted file mode 100644 index 0ee8510d0..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Preheat_Hot_Water_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Hot_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Preheat", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Radiation_Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Radiation_Hot_Water_System.json deleted file mode 100644 index 8ee14d511..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Radiation_Hot_Water_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiation_Hot_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Radiation", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Radiation Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Reheat_Hot_Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Reheat_Hot_Water_System.json deleted file mode 100644 index bc93296f6..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Hot_Water_System/Reheat_Hot_Water_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reheat_Hot_Water_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Reheat", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Reheat Hot Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Water_System.json b/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Water_System.json deleted file mode 100644 index 5684fd652..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Heating_Ventilation_Air_Conditioning_System/Water_System/Water_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_System;1", - "@type": "Interface", - "displayName": { - "en": "Water System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Ventilation_Air_Conditioning_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Lighting_System.json b/Ontology/DTDLv3/Brick/Collection/System/Lighting_System.json deleted file mode 100644 index 3850531ab..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Lighting_System.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lighting_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Lighting" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lighting System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Air_Flow_System.json b/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Air_Flow_System.json deleted file mode 100644 index 2afee0b5a..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Air_Flow_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Air_Flow_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Flow", - "Emergency", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Air Flow System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Power_Off_System.json b/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Power_Off_System.json deleted file mode 100644 index 1325e5600..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Emergency_Power_Off_System.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Power", - "Off", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Power Off System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Fire_Safety_System.json b/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Fire_Safety_System.json deleted file mode 100644 index dc38be0f2..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Fire_Safety_System.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Safety_System;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Safety", - "Fire" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Safety System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Safety_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Safety_System.json b/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Safety_System.json deleted file mode 100644 index c5b05896f..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Safety_System/Safety_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Safety_System;1", - "@type": "Interface", - "displayName": { - "en": "Safety System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Blind_Group.json b/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Blind_Group.json deleted file mode 100644 index f81ea5474..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Blind_Group.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Blind_Group;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Shade", - "Group", - "Blind" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Blind Group" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Shading_System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Shading_System.json b/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Shading_System.json deleted file mode 100644 index cadb57657..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/Shading_System/Shading_System.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Shading_System;1", - "@type": "Interface", - "displayName": { - "en": "Shading System" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Collection/System/System.json b/Ontology/DTDLv3/Brick/Collection/System/System.json deleted file mode 100644 index 7cce87838..000000000 --- a/Ontology/DTDLv3/Brick/Collection/System/System.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:System;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "writable": true - } - ], - "displayName": { - "en": "System" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Alarm.json deleted file mode 100644 index 44f26a051..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Air Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Alarm.json deleted file mode 100644 index 3cd9b1bfc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Loss_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Loss_Alarm.json deleted file mode 100644 index bd94fd7af..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Air_Flow_Loss_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Loss_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Loss", - "Flow", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Air Flow Loss Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/High_Air_Flow_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/High_Air_Flow_Alarm.json deleted file mode 100644 index 944a91b24..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/High_Air_Flow_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Air_Flow_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "High", - "Flow", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Air Flow Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Air_Flow_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Air_Flow_Alarm.json deleted file mode 100644 index b620e7ef6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Air_Flow_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Air_Flow_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Low Air Flow Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Discharge_Air_Flow_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Discharge_Air_Flow_Alarm.json deleted file mode 100644 index f6c4b4638..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Discharge_Air_Flow_Alarm.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Discharge_Air_Flow_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Low", - "Flow", - "Discharge", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Discharge Air Flow Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Low_Air_Flow_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Supply_Air_Flow_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Supply_Air_Flow_Alarm.json deleted file mode 100644 index 83ed67200..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Flow_Alarm/Low_Air_Flow_Alarm/Low_Supply_Air_Flow_Alarm.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Supply_Air_Flow_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Point", - "Low", - "Flow", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Supply Air Flow Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Low_Air_Flow_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Air_Temperature_Alarm.json deleted file mode 100644 index 236fa5838..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Air_Temperature_Alarm.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Air_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm.json deleted file mode 100644 index d0bc8e4a4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/High_Discharge_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/High_Discharge_Air_Temperature_Alarm.json deleted file mode 100644 index ccbc10101..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/High_Discharge_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Discharge_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "High", - "Discharge", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Discharge Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:High_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Low_Discharge_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Low_Discharge_Air_Temperature_Alarm.json deleted file mode 100644 index 93f5549ca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Discharge_Air_Temperature_Alarm/Low_Discharge_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Discharge_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Low", - "Discharge", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Discharge Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Low_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/High_Return_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/High_Return_Air_Temperature_Alarm.json deleted file mode 100644 index fa9e7785f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/High_Return_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Return_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Return", - "Point", - "High", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Return Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:High_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Low_Return_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Low_Return_Air_Temperature_Alarm.json deleted file mode 100644 index acb4b73da..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Low_Return_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Return_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Return", - "Point", - "Low", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Return Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Low_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Return_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Return_Air_Temperature_Alarm.json deleted file mode 100644 index be2a2de94..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Return_Air_Temperature_Alarm/Return_Air_Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Return Air Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/High_Supply_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/High_Supply_Air_Temperature_Alarm.json deleted file mode 100644 index 074d455fb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/High_Supply_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Supply_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Point", - "High", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Supply Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:High_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Low_Supply_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Low_Supply_Air_Temperature_Alarm.json deleted file mode 100644 index 99f707057..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Low_Supply_Air_Temperature_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Supply_Air_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Point", - "Low", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Supply Air Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Low_Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Supply_Air_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Supply_Air_Temperature_Alarm.json deleted file mode 100644 index 3a3203222..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Air_Alarm/Air_Temperature_Alarm/Supply_Air_Temperature_Alarm/Supply_Air_Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Alarm.json deleted file mode 100644 index a6a04f2ce..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/CO2_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/CO2_Alarm.json deleted file mode 100644 index 67978c6c9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/CO2_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "CO2 Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/High_CO2_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/High_CO2_Alarm.json deleted file mode 100644 index 401684a6a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/CO2_Alarm/High_CO2_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_CO2_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "High", - "CO2", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High CO2 Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Change_Filter_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Change_Filter_Alarm.json deleted file mode 100644 index 4a7def8f5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Change_Filter_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Change_Filter_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Filter", - "Change", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Change Filter Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Communication_Loss_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Communication_Loss_Alarm.json deleted file mode 100644 index c402f542e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Communication_Loss_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Communication_Loss_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Loss", - "Communication", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Communication Loss Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Cycle_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Cycle_Alarm.json deleted file mode 100644 index dcfc8fdc6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Cycle_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cycle_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Cycle Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Short_Cycle_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Short_Cycle_Alarm.json deleted file mode 100644 index dec7bb104..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Cycle_Alarm/Short_Cycle_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Short_Cycle_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Short", - "Point", - "Cycle", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Short Cycle Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cycle_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Alarm.json deleted file mode 100644 index 910f92f99..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Emergency Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Generator_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Generator_Alarm.json deleted file mode 100644 index 28ec7c349..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Emergency_Alarm/Emergency_Generator_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Generator_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Generator", - "Emergency", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Generator Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Failure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Failure_Alarm.json deleted file mode 100644 index c00ee42d6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Failure_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Failure_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Failure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Sensor_Failure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Sensor_Failure_Alarm.json deleted file mode 100644 index 70695d7d5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Sensor_Failure_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Sensor_Failure_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Failure", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Sensor Failure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Failure_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Unit_Failure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Unit_Failure_Alarm.json deleted file mode 100644 index 66ae4acf0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Failure_Alarm/Unit_Failure_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unit_Failure_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Point", - "Failure", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unit Failure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Failure_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/High_Humidity_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/High_Humidity_Alarm.json deleted file mode 100644 index bca265486..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/High_Humidity_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Humidity_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Humidity", - "High", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Humidity Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Humidity_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Humidity_Alarm.json deleted file mode 100644 index 161c4b4c7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Humidity_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Humidity Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Low_Humidity_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Low_Humidity_Alarm.json deleted file mode 100644 index 2c56aa377..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Humidity_Alarm/Low_Humidity_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Humidity_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Low", - "Humidity", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Humidity Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Condensate_Leak_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Condensate_Leak_Alarm.json deleted file mode 100644 index cf331be22..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Condensate_Leak_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condensate_Leak_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Leak", - "Condensate", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condensate Leak Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leak_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Leak_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Leak_Alarm.json deleted file mode 100644 index e0e1dc3ff..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Leak_Alarm/Leak_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leak_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Leak Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Liquid_Detection_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Liquid_Detection_Alarm.json deleted file mode 100644 index aa3915ffc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Liquid_Detection_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Liquid_Detection_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Liquid", - "Detection", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Liquid Detection Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Low_Battery_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Low_Battery_Alarm.json deleted file mode 100644 index 5c535136b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Low_Battery_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Battery_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Low", - "Battery", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Battery Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Luminance_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Luminance_Alarm.json deleted file mode 100644 index 6503a4419..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Luminance_Alarm.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminance_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Luminance", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminance Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Maintenance_Required_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Maintenance_Required_Alarm.json deleted file mode 100644 index f415b6d3e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Maintenance_Required_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Maintenance_Required_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Required", - "Point", - "Maintenance", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Maintenance Required Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Overload_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Overload_Alarm.json deleted file mode 100644 index a725df1b6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Overload_Alarm.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Overload_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Overload", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Overload Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Alarm.json deleted file mode 100644 index 65a9652fe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Power_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Power Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Loss_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Loss_Alarm.json deleted file mode 100644 index 0cb1af00f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Power_Alarm/Power_Loss_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Power_Loss_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Power", - "Point", - "Loss", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Power Loss Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Power_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/High_Head_Pressure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/High_Head_Pressure_Alarm.json deleted file mode 100644 index 015d7fa15..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/High_Head_Pressure_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Head_Pressure_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Pressure", - "Point", - "High", - "Head", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Head Pressure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Low_Suction_Pressure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Low_Suction_Pressure_Alarm.json deleted file mode 100644 index 77c0d106a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Low_Suction_Pressure_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Suction_Pressure_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Suction", - "Pressure", - "Point", - "Low", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Suction Pressure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Pressure_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Pressure_Alarm.json deleted file mode 100644 index d814ebcd6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Pressure_Alarm/Pressure_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pressure_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Pressure Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Alarm.json deleted file mode 100644 index 2b0962ed0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Smoke_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Smoke Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Discharge_Air_Smoke_Detection_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Discharge_Air_Smoke_Detection_Alarm.json deleted file mode 100644 index f119f5b5e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Discharge_Air_Smoke_Detection_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Smoke_Detection_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Smoke", - "Point", - "Discharge", - "Detection", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Smoke Detection Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Smoke_Detection_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Air_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Smoke_Detection_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Smoke_Detection_Alarm.json deleted file mode 100644 index fc0406e9e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Smoke_Detection_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Smoke_Detection_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Smoke Detection Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Smoke_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Supply_Air_Smoke_Detection_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Supply_Air_Smoke_Detection_Alarm.json deleted file mode 100644 index 99df788d6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Smoke_Alarm/Smoke_Detection_Alarm/Supply_Air_Smoke_Detection_Alarm.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Smoke_Detection_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Smoke", - "Point", - "Detection", - "Alarm", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Smoke Detection Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Smoke_Detection_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Air_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/High_Temperature_Alarm/High_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/High_Temperature_Alarm/High_Temperature_Alarm.json deleted file mode 100644 index 1d31d080a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/High_Temperature_Alarm/High_Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "High Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Low_Temperature_Alarm/Low_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Low_Temperature_Alarm/Low_Temperature_Alarm.json deleted file mode 100644 index e818a24a2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Low_Temperature_Alarm/Low_Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Low Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Temperature_Alarm.json deleted file mode 100644 index 508143ace..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Temperature_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Entering_Water_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Entering_Water_Temperature_Alarm.json deleted file mode 100644 index ad262b235..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Entering_Water_Temperature_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Point", - "Entering", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Leaving_Water_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Leaving_Water_Temperature_Alarm.json deleted file mode 100644 index 81c746129..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Leaving_Water_Temperature_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Point", - "Leaving", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Temperature Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Water_Temperature_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Water_Temperature_Alarm.json deleted file mode 100644 index afc604f4d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Temperature_Alarm/Water_Temperature_Alarm/Water_Temperature_Alarm.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Water Temperature Alarm" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "dtmi:org:brickschema:schema:Brick:Temperature_Alarm;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Valve_Position_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Valve_Position_Alarm.json deleted file mode 100644 index 58e3f3a0c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Valve_Position_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve_Position_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Position", - "Point", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Valve Position Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Low_Voltage_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Low_Voltage_Alarm.json deleted file mode 100644 index 982bea9a9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Low_Voltage_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Voltage_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Point", - "Low", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Voltage Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Voltage_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Voltage_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Voltage_Alarm.json deleted file mode 100644 index 5aa7ffd0f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Voltage_Alarm/Voltage_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Voltage_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Voltage Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Deionized_Water_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Deionized_Water_Alarm.json deleted file mode 100644 index 3ab2b476e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Deionized_Water_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Deionized_Water_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "Deionized", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Deionized Water Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/No_Water_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/No_Water_Alarm.json deleted file mode 100644 index 429ec7555..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/No_Water_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:No_Water_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "No", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "No Water Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Alarm.json deleted file mode 100644 index ee28c2fac..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Water Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Collection_Basin_Water_Level_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Collection_Basin_Water_Level_Alarm.json deleted file mode 100644 index df177acde..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Collection_Basin_Water_Level_Alarm.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Collection_Basin_Water_Level_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "Level", - "Collection", - "Basin", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Collection Basin Water Level Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Level_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Max_Water_Level_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Max_Water_Level_Alarm.json deleted file mode 100644 index 58cfcbc1a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Max_Water_Level_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Water_Level_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "Max", - "Level", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Water Level Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Level_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Min_Water_Level_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Min_Water_Level_Alarm.json deleted file mode 100644 index c488e7051..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Min_Water_Level_Alarm.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Water_Level_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "Min", - "Level", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Water Level Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Level_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Water_Level_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Water_Level_Alarm.json deleted file mode 100644 index 311d0a929..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Level_Alarm/Water_Level_Alarm.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Level_Alarm;1", - "@type": "Interface", - "displayName": { - "en": "Water Level Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Loss_Alarm.json b/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Loss_Alarm.json deleted file mode 100644 index 38bbf79c5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Alarm/Water_Alarm/Water_Loss_Alarm.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Loss_Alarm;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Point", - "Loss", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Water Loss Alarm" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Alarm;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Boiler_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Boiler_Command.json deleted file mode 100644 index db4a5e6ce..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Boiler_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Boiler_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Command", - "Boiler" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Boiler Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Bypass_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Bypass_Command.json deleted file mode 100644 index f0011ca66..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Bypass_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Command", - "Bypass" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bypass Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Command.json b/Ontology/DTDLv3/Brick/Point/Command/Command.json deleted file mode 100644 index 2ea147fd3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Command;1", - "@type": "Interface", - "displayName": { - "en": "Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Cooling_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Cooling_Command.json deleted file mode 100644 index bcd6e5e90..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Cooling_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Cool", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Command.json deleted file mode 100644 index 102bbd47e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Damper_Command;1", - "@type": "Interface", - "displayName": { - "en": "Damper Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Position_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Position_Command.json deleted file mode 100644 index 2cedcb8bf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Damper_Command/Damper_Position_Command.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Damper_Position_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Position", - "Point", - "Damper", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Damper Position Command" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Position_Command;1", - "dtmi:org:brickschema:schema:Brick:Damper_Command;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Direction_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Direction_Command.json deleted file mode 100644 index 0f7249656..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Direction_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Direction_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Direction", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Direction Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Command.json deleted file mode 100644 index 9caf04edd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Command;1", - "@type": "Interface", - "displayName": { - "en": "Disable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Enthalpy_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Enthalpy_Command.json deleted file mode 100644 index 5ed211831..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Enthalpy_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Differential_Enthalpy_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Enthalpy", - "Disable", - "Differential", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Differential Enthalpy Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Disable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Temperature_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Temperature_Command.json deleted file mode 100644 index 2045a33cb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Differential_Temperature_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Differential_Temperature_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Disable", - "Differential", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Differential Temperature Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Disable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Enthalpy_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Enthalpy_Command.json deleted file mode 100644 index a472dc7d3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Enthalpy_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Fixed_Enthalpy_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Fixed", - "Enthalpy", - "Disable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Fixed Enthalpy Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Disable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Temperature_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Temperature_Command.json deleted file mode 100644 index c30a4ea87..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Disable_Command/Disable_Fixed_Temperature_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Fixed_Temperature_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Fixed", - "Disable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Fixed Temperature Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Disable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Cooling_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Cooling_Enable_Command.json deleted file mode 100644 index f345c48b8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Cooling_Enable_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Enable", - "Cooling", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Command.json deleted file mode 100644 index f232db28c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@type": "Interface", - "displayName": { - "en": "Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Enthalpy_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Enthalpy_Command.json deleted file mode 100644 index 3e27a74f8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Enthalpy_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Differential_Enthalpy_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Enthalpy", - "Enable", - "Differential", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enable Differential Enthalpy Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Temperature_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Temperature_Command.json deleted file mode 100644 index a9d14463e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Differential_Temperature_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Differential_Temperature_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Enable", - "Differential", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enable Differential Temperature Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Enthalpy_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Enthalpy_Command.json deleted file mode 100644 index 3a4da463d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Enthalpy_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Fixed_Enthalpy_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Fixed", - "Enthalpy", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enable Fixed Enthalpy Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Temperature_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Temperature_Command.json deleted file mode 100644 index 048a98726..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Enable_Fixed_Temperature_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Fixed_Temperature_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Fixed", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enable Fixed Temperature Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Heating_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Heating_Enable_Command.json deleted file mode 100644 index 8288c80fe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Heating_Enable_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Heating", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Run_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Run_Enable_Command.json deleted file mode 100644 index 5c05b8bb8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Run_Enable_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Run_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Run", - "Point", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Run Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Stage_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Stage_Enable_Command.json deleted file mode 100644 index 69eb1c64a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/Stage_Enable_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Stage_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stage", - "Point", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Stage Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Chilled_Water_System_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Chilled_Water_System_Enable_Command.json deleted file mode 100644 index e8dc54ede..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Chilled_Water_System_Enable_Command.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_System_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Point", - "Enable", - "Command", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water System Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System_Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Domestic_Hot_Water_System_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Domestic_Hot_Water_System_Enable_Command.json deleted file mode 100644 index dcc2da897..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Domestic_Hot_Water_System_Enable_Command.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_System_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "System", - "Point", - "Hot", - "Enable", - "Domestic", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Domestic Hot Water System Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_System_Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Hot_Water_System_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Hot_Water_System_Enable_Command.json deleted file mode 100644 index a78dab00f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/Hot_Water_System_Enable_Command/Hot_Water_System_Enable_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_System_Enable_Command;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water System Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System_Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/System_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/System_Enable_Command.json deleted file mode 100644 index 4b823cfc3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/System_Enable_Command/System_Enable_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:System_Enable_Command;1", - "@type": "Interface", - "displayName": { - "en": "System Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/VFD_Enable_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/VFD_Enable_Command.json deleted file mode 100644 index 415e7f841..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Enable_Command/VFD_Enable_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:VFD_Enable_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "VFD", - "Point", - "Enable", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "VFD Enable Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enable_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Command.json deleted file mode 100644 index 5d25a97d3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_Command;1", - "@type": "Interface", - "displayName": { - "en": "Fan Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Speed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Speed_Command.json deleted file mode 100644 index e6cc1f177..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Fan_Command/Fan_Speed_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_Speed_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Point", - "Fan", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fan Speed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fan_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Frequency_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Frequency_Command.json deleted file mode 100644 index 8da60f66e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Frequency_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Frequency_Command;1", - "@type": "Interface", - "displayName": { - "en": "Frequency Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Max_Frequency_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Max_Frequency_Command.json deleted file mode 100644 index 3400fd801..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Max_Frequency_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Frequency_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Max", - "Fequency", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Frequency Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Frequency_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Min_Frequency_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Min_Frequency_Command.json deleted file mode 100644 index 2c9bee07b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Frequency_Command/Min_Frequency_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Frequency_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Min", - "Fequency", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Frequency Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Frequency_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Heating_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Heating_Command.json deleted file mode 100644 index 9b424f9f8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Heating_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Heat", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Humidify_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Humidify_Command.json deleted file mode 100644 index 79965e9c1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Humidify_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidify_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Humidify", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidify Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Lead_Lag_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Lead_Lag_Command.json deleted file mode 100644 index 55ba4ad2c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Lead_Lag_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lead_Lag_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Lead", - "Lag", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lead Lag Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Light_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Light_Command.json deleted file mode 100644 index 3d39cde84..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Light_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Light_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Light", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Light Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Load_Shed_Command.json deleted file mode 100644 index 2bb5c423b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Load_Shed_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Shed_Command;1", - "@type": "Interface", - "displayName": { - "en": "Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Occupied_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Occupied_Load_Shed_Command.json deleted file mode 100644 index 8d3aa4455..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Occupied_Load_Shed_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Load_Shed_Command;1", - "@type": "Interface", - "displayName": { - "en": "Occupied Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Zone_Occupied_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Zone_Occupied_Load_Shed_Command.json deleted file mode 100644 index ff4ece9b6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Occupied_Load_Shed_Command/Zone_Occupied_Load_Shed_Command.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Occupied_Load_Shed_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Shed", - "Point", - "Occupied", - "Load", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Occupied Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Occupied_Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Standby_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Standby_Load_Shed_Command.json deleted file mode 100644 index c37a51493..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Standby_Load_Shed_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Standby_Load_Shed_Command;1", - "@type": "Interface", - "displayName": { - "en": "Standby Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Zone_Standby_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Zone_Standby_Load_Shed_Command.json deleted file mode 100644 index 669a4c260..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Standby_Load_Shed_Command/Zone_Standby_Load_Shed_Command.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Standby_Load_Shed_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Standby", - "Shed", - "Point", - "Load", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Standby Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Standby_Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Unoccupied_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Unoccupied_Load_Shed_Command.json deleted file mode 100644 index 65ead239c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Unoccupied_Load_Shed_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Load_Shed_Command;1", - "@type": "Interface", - "displayName": { - "en": "Unoccupied Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Zone_Unoccupied_Load_Shed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Zone_Unoccupied_Load_Shed_Command.json deleted file mode 100644 index 7a2feeb1d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Load_Shed_Command/Unoccupied_Load_Shed_Command/Zone_Unoccupied_Load_Shed_Command.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Unoccupied_Load_Shed_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Unoccupied", - "Shed", - "Point", - "Load", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Unoccupied Load Shed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Unoccupied_Load_Shed_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Luminance_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Luminance_Command.json deleted file mode 100644 index 4d1e62890..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Luminance_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminance_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Luminance", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminance Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Automatic_Mode_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Automatic_Mode_Command.json deleted file mode 100644 index 721c88288..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Automatic_Mode_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Automatic_Mode_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Mode", - "Command", - "Automatic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Automatic Mode Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Box_Mode_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Box_Mode_Command.json deleted file mode 100644 index fb825fa06..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Box_Mode_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Box_Mode_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Mode", - "Command", - "Box" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Box Mode Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Maintenance_Mode_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Maintenance_Mode_Command.json deleted file mode 100644 index 1e548daf7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Maintenance_Mode_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Maintenance_Mode_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Mode", - "Maintenance", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Maintenance Mode Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Mode_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Mode_Command.json deleted file mode 100644 index 05dec4dcd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Mode_Command/Mode_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mode_Command;1", - "@type": "Interface", - "displayName": { - "en": "Mode Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Occupancy_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Occupancy_Command.json deleted file mode 100644 index df3ddd8a4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Occupancy_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupancy_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Occupancy", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupancy Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Lead_On_Off_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Lead_On_Off_Command.json deleted file mode 100644 index 21991d16d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Lead_On_Off_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lead_On_Off_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "On", - "Off", - "Lead", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lead On Off Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Off_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Off_Command.json deleted file mode 100644 index a04548d84..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Off_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Off_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Off", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Off Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Command.json deleted file mode 100644 index feff14830..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:On_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "On", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "On Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Off_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Off_Command.json deleted file mode 100644 index 697832b9a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/On_Off_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@type": "Interface", - "displayName": { - "en": "On Off Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Start_Stop_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Start_Stop_Command.json deleted file mode 100644 index dd3def632..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Start_Stop_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Start_Stop_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Start", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Start Stop Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Steam_On_Off_Command.json b/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Steam_On_Off_Command.json deleted file mode 100644 index ab75b4235..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/On_Off_Command/Steam_On_Off_Command.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_On_Off_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Steam", - "Point", - "On", - "Off", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam On Off Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Curtailment_Override_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Curtailment_Override_Command.json deleted file mode 100644 index 68c688a4d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Curtailment_Override_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Curtailment_Override_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Override", - "Curtailment", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Curtailment Override Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Override_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Override_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Override_Command.json deleted file mode 100644 index f336b812a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Override_Command/Override_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Override_Command;1", - "@type": "Interface", - "displayName": { - "en": "Override Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Position_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Position_Command.json deleted file mode 100644 index 9c577e972..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Position_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Position_Command;1", - "@type": "Interface", - "displayName": { - "en": "Position Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Valve_Position_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Valve_Position_Command.json deleted file mode 100644 index 4662e7627..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Position_Command/Valve_Position_Command.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve_Position_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Position", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Valve Position Command" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Valve_Command;1", - "dtmi:org:brickschema:schema:Brick:Position_Command;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Preheat_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Preheat_Command.json deleted file mode 100644 index 46c7920ca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Preheat_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Preheat", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Pump_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Pump_Command.json deleted file mode 100644 index 56f030628..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Pump_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pump_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Pump", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pump Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Relay_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Relay_Command.json deleted file mode 100644 index 3cc609f04..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Relay_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Relay_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Relay", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Relay Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Fault_Reset_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Fault_Reset_Command.json deleted file mode 100644 index 0610729d0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Fault_Reset_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fault_Reset_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Reset", - "Point", - "Fault", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fault Reset Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Filter_Reset_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Filter_Reset_Command.json deleted file mode 100644 index 27645bd92..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Filter_Reset_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Filter_Reset_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Reset", - "Point", - "Filter", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Filter Reset Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Reset_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Reset_Command.json deleted file mode 100644 index 799cb4e88..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Reset_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reset_Command;1", - "@type": "Interface", - "displayName": { - "en": "Reset Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Speed_Reset_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Speed_Reset_Command.json deleted file mode 100644 index 2bf88d344..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Reset_Command/Speed_Reset_Command.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Reset_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Reset", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Speed Reset Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Speed_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Speed_Command.json deleted file mode 100644 index 5337ec946..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Speed_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Speed Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Tint_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Tint_Command.json deleted file mode 100644 index 529e5bd3f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Tint_Command.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Tint_Command;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tint", - "Point", - "Command" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Tint Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Command/Valve_Command/Valve_Command.json b/Ontology/DTDLv3/Brick/Point/Command/Valve_Command/Valve_Command.json deleted file mode 100644 index 3cf644356..000000000 --- a/Ontology/DTDLv3/Brick/Point/Command/Valve_Command/Valve_Command.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve_Command;1", - "@type": "Interface", - "displayName": { - "en": "Valve Command" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Command;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Alarm_Sensitivity_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Alarm_Sensitivity_Parameter.json deleted file mode 100644 index 4d94c07c3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Alarm_Sensitivity_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Alarm_Sensitivity_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Alarm Sensitivity Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/CO2_Alarm_Sensitivity_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/CO2_Alarm_Sensitivity_Parameter.json deleted file mode 100644 index 6d620ec98..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/CO2_Alarm_Sensitivity_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Alarm_Sensitivity_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensitivity", - "Point", - "Parameter", - "CO2", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CO2 Alarm Sensitivity Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm_Sensitivity_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Temperature_Alarm_Sensitivity_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Temperature_Alarm_Sensitivity_Parameter.json deleted file mode 100644 index 74e462e26..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Alarm_Sensitivity_Parameter/Temperature_Alarm_Sensitivity_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Alarm_Sensitivity_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensitivity", - "Point", - "Parameter", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Temperature Alarm Sensitivity Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Alarm_Sensitivity_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Alarm_Delay_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Alarm_Delay_Parameter.json deleted file mode 100644 index d4948681a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Alarm_Delay_Parameter.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Alarm_Delay_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "Delay", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Alarm Delay Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Delay_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Delay_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Delay_Parameter.json deleted file mode 100644 index 1ca05b1e5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Delay_Parameter/Delay_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Delay_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Delay Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/High_Humidity_Alarm_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/High_Humidity_Alarm_Parameter.json deleted file mode 100644 index c970ceb09..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/High_Humidity_Alarm_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Humidity_Alarm_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "Humidity", - "High", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Humidity Alarm Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Parameter.json deleted file mode 100644 index 18016b165..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Humidity Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Tolerance_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Tolerance_Parameter.json deleted file mode 100644 index db84b2d19..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Humidity_Tolerance_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Tolerance_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tolerance", - "Point", - "Parameter", - "Humidity" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidity Tolerance Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Tolerance_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Humidity_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Low_Humidity_Alarm_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Low_Humidity_Alarm_Parameter.json deleted file mode 100644 index 34c124dcc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Humidity_Parameter/Low_Humidity_Alarm_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Humidity_Alarm_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "Low", - "Humidity", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Humidity Alarm Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 6a76962fe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 2b08d58e1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Air Flow Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Limit;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 41e04425a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 369846503..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Max", - "Limit", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Occupied Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index d36a0eb05..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Parameter", - "Max", - "Limit", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Unoccupied Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 7d454706b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 98137c23a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Max", - "Limit", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Occupied Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index b2685b9de..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Cooling_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Parameter", - "Max", - "Limit", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Unoccupied Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 3da51a262..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 72603dec0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Max", - "Limit", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Occupied Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 621143389..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Discharge_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Parameter", - "Max", - "Limit", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Unoccupied Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 16daee732..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 8ef24c4e5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Max", - "Limit", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Occupied Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index a3974972f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Heating_Supply_Air_Flow_Setpoint_Limit/Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Parameter", - "Max", - "Limit", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Unoccupied Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Outside_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Outside_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 78f9afcaf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Max_Air_Flow_Setpoint_Limit/Max_Outside_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Outside_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Outside", - "Max", - "Limit", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Outside Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Max_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 1fea2580f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Air Flow Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Limit;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index e70fb76f1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 8291fe14e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Occupied_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Min", - "Limit", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Occupied Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index d4c68d18c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Unoccupied_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Parameter", - "Min", - "Limit", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Unoccupied Cooling Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index fa8c585e4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index fd7a934ff..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Occupied_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Min", - "Limit", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Occupied Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index e85f7d4bf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Cooling_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Unoccupied_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Parameter", - "Min", - "Limit", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Unoccupied Cooling Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Cooling_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 6aa353abb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 949ccff2b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Occupied_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Min", - "Limit", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Occupied Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index c696017d6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Discharge_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Unoccupied_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Parameter", - "Min", - "Limit", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Unoccupied Heating Discharge Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Heating_Discharge_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index ffce53c6d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 505027a22..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Occupied_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Parameter", - "Occupied", - "Min", - "Limit", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Occupied Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 88b04cca3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Heating_Supply_Air_Flow_Setpoint_Limit/Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Unoccupied_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Parameter", - "Min", - "Limit", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Unoccupied Heating Supply Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Heating_Supply_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Outside_Air_Flow_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Outside_Air_Flow_Setpoint_Limit.json deleted file mode 100644 index 8a727d22e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Flow_Setpoint_Limit/Min_Air_Flow_Setpoint_Limit/Min_Outside_Air_Flow_Setpoint_Limit.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Outside_Air_Flow_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Outside", - "Min", - "Limit", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Outside Air Flow Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Min_Air_Flow_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 2c6aaebdb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 7541fa3e5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Max_Discharge_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Max_Discharge_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 4e939db49..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Max_Discharge_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Discharge_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Max", - "Limit", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Discharge Air Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Temperature_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Min_Discharge_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Min_Discharge_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index f23dec785..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Discharge_Air_Temperature_Setpoint_Limit/Min_Discharge_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Discharge_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Min", - "Limit", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Discharge Air Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Temperature_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 06ad7f32b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit/Supply_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Close_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Close_Limit.json deleted file mode 100644 index deccce1fb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Close_Limit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Close_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "Limit", - "Close" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Close Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Current_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Current_Limit.json deleted file mode 100644 index c27f2c1c8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Current_Limit.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Current_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "Limit", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Current Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Differential_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Differential_Pressure_Setpoint_Limit.json deleted file mode 100644 index 6dfcddac6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Differential_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Chilled_Water_Differential_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Chilled_Water_Differential_Pressure_Setpoint_Limit.json deleted file mode 100644 index 8e76d1fba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Chilled_Water_Differential_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Chilled_Water_Differential_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Max", - "Limit", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Chilled Water Differential Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Limit;1", - "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Hot_Water_Differential_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Hot_Water_Differential_Pressure_Setpoint_Limit.json deleted file mode 100644 index 56df87893..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Max_Hot_Water_Differential_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Hot_Water_Differential_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Max", - "Limit", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Hot Water Differential Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Limit;1", - "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Chilled_Water_Differential_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Chilled_Water_Differential_Pressure_Setpoint_Limit.json deleted file mode 100644 index fdbf10315..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Chilled_Water_Differential_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Chilled_Water_Differential_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Min", - "Limit", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Chilled Water Differential Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Limit;1", - "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Hot_Water_Differential_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Hot_Water_Differential_Pressure_Setpoint_Limit.json deleted file mode 100644 index fc424b8f7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Differential_Pressure_Setpoint_Limit/Min_Hot_Water_Differential_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Hot_Water_Differential_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Min", - "Limit", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Hot Water Differential Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Limit;1", - "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Fresh_Air_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Fresh_Air_Setpoint_Limit.json deleted file mode 100644 index 4983baebb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Fresh_Air_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fresh_Air_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Fresh Air Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Max_Fresh_Air_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Max_Fresh_Air_Setpoint_Limit.json deleted file mode 100644 index 7589f5f8e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Max_Fresh_Air_Setpoint_Limit.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Fresh_Air_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Max", - "Limit", - "Fresh", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Fresh Air Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Limit;1", - "dtmi:org:brickschema:schema:Brick:Fresh_Air_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Min_Fresh_Air_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Min_Fresh_Air_Setpoint_Limit.json deleted file mode 100644 index 080a2f14e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Fresh_Air_Setpoint_Limit/Min_Fresh_Air_Setpoint_Limit.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Fresh_Air_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Min", - "Limit", - "Fresh", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Fresh Air Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Limit;1", - "dtmi:org:brickschema:schema:Brick:Fresh_Air_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Limit.json deleted file mode 100644 index b90955be6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@type": "Interface", - "displayName": { - "en": "Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Limit.json deleted file mode 100644 index aa778a0c6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Position_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Position_Setpoint_Limit.json deleted file mode 100644 index b6c10e95e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Position_Setpoint_Limit.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Position_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Position", - "Point", - "Max", - "Limit" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Position Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Position_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Speed_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Speed_Setpoint_Limit.json deleted file mode 100644 index fa9d2f36f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Speed_Setpoint_Limit.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Speed_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Setpoint", - "Point", - "Parameter", - "Max", - "Limit" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Speed Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Speed_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Discharge_Air_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Discharge_Air_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index 0a703be19..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Discharge_Air_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Discharge_Air_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Max", - "Limit", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Discharge Air Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index e2fff8f7a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Supply_Air_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Supply_Air_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index 076b5a722..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Static_Pressure_Setpoint_Limit/Max_Supply_Air_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Supply_Air_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Static", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Max", - "Limit", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Supply Air Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Max_Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Supply_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Supply_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 3f144e23b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Supply_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Supply_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Max", - "Limit", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Supply Air Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Max_Temperature_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Temperature_Setpoint_Limit.json deleted file mode 100644 index c963aecce..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Max_Limit/Max_Temperature_Setpoint_Limit/Max_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Max Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Max_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Limit.json deleted file mode 100644 index ae8377531..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Position_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Position_Setpoint_Limit.json deleted file mode 100644 index 90326ed7d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Position_Setpoint_Limit.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Position_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Position", - "Point", - "Min", - "Limit" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Position Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Position_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Speed_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Speed_Setpoint_Limit.json deleted file mode 100644 index 198beccb4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Speed_Setpoint_Limit.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Speed_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Setpoint", - "Point", - "Parameter", - "Min", - "Limit" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Speed Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Speed_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Discharge_Air_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Discharge_Air_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index 19637cdf4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Discharge_Air_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Discharge_Air_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Min", - "Limit", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Discharge Air Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index 6cad0e90a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Supply_Air_Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Supply_Air_Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index c8a8e652a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Static_Pressure_Setpoint_Limit/Min_Supply_Air_Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Supply_Air_Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Static", - "Setpoint", - "Pressure", - "Point", - "Parameter", - "Min", - "Limit", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Supply Air Static Pressure Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Min_Static_Pressure_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Supply_Air_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Supply_Air_Temperature_Setpoint_Limit.json deleted file mode 100644 index 9f49d2b20..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Supply_Air_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Supply_Air_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Min", - "Limit", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Supply Air Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint_Limit;1", - "dtmi:org:brickschema:schema:Brick:Min_Temperature_Setpoint_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Temperature_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Temperature_Setpoint_Limit.json deleted file mode 100644 index cc4a18922..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Min_Limit/Min_Temperature_Setpoint_Limit/Min_Temperature_Setpoint_Limit.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Temperature_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Min Temperature Setpoint Limit" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Min_Limit;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Position_Limit/Position_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Position_Limit/Position_Limit.json deleted file mode 100644 index 1f670142a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Position_Limit/Position_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Position_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Position Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Speed_Setpoint_Limit/Speed_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Speed_Setpoint_Limit/Speed_Setpoint_Limit.json deleted file mode 100644 index b8c6f257d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Speed_Setpoint_Limit/Speed_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Speed Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/High_Static_Pressure_Cutout_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/High_Static_Pressure_Cutout_Setpoint_Limit.json deleted file mode 100644 index 373b7b95a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/High_Static_Pressure_Cutout_Setpoint_Limit.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Static_Pressure_Cutout_Setpoint_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Limit", - "High", - "Cutout" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Static Pressure Cutout Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint_Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/Static_Pressure_Setpoint_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/Static_Pressure_Setpoint_Limit.json deleted file mode 100644 index c22e7ee3b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Static_Pressure_Setpoint_Limit/Static_Pressure_Setpoint_Limit.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint_Limit;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Setpoint Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Ventilation_Air_Flow_Ratio_Limit.json b/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Ventilation_Air_Flow_Ratio_Limit.json deleted file mode 100644 index 04024f7b9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Limit/Ventilation_Air_Flow_Ratio_Limit.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ventilation_Air_Flow_Ratio_Limit;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Ventilation", - "Ratio", - "Point", - "Limit", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ventilation Air Flow Ratio Limit" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Limit;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Load_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Load_Parameter.json deleted file mode 100644 index 8e6ca4932..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Load_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Load Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Max_Load_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Max_Load_Setpoint.json deleted file mode 100644 index d4b2f7581..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Max_Load_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Load_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Max", - "Load" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Load Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Min_Load_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Min_Load_Setpoint.json deleted file mode 100644 index d5f3c8109..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Load_Parameter/Min_Load_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Load_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Parameter", - "Min", - "Load" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Load Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Derivative_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Derivative_Gain_Parameter.json deleted file mode 100644 index 84247f1a9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Derivative_Gain_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Derivative_Gain_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "PID", - "Gain", - "Derivative" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Derivative Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Gain_Parameter.json deleted file mode 100644 index 9f689cdf1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Gain_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gain_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PID_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Discharge_Air_Integral_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Discharge_Air_Integral_Gain_Parameter.json deleted file mode 100644 index 81ac977d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Discharge_Air_Integral_Gain_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Integral_Gain_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Point", - "Parameter", - "PID", - "Integral", - "Gain", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Integral Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Integral_Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Integral_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Integral_Gain_Parameter.json deleted file mode 100644 index 5be1d76fa..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Integral_Gain_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Integral_Gain_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Integral Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Supply_Air_Integral_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Supply_Air_Integral_Gain_Parameter.json deleted file mode 100644 index 87b4087de..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Integral_Gain_Parameter/Supply_Air_Integral_Gain_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Integral_Gain_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Point", - "Parameter", - "PID", - "Integral", - "Gain", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Integral Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Integral_Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Discharge_Air_Proportional_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Discharge_Air_Proportional_Gain_Parameter.json deleted file mode 100644 index b8b21120f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Discharge_Air_Proportional_Gain_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Proportional_Gain_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Proportional", - "Point", - "Parameter", - "PID", - "Gain", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Proportional Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Proportional_Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Proportional_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Proportional_Gain_Parameter.json deleted file mode 100644 index adf3b9c11..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Proportional_Gain_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Proportional_Gain_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Proportional Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Supply_Air_Proportional_Gain_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Supply_Air_Proportional_Gain_Parameter.json deleted file mode 100644 index df71ab64d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Gain_Parameter/Proportional_Gain_Parameter/Supply_Air_Proportional_Gain_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Proportional_Gain_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Proportional", - "Point", - "Parameter", - "PID", - "Gain", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Proportional Gain Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Proportional_Gain_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/PID_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/PID_Parameter.json deleted file mode 100644 index 9e2c7d86e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/PID_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PID_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "PID Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Chilled_Water_Differential_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Chilled_Water_Differential_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index 0491f9026..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Chilled_Water_Differential_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Differential", - "Chilled", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Proportional_Band;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Differential_Pressure_Proportional_Band.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Differential_Pressure_Proportional_Band.json deleted file mode 100644 index 67695e642..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Differential_Pressure_Proportional_Band.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Proportional_Band;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Proportional Band" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Entering_Water_Differential_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Entering_Water_Differential_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index cdc964f82..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Entering_Water_Differential_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Differential_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Entering", - "Differential", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Differential Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Proportional_Band;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Hot_Water_Differential_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Hot_Water_Differential_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index 9a5c69c46..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Hot_Water_Differential_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Hot", - "Differential", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Differential Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Proportional_Band;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Leaving_Water_Differential_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Leaving_Water_Differential_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index ed01d3734..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Differential_Pressure_Proportional_Band/Leaving_Water_Differential_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Differential_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Leaving", - "Differential", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Differential Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Proportional_Band;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index f06b54751..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Proportional", - "Point", - "Parameter", - "PID", - "Discharge", - "Cool", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Discharge Air Temperature Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index dfcf35a5d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Proportional Band Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Heating_Discharge_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Heating_Discharge_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index 676a22389..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Discharge_Air_Temperature_Proportional_Band_Parameter/Heating_Discharge_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Proportional", - "Point", - "Parameter", - "PID", - "Heat", - "Discharge", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Discharge Air Temperature Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Entering_Water_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Entering_Water_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index 77313e2c5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Entering_Water_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Proportional", - "Point", - "Parameter", - "PID", - "Entering", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Temperature Proportional Band Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter.json deleted file mode 100644 index ffaaab6dc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Proportional_Band_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Flow Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Stack_Flow_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Stack_Flow_Proportional_Band_Parameter.json deleted file mode 100644 index 2c462cfbe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Exhaust_Air_Flow_Proportional_Band_Parameter/Exhaust_Air_Stack_Flow_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stack", - "Proportional", - "Point", - "Parameter", - "PID", - "Flow", - "Exhaust", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Stack Flow Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Leaving_Water_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Leaving_Water_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index e9ff78834..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Leaving_Water_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Proportional", - "Point", - "Parameter", - "PID", - "Leaving", - "Band" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Temperature Proportional Band Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Proportional_Band_Parameter.json deleted file mode 100644 index 18d68fe66..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Proportional_Band_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PID_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Discharge_Air_Static_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Discharge_Air_Static_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index c2bb1f0f4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Discharge_Air_Static_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Discharge", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Static Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Exhaust_Air_Static_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Exhaust_Air_Static_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index b1cb3f545..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Exhaust_Air_Static_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Static_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Exhaust", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Static Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index 62c678008..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Supply_Air_Static_Pressure_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Supply_Air_Static_Pressure_Proportional_Band_Parameter.json deleted file mode 100644 index 781d7493f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Static_Pressure_Proportional_Band_Parameter/Supply_Air_Static_Pressure_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Static", - "Proportional", - "Pressure", - "Point", - "Parameter", - "PID", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Static Pressure Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Cooling_Supply_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Cooling_Supply_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index 5be9170f7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Cooling_Supply_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Proportional", - "Point", - "Parameter", - "PID", - "Cool", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Supply Air Temperature Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Heating_Supply_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Heating_Supply_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index 165409e5d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Heating_Supply_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Proportional", - "Point", - "Parameter", - "PID", - "Heat", - "Band", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Supply Air Temperature Proportional Band Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Proportional_Band_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter.json deleted file mode 100644 index 74b020d76..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter/Supply_Air_Temperature_Proportional_Band_Parameter.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Proportional_Band_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Proportional Band Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Proportional_Band_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Chilled_Water_Differential_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Chilled_Water_Differential_Pressure_Step_Parameter.json deleted file mode 100644 index e27580d80..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Chilled_Water_Differential_Pressure_Step_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Step_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Step", - "Pressure", - "Point", - "Parameter", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Differential_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Differential_Pressure_Step_Parameter.json deleted file mode 100644 index 7ef1e9e7b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Differential_Pressure_Step_Parameter/Differential_Pressure_Step_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter.json deleted file mode 100644 index a9386e26f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Static_Pressure_Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Air Static Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Discharge_Air_Static_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Discharge_Air_Static_Pressure_Step_Parameter.json deleted file mode 100644 index aca6cf8b9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Discharge_Air_Static_Pressure_Step_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Step_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Step", - "Static", - "Pressure", - "Point", - "Parameter", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Static Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Static_Pressure_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Supply_Air_Static_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Supply_Air_Static_Pressure_Step_Parameter.json deleted file mode 100644 index eacd82899..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Air_Static_Pressure_Step_Parameter/Supply_Air_Static_Pressure_Step_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Step_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Step", - "Static", - "Pressure", - "Point", - "Parameter", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Static Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Static_Pressure_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Static_Pressure_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Static_Pressure_Step_Parameter.json deleted file mode 100644 index f1a272419..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Static_Pressure_Step_Parameter/Static_Pressure_Step_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Step_Parameter.json deleted file mode 100644 index 390c10a06..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Step_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PID_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Air_Temperature_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Air_Temperature_Step_Parameter.json deleted file mode 100644 index f1ab68103..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Air_Temperature_Step_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Discharge_Air_Temperature_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Discharge_Air_Temperature_Step_Parameter.json deleted file mode 100644 index ee36409c6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Discharge_Air_Temperature_Step_Parameter.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Step_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Step", - "Point", - "Parameter", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Temperature Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Supply_Air_Temperature_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Supply_Air_Temperature_Step_Parameter.json deleted file mode 100644 index 255c0e9d6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Air_Temperature_Step_Parameter/Supply_Air_Temperature_Step_Parameter.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Step_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Step", - "Point", - "Parameter", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature Step Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Step_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Temperature_Step_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Temperature_Step_Parameter.json deleted file mode 100644 index 50a77eb9d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Step_Parameter/Temperature_Step_Parameter/Temperature_Step_Parameter.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Step_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Step Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Step_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Derivative_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Derivative_Time_Parameter.json deleted file mode 100644 index 24bf389ec..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Derivative_Time_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Derivative_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Point", - "Parameter", - "PID", - "Derivative" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Derivative Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index 12dff9543..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Integral Time Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Discharge_Air_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Discharge_Air_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index dab43575b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Discharge_Air_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Temperature", - "Point", - "Parameter", - "PID", - "Integral", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Discharge Air Temperature Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Supply_Air_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Supply_Air_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index be9de9c20..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Cooling_Supply_Air_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Temperature", - "Supply", - "Point", - "Parameter", - "PID", - "Integral", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Supply Air Temperature Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Discharge_Air_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Discharge_Air_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index 9f69ae381..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Discharge_Air_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Temperature", - "Point", - "Parameter", - "PID", - "Integral", - "Heat", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Discharge Air Temperature Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Supply_Air_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Supply_Air_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index a413326a7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Air_Temperature_Integral_Time_Parameter/Heating_Supply_Air_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Temperature", - "Supply", - "Point", - "Parameter", - "PID", - "Integral", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Supply Air Temperature Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Chilled_Water_Differential_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Chilled_Water_Differential_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index d5b66272f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Chilled_Water_Differential_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Pressure", - "Point", - "Parameter", - "PID", - "Integral", - "Differential", - "Chilled", - "Water" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 373fe04e2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Entering_Water_Differential_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Entering_Water_Differential_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 26c61f7b0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Entering_Water_Differential_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Differential_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Time", - "Pressure", - "Point", - "Parameter", - "PID", - "Integral", - "Entering", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Differential Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Hot_Water_Differential_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Hot_Water_Differential_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 6a60dc849..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Hot_Water_Differential_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Time", - "Pressure", - "Point", - "Parameter", - "PID", - "Integral", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Differential Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Leaving_Water_Differential_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Leaving_Water_Differential_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 740fda06b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Differential_Pressure_Integral_Time_Parameter/Leaving_Water_Differential_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Differential_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Time", - "Pressure", - "Point", - "Parameter", - "PID", - "Leaving", - "Integral", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Differential Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Entering_Water_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Entering_Water_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index fbdc234f8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Entering_Water_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Time", - "Temperature", - "Point", - "Parameter", - "PID", - "Integral", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Temperature Integral Time Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter.json deleted file mode 100644 index 953c5f364..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Integral_Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Flow Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Stack_Flow_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Stack_Flow_Integral_Time_Parameter.json deleted file mode 100644 index 4de1b3e73..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Exhaust_Air_Flow_Integral_Time_Parameter/Exhaust_Air_Stack_Flow_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Stack", - "Point", - "Parameter", - "PID", - "Integral", - "Flow", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Stack Flow Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Integral_Time_Parameter.json deleted file mode 100644 index dbabd4f15..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Integral_Time_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Leaving_Water_Temperature_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Leaving_Water_Temperature_Integral_Time_Parameter.json deleted file mode 100644 index f3829acdd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Leaving_Water_Temperature_Integral_Time_Parameter.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Time", - "Temperature", - "Point", - "Parameter", - "PID", - "Leaving", - "Integral" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Temperature Integral Time Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Discharge_Air_Static_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Discharge_Air_Static_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 337f8bbc0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Discharge_Air_Static_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Static", - "Pressure", - "Point", - "Parameter", - "PID", - "Integral", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Static Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index c6a74d9d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Supply_Air_Static_Pressure_Integral_Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Supply_Air_Static_Pressure_Integral_Time_Parameter.json deleted file mode 100644 index 783374a67..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Integral_Time_Parameter/Static_Pressure_Integral_Time_Parameter/Supply_Air_Static_Pressure_Integral_Time_Parameter.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Integral_Time_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Supply", - "Static", - "Pressure", - "Point", - "Parameter", - "PID", - "Integral", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Static Pressure Integral Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Integral_Time_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Time_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Time_Parameter.json deleted file mode 100644 index 433994e49..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/PID_Parameter/Time_Parameter/Time_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Time_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Time Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PID_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Parameter.json deleted file mode 100644 index afddadd1a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/High_Temperature_Alarm_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/High_Temperature_Alarm_Parameter.json deleted file mode 100644 index 91a484bda..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/High_Temperature_Alarm_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Temperature_Alarm_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Parameter", - "High", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Temperature Alarm Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Lockout_Temperature_Differential_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Lockout_Temperature_Differential_Parameter.json deleted file mode 100644 index d77e821ee..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Lockout_Temperature_Differential_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lockout_Temperature_Differential_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Lockout Temperature Differential Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/High_Outside_Air_Lockout_Temperature_Differential_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/High_Outside_Air_Lockout_Temperature_Differential_Parameter.json deleted file mode 100644 index 5bfc53e52..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/High_Outside_Air_Lockout_Temperature_Differential_Parameter.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:High_Outside_Air_Lockout_Temperature_Differential_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Parameter", - "Outside", - "Lockout", - "High", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "High Outside Air Lockout Temperature Differential Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Lockout_Temperature_Differential_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Low_Outside_Air_Lockout_Temperature_Differential_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Low_Outside_Air_Lockout_Temperature_Differential_Parameter.json deleted file mode 100644 index 9b934c7f7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Low_Outside_Air_Lockout_Temperature_Differential_Parameter.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Outside_Air_Lockout_Temperature_Differential_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Parameter", - "Outside", - "Low", - "Lockout", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Outside Air Lockout Temperature Differential Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Lockout_Temperature_Differential_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter.json deleted file mode 100644 index b9f03581b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter/Outside_Air_Lockout_Temperature_Differential_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Lockout_Temperature_Differential_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Outside Air Lockout Temperature Differential Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Lockout_Temperature_Differential_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Freeze_Protect_Temperature_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Freeze_Protect_Temperature_Parameter.json deleted file mode 100644 index 15b2e7d72..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Freeze_Protect_Temperature_Parameter.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Freeze_Protect_Temperature_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Protect", - "Point", - "Parameter", - "Low", - "Freeze" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Freeze Protect Temperature Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Temperature_Alarm_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Temperature_Alarm_Parameter.json deleted file mode 100644 index a3c4c7a6f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Low_Temperature_Alarm_Parameter.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Temperature_Alarm_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Point", - "Parameter", - "Low", - "Alarm" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Temperature Alarm Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Parameter.json deleted file mode 100644 index 55cf62cc1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Tolerance_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Tolerance_Parameter.json deleted file mode 100644 index f0ca70e2f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Temperature_Parameter/Temperature_Tolerance_Parameter.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Tolerance_Parameter;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tolerance", - "Temperature", - "Point", - "Parameter" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Temperature Tolerance Parameter" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Tolerance_Parameter;1", - "dtmi:org:brickschema:schema:Brick:Temperature_Parameter;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Parameter/Tolerance_Parameter/Tolerance_Parameter.json b/Ontology/DTDLv3/Brick/Point/Parameter/Tolerance_Parameter/Tolerance_Parameter.json deleted file mode 100644 index 5fff1c928..000000000 --- a/Ontology/DTDLv3/Brick/Point/Parameter/Tolerance_Parameter/Tolerance_Parameter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Tolerance_Parameter;1", - "@type": "Interface", - "displayName": { - "en": "Tolerance Parameter" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Parameter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Point.json b/Ontology/DTDLv3/Brick/Point/Point.json deleted file mode 100644 index e73d8f416..000000000 --- a/Ontology/DTDLv3/Brick/Point/Point.json +++ /dev/null @@ -1,743 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Point;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Aggregate" - }, - "name": "aggregate", - "schema": { - "@type": "Object", - "fields": [ - { - "name": "aggregationFunction", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "count", - "name": "count" - }, - { - "enumValue": "max", - "name": "max" - }, - { - "enumValue": "mean", - "name": "mean" - }, - { - "enumValue": "median", - "name": "median" - }, - { - "enumValue": "min", - "name": "min" - }, - { - "enumValue": "mode", - "name": "mode" - }, - { - "enumValue": "sum", - "name": "sum" - } - ], - "valueSchema": "string" - } - }, - { - "name": "aggregationInterval", - "schema": "string" - } - ] - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "has quantity" - }, - "name": "hasQuantity", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "Absolute_Humidity", - "name": "Absolute_Humidity" - }, - { - "enumValue": "Acceleration_Time", - "name": "Acceleration_Time" - }, - { - "enumValue": "Active_Energy", - "name": "Active_Energy" - }, - { - "enumValue": "Active_Power", - "name": "Active_Power" - }, - { - "enumValue": "Air_Quality", - "name": "Air_Quality" - }, - { - "enumValue": "Alternating_Current_Frequency", - "name": "Alternating_Current_Frequency" - }, - { - "enumValue": "Ammonia_Concentration", - "name": "Ammonia_Concentration" - }, - { - "enumValue": "Angle", - "name": "Angle" - }, - { - "enumValue": "Apparent_Energy", - "name": "Apparent_Energy" - }, - { - "enumValue": "Apparent_Power", - "name": "Apparent_Power" - }, - { - "enumValue": "Atmospheric_Pressure", - "name": "Atmospheric_Pressure" - }, - { - "enumValue": "CO2_Concentration", - "name": "CO2_Concentration" - }, - { - "enumValue": "CO_Concentration", - "name": "CO_Concentration" - }, - { - "enumValue": "Capacity", - "name": "Capacity" - }, - { - "enumValue": "Cloudage", - "name": "Cloudage" - }, - { - "enumValue": "Complex_Power", - "name": "Complex_Power" - }, - { - "enumValue": "Conductivity", - "name": "Conductivity" - }, - { - "enumValue": "Current_Angle", - "name": "Current_Angle" - }, - { - "enumValue": "Current_Imbalance", - "name": "Current_Imbalance" - }, - { - "enumValue": "Current_Total_Harmonic_Distortion", - "name": "Current_Total_Harmonic_Distortion" - }, - { - "enumValue": "Deceleration_Time", - "name": "Deceleration_Time" - }, - { - "enumValue": "Dewpoint", - "name": "Dewpoint" - }, - { - "enumValue": "Differential_CO2_Concentration", - "name": "Differential_CO2_Concentration" - }, - { - "enumValue": "Differential_CO_Concentration", - "name": "Differential_CO_Concentration" - }, - { - "enumValue": "Differential_Dry_Bulb_Temperature", - "name": "Differential_Dry_Bulb_Temperature" - }, - { - "enumValue": "Differential_Dynamic_Pressure", - "name": "Differential_Dynamic_Pressure" - }, - { - "enumValue": "Differential_Pressure", - "name": "Differential_Pressure" - }, - { - "enumValue": "Differential_Static_Pressure", - "name": "Differential_Static_Pressure" - }, - { - "enumValue": "Differential_Temperature", - "name": "Differential_Temperature" - }, - { - "enumValue": "Direction", - "name": "Direction" - }, - { - "enumValue": "Dry_Bulb_Temperature", - "name": "Dry_Bulb_Temperature" - }, - { - "enumValue": "Dynamic_Pressure", - "name": "Dynamic_Pressure" - }, - { - "enumValue": "Electric_Current", - "name": "Electric_Current" - }, - { - "enumValue": "Electric_Energy", - "name": "Electric_Energy" - }, - { - "enumValue": "Electric_Power", - "name": "Electric_Power" - }, - { - "enumValue": "Energy", - "name": "Energy" - }, - { - "enumValue": "Enthalpy", - "name": "Enthalpy" - }, - { - "enumValue": "Flow", - "name": "Flow" - }, - { - "enumValue": "Flow_Loss", - "name": "Flow_Loss" - }, - { - "enumValue": "Formaldehyde_Concentration", - "name": "Formaldehyde_Concentration" - }, - { - "enumValue": "Frequency", - "name": "Frequency" - }, - { - "enumValue": "GrainsOfMoisture", - "name": "GrainsOfMoisture" - }, - { - "enumValue": "Humidity", - "name": "Humidity" - }, - { - "enumValue": "Illuminance", - "name": "Illuminance" - }, - { - "enumValue": "Irradiance", - "name": "Irradiance" - }, - { - "enumValue": "Level", - "name": "Level" - }, - { - "enumValue": "Linear_Speed", - "name": "Linear_Speed" - }, - { - "enumValue": "Luminance", - "name": "Luminance" - }, - { - "enumValue": "Luminous_Flux", - "name": "Luminous_Flux" - }, - { - "enumValue": "Luminous_Intensity", - "name": "Luminous_Intensity" - }, - { - "enumValue": "Mass", - "name": "Mass" - }, - { - "enumValue": "Methane_Concentration", - "name": "Methane_Concentration" - }, - { - "enumValue": "NO2_Concentration", - "name": "NO2_Concentration" - }, - { - "enumValue": "Occupancy", - "name": "Occupancy" - }, - { - "enumValue": "Occupancy_Count", - "name": "Occupancy_Count" - }, - { - "enumValue": "Occupancy_Percentage", - "name": "Occupancy_Percentage" - }, - { - "enumValue": "Operative_Temperature", - "name": "Operative_Temperature" - }, - { - "enumValue": "Ozone_Concentration", - "name": "Ozone_Concentration" - }, - { - "enumValue": "PM10_Concentration", - "name": "PM10_Concentration" - }, - { - "enumValue": "PM1_Concentration", - "name": "PM1_Concentration" - }, - { - "enumValue": "PM2_5_Concentration", - "name": "PM2_5_Concentration" - }, - { - "enumValue": "Peak_Power", - "name": "Peak_Power" - }, - { - "enumValue": "Phasor", - "name": "Phasor" - }, - { - "enumValue": "Phasor_Angle", - "name": "Phasor_Angle" - }, - { - "enumValue": "Phasor_Magnitude", - "name": "Phasor_Magnitude" - }, - { - "enumValue": "Position", - "name": "Position" - }, - { - "enumValue": "Power", - "name": "Power" - }, - { - "enumValue": "Power_Factor", - "name": "Power_Factor" - }, - { - "enumValue": "Precipitation", - "name": "Precipitation" - }, - { - "enumValue": "Pressure", - "name": "Pressure" - }, - { - "enumValue": "Radiance", - "name": "Radiance" - }, - { - "enumValue": "Radiant_Temperature", - "name": "Radiant_Temperature" - }, - { - "enumValue": "Radioactivity_Concentration", - "name": "Radioactivity_Concentration" - }, - { - "enumValue": "Radon_Concentration", - "name": "Radon_Concentration" - }, - { - "enumValue": "Reactive_Energy", - "name": "Reactive_Energy" - }, - { - "enumValue": "Reactive_Power", - "name": "Reactive_Power" - }, - { - "enumValue": "Real_Power", - "name": "Real_Power" - }, - { - "enumValue": "Relative_Humidity", - "name": "Relative_Humidity" - }, - { - "enumValue": "Rotational_Speed", - "name": "Rotational_Speed" - }, - { - "enumValue": "Solar_Irradiance", - "name": "Solar_Irradiance" - }, - { - "enumValue": "Solar_Radiance", - "name": "Solar_Radiance" - }, - { - "enumValue": "Speed", - "name": "Speed" - }, - { - "enumValue": "Static_Pressure", - "name": "Static_Pressure" - }, - { - "enumValue": "TVOC_Concentration", - "name": "TVOC_Concentration" - }, - { - "enumValue": "Temperature", - "name": "Temperature" - }, - { - "enumValue": "Thermal_Energy", - "name": "Thermal_Energy" - }, - { - "enumValue": "Thermal_Power", - "name": "Thermal_Power" - }, - { - "enumValue": "Time", - "name": "Time" - }, - { - "enumValue": "Torque", - "name": "Torque" - }, - { - "enumValue": "Velocity_Pressure", - "name": "Velocity_Pressure" - }, - { - "enumValue": "Voltage", - "name": "Voltage" - }, - { - "enumValue": "Voltage_Angle", - "name": "Voltage_Angle" - }, - { - "enumValue": "Voltage_Imbalance", - "name": "Voltage_Imbalance" - }, - { - "enumValue": "Weather_Condition", - "name": "Weather_Condition" - }, - { - "enumValue": "Wet_Bulb_Temperature", - "name": "Wet_Bulb_Temperature" - }, - { - "enumValue": "Wind_Direction", - "name": "Wind_Direction" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "has substance" - }, - "name": "hasSubstance", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "Air", - "name": "Air" - }, - { - "enumValue": "Blowdown_Water", - "name": "Blowdown_Water" - }, - { - "enumValue": "Building_Air", - "name": "Building_Air" - }, - { - "enumValue": "Bypass_Air", - "name": "Bypass_Air" - }, - { - "enumValue": "Bypass_Water", - "name": "Bypass_Water" - }, - { - "enumValue": "CO", - "name": "CO" - }, - { - "enumValue": "CO2", - "name": "CO2" - }, - { - "enumValue": "Chilled_Water", - "name": "Chilled_Water" - }, - { - "enumValue": "Collection_Basin_Water", - "name": "Collection_Basin_Water" - }, - { - "enumValue": "Condenser_Water", - "name": "Condenser_Water" - }, - { - "enumValue": "Deionized_Water", - "name": "Deionized_Water" - }, - { - "enumValue": "Discharge_Air", - "name": "Discharge_Air" - }, - { - "enumValue": "Domestic_Water", - "name": "Domestic_Water" - }, - { - "enumValue": "Entering_Chilled_Water", - "name": "Entering_Chilled_Water" - }, - { - "enumValue": "Entering_Condenser_Water", - "name": "Entering_Condenser_Water" - }, - { - "enumValue": "Entering_Hot_Water", - "name": "Entering_Hot_Water" - }, - { - "enumValue": "Entering_Water", - "name": "Entering_Water" - }, - { - "enumValue": "Exhaust_Air", - "name": "Exhaust_Air" - }, - { - "enumValue": "Fluid", - "name": "Fluid" - }, - { - "enumValue": "Frost", - "name": "Frost" - }, - { - "enumValue": "Fuel_Oil", - "name": "Fuel_Oil" - }, - { - "enumValue": "Gas", - "name": "Gas" - }, - { - "enumValue": "Gasoline", - "name": "Gasoline" - }, - { - "enumValue": "Glycol", - "name": "Glycol" - }, - { - "enumValue": "Hail", - "name": "Hail" - }, - { - "enumValue": "Hot_Water", - "name": "Hot_Water" - }, - { - "enumValue": "Ice", - "name": "Ice" - }, - { - "enumValue": "Leaving_Chilled_Water", - "name": "Leaving_Chilled_Water" - }, - { - "enumValue": "Leaving_Condenser_Water", - "name": "Leaving_Condenser_Water" - }, - { - "enumValue": "Leaving_Hot_Water", - "name": "Leaving_Hot_Water" - }, - { - "enumValue": "Leaving_Water", - "name": "Leaving_Water" - }, - { - "enumValue": "Liquid", - "name": "Liquid" - }, - { - "enumValue": "Liquid_CO2", - "name": "Liquid_CO2" - }, - { - "enumValue": "Makeup_Water", - "name": "Makeup_Water" - }, - { - "enumValue": "Mixed_Air", - "name": "Mixed_Air" - }, - { - "enumValue": "Natural_Gas", - "name": "Natural_Gas" - }, - { - "enumValue": "Oil", - "name": "Oil" - }, - { - "enumValue": "Outside_Air", - "name": "Outside_Air" - }, - { - "enumValue": "Potable_Water", - "name": "Potable_Water" - }, - { - "enumValue": "Refrigerant", - "name": "Refrigerant" - }, - { - "enumValue": "Return_Air", - "name": "Return_Air" - }, - { - "enumValue": "Soil", - "name": "Soil" - }, - { - "enumValue": "Solid", - "name": "Solid" - }, - { - "enumValue": "Steam", - "name": "Steam" - }, - { - "enumValue": "Supply_Air", - "name": "Supply_Air" - }, - { - "enumValue": "Water", - "name": "Water" - }, - { - "enumValue": "Zone_Air", - "name": "Zone_Air" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "Last known value" - }, - "name": "lastKnownValue", - "schema": { - "@type": "Object", - "fields": [ - { - "name": "timestamp", - "schema": "dateTime" - }, - { - "name": "value", - "schema": "string" - } - ] - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "Is point of" - }, - "name": "isPointOf", - "writable": true - } - ], - "displayName": { - "en": "Point" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Adjust_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Adjust_Sensor.json deleted file mode 100644 index b96f423ee..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Adjust_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Adjust_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Adjust Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Temperature_Adjust_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Temperature_Adjust_Sensor.json deleted file mode 100644 index d9a88a9e4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Temperature_Adjust_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Adjust_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Adjust" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Temperature Adjust Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Adjust_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Warm_Cool_Adjust_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Warm_Cool_Adjust_Sensor.json deleted file mode 100644 index 6fc6e0d9b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Adjust_Sensor/Warm_Cool_Adjust_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Warm_Cool_Adjust_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Warm", - "Sensor", - "Point", - "Cool", - "Adjust" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Warm Cool Adjust Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Adjust_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Air_Grains_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Air_Grains_Sensor.json deleted file mode 100644 index 021ffd6b7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Air_Grains_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Grains_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Grains Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Outside_Air_Grains_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Outside_Air_Grains_Sensor.json deleted file mode 100644 index 74f9ec1fb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Outside_Air_Grains_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Grains_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "Grains", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Grains Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Grains_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Return_Air_Grains_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Return_Air_Grains_Sensor.json deleted file mode 100644 index a630430dd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Grains_Sensor/Return_Air_Grains_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Grains_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "Grains", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Grains Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Grains_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Air_Quality_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Air_Quality_Sensor.json deleted file mode 100644 index 500b33be3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Air_Quality_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Quality Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ammonia_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ammonia_Sensor.json deleted file mode 100644 index ab3f28279..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ammonia_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ammonia_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Ammonia" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ammonia Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Differential_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Differential_Sensor.json deleted file mode 100644 index 40a0fca10..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Differential_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Differential_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Differential", - "CO2" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CO2 Differential Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Level_Sensor.json deleted file mode 100644 index 1b09a0e31..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Level", - "CO2" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CO2 Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Sensor.json deleted file mode 100644 index 20f8dbaa4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/CO2_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "CO2 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Outside_Air_CO2_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Outside_Air_CO2_Sensor.json deleted file mode 100644 index e7e0555cd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Outside_Air_CO2_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_CO2_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "CO2", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air CO2 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Return_Air_CO2_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Return_Air_CO2_Sensor.json deleted file mode 100644 index 0fd641e47..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO2_Sensor/Return_Air_CO2_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_CO2_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "CO2", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air CO2 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Differential_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Differential_Sensor.json deleted file mode 100644 index 6709534d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Differential_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO_Differential_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Differential", - "CO" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CO Differential Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Level_Sensor.json deleted file mode 100644 index 1acf97d64..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Level", - "CO" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "CO Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Sensor.json deleted file mode 100644 index bf8f770d3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/CO_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "CO Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Outside_Air_CO_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Outside_Air_CO_Sensor.json deleted file mode 100644 index 914dc9136..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Outside_Air_CO_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_CO_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "CO", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air CO Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Return_Air_CO_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Return_Air_CO_Sensor.json deleted file mode 100644 index af2ca55ca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/CO_Sensor/Return_Air_CO_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_CO_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "CO", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air CO Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Formaldehyde_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Formaldehyde_Level_Sensor.json deleted file mode 100644 index aa5a32167..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Formaldehyde_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Formaldehyde_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Level", - "Formaldehyde" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Formaldehyde Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Methane_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Methane_Level_Sensor.json deleted file mode 100644 index 6d4ecad86..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Methane_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Methane_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Methane", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Methane Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/NO2_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/NO2_Level_Sensor.json deleted file mode 100644 index 771e780a4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/NO2_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:NO2_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "NO2", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "NO2 Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ozone_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ozone_Level_Sensor.json deleted file mode 100644 index d143e59e6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Ozone_Level_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ozone_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Ozone", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ozone Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Level_Sensor.json deleted file mode 100644 index d5344209f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Level_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM10_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Particulate", - "PM10", - "Matter", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PM10 Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PM10_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Sensor.json deleted file mode 100644 index 6314cef19..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM10_Sensor/PM10_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM10_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "PM10 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Particulate_Matter_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Level_Sensor.json deleted file mode 100644 index f6c735463..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Level_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM1_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Particulate", - "PM1", - "Matter", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PM1 Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PM1_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Sensor.json deleted file mode 100644 index 2005e5c29..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM1_Sensor/PM1_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM1_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "PM1 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Particulate_Matter_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Level_Sensor.json deleted file mode 100644 index 5365c802d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Level_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM25_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Particulate", - "PM2.5", - "Matter", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PM2.5 Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:PM25_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Sensor.json deleted file mode 100644 index 32ccf7c71..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/PM2.5_Sensor/PM2.5_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PM25_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "PM2.5 Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Particulate_Matter_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/Particulate_Matter_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/Particulate_Matter_Sensor.json deleted file mode 100644 index 9e2d144b7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/Particulate_Matter_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Particulate_Matter_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Particulate Matter Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Level_Sensor.json deleted file mode 100644 index b4f67b6a9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Level_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:TVOC_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "TVOC", - "Sensor", - "Point", - "Particulate", - "Matter", - "Level" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "TVOC Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:TVOC_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Sensor.json deleted file mode 100644 index 95ebe566d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Particulate_Matter_Sensor/TVOC_Sensor/TVOC_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:TVOC_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "TVOC Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Particulate_Matter_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radioactivity_Concentration_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radioactivity_Concentration_Sensor.json deleted file mode 100644 index b36b2dba1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radioactivity_Concentration_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radioactivity_Concentration_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Radioactivity Concentration Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Quality_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radon_Concentration_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radon_Concentration_Sensor.json deleted file mode 100644 index edef52b90..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Air_Quality_Sensor/Radioactivity_Concentration_Sensor/Radon_Concentration_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radon_Concentration_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Radon", - "Point", - "Concentration" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Radon Concentration Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radioactivity_Concentration_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Angle_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Angle_Sensor.json deleted file mode 100644 index 3d2919141..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Angle_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Angle_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Angle Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Azimuth_Angle_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Azimuth_Angle_Sensor.json deleted file mode 100644 index 89a6e6ee2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Azimuth_Angle_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Solar_Azimuth_Angle_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Solar", - "Sensor", - "Point", - "Azimuth", - "Angle" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Solar Azimuth Angle Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Angle_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Zenith_Angle_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Zenith_Angle_Sensor.json deleted file mode 100644 index a7d54d11e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Angle_Sensor/Solar_Zenith_Angle_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Solar_Zenith_Angle_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zenith", - "Solar", - "Sensor", - "Point", - "Angle" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Solar Zenith Angle Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Angle_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Capacity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Capacity_Sensor.json deleted file mode 100644 index f17dbdeb6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Capacity_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Capacity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Capacity" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Capacity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Conductivity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Conductivity_Sensor.json deleted file mode 100644 index 46300cb94..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Conductivity_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Conductivity_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Conductivity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Deionised_Water_Conductivity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Deionised_Water_Conductivity_Sensor.json deleted file mode 100644 index 73c5b1cbc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Conductivity_Sensor/Deionised_Water_Conductivity_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Deionised_Water_Conductivity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Deionised", - "Conductivity" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Deionised Water Conductivity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Conductivity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Contact_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Contact_Sensor.json deleted file mode 100644 index 218319dcc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Contact_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Contact_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Contact" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Contact Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Current_Output_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Current_Output_Sensor.json deleted file mode 100644 index 7717ad6e2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Current_Output_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Current_Output_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Current Output Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Current_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/PV_Current_Output_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/PV_Current_Output_Sensor.json deleted file mode 100644 index ff0b09d1b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/PV_Current_Output_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PV_Current_Output_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "PV", - "Output", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PV Current Output Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Current_Output_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Photovoltaic_Current_Output_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Photovoltaic_Current_Output_Sensor.json deleted file mode 100644 index e958676ec..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Output_Sensor/Photovoltaic_Current_Output_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Photovoltaic_Current_Output_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Photovoltaic", - "Output", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Photovoltaic Current Output Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Current_Output_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Sensor.json deleted file mode 100644 index 0e913d51c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Current_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Current_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Current Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Load_Current_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Load_Current_Sensor.json deleted file mode 100644 index 2623dd835..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Load_Current_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Current_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Load", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Load Current Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Current_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Motor_Current_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Motor_Current_Sensor.json deleted file mode 100644 index cb4d35b72..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Current_Sensor/Motor_Current_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_Current_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Motor", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor Current Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Current_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Average_Cooling_Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Average_Cooling_Demand_Sensor.json deleted file mode 100644 index d95e8553f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Average_Cooling_Demand_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Cooling_Demand_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Demand", - "Cool", - "Average" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Cooling Demand Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cooling_Demand_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Cooling_Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Cooling_Demand_Sensor.json deleted file mode 100644 index 8add5d6f0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Cooling_Demand_Sensor/Cooling_Demand_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Demand_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Demand Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Demand_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Demand_Sensor.json deleted file mode 100644 index 83c86c214..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Demand_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Demand_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Demand Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Average_Heating_Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Average_Heating_Demand_Sensor.json deleted file mode 100644 index d2cb84855..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Average_Heating_Demand_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Heating_Demand_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Heat", - "Demand", - "Average" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Heating Demand Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Demand_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Heating_Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Heating_Demand_Sensor.json deleted file mode 100644 index 5d8cf514b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Demand_Sensor/Heating_Demand_Sensor/Heating_Demand_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Demand_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Heating Demand Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Demand_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Dewpoint_Sensor.json deleted file mode 100644 index 549169e43..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Dewpoint_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Discharge_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Discharge_Air_Dewpoint_Sensor.json deleted file mode 100644 index 16724e28d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Discharge_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Discharge", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Exhaust_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Exhaust_Air_Dewpoint_Sensor.json deleted file mode 100644 index 1992f3c60..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Exhaust_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Exhaust", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Outside_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Outside_Air_Dewpoint_Sensor.json deleted file mode 100644 index 45e7dd50f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Outside_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Return_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Return_Air_Dewpoint_Sensor.json deleted file mode 100644 index a9527c3e4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Return_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Supply_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Supply_Air_Dewpoint_Sensor.json deleted file mode 100644 index 20d71977f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Supply_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Sensor", - "Point", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Zone_Air_Dewpoint_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Zone_Air_Dewpoint_Sensor.json deleted file mode 100644 index fac3af204..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Dewpoint_Sensor/Zone_Air_Dewpoint_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Dewpoint_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Sensor", - "Point", - "Dewpoint", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Dewpoint Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Dewpoint_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Direction_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Direction_Sensor.json deleted file mode 100644 index 21df5816e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Direction_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Direction_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Direction Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Wind_Direction_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Wind_Direction_Sensor.json deleted file mode 100644 index 77b405f58..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Direction_Sensor/Wind_Direction_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Wind_Direction_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wind", - "Sensor", - "Point", - "Direction" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Wind Direction Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Direction_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Duration_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Duration_Sensor.json deleted file mode 100644 index 1f4afa187..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Duration_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Duration_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Duration Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/On_Timer_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/On_Timer_Sensor.json deleted file mode 100644 index 8c1ba14a0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/On_Timer_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:On_Timer_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Timer", - "Sensor", - "Point", - "On" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "On Timer Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Duration_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Rain_Duration_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Rain_Duration_Sensor.json deleted file mode 100644 index 99f1c1cd7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Rain_Duration_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Rain_Duration_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Rain", - "Point", - "Duration" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Rain Duration Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Rain_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Duration_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Run_Time_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Run_Time_Sensor.json deleted file mode 100644 index b39dd1e67..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Duration_Sensor/Run_Time_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Run_Time_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Sensor", - "Run", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Run Time Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Duration_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Electric_Energy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Electric_Energy_Sensor.json deleted file mode 100644 index 6fb8e1235..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Electric_Energy_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electric_Energy_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Electric Energy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Energy_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Reactive_Energy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Reactive_Energy_Sensor.json deleted file mode 100644 index ab39cda01..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Electric_Energy_Sensor/Reactive_Energy_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reactive_Energy_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Reactive", - "Point", - "Energy", - "Electric" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Reactive Energy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electric_Energy_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Sensor.json deleted file mode 100644 index 370019bbf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Energy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Usage_Sensor.json deleted file mode 100644 index 80e77630f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Energy_Sensor/Energy_Usage_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Usage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Usage", - "Sensor", - "Point", - "Energy" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Energy Usage Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Usage_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Energy_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Air_Enthalpy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Air_Enthalpy_Sensor.json deleted file mode 100644 index d71fc3115..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Air_Enthalpy_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Enthalpy_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Enthalpy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Enthalpy_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Outside_Air_Enthalpy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Outside_Air_Enthalpy_Sensor.json deleted file mode 100644 index a8e4a0cad..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Outside_Air_Enthalpy_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Enthalpy_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "Enthalpy", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Enthalpy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Enthalpy_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Return_Air_Enthalpy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Return_Air_Enthalpy_Sensor.json deleted file mode 100644 index fa5bda87e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Air_Enthalpy_Sensor/Return_Air_Enthalpy_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Enthalpy_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "Enthalpy", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Enthalpy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Enthalpy_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Enthalpy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Enthalpy_Sensor.json deleted file mode 100644 index 811d4b2da..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Enthalpy_Sensor/Enthalpy_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enthalpy_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Enthalpy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Fire_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Fire_Sensor.json deleted file mode 100644 index 1fbf6d698..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Fire_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fire_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Fire" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fire Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Air_Flow_Sensor.json deleted file mode 100644 index 3e7175300..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Air_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Bypass_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Bypass_Air_Flow_Sensor.json deleted file mode 100644 index e15f80a1f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Bypass_Air_Flow_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Flow", - "Bypass", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bypass Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Average_Discharge_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Average_Discharge_Air_Flow_Sensor.json deleted file mode 100644 index e01c425a2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Average_Discharge_Air_Flow_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Discharge_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Flow", - "Discharge", - "Average", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Discharge Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Discharge_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Discharge_Air_Flow_Sensor.json deleted file mode 100644 index 1d3a6a2b8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Discharge_Air_Flow_Sensor/Discharge_Air_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Flow_Sensor.json deleted file mode 100644 index a7243362a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Stack_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Stack_Flow_Sensor.json deleted file mode 100644 index 62adf916e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Exhaust_Air_Flow_Sensor/Exhaust_Air_Stack_Flow_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stack", - "Sensor", - "Point", - "Flow", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Stack Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Fume_Hood_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Fume_Hood_Air_Flow_Sensor.json deleted file mode 100644 index 55b17411c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Fume_Hood_Air_Flow_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fume_Hood_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Hood", - "Fume", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fume Hood Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Mixed_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Mixed_Air_Flow_Sensor.json deleted file mode 100644 index 7345b803c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Mixed_Air_Flow_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Mixed", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Outside_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Outside_Air_Flow_Sensor.json deleted file mode 100644 index 47b4aa8be..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Outside_Air_Flow_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Return_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Return_Air_Flow_Sensor.json deleted file mode 100644 index 47a924a12..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Return_Air_Flow_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Point", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Average_Supply_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Average_Supply_Air_Flow_Sensor.json deleted file mode 100644 index 82024706e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Average_Supply_Air_Flow_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Supply_Air_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Sensor", - "Point", - "Flow", - "Average", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Supply Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Supply_Air_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Supply_Air_Flow_Sensor.json deleted file mode 100644 index 1858031b2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Air_Flow_Sensor/Supply_Air_Flow_Sensor/Supply_Air_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Flow_Sensor.json deleted file mode 100644 index 02cd3e42f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Natural_Gas_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Natural_Gas_Flow_Sensor.json deleted file mode 100644 index 685510384..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Natural_Gas_Flow_Sensor.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Natural", - "Gas", - "Flow" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Natural Gas Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Sensor;1", - "dtmi:org:brickschema:schema:Brick:Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Bypass_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Bypass_Water_Flow_Sensor.json deleted file mode 100644 index b4acd5fba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Bypass_Water_Flow_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Flow", - "Bypass" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bypass Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Chilled_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Chilled_Water_Flow_Sensor.json deleted file mode 100644 index 085e0ddb8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Chilled_Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Entering_Chilled_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Entering_Chilled_Water_Flow_Sensor.json deleted file mode 100644 index 9165f61e7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Entering_Chilled_Water_Flow_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Chilled_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Flow", - "Entering", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Chilled Water Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Leaving_Chilled_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Leaving_Chilled_Water_Flow_Sensor.json deleted file mode 100644 index 9b5601f36..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Chilled_Water_Flow_Sensor/Leaving_Chilled_Water_Flow_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Chilled_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Leaving", - "Flow", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Chilled Water Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Condenser_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Condenser_Water_Flow_Sensor.json deleted file mode 100644 index 5d791e070..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Condenser_Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Condenser Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Leaving_Condenser_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Leaving_Condenser_Water_Flow_Sensor.json deleted file mode 100644 index d84751db8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Condenser_Water_Flow_Sensor/Leaving_Condenser_Water_Flow_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Condenser_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Leaving", - "Flow", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Condenser Water Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Condenser_Water_Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Condenser_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Condenser_Water_Flow_Sensor.json deleted file mode 100644 index 22ce212d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Condenser_Water_Flow_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Condenser_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Flow", - "Entering", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Condenser Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Hot_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Hot_Water_Flow_Sensor.json deleted file mode 100644 index 5987b67b0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Hot_Water_Flow_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Hot", - "Flow", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Hot Water Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Water_Flow_Sensor.json deleted file mode 100644 index fe57d168d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Entering_Water_Flow_Sensor/Entering_Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Entering Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Hot_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Hot_Water_Flow_Sensor.json deleted file mode 100644 index dfbc1ec71..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Hot_Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Leaving_Hot_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Leaving_Hot_Water_Flow_Sensor.json deleted file mode 100644 index 9c92187c2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Hot_Water_Flow_Sensor/Leaving_Hot_Water_Flow_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Flow_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Leaving", - "Hot", - "Flow" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Hot Water Flow Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Leaving_Water_Flow_Sensor/Leaving_Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Leaving_Water_Flow_Sensor/Leaving_Water_Flow_Sensor.json deleted file mode 100644 index dafb55bcb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Leaving_Water_Flow_Sensor/Leaving_Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Water_Flow_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Water_Flow_Sensor.json deleted file mode 100644 index 15fc2e3b6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Flow_Sensor/Water_Flow_Sensor/Water_Flow_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Flow_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Water Flow Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Flow_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Frequency_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Frequency_Sensor.json deleted file mode 100644 index 12d1a2acc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Frequency_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Frequency_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Frequency Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Output_Frequency_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Output_Frequency_Sensor.json deleted file mode 100644 index a182d272c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Frequency_Sensor/Output_Frequency_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Output_Frequency_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Output", - "Frequency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Output Frequency Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Frequency_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Gas_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Gas_Sensor.json deleted file mode 100644 index 26e0c2361..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Gas_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Gas_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Gas" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Gas Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Energy_Generation_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Energy_Generation_Sensor.json deleted file mode 100644 index 8270f1e9a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Energy_Generation_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Energy_Generation_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Generation", - "Energy" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Energy Generation Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Generation_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Generation_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Generation_Sensor.json deleted file mode 100644 index 9885bee75..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Generation_Sensor/Generation_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Generation_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Generation Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Hail_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Hail_Sensor.json deleted file mode 100644 index ad55e7e35..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Hail_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hail_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Hail" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hail Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Heat_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Heat_Sensor.json deleted file mode 100644 index 98b550c15..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Heat_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Heat Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Trace_Heat_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Trace_Heat_Sensor.json deleted file mode 100644 index fc087138f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Heat_Sensor/Trace_Heat_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Trace_Heat_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Trace", - "Sensor", - "Point", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Trace Heat Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heat_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Humidity_Sensor.json deleted file mode 100644 index c9e906e8d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Humidity_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Discharge_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Discharge_Air_Humidity_Sensor.json deleted file mode 100644 index bccc518b3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Discharge_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Relative", - "Point", - "Humidity", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Exhaust_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Exhaust_Air_Humidity_Sensor.json deleted file mode 100644 index 170cd6209..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Exhaust_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Relative", - "Point", - "Humidity", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Mixed_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Mixed_Air_Humidity_Sensor.json deleted file mode 100644 index 7cdafc8e5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Mixed_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Relative", - "Point", - "Mixed", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Outside_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Outside_Air_Humidity_Sensor.json deleted file mode 100644 index b90bb4090..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Outside_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Relative", - "Point", - "Outside", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Relative_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Relative_Humidity_Sensor.json deleted file mode 100644 index faaea7f27..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Relative_Humidity_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Relative Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Return_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Return_Air_Humidity_Sensor.json deleted file mode 100644 index 1e3ee453d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Return_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Relative", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Supply_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Supply_Air_Humidity_Sensor.json deleted file mode 100644 index aea34f556..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Supply_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Sensor", - "Relative", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Zone_Air_Humidity_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Zone_Air_Humidity_Sensor.json deleted file mode 100644 index 73053f2a9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Humidity_Sensor/Relative_Humidity_Sensor/Zone_Air_Humidity_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Humidity_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Sensor", - "Relative", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Humidity Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Relative_Humidity_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Illuminance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Illuminance_Sensor.json deleted file mode 100644 index f2457cce2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Illuminance_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Illuminance_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Illuminance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Outside_Illuminance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Outside_Illuminance_Sensor.json deleted file mode 100644 index 371e39a39..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Illuminance_Sensor/Outside_Illuminance_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Illuminance_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Outside", - "Illuminance" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Illuminance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Illuminance_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Current_Imbalance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Current_Imbalance_Sensor.json deleted file mode 100644 index a72817c5c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Current_Imbalance_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Current_Imbalance_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Imbalance", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Current Imbalance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Imbalance_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Imbalance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Imbalance_Sensor.json deleted file mode 100644 index fd617840b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Imbalance_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Imbalance_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Imbalance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Voltage_Imbalance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Voltage_Imbalance_Sensor.json deleted file mode 100644 index 6a4926f0f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Imbalance_Sensor/Voltage_Imbalance_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Voltage_Imbalance_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Sensor", - "Point", - "Imbalance" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Voltage Imbalance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Imbalance_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Luminance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Luminance_Sensor.json deleted file mode 100644 index ca24b8425..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Luminance_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminance_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Luminance" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/Motion_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/Motion_Sensor.json deleted file mode 100644 index e9d33dcdf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/Motion_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motion_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Motion Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/PIR_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/PIR_Sensor.json deleted file mode 100644 index 9d543e927..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Motion_Sensor/PIR_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:PIR_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "PIR" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "PIR Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupancy_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Motion_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Count_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Count_Sensor.json deleted file mode 100644 index 6b44aa3ce..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Count_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupancy_Count_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Occupancy", - "Count" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupancy Count Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Sensor/Occupancy_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Sensor/Occupancy_Sensor.json deleted file mode 100644 index f9d4f4c83..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Occupancy_Sensor/Occupancy_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupancy_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Occupancy Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Piezoelectric_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Piezoelectric_Sensor.json deleted file mode 100644 index 08936ccfb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Piezoelectric_Sensor.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Piezoelectric_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Piezoelectric" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Piezoelectric Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Damper_Position_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Damper_Position_Sensor.json deleted file mode 100644 index afae815bf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Damper_Position_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Damper_Position_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Position", - "Point", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Damper Position Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Position_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Position_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Position_Sensor.json deleted file mode 100644 index c36f28af0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Position_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Position_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Position Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Sash_Position_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Sash_Position_Sensor.json deleted file mode 100644 index 450c2b9c9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Sash_Position_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Sash_Position_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Sash", - "Position", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Sash Position Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Position_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Valve_Position_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Valve_Position_Sensor.json deleted file mode 100644 index 84e334edd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Position_Sensor/Valve_Position_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve_Position_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Sensor", - "Position", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Valve Position Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Position_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Factor_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Factor_Sensor.json deleted file mode 100644 index 75efc50d5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Factor_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Power_Factor_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Power", - "Point", - "Factor" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Power Factor Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Active_Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Active_Power_Sensor.json deleted file mode 100644 index 9d9bd3b24..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Active_Power_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Active_Power_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Real", - "Power", - "Point", - "Electric" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Active Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electric_Power_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Electric_Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Electric_Power_Sensor.json deleted file mode 100644 index e6bd65d05..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Electric_Power_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Electric_Power_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Electric Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Power_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Peak_Power_Demand_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Peak_Power_Demand_Sensor.json deleted file mode 100644 index ef6a65b7b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Peak_Power_Demand_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Peak_Power_Demand_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Power", - "Point", - "Peak", - "Electric", - "Demand" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Peak Power Demand Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Electric_Power_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Demand_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Reactive_Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Reactive_Power_Sensor.json deleted file mode 100644 index fa3967ed5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Electric_Power_Sensor/Reactive_Power_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reactive_Power_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Reactive", - "Power", - "Point", - "Electric" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Reactive Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Electric_Power_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Power_Sensor.json deleted file mode 100644 index 750a610ca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Power_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Power_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Heating_Thermal_Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Heating_Thermal_Power_Sensor.json deleted file mode 100644 index 5d0a14735..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Heating_Thermal_Power_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Thermal_Power_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermal", - "Sensor", - "Power", - "Point", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Thermal Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Thermal_Power_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Thermal_Power_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Thermal_Power_Sensor.json deleted file mode 100644 index 6d225c946..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Power_Sensor/Thermal_Power_Sensor/Thermal_Power_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermal_Power_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Thermal Power Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Power_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor.json deleted file mode 100644 index 42ea618c4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Discharge_Air_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Discharge_Air_Differential_Pressure_Sensor.json deleted file mode 100644 index 662518882..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Discharge_Air_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Pressure", - "Point", - "Discharge", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Exhaust_Air_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Exhaust_Air_Differential_Pressure_Sensor.json deleted file mode 100644 index 419b509f2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Exhaust_Air_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Pressure", - "Point", - "Exhaust", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Return_Air_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Return_Air_Differential_Pressure_Sensor.json deleted file mode 100644 index 09116ec58..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Return_Air_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Return", - "Pressure", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Supply_Air_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Supply_Air_Differential_Pressure_Sensor.json deleted file mode 100644 index 732c636d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Air_Differential_Pressure_Sensor/Supply_Air_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Sensor", - "Pressure", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Chilled_Water_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Chilled_Water_Differential_Pressure_Sensor.json deleted file mode 100644 index 83e151833..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Chilled_Water_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Pressure", - "Point", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Differential_Pressure_Sensor.json deleted file mode 100644 index a5a92af7d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Differential_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Filter_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Filter_Differential_Pressure_Sensor.json deleted file mode 100644 index 18d600198..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Filter_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Filter_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Pressure", - "Point", - "Filter", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Filter Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor.json deleted file mode 100644 index 4fe383925..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Medium_Temperature_Hot_Water_Differential_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Medium_Temperature_Hot_Water_Differential_Pressure_Sensor.json deleted file mode 100644 index 0c9a1fabf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Differential_Pressure_Sensor/Hot_Water_Differential_Pressure_Sensor/Medium_Temperature_Hot_Water_Differential_Pressure_Sensor.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Pressure", - "Point", - "Medium", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Medium Temperature Hot Water Differential Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Pressure_Sensor.json deleted file mode 100644 index e11a35a67..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Building_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Building_Air_Static_Pressure_Sensor.json deleted file mode 100644 index 7ef21fde7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Building_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Sensor", - "Pressure", - "Point", - "Building", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Discharge_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Discharge_Air_Static_Pressure_Sensor.json deleted file mode 100644 index 0e58fa551..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Discharge_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Sensor", - "Pressure", - "Point", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Average_Exhaust_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Average_Exhaust_Air_Static_Pressure_Sensor.json deleted file mode 100644 index 346120bd0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Average_Exhaust_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Exhaust_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Sensor", - "Pressure", - "Point", - "Exhaust", - "Average", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Exhaust Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor.json deleted file mode 100644 index 5426513a9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Lowest_Exhaust_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Lowest_Exhaust_Air_Static_Pressure_Sensor.json deleted file mode 100644 index 928a9dc69..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Exhaust_Air_Static_Pressure_Sensor/Lowest_Exhaust_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lowest_Exhaust_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Sensor", - "Pressure", - "Point", - "Lowest", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lowest Exhaust Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Static_Pressure_Sensor.json deleted file mode 100644 index 6fe39ad9f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Static_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Supply_Air_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Supply_Air_Static_Pressure_Sensor.json deleted file mode 100644 index e86dfeae3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Supply_Air_Static_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Static", - "Sensor", - "Pressure", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Underfloor_Air_Plenum_Static_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Underfloor_Air_Plenum_Static_Pressure_Sensor.json deleted file mode 100644 index 08b2ae81e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Static_Pressure_Sensor/Underfloor_Air_Plenum_Static_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Underfloor_Air_Plenum_Static_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Underfloor", - "Static", - "Sensor", - "Pressure", - "Plenum", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Underfloor Air Plenum Static Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Discharge_Air_Velocity_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Discharge_Air_Velocity_Pressure_Sensor.json deleted file mode 100644 index 4629c4496..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Discharge_Air_Velocity_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Velocity_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Velocity", - "Sensor", - "Pressure", - "Point", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Velocity Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Velocity_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Exhaust_Air_Velocity_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Exhaust_Air_Velocity_Pressure_Sensor.json deleted file mode 100644 index 2d61cbc95..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Exhaust_Air_Velocity_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Velocity_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Velocity", - "Sensor", - "Pressure", - "Point", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Velocity Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Velocity_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Supply_Air_Velocity_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Supply_Air_Velocity_Pressure_Sensor.json deleted file mode 100644 index 8ee7868a8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Supply_Air_Velocity_Pressure_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Velocity_Pressure_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Velocity", - "Supply", - "Sensor", - "Pressure", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Velocity Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Velocity_Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Velocity_Pressure_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Velocity_Pressure_Sensor.json deleted file mode 100644 index 3865c15ae..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Pressure_Sensor/Velocity_Pressure_Sensor/Velocity_Pressure_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Velocity_Pressure_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Velocity Pressure Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Rain_Sensor/Rain_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Rain_Sensor/Rain_Sensor.json deleted file mode 100644 index 282254d6d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Rain_Sensor/Rain_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Rain_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Rain Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Sensor.json deleted file mode 100644 index f9813d2c2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Solar_Radiance_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Solar_Radiance_Sensor.json deleted file mode 100644 index 29a184266..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Solar_Radiance_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Solar_Radiance_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Solar", - "Sensor", - "Radiance", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Solar Radiance Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Differential_Speed_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Differential_Speed_Sensor.json deleted file mode 100644 index a44bc5b70..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Differential_Speed_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Speed_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Sensor", - "Point", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Differential Speed Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Speed_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Motor_Speed_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Motor_Speed_Sensor.json deleted file mode 100644 index dba98054a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Motor_Speed_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_Speed_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Sensor", - "Point", - "Motor" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor Speed Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Speed_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Speed_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Speed_Sensor.json deleted file mode 100644 index 99011226a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Speed_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Speed Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Wind_Speed_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Wind_Speed_Sensor.json deleted file mode 100644 index bf147ad82..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Speed_Sensor/Wind_Speed_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Wind_Speed_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wind", - "Speed", - "Sensor", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Wind Speed Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Speed_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Temperature_Sensor.json deleted file mode 100644 index a0d4ddfb3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor.json deleted file mode 100644 index b23f23bdf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Wet_Bulb_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Air Wet Bulb Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Outside_Air_Wet_Bulb_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Outside_Air_Wet_Bulb_Temperature_Sensor.json deleted file mode 100644 index 3147caeb5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Air_Wet_Bulb_Temperature_Sensor/Outside_Air_Wet_Bulb_Temperature_Sensor.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Wet_Bulb_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Wet", - "Temperature", - "Sensor", - "Point", - "Outside", - "Bulb", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Wet Bulb Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Air_Wet_Bulb_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor.json deleted file mode 100644 index c986f5f92..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Preheat_Discharge_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Preheat_Discharge_Air_Temperature_Sensor.json deleted file mode 100644 index 290779a3d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Discharge_Air_Temperature_Sensor/Preheat_Discharge_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Discharge_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Preheat", - "Point", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Discharge Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Exhaust_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Exhaust_Air_Temperature_Sensor.json deleted file mode 100644 index e32c8b409..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Exhaust_Air_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Mixed_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Mixed_Air_Temperature_Sensor.json deleted file mode 100644 index 054cd36ea..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Mixed_Air_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Mixed", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Intake_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Intake_Air_Temperature_Sensor.json deleted file mode 100644 index 1462e8292..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Intake_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Intake_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Outside", - "Intake", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Intake Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Low_Outside_Air_Temperature_Enable_Differential_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Low_Outside_Air_Temperature_Enable_Differential_Sensor.json deleted file mode 100644 index 7a2a52ae9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Low_Outside_Air_Temperature_Enable_Differential_Sensor.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Outside_Air_Temperature_Enable_Differential_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Outside", - "Low", - "Enable", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Outside Air Temperature Enable Differential Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Enable_Differential_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor.json deleted file mode 100644 index 5016d8005..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor/Outside_Air_Temperature_Enable_Differential_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Enable_Differential_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Outside Air Temperature Enable Differential Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Sensor.json deleted file mode 100644 index 6cb73f983..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Outside_Air_Temperature_Sensor/Outside_Air_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Outside Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Return_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Return_Air_Temperature_Sensor.json deleted file mode 100644 index 2af0ff466..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Return_Air_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Return", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Preheat_Supply_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Preheat_Supply_Air_Temperature_Sensor.json deleted file mode 100644 index 012bdd4b0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Preheat_Supply_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Supply_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Sensor", - "Preheat", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Supply Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Supply_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Supply_Air_Temperature_Sensor.json deleted file mode 100644 index 10f1fe467..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Supply_Air_Temperature_Sensor/Supply_Air_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Underfloor_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Underfloor_Air_Temperature_Sensor.json deleted file mode 100644 index ab232cd0a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Underfloor_Air_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Underfloor_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Underfloor", - "Temperature", - "Sensor", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Underfloor Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Average_Zone_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Average_Zone_Air_Temperature_Sensor.json deleted file mode 100644 index 56857bfdb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Average_Zone_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Average_Zone_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Sensor", - "Point", - "Average", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Average Zone Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Coldest_Zone_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Coldest_Zone_Air_Temperature_Sensor.json deleted file mode 100644 index 06b7778d8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Coldest_Zone_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Coldest_Zone_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Sensor", - "Point", - "Coldest", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Coldest Zone Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Warmest_Zone_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Warmest_Zone_Air_Temperature_Sensor.json deleted file mode 100644 index ecd57c236..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Warmest_Zone_Air_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Warmest_Zone_Air_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Warmest", - "Temperature", - "Sensor", - "Point", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Warmest Zone Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Zone_Air_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Zone_Air_Temperature_Sensor.json deleted file mode 100644 index 5b1cddd25..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Air_Temperature_Sensor/Zone_Air_Temperature_Sensor/Zone_Air_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Zone Air Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Frost_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Frost_Sensor.json deleted file mode 100644 index 8d5730cd0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Frost_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Frost_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Sensor", - "Point", - "Frost" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Frost Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Heat_Sink_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Heat_Sink_Temperature_Sensor.json deleted file mode 100644 index c1a904bed..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Heat_Sink_Temperature_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Sink_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Heat_Sink" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Sink Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Natural_Gas_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Natural_Gas_Temperature_Sensor.json deleted file mode 100644 index 09cf5286d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Natural_Gas_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Natural", - "Gas" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Natural Gas Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Core_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Core_Temperature_Sensor.json deleted file mode 100644 index 91650e385..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Core_Temperature_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Core_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Sensor", - "Point", - "Core" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Core Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Embedded_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Embedded_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Embedded_Temperature_Sensor.json deleted file mode 100644 index 21a9b09d0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Embedded_Temperature_Sensor/Embedded_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Embedded_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Embedded Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Inside_Face_Surface_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Inside_Face_Surface_Temperature_Sensor.json deleted file mode 100644 index 8441a0e37..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Inside_Face_Surface_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Inside_Face_Surface_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Surface", - "Sensor", - "Point", - "Inside", - "Face" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Inside Face Surface Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Outside_Face_Surface_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Outside_Face_Surface_Temperature_Sensor.json deleted file mode 100644 index be888f2e1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Outside_Face_Surface_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Face_Surface_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Surface", - "Sensor", - "Point", - "Outside", - "Face" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Face Surface Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Radiant_Panel_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Radiant_Panel_Temperature_Sensor.json deleted file mode 100644 index bbc64cf4c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Radiant_Panel_Temperature_Sensor/Radiant_Panel_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Radiant Panel Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Soil_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Soil_Temperature_Sensor.json deleted file mode 100644 index e0f921dbe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Soil_Temperature_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Soil_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Soil", - "Sensor", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Soil Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Temperature_Sensor.json deleted file mode 100644 index 9a6f214ad..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Differential_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Differential_Temperature_Sensor.json deleted file mode 100644 index b2a33b600..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Differential_Temperature_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Differential_Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor.json deleted file mode 100644 index fe7f46888..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Differential_Entering_Leaving_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Differential_Entering_Leaving_Water_Temperature_Sensor.json deleted file mode 100644 index 7c13189f3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Differential_Entering_Leaving_Water_Temperature_Sensor.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Entering_Leaving_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Leaving", - "Entering", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Differential Entering Leaving Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Entering_Chilled_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Entering_Chilled_Water_Temperature_Sensor.json deleted file mode 100644 index 759ece682..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Entering_Chilled_Water_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Chilled_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Entering", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Chilled Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Leaving_Chilled_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Leaving_Chilled_Water_Temperature_Sensor.json deleted file mode 100644 index 5bb55d7e7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Chilled_Water_Temperature_Sensor/Leaving_Chilled_Water_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Chilled_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Leaving", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Chilled Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Collection_Basin_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Collection_Basin_Water_Temperature_Sensor.json deleted file mode 100644 index 5aaff7a19..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Collection_Basin_Water_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Collection_Basin_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Collection", - "Basin" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Collection Basin Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor.json deleted file mode 100644 index 91a82132d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Condenser Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Entering_Condenser_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Entering_Condenser_Water_Temperature_Sensor.json deleted file mode 100644 index 403c3688a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Entering_Condenser_Water_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Condenser_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Entering", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Condenser Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Leaving_Condenser_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Leaving_Condenser_Water_Temperature_Sensor.json deleted file mode 100644 index b82919efb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Condenser_Water_Temperature_Sensor/Leaving_Condenser_Water_Temperature_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Condenser_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Leaving", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Condenser Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 043d161ab..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Domestic Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Entering_Domestic_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Entering_Domestic_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 4f546ee90..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Entering_Domestic_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Domestic_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Hot", - "Entering", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Domestic Hot Water Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Leaving_Domestic_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Leaving_Domestic_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index a186e3044..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Domestic_Hot_Water_Temperature_Sensor/Leaving_Domestic_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Domestic_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Leaving", - "Hot", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Domestic Hot Water Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_High_Temperature_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_High_Temperature_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 33acb42d7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_High_Temperature_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_High_Temperature_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Hot", - "High", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering High Temperature Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 70d87181b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Entering Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Medium_Temperature_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Medium_Temperature_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index d6a9090c5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Entering_Medium_Temperature_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Medium_Temperature_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Medium", - "Hot", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Medium Temperature Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Hot_Water_Differential_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Hot_Water_Differential_Temperature_Sensor.json deleted file mode 100644 index ebd23f8d8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Hot_Water_Temperature_Sensor/Hot_Water_Differential_Temperature_Sensor.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Differential Temperature Sensor" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Sensor;1", - "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Sensor;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Water_Temperature_Sensor.json deleted file mode 100644 index a565903f4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Entering_Water_Temperature_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_High_Temperature_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_High_Temperature_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 7ae4d1fdd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_High_Temperature_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_High_Temperature_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Leaving", - "Hot", - "High" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving High Temperature Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index 480523173..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor.json deleted file mode 100644 index a820962e0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Hot_Water_Temperature_Sensor/Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Sensor", - "Point", - "Medium", - "Leaving", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Medium Temperature Hot Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Heat_Exchanger_Leaving_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Heat_Exchanger_Leaving_Water_Temperature_Sensor.json deleted file mode 100644 index 5001d357a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Heat_Exchanger_Leaving_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger_Leaving_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Tank", - "Sensor", - "Point", - "Leaving", - "Ice" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Exchanger Leaving Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Ice_Tank_Leaving_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Ice_Tank_Leaving_Water_Temperature_Sensor.json deleted file mode 100644 index c27198604..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Ice_Tank_Leaving_Water_Temperature_Sensor.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Ice_Tank_Leaving_Water_Temperature_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Tank", - "Sensor", - "Point", - "Leaving", - "Ice" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Ice Tank Leaving Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor.json deleted file mode 100644 index 6e9806cb7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor/Leaving_Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Differential_Temperature_Sensor/Water_Differential_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Differential_Temperature_Sensor/Water_Differential_Temperature_Sensor.json deleted file mode 100644 index c72618288..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Differential_Temperature_Sensor/Water_Differential_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Differential_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Water Differential Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Temperature_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Temperature_Sensor.json deleted file mode 100644 index 4a952cb8e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Temperature_Sensor/Water_Temperature_Sensor/Water_Temperature_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Water Temperature Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Motor_Torque_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Motor_Torque_Sensor.json deleted file mode 100644 index fa5a7afa5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Motor_Torque_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_Torque_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Torque", - "Sensor", - "Point", - "Motor" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor Torque Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Torque_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Torque_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Torque_Sensor.json deleted file mode 100644 index 71e877fa0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Torque_Sensor/Torque_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Torque_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Torque Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Natural_Gas_Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Natural_Gas_Usage_Sensor.json deleted file mode 100644 index 8fe16d752..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Natural_Gas_Usage_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Natural_Gas_Usage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Usage", - "Sensor", - "Point", - "Natural", - "Gas" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Natural Gas Usage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Usage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Steam_Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Steam_Usage_Sensor.json deleted file mode 100644 index 267923641..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Steam_Usage_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Steam_Usage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Usage", - "Steam", - "Sensor", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Steam Usage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Usage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Usage_Sensor.json deleted file mode 100644 index a1716ce5d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Usage_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Usage_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Usage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Hot_Water_Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Hot_Water_Usage_Sensor.json deleted file mode 100644 index 145ffa3d6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Hot_Water_Usage_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Usage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Usage", - "Sensor", - "Point", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Usage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Usage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Water_Usage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Water_Usage_Sensor.json deleted file mode 100644 index 4c73bdce6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Usage_Sensor/Water_Usage_Sensor/Water_Usage_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Usage_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Water Usage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Usage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Battery_Voltage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Battery_Voltage_Sensor.json deleted file mode 100644 index fb09ebf56..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Battery_Voltage_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Battery_Voltage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Sensor", - "Point", - "Battery" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Battery Voltage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Voltage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/DC_Bus_Voltage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/DC_Bus_Voltage_Sensor.json deleted file mode 100644 index 512d00826..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/DC_Bus_Voltage_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:DC_Bus_Voltage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Sensor", - "Point", - "Dc", - "Bus" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "DC Bus Voltage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Voltage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Output_Voltage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Output_Voltage_Sensor.json deleted file mode 100644 index 99eea4d47..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Output_Voltage_Sensor.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Output_Voltage_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Sensor", - "Point", - "Output" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Output Voltage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Voltage_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Voltage_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Voltage_Sensor.json deleted file mode 100644 index 968ee889d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Voltage_Sensor/Voltage_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Voltage_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Voltage Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Collection_Basin_Water_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Collection_Basin_Water_Level_Sensor.json deleted file mode 100644 index 59ec4d5a1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Collection_Basin_Water_Level_Sensor.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Collection_Basin_Water_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Level", - "Collection", - "Basin" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Collection Basin Water Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Level_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Deionised_Water_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Deionised_Water_Level_Sensor.json deleted file mode 100644 index 4138b3572..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Deionised_Water_Level_Sensor.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Deionised_Water_Level_Sensor;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Sensor", - "Point", - "Level", - "Deionised" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Deionised Water Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Level_Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Water_Level_Sensor.json b/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Water_Level_Sensor.json deleted file mode 100644 index 433ad842c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Sensor/Water_Level_Sensor/Water_Level_Sensor.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Level_Sensor;1", - "@type": "Interface", - "displayName": { - "en": "Water Level Sensor" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Sensor;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/CO2_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/CO2_Setpoint.json deleted file mode 100644 index 9c43d277e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/CO2_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:CO2_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "CO2 Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/Return_Air_CO2_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/Return_Air_CO2_Setpoint.json deleted file mode 100644 index ce0a64a78..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/CO2_Setpoint/Return_Air_CO2_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_CO2_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Return", - "Point", - "CO2", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air CO2 Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:CO2_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Current_Ratio_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Current_Ratio_Setpoint.json deleted file mode 100644 index f7b24e1d8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Current_Ratio_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Current_Ratio_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Ratio", - "Point", - "Electric", - "Current" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Current Ratio Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Damper_Position_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Damper_Position_Setpoint.json deleted file mode 100644 index 60a024106..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Damper_Position_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Damper_Position_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Position", - "Point", - "Damper" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Damper Position Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Deadband_Setpoint.json deleted file mode 100644 index ec3137c56..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Deadband_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Humidity_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Humidity_Deadband_Setpoint.json deleted file mode 100644 index c23f6235a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Humidity_Deadband_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Humidity", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidity Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Deadband_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Temperature_Deadband_Setpoint/Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Temperature_Deadband_Setpoint/Temperature_Deadband_Setpoint.json deleted file mode 100644 index b181957c4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Deadband_Setpoint/Temperature_Deadband_Setpoint/Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Deadband_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Cooling_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Cooling_Demand_Setpoint.json deleted file mode 100644 index da0799648..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Cooling_Demand_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Demand_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Demand", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Demand Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Demand_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Demand_Setpoint.json deleted file mode 100644 index 0aad40b42..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Demand_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Demand_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Demand Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Heating_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Heating_Demand_Setpoint.json deleted file mode 100644 index a3e45b680..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Heating_Demand_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Demand_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Heat", - "Demand" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Demand Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Demand_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Preheat_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Preheat_Demand_Setpoint.json deleted file mode 100644 index 13b1a758a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Demand_Setpoint/Preheat_Demand_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Preheat_Demand_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Preheat", - "Point", - "Demand" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Preheat Demand Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Demand_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Dewpoint_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Dewpoint_Setpoint.json deleted file mode 100644 index 851d87ba1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Dewpoint_Setpoint.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dewpoint_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Dewpoint" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dewpoint Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Chilled_Water_Differential_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Chilled_Water_Differential_Pressure_Deadband_Setpoint.json deleted file mode 100644 index 67f8d197f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Chilled_Water_Differential_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Differential", - "Deadband", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Deadband_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Differential_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Differential_Pressure_Deadband_Setpoint.json deleted file mode 100644 index a8ac8d7f7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Differential_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Entering_Water_Differential_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Entering_Water_Differential_Pressure_Deadband_Setpoint.json deleted file mode 100644 index 88b923b30..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Entering_Water_Differential_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Differential_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Entering", - "Differential", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Differential Pressure Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Deadband_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Hot_Water_Differential_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Hot_Water_Differential_Pressure_Deadband_Setpoint.json deleted file mode 100644 index 592462a5c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Hot_Water_Differential_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Hot", - "Differential", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Differential Pressure Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Deadband_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Leaving_Water_Differential_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Leaving_Water_Differential_Pressure_Deadband_Setpoint.json deleted file mode 100644 index a10e39d4e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Deadband_Setpoint/Leaving_Water_Differential_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Differential_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Pressure", - "Point", - "Leaving", - "Differential", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Differential Pressure Deadband Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Deadband_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint.json deleted file mode 100644 index d882ec835..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Air Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Discharge_Air_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Discharge_Air_Differential_Pressure_Setpoint.json deleted file mode 100644 index eec8beed6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Discharge_Air_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Pressure", - "Point", - "Discharge", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Exhaust_Air_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Exhaust_Air_Differential_Pressure_Setpoint.json deleted file mode 100644 index 54f29c10c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Exhaust_Air_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Pressure", - "Point", - "Exhaust", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Return_Air_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Return_Air_Differential_Pressure_Setpoint.json deleted file mode 100644 index e6b6bd3b4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Return_Air_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Return", - "Pressure", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Supply_Air_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Supply_Air_Differential_Pressure_Setpoint.json deleted file mode 100644 index 307cb8dcb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Air_Differential_Pressure_Setpoint/Supply_Air_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Pressure", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Differential_Pressure_Setpoint.json deleted file mode 100644 index 1e64ac723..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint.json deleted file mode 100644 index 8e5484686..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint/Load_Shed_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Shed_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Load Shed Differential Pressure Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Load_Shed_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Load_Shed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Load_Shed_Setpoint.json deleted file mode 100644 index e72bedfb5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Load_Shed_Setpoint.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Load_Shed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Shed", - "Setpoint", - "Pressure", - "Point", - "Load", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Load Shed Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Load_Shed_Differential_Pressure_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint.json deleted file mode 100644 index ff789c8bb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint/Chilled_Water_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint.json deleted file mode 100644 index 645b3751d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint.json deleted file mode 100644 index b5b75c543..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Hot_Water_Differential_Pressure_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Pressure", - "Point", - "Medium", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Medium Temperature Hot Water Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint.json deleted file mode 100644 index 780b59ebc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint/Water_Differential_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Differential_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Water Differential Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Setpoint.json deleted file mode 100644 index fb188711a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Differential Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Speed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Speed_Setpoint.json deleted file mode 100644 index 8e33d2128..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Speed_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Speed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Setpoint", - "Point", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Differential Speed Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Air_Temperature_Setpoint.json deleted file mode 100644 index 4454f24ff..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Differential Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Temperature_Setpoint.json deleted file mode 100644 index 1d1e01b8d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Differential_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Differential Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Water_Differential_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Water_Differential_Temperature_Setpoint.json deleted file mode 100644 index 285333e27..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Differential_Temperature_Setpoint/Water_Differential_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Differential_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Water Differential Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint.json deleted file mode 100644 index 8c2353b2e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Shed", - "Setpoint", - "Pressure", - "Point", - "Medium", - "Load", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Medium Temperature Hot Water Differential Pressure Load Shed Set" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index e6b6d36a7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Reset", - "Point", - "High", - "Discharge", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Reset_Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index d066d0490..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Reset", - "Point", - "Low", - "Discharge", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Reset_Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint.json deleted file mode 100644 index 4c7b1985a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint/Discharge_Air_Temperature_Reset_Differential_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Reset_Differential_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Reset Differential Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Differential_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Supply_Air_Temperature_Reset_Differential_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Supply_Air_Temperature_Reset_Differential_Setpoint.json deleted file mode 100644 index f39a784be..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Supply_Air_Temperature_Reset_Differential_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Reset_Differential_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Reset", - "Point", - "Differential", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature Reset Differential Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Differential_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Temperature_Differential_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Temperature_Differential_Reset_Setpoint.json deleted file mode 100644 index 08ea39352..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Differential_Setpoint/Temperature_Differential_Reset_Setpoint/Temperature_Differential_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Differential_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Differential Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Enthalpy_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Enthalpy_Setpoint.json deleted file mode 100644 index 1bc1e19a3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Enthalpy_Setpoint.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enthalpy_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Enthalpy" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enthalpy Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Deadband_Setpoint/Air_Flow_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Deadband_Setpoint/Air_Flow_Deadband_Setpoint.json deleted file mode 100644 index 48fe11db8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Deadband_Setpoint/Air_Flow_Deadband_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Air_Flow_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Air_Flow_Demand_Setpoint.json deleted file mode 100644 index 758574ed2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Air_Flow_Demand_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Demand_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Demand Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Demand_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Discharge_Air_Flow_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Discharge_Air_Flow_Demand_Setpoint.json deleted file mode 100644 index 6dccd0e63..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Discharge_Air_Flow_Demand_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Demand_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Flow", - "Discharge", - "Demand", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Flow Demand Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Demand_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Supply_Air_Flow_Demand_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Supply_Air_Flow_Demand_Setpoint.json deleted file mode 100644 index e6dca9589..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Demand_Setpoint/Supply_Air_Flow_Demand_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Demand_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Flow", - "Demand", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Flow Demand Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Demand_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Setpoint.json deleted file mode 100644 index 1075fb653..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index 2e7b8e4fc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Discharge Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Occupied_Cooling_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Occupied_Cooling_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index c6a42210f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Occupied_Cooling_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Cooling_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Occupied", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Cooling Discharge Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Discharge_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Unoccupied_Cooling_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Unoccupied_Cooling_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index eb90338e2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Cooling_Discharge_Air_Flow_Setpoint/Unoccupied_Cooling_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Cooling_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Flow", - "Discharge", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Cooling Discharge Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Discharge_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index 5518600be..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index b2864dd60..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Heating Discharge Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Occupied_Heating_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Occupied_Heating_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index 19925a0c8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Occupied_Heating_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Heating_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Occupied", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Heating Discharge Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Discharge_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Unoccupied_Heating_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Unoccupied_Heating_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index d843017cf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Heating_Discharge_Air_Flow_Setpoint/Unoccupied_Heating_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Heating_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Heat", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Heating Discharge Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Discharge_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index 7e289445b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint/Occupied_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Occupied Discharge Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint.json deleted file mode 100644 index e42404275..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint/Unoccupied_Discharge_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Discharge_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Unoccupied Discharge Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint.json deleted file mode 100644 index 4c76eb6ba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Deadband_Setpoint.json deleted file mode 100644 index c0c8fed4f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stack", - "Setpoint", - "Point", - "Flow", - "Exhaust", - "Deadband", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Stack Flow Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Flow_Deadband_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint.json deleted file mode 100644 index e2e0ecb76..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Exhaust_Air_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint/Exhaust_Air_Stack_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Stack_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Exhaust Air Stack Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Outside_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Outside_Air_Flow_Setpoint.json deleted file mode 100644 index d559219d3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Outside_Air_Flow_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Outside", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 7330e39b9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Supply Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Occupied_Cooling_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Occupied_Cooling_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index c121312d3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Occupied_Cooling_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Cooling_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Occupied", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Cooling Supply Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Supply_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Unoccupied_Cooling_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Unoccupied_Cooling_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index a734f3640..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Cooling_Supply_Air_Flow_Setpoint/Unoccupied_Cooling_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Cooling_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Flow", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Cooling Supply Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Supply_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 3ff6d2101..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Heating Supply Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Occupied_Heating_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Occupied_Heating_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 844f93bff..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Occupied_Heating_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Heating_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Occupied", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Heating Supply Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Supply_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Unoccupied_Heating_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Unoccupied_Heating_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 3e06a6ca9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Heating_Supply_Air_Flow_Setpoint/Unoccupied_Heating_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Heating_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Supply", - "Setpoint", - "Point", - "Heat", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Heating Supply Air Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Supply_Air_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 9e913e46a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint/Occupied_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Occupied Supply Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Supply_Air_Flow_Setpoint.json deleted file mode 100644 index aee92ca44..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint.json deleted file mode 100644 index 46b0f21b3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Air_Flow_Setpoint/Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint/Unoccupied_Supply_Air_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Supply_Air_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Unoccupied Supply Air Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Flow_Setpoint.json deleted file mode 100644 index 2f4b7c2e7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Bypass_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Bypass_Water_Flow_Setpoint.json deleted file mode 100644 index 57d52ef94..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Bypass_Water_Flow_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Flow", - "Bypass" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bypass Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint.json deleted file mode 100644 index 320602d99..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Entering_Chilled_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Entering_Chilled_Water_Flow_Setpoint.json deleted file mode 100644 index 3b96afcba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Entering_Chilled_Water_Flow_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Chilled_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Flow", - "Entering", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Chilled Water Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Leaving_Chilled_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Leaving_Chilled_Water_Flow_Setpoint.json deleted file mode 100644 index 24cfa24cd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Chilled_Water_Flow_Setpoint/Leaving_Chilled_Water_Flow_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Chilled_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Leaving", - "Flow", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Chilled Water Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Condenser_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Condenser_Water_Flow_Setpoint.json deleted file mode 100644 index efec1f1ea..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Condenser_Water_Flow_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Condenser_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Flow", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Condenser Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Hot_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Hot_Water_Flow_Setpoint.json deleted file mode 100644 index d34e3c776..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Hot_Water_Flow_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Hot", - "Flow", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Hot Water Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Water_Flow_Setpoint.json deleted file mode 100644 index cf03a9445..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Entering_Water_Flow_Setpoint/Entering_Water_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Entering Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Hot_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Hot_Water_Flow_Setpoint.json deleted file mode 100644 index 92bf84255..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Hot_Water_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Leaving_Hot_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Leaving_Hot_Water_Flow_Setpoint.json deleted file mode 100644 index 641b26b24..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Hot_Water_Flow_Setpoint/Leaving_Hot_Water_Flow_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Flow_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Setpoint", - "Point", - "Leaving", - "Hot", - "Flow" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Hot Water Flow Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Hot_Water_Flow_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint.json deleted file mode 100644 index acba3b34c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint/Leaving_Water_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Water_Flow_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Water_Flow_Setpoint.json deleted file mode 100644 index 6da4112a3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Flow_Setpoint/Water_Flow_Setpoint/Water_Flow_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Flow_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Water Flow Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Flow_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Frequency_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Frequency_Setpoint.json deleted file mode 100644 index ac4cb4549..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Frequency_Setpoint.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Frequency_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Frequency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Frequency Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Building_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Building_Air_Humidity_Setpoint.json deleted file mode 100644 index 07a29a985..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Building_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Humidity", - "Building", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Bypass_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Bypass_Air_Humidity_Setpoint.json deleted file mode 100644 index dc7d4e152..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Bypass_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Bypass_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Humidity", - "Bypass", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Bypass Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Discharge_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Discharge_Air_Humidity_Setpoint.json deleted file mode 100644 index 30bce97f9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Discharge_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Humidity", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Exhaust_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Exhaust_Air_Humidity_Setpoint.json deleted file mode 100644 index 1514602fb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Exhaust_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Humidity", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Humidity_Setpoint.json deleted file mode 100644 index a15eb1a64..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Humidity_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Mixed_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Mixed_Air_Humidity_Setpoint.json deleted file mode 100644 index 536a0af88..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Mixed_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Mixed", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Occupied_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Occupied_Humidity_Setpoint.json deleted file mode 100644 index 5972ae39a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Occupied_Humidity_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Occupied", - "Humidity" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Outside_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Outside_Air_Humidity_Setpoint.json deleted file mode 100644 index 04562660f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Outside_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Outside", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Return_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Return_Air_Humidity_Setpoint.json deleted file mode 100644 index 49088a32c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Return_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Return", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Supply_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Supply_Air_Humidity_Setpoint.json deleted file mode 100644 index 503f759ff..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Supply_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Unoccupied_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Unoccupied_Humidity_Setpoint.json deleted file mode 100644 index a5d8c088c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Unoccupied_Humidity_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Setpoint", - "Point", - "Humidity" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Zone_Air_Humidity_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Zone_Air_Humidity_Setpoint.json deleted file mode 100644 index 90c652218..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Humidity_Setpoint/Zone_Air_Humidity_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Humidity_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Setpoint", - "Point", - "Humidity", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Humidity Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Humidity_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Illuminance_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Illuminance_Setpoint.json deleted file mode 100644 index e763c6ddc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Illuminance_Setpoint.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Illuminance_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Illuminance" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Illuminance Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Setpoint.json deleted file mode 100644 index e8f6cafd1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Load Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json deleted file mode 100644 index 56da65b02..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Shed", - "Setpoint", - "Pressure", - "Point", - "Medium", - "Load", - "Hot", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Medium Temperature Hot Water Temperature Load Shed Setp" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json deleted file mode 100644 index 1795e1d62..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Shed", - "Setpoint", - "Pressure", - "Point", - "Medium", - "Load", - "Leaving", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Medium Temperature Hot Water Temperature Load Shed Setpo" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Load_Shed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Load_Shed_Setpoint.json deleted file mode 100644 index 9f3219ba6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Load_Setpoint/Load_Shed_Setpoint/Load_Shed_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Shed_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Load Shed Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Luminance_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Luminance_Setpoint.json deleted file mode 100644 index 502ea0032..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Luminance_Setpoint.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Luminance_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Point", - "Luminance" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Luminance Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Pressure_Setpoint.json deleted file mode 100644 index a58421615..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Building_Air_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Building_Air_Static_Pressure_Setpoint.json deleted file mode 100644 index b7542c189..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Building_Air_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Building_Air_Static_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Building", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Building Air Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Chilled_Water_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Chilled_Water_Static_Pressure_Setpoint.json deleted file mode 100644 index 770fd6458..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Chilled_Water_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Static_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Static", - "Setpoint", - "Pressure", - "Point", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Deadband_Setpoint.json deleted file mode 100644 index 5c34c8a39..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Discharge", - "Deadband", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Static Pressure Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Static_Pressure_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint.json deleted file mode 100644 index db5560329..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint/Discharge_Air_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Static_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Exhaust_Air_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Exhaust_Air_Static_Pressure_Setpoint.json deleted file mode 100644 index c4759a075..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Exhaust_Air_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Exhaust_Air_Static_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Static", - "Setpoint", - "Pressure", - "Point", - "Exhaust", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Exhaust Air Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Hot_Water_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Hot_Water_Static_Pressure_Setpoint.json deleted file mode 100644 index 9a9bc7def..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Hot_Water_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Static_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Static", - "Setpoint", - "Pressure", - "Point", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Static_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Static_Pressure_Deadband_Setpoint.json deleted file mode 100644 index ebc6a1b41..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Static_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Deadband_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Supply_Air_Static_Pressure_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Supply_Air_Static_Pressure_Deadband_Setpoint.json deleted file mode 100644 index a97f7ecb9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Deadband_Setpoint/Supply_Air_Static_Pressure_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Static", - "Setpoint", - "Pressure", - "Point", - "Deadband", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Static Pressure Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Static_Pressure_Deadband_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Setpoint.json deleted file mode 100644 index 382b18906..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Static_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint.json deleted file mode 100644 index a3faf729c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint/Supply_Air_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Static_Pressure_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Underfloor_Air_Plenum_Static_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Underfloor_Air_Plenum_Static_Pressure_Setpoint.json deleted file mode 100644 index b8ca76a77..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Static_Pressure_Setpoint/Underfloor_Air_Plenum_Static_Pressure_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Underfloor_Air_Plenum_Static_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Underfloor", - "Static", - "Setpoint", - "Pressure", - "Plenum", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Underfloor Air Plenum Static Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Static_Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Velocity_Pressure_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Velocity_Pressure_Setpoint.json deleted file mode 100644 index ecfbcf537..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Pressure_Setpoint/Velocity_Pressure_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Velocity_Pressure_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Velocity", - "Setpoint", - "Pressure", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Velocity Pressure Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_High_Reset_Setpoint.json deleted file mode 100644 index 17e70b845..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_High_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Reset", - "Point", - "High", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Flow High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Low_Reset_Setpoint.json deleted file mode 100644 index 6321fd485..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Low_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Setpoint", - "Reset", - "Point", - "Low", - "Flow", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Flow Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint.json deleted file mode 100644 index e8effa7eb..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint/Discharge_Air_Flow_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Flow_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Flow Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Reset_Setpoint.json deleted file mode 100644 index 641dd1767..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_High_Reset_Setpoint.json deleted file mode 100644 index b7919f3c9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_High_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Reset", - "Point", - "High", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Flow High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Low_Reset_Setpoint.json deleted file mode 100644 index 4bd6a9163..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Low_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Setpoint", - "Reset", - "Point", - "Low", - "Flow", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Flow Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint.json deleted file mode 100644 index dd033af51..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint/Supply_Air_Flow_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Flow_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Flow Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index fdbb253b5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Entering Hot Water Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index 23c3b91e3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Entering_Hot_Water_Temperature_High_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Reset", - "Point", - "Medium", - "Hot", - "High", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Medium Temperature Hot Water Temperature High Reset Set" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index 31fbf1bba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Hot Water Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index 75238d52d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Leaving_Hot_Water_Temperature_High_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Medium_Temperature_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Reset", - "Point", - "Medium", - "Leaving", - "Hot", - "High" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Medium Temperature Hot Water Temperature High Reset Setp" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Outside_Air_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Outside_Air_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index 894ef001a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Outside_Air_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Reset", - "Point", - "Outside", - "High", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Return_Air_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Return_Air_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index a8540ef49..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Return_Air_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Return", - "Reset", - "Point", - "High", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Supply_Air_Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Supply_Air_Temperature_High_Reset_Setpoint.json deleted file mode 100644 index 9e1c18d06..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Supply_Air_Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Reset", - "Point", - "High", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Temperature_High_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Temperature_High_Reset_Setpoint.json deleted file mode 100644 index cc3033e78..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_High_Reset_Setpoint/Temperature_High_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_High_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Temperature High Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index 1f8d33c59..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Entering Hot Water Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index 5c4ef872e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Entering_Hot_Water_Temperature_Low_Reset_Setpoint/Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Reset", - "Point", - "Medium", - "Low", - "Hot", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Medium Temperature Hot Water Temperature Low Reset Setp" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index de08cb890..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Hot Water Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index b21af9ed1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Leaving_Hot_Water_Temperature_Low_Reset_Setpoint/Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Reset", - "Point", - "Medium", - "Low", - "Leaving", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Medium Temperature Hot Water Temperature Low Reset Setpo" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Outside_Air_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Outside_Air_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index 63489d1a5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Outside_Air_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Reset", - "Point", - "Outside", - "Low", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Return_Air_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Return_Air_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index 757184b85..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Return_Air_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Return", - "Reset", - "Point", - "Low", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Return Air Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Supply_Air_Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Supply_Air_Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index 08dc4e4f8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Supply_Air_Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Reset", - "Point", - "Low", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Temperature_Low_Reset_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Temperature_Low_Reset_Setpoint.json deleted file mode 100644 index bd2a78dd2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Reset_Setpoint/Temperature_Low_Reset_Setpoint/Temperature_Low_Reset_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Low_Reset_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Low Reset Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Reset_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Setpoint.json deleted file mode 100644 index 97a8c15dc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Rated_Speed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Rated_Speed_Setpoint.json deleted file mode 100644 index 82539447c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Rated_Speed_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Rated_Speed_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Speed", - "Setpoint", - "Rated", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Rated Speed Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Speed_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Speed_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Speed_Setpoint.json deleted file mode 100644 index 6c9bcd076..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Speed_Setpoint/Speed_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Speed Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Air_Temperature_Setpoint.json deleted file mode 100644 index fb108b3b4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Cooling_Discharge_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Cooling_Discharge_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index c5c3995ed..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Cooling_Discharge_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Discharge_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Discharge", - "Deadband", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Discharge Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Cooling_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint.json deleted file mode 100644 index 3d363cb64..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint/Discharge_Air_Temperature_Cooling_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Cooling_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Cooling Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index ea8488a8d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Heating_Discharge_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Heating_Discharge_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 113644177..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Deadband_Setpoint/Heating_Discharge_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Discharge_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Heat", - "Discharge", - "Deadband", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Discharge Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Heating_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Deadband_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Heating_Setpoint/Discharge_Air_Temperature_Heating_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Heating_Setpoint/Discharge_Air_Temperature_Heating_Setpoint.json deleted file mode 100644 index fe1043462..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Heating_Setpoint/Discharge_Air_Temperature_Heating_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Heating_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Heating Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint.json deleted file mode 100644 index ea4d7b1a7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Discharge Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Effective_Discharge_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Effective_Discharge_Air_Temperature_Setpoint.json deleted file mode 100644 index 12bb208db..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Effective_Discharge_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Discharge_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Effective", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Discharge Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Occupied_Discharge_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Occupied_Discharge_Air_Temperature_Setpoint.json deleted file mode 100644 index 096967900..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Occupied_Discharge_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Discharge_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Discharge Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Unoccupied_Discharge_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Unoccupied_Discharge_Air_Temperature_Setpoint.json deleted file mode 100644 index 84ae586ec..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Discharge_Air_Temperature_Setpoint/Unoccupied_Discharge_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Discharge_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Discharge Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Discharge_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Cooling_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Cooling_Setpoint.json deleted file mode 100644 index ea880c179..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Cooling_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Cooling_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Effective", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Air Temperature Cooling Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Heating_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Heating_Setpoint.json deleted file mode 100644 index 567041803..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Heating_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Heating_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Heat", - "Effective", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Air Temperature Heating Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint.json deleted file mode 100644 index c01ed50c8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Effective Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Return_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Return_Air_Temperature_Setpoint.json deleted file mode 100644 index f58a0e435..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Return_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Return_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Return", - "Point", - "Heat", - "Effective", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Return Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Room_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Room_Air_Temperature_Setpoint.json deleted file mode 100644 index da3f6ec5a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Room_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Room_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Room", - "Point", - "Heat", - "Effective", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Room Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Room_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Supply_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Supply_Air_Temperature_Setpoint.json deleted file mode 100644 index 8f91bb58d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Supply_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Supply_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Heat", - "Effective", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Supply Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Zone_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Zone_Air_Temperature_Setpoint.json deleted file mode 100644 index 067e50ec6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Effective_Air_Temperature_Setpoint/Effective_Zone_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Effective_Zone_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Setpoint", - "Point", - "Heat", - "Effective", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Effective Zone Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Effective_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Max_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Max_Air_Temperature_Setpoint.json deleted file mode 100644 index bd2f2f2cc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Max_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Max", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Min_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Min_Air_Temperature_Setpoint.json deleted file mode 100644 index eeefa99bc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Min_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Min", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Mixed_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Mixed_Air_Temperature_Setpoint.json deleted file mode 100644 index b0fc4e50b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Mixed_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mixed_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Mixed", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Mixed Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Cooling_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Cooling_Setpoint.json deleted file mode 100644 index 7a1e1658f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Cooling_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Cooling_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Air Temperature Cooling Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Heating_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Heating_Setpoint.json deleted file mode 100644 index d2ec36f9a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Heating_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Heating_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Air Temperature Heating Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint.json deleted file mode 100644 index 3a3e648fd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Occupied Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Return_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Return_Air_Temperature_Setpoint.json deleted file mode 100644 index 68bc5e45d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Return_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Return_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Return", - "Point", - "Occupied", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Return Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Room_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Room_Air_Temperature_Setpoint.json deleted file mode 100644 index d5180d11c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Room_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Room_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Room", - "Point", - "Occupied", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Room Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Room_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Supply_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Supply_Air_Temperature_Setpoint.json deleted file mode 100644 index d59952592..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Supply_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Supply_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Occupied", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Supply Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Zone_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Zone_Air_Temperature_Setpoint.json deleted file mode 100644 index 33848fd75..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Occupied_Air_Temperature_Setpoint/Occupied_Zone_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Zone_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Zone Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Occupied_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json deleted file mode 100644 index 967ad791b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Hot_Water_System_Outside_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "System", - "Setpoint", - "Point", - "Outside", - "Hot", - "Disable", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Hot Water System Outside Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json deleted file mode 100644 index bb5af195f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Hot_Water_System_Outside_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "System", - "Setpoint", - "Point", - "Outside", - "Hot", - "Enable", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Enable Hot Water System Outside Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Low_Outside_Air_Temperature_Enable_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Low_Outside_Air_Temperature_Enable_Setpoint.json deleted file mode 100644 index a8a7a9b66..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Low_Outside_Air_Temperature_Enable_Setpoint.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Low_Outside_Air_Temperature_Enable_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Outside", - "Low", - "Enable", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Low Outside Air Temperature Enable Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Open_Heating_Valve_Outside_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Open_Heating_Valve_Outside_Air_Temperature_Setpoint.json deleted file mode 100644 index dd5b94cc8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Open_Heating_Valve_Outside_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Open_Heating_Valve_Outside_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Temperature", - "Setpoint", - "Point", - "Outside", - "Open", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Open Heating Valve Outside Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Lockout_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Lockout_Temperature_Setpoint.json deleted file mode 100644 index 145f0a3f0..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Lockout_Temperature_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Lockout_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Outside", - "Lockout", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Air Lockout Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint.json deleted file mode 100644 index abac73685..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint/Outside_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Outside Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint.json deleted file mode 100644 index 1a956d9cf..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Return Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Unoccupied_Return_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Unoccupied_Return_Air_Temperature_Setpoint.json deleted file mode 100644 index c2ef2453a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Return_Air_Temperature_Setpoint/Unoccupied_Return_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Return_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Return", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Return Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Return_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint.json deleted file mode 100644 index c83f00c9e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Room_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Room Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Unoccupied_Room_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Unoccupied_Room_Air_Temperature_Setpoint.json deleted file mode 100644 index 1aa7d68ee..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Room_Air_Temperature_Setpoint/Unoccupied_Room_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Room_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Room", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Room Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Room_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Cooling_Supply_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Cooling_Supply_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 7710ccf15..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Cooling_Supply_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Supply_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Deadband", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Supply Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Heating_Supply_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Heating_Supply_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 67359249a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Heating_Supply_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Supply_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Heat", - "Deadband", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Supply Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Supply_Air_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Supply_Air_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 311866b57..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Deadband_Setpoint/Supply_Air_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Cooling_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Cooling_Setpoint.json deleted file mode 100644 index 44a5d8169..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Cooling_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Cooling_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature Cooling Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Heating_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Heating_Setpoint.json deleted file mode 100644 index 1d44fca51..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Heating_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Heating_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Supply", - "Setpoint", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Temperature Heating Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint.json deleted file mode 100644 index 18208350e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Supply Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Unoccupied_Supply_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Unoccupied_Supply_Air_Temperature_Setpoint.json deleted file mode 100644 index b5ebb7148..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Supply_Air_Temperature_Setpoint/Unoccupied_Supply_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Supply_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Supply", - "Setpoint", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Supply Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Supply_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Cooling_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Cooling_Setpoint.json deleted file mode 100644 index 124d2b042..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Cooling_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Cooling_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Air Temperature Cooling Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Heating_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Heating_Setpoint.json deleted file mode 100644 index 686d5989d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Heating_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Heating_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Air Temperature Heating Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint.json deleted file mode 100644 index 6f12a8324..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Unoccupied Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Zone_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Zone_Air_Temperature_Setpoint.json deleted file mode 100644 index 2cfe3fd2c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Unoccupied_Air_Temperature_Setpoint/Unoccupied_Zone_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Zone_Air_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Heat", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Zone Air Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Unoccupied_Air_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Cooling_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Cooling_Temperature_Setpoint.json deleted file mode 100644 index ed1a4a866..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Cooling_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Cooling_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Setpoint", - "Point", - "Cool", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Cooling Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Heating_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Heating_Temperature_Setpoint.json deleted file mode 100644 index 78191e41f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Heating_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Heating_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Temperature", - "Setpoint", - "Point", - "Heating", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Heating Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint.json deleted file mode 100644 index bcbf68fb1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint/Zone_Air_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Zone Air Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Air_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Cooling_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Cooling_Temperature_Setpoint.json deleted file mode 100644 index 1baf91cf5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Cooling_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 20d74dc6e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Cooling_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Deadband", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Cooling Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Setpoint.json deleted file mode 100644 index fbb12a391..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Occupied_Cooling_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Cooling_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Cooling Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 27de779b7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Cooling_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Deadband", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Cooling Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Setpoint.json deleted file mode 100644 index 8776e0fca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Cooling_Temperature_Setpoint/Unoccupied_Cooling_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Cooling_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Cooling Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Cooling_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Heating_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Heating_Temperature_Setpoint.json deleted file mode 100644 index 36188c00c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Heating_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Heating Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 35d0d7577..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Heating_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Heat", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Heating Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Setpoint.json deleted file mode 100644 index cdb92cd44..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Occupied_Heating_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Heating_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Occupied", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Heating Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Deadband_Setpoint.json deleted file mode 100644 index d94025b6f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Heating_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Heat", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Heating Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Setpoint.json deleted file mode 100644 index 59e12b85e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Heating_Temperature_Setpoint/Unoccupied_Heating_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Heating_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Temperature", - "Setpoint", - "Point", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Heating Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Heating_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Core_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Core_Temperature_Setpoint.json deleted file mode 100644 index d559f9d7e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Core_Temperature_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Core_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Point", - "Core" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Core Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Embedded_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Embedded_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Embedded_Temperature_Setpoint.json deleted file mode 100644 index 44a0df5ea..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Embedded_Temperature_Setpoint/Embedded_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Embedded_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Embedded Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Inside_Face_Surface_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Inside_Face_Surface_Temperature_Setpoint.json deleted file mode 100644 index 670d0973f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Inside_Face_Surface_Temperature_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Inside_Face_Surface_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Surface", - "Setpoint", - "Point", - "Inside", - "Face" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Inside Face Surface Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Outside_Face_Surface_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Outside_Face_Surface_Temperature_Setpoint.json deleted file mode 100644 index 7bd49ba8b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Outside_Face_Surface_Temperature_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Outside_Face_Surface_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Surface", - "Setpoint", - "Point", - "Outside", - "Face" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Outside Face Surface Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint.json deleted file mode 100644 index 2a5dbae84..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint/Radiant_Panel_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Radiant_Panel_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Radiant Panel Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Schedule_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Schedule_Temperature_Setpoint.json deleted file mode 100644 index 89d72dc3a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Schedule_Temperature_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Schedule_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Setpoint", - "Schedule", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Schedule Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Temperature_Setpoint.json deleted file mode 100644 index 0369d4959..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint.json deleted file mode 100644 index c9e047b06..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Entering_Chilled_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Entering_Chilled_Water_Temperature_Setpoint.json deleted file mode 100644 index f0520fba8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Entering_Chilled_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Chilled_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Entering", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Chilled Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Leaving_Chilled_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Leaving_Chilled_Water_Temperature_Setpoint.json deleted file mode 100644 index 29b5393d4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Chilled_Water_Temperature_Setpoint/Leaving_Chilled_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Chilled_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Leaving", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Chilled Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Chilled_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index 8bebd4492..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Hot", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Hot Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Hot_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Deadband_Setpoint.json deleted file mode 100644 index 6c7a58b28..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Entering", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Water Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint.json deleted file mode 100644 index 6d0173fb9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint/Entering_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Entering Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index 5e97c98de..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Domestic Hot Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Hot_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Entering_Domestic_Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Entering_Domestic_Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index 19dc849c7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Entering_Domestic_Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Domestic_Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Hot", - "Entering", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Domestic Hot Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Entering_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Leaving_Domestic_Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Leaving_Domestic_Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index 8fff07ffe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Domestic_Hot_Water_Temperature_Setpoint/Leaving_Domestic_Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Domestic_Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Leaving", - "Hot", - "Domestic" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Domestic Hot Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Domestic_Hot_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index f4ec8f2d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Leaving_Hot_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Leaving_Hot_Water_Temperature_Setpoint.json deleted file mode 100644 index 9f12f3420..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Hot_Water_Temperature_Setpoint/Leaving_Hot_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Leaving", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Hot Water Temperature Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Hot_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Entering_Condenser_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Entering_Condenser_Water_Temperature_Setpoint.json deleted file mode 100644 index 0c79223e8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Entering_Condenser_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Condenser_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Entering", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Condenser Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Condenser_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Condenser_Water_Temperature_Setpoint.json deleted file mode 100644 index 92ff12bfe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Condenser_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Condenser_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Leaving", - "Condenser" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Condenser Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Deadband_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Deadband_Setpoint.json deleted file mode 100644 index c409ba4fc..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Deadband_Setpoint.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Deadband_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Leaving", - "Deadband" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Water Temperature Deadband Setpoint" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Temperature_Deadband_Setpoint;1", - "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint.json deleted file mode 100644 index 5b3a3c153..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint/Leaving_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Max_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Max_Water_Temperature_Setpoint.json deleted file mode 100644 index a23562d3a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Max_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Max_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Max" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Max Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Min_Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Min_Water_Temperature_Setpoint.json deleted file mode 100644 index 1add67c8e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Min_Water_Temperature_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Min_Water_Temperature_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Setpoint", - "Point", - "Min" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Min Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Water_Temperature_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Water_Temperature_Setpoint.json deleted file mode 100644 index b8be92144..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Temperature_Setpoint/Water_Temperature_Setpoint/Water_Temperature_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Water_Temperature_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Water Temperature Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Temperature_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Acceleration_Time_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Acceleration_Time_Setpoint.json deleted file mode 100644 index 4542fe07a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Acceleration_Time_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Acceleration_Time_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Setpoint", - "Point", - "Acceleration" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Acceleration Time Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Time_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Deceleration_Time_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Deceleration_Time_Setpoint.json deleted file mode 100644 index c82f03d48..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Deceleration_Time_Setpoint.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Deceleration_Time_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Time", - "Setpoint", - "Point", - "Deceleration" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Deceleration Time Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Time_Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Time_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Time_Setpoint.json deleted file mode 100644 index 847b5e27b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Time_Setpoint/Time_Setpoint.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Time_Setpoint;1", - "@type": "Interface", - "displayName": { - "en": "Time Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Setpoint/Voltage_Ratio_Setpoint.json b/Ontology/DTDLv3/Brick/Point/Setpoint/Voltage_Ratio_Setpoint.json deleted file mode 100644 index f88415e06..000000000 --- a/Ontology/DTDLv3/Brick/Point/Setpoint/Voltage_Ratio_Setpoint.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Voltage_Ratio_Setpoint;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Voltage", - "Setpoint", - "Ratio", - "Point", - "Electric" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Voltage Ratio Setpoint" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Setpoint;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Availability_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Availability_Status.json deleted file mode 100644 index 8a3b2472d..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Availability_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Availability_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Availability" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Availability Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Direction_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Direction_Status.json deleted file mode 100644 index 49d495a98..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Direction_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Direction_Status;1", - "@type": "Interface", - "displayName": { - "en": "Direction Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Motor_Direction_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Motor_Direction_Status.json deleted file mode 100644 index f82a2b12f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Direction_Status/Motor_Direction_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_Direction_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Motor", - "Direction" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor Direction Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Direction_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Disable_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Disable_Status.json deleted file mode 100644 index a9e1cbbde..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Disable_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Disable_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Disable" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Disable Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Drive_Ready_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Drive_Ready_Status.json deleted file mode 100644 index c8973397c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Drive_Ready_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Drive_Ready_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Ready", - "Point", - "Drive" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Drive Ready Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Emergency_Generator_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Emergency_Generator_Status.json deleted file mode 100644 index f9721007f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Emergency_Generator_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Generator_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Generator", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Generator Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Emergency_Push_Button_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Emergency_Push_Button_Status.json deleted file mode 100644 index df8a66362..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Emergency_Push_Button_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Push_Button_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Push", - "Point", - "Emergency", - "Button" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Push Button Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Enable_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Enable_Status.json deleted file mode 100644 index 54ab782e9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Enable_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Enable_Status;1", - "@type": "Interface", - "displayName": { - "en": "Enable Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Heat_Exchanger_System_Enable_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Heat_Exchanger_System_Enable_Status.json deleted file mode 100644 index 8b4c4ead3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Enable_Status/Heat_Exchanger_System_Enable_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heat_Exchanger_System_Enable_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Status", - "Point", - "Heat", - "Exchanger", - "Enable" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heat Exchanger System Enable Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:System_Status;1", - "dtmi:org:brickschema:schema:Brick:Enable_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Even_Month_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Even_Month_Status.json deleted file mode 100644 index bdde80a49..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Even_Month_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Even_Month_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Month", - "Even" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Even Month Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Fan_Status/Fan_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Fan_Status/Fan_Status.json deleted file mode 100644 index 76957a230..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Fan_Status/Fan_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_Status;1", - "@type": "Interface", - "displayName": { - "en": "Fan Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Fault_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Fault_Status.json deleted file mode 100644 index 68add6b71..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Fault_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fault_Status;1", - "@type": "Interface", - "displayName": { - "en": "Fault Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Humidifier_Fault_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Humidifier_Fault_Status.json deleted file mode 100644 index 427110b6f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Humidifier_Fault_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidifier_Fault_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Humidifier", - "Fault" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidifier Fault Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fault_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Last_Fault_Code_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Last_Fault_Code_Status.json deleted file mode 100644 index 71b6251b3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Fault_Status/Last_Fault_Code_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Last_Fault_Code_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Last", - "Fault", - "Code" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Last Fault Code Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Fault_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Filter_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Filter_Status.json deleted file mode 100644 index 6494734a6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Filter_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Filter_Status;1", - "@type": "Interface", - "displayName": { - "en": "Filter Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Pre_Filter_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Pre_Filter_Status.json deleted file mode 100644 index 9fc76f99e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Filter_Status/Pre_Filter_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pre_Filter_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Pre", - "Point", - "Filter" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pre Filter Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Filter_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Freeze_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Freeze_Status.json deleted file mode 100644 index ce891924f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Freeze_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Freeze_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Freeze" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Freeze Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Hold_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Hold_Status.json deleted file mode 100644 index d9608f906..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Hold_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hold_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Hold" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hold Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Lead_Lag_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Lead_Lag_Status.json deleted file mode 100644 index 9211f086f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Lead_Lag_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lead_Lag_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Lead", - "Lag" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lead Lag Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status.json deleted file mode 100644 index 8b0038f18..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Load_Shed_Reset_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Status", - "Shed", - "Reset", - "Pressure", - "Point", - "Load", - "Differential", - "Chilled" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Chilled Water Differential Pressure Load Shed Reset Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status.json deleted file mode 100644 index ba0077874..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status/Chilled_Water_Differential_Pressure_Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Chilled_Water_Differential_Pressure_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Chilled Water Differential Pressure Load Shed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Differential_Pressure_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Differential_Pressure_Load_Shed_Status.json deleted file mode 100644 index 719c67c57..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Differential_Pressure_Load_Shed_Status.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Differential Pressure Load Shed Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Pressure_Status;1", - "dtmi:org:brickschema:schema:Brick:Load_Shed_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json deleted file mode 100644 index bc3e54e10..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Load_Shed_Reset_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Status", - "Shed", - "Reset", - "Pressure", - "Point", - "Load", - "Hot", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Hot Water Differential Pressure Load Shed Reset Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status.json deleted file mode 100644 index d0a5460f2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status/Hot_Water_Differential_Pressure_Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Hot_Water_Differential_Pressure_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Hot Water Differential Pressure Load Shed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json deleted file mode 100644 index 1f68369e9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Reset_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "Status", - "Shed", - "Reset", - "Pressure", - "Point", - "Medium", - "Load", - "Differential" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Medium Temperature Hot Water Differential Pressure Load Shed Res" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status.json deleted file mode 100644 index e97d604d2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status/Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Medium_Temperature_Hot_Water_Differential_Pressure_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Medium Temperature Hot Water Differential Pressure Load Shed Sta" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Differential_Pressure_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status.json deleted file mode 100644 index 61e616420..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Entering Hot Water Temperature Load Shed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json deleted file mode 100644 index 4f3bfd35a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Entering_Hot_Water_Temperature_Load_Shed_Status/Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Entering_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Status", - "Shed", - "Point", - "Medium", - "Load", - "Hot", - "Entering" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Entering Medium Temperature Hot Water Temperature Load Shed Stat" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Entering_Hot_Water_Temperature_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status.json deleted file mode 100644 index a7492f666..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Leaving Hot Water Temperature Load Shed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json deleted file mode 100644 index 2b97bc823..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Leaving_Hot_Water_Temperature_Load_Shed_Status/Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Leaving_Medium_Temperature_Hot_Water_Temperature_Load_Shed_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Water", - "Temperature", - "Status", - "Shed", - "Point", - "Medium", - "Load", - "Leaving", - "Hot" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Leaving Medium Temperature Hot Water Temperature Load Shed Statu" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Leaving_Hot_Water_Temperature_Load_Shed_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Load_Shed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Load_Shed_Status.json deleted file mode 100644 index 1f0e3d0c9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Load_Shed_Status/Load_Shed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Load_Shed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Load Shed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Lockout_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Lockout_Status.json deleted file mode 100644 index 8070b8c0f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Lockout_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Lockout_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Lockout" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Lockout Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Manual_Auto_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Manual_Auto_Status.json deleted file mode 100644 index 56c1e846c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Manual_Auto_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Manual_Auto_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Manual", - "Auto" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Manual Auto Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Cooling_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Cooling_Mode_Status.json deleted file mode 100644 index aa261b17f..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Cooling_Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Cooling Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Occupied_Cooling_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Occupied_Cooling_Mode_Status.json deleted file mode 100644 index 38ba58ce1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Occupied_Cooling_Mode_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Cooling_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Occupied", - "Mode", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Cooling Mode Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Mode_Status;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Mode_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Unoccupied_Cooling_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Unoccupied_Cooling_Mode_Status.json deleted file mode 100644 index d94507c90..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Cooling_Mode_Status/Unoccupied_Cooling_Mode_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Cooling_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Status", - "Point", - "Mode", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Cooling Mode Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Mode_Status;1", - "dtmi:org:brickschema:schema:Brick:Cooling_Mode_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Heating_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Heating_Mode_Status.json deleted file mode 100644 index 859379854..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Heating_Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Heating Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Occupied_Heating_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Occupied_Heating_Mode_Status.json deleted file mode 100644 index 2536e2e34..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Occupied_Heating_Mode_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Heating_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Occupied", - "Mode", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Occupied Heating Mode Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Occupied_Mode_Status;1", - "dtmi:org:brickschema:schema:Brick:Heating_Mode_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Unoccupied_Heating_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Unoccupied_Heating_Mode_Status.json deleted file mode 100644 index b4af235e2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Heating_Mode_Status/Unoccupied_Heating_Mode_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Heating_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unoccupied", - "Status", - "Point", - "Mode", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Unoccupied Heating Mode Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Unoccupied_Mode_Status;1", - "dtmi:org:brickschema:schema:Brick:Heating_Mode_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Mode_Status.json deleted file mode 100644 index 1227ce039..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Occupied_Mode_Status/Occupied_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Occupied_Mode_Status/Occupied_Mode_Status.json deleted file mode 100644 index 18d7b41d7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Occupied_Mode_Status/Occupied_Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupied_Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Occupied Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Operating_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Operating_Mode_Status.json deleted file mode 100644 index 9cde0ff88..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Operating_Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Operating_Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Operating Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Vent_Operating_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Vent_Operating_Mode_Status.json deleted file mode 100644 index c60a5aa47..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Operating_Mode_Status/Vent_Operating_Mode_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Vent_Operating_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Vent", - "Status", - "Point", - "Operating", - "Mode" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Vent Operating Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Operating_Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Speed_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Speed_Mode_Status.json deleted file mode 100644 index 5c94b41cd..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Speed_Mode_Status.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Speed", - "Point", - "Mode" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Speed Mode Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Speed_Status;1", - "dtmi:org:brickschema:schema:Brick:Mode_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Unoccupied_Mode_Status/Unoccupied_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Unoccupied_Mode_Status/Unoccupied_Mode_Status.json deleted file mode 100644 index 5b22c9709..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Unoccupied_Mode_Status/Unoccupied_Mode_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Unoccupied_Mode_Status;1", - "@type": "Interface", - "displayName": { - "en": "Unoccupied Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Zone_Air_Conditioning_Mode_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Zone_Air_Conditioning_Mode_Status.json deleted file mode 100644 index c9ac3810a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Mode_Status/Zone_Air_Conditioning_Mode_Status.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Zone_Air_Conditioning_Mode_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Zone", - "Status", - "Point", - "Mode", - "Conditioning", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Zone Air Conditioning Mode Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Mode_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Occupancy_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Occupancy_Status.json deleted file mode 100644 index 2b5617a79..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Occupancy_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Occupancy_Status;1", - "@type": "Interface", - "displayName": { - "en": "Occupancy Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Temporary_Occupancy_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Temporary_Occupancy_Status.json deleted file mode 100644 index f8578c786..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Occupancy_Status/Temporary_Occupancy_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Temporary_Occupancy_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temporary", - "Status", - "Point", - "Occupancy" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Temporary Occupancy Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Occupancy_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_High_Temperature_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_High_Temperature_Status.json deleted file mode 100644 index 46713991b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_High_Temperature_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System_Activated_By_High_Temperature_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Temperature", - "System", - "Status", - "Power", - "Point", - "Off", - "High", - "Emergency" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Power Off System Activated By High Temperature Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status.json deleted file mode 100644 index cdb1d59f6..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System_Activated_By_Leak_Detection_System_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Status", - "Power", - "Point", - "Off", - "Leak", - "Emergency", - "Detection" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Power Off System Activated By Leak Detection System St" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Status.json deleted file mode 100644 index 98419bdf1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Emergency_Power_Off_System_Status/Emergency_Power_Off_System_Status.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Power_Off_System_Status;1", - "@type": "Interface", - "displayName": { - "en": "Emergency Power Off System Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:System_Status;1", - "dtmi:org:brickschema:schema:Brick:Off_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Off_Status.json deleted file mode 100644 index 15f9d5d0b..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Off_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Off_Status;1", - "@type": "Interface", - "displayName": { - "en": "Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Fan_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Fan_On_Off_Status.json deleted file mode 100644 index 43bc27d8a..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Fan_On_Off_Status.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Fan_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "On", - "Off", - "Fan" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Fan On Off Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "dtmi:org:brickschema:schema:Brick:Fan_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Locally_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Locally_On_Off_Status.json deleted file mode 100644 index 29382ec21..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Locally_On_Off_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Locally_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "On", - "Off", - "Locally" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Locally On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Motor_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Motor_On_Off_Status.json deleted file mode 100644 index 0c4ecc3ab..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Motor_On_Off_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Motor_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "On", - "Off", - "Motor" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Motor On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/On_Off_Status.json deleted file mode 100644 index 5913acd70..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/On_Off_Status.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@type": "Interface", - "displayName": { - "en": "On Off Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:On_Status;1", - "dtmi:org:brickschema:schema:Brick:Off_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Pump_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Pump_On_Off_Status.json deleted file mode 100644 index cb07e1697..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Pump_On_Off_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pump_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Pump", - "Point", - "On", - "Off" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pump On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Remotely_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Remotely_On_Off_Status.json deleted file mode 100644 index 07877da2c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Remotely_On_Off_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Remotely_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Remotely", - "Point", - "On", - "Off" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Remotely On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Glycool_Unit_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Glycool_Unit_On_Off_Status.json deleted file mode 100644 index b54d801f5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Glycool_Unit_On_Off_Status.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Standby_Glycool_Unit_On_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Unit", - "Status", - "Standby", - "Point", - "On", - "Off", - "Glycool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Standby Glycool Unit On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Standby_Unit_On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Unit_On_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Unit_On_Off_Status.json deleted file mode 100644 index 5c2d67a73..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Standby_Unit_On_Off_Status/Standby_Unit_On_Off_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Standby_Unit_On_Off_Status;1", - "@type": "Interface", - "displayName": { - "en": "Standby Unit On Off Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Cooling_Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Cooling_Start_Stop_Status.json deleted file mode 100644 index 52c7c8174..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Cooling_Start_Stop_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Cooling_Start_Stop_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Status", - "Start", - "Point", - "Cool" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Cooling Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Dehumidification_Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Dehumidification_Start_Stop_Status.json deleted file mode 100644 index 125678230..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Dehumidification_Start_Stop_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Dehumidification_Start_Stop_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Status", - "Start", - "Point", - "Dehumidification" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Dehumidification Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/EconCycle_Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/EconCycle_Start_Stop_Status.json deleted file mode 100644 index 52a574afe..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/EconCycle_Start_Stop_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:EconCycle_Start_Stop_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Status", - "Start", - "Point", - "Econcycle" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "EconCycle Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Heating_Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Heating_Start_Stop_Status.json deleted file mode 100644 index def133987..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Heating_Start_Stop_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Heating_Start_Stop_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Status", - "Start", - "Point", - "Heat" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Heating Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Humidification_Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Humidification_Start_Stop_Status.json deleted file mode 100644 index fb110f9ce..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Humidification_Start_Stop_Status.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Humidification_Start_Stop_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Stop", - "Status", - "Start", - "Point", - "Humidification" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Humidification Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Request_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Request_Status.json deleted file mode 100644 index a175e11e5..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Request_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Run_Request_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Run", - "Request", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Run Request Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Run_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Status.json deleted file mode 100644 index bb55df0c8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Run_Status/Run_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Run_Status;1", - "@type": "Interface", - "displayName": { - "en": "Run Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Start_Stop_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Start_Stop_Status.json deleted file mode 100644 index fedf4a203..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/On_Off_Status/Start_Stop_Status/Start_Stop_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Start_Stop_Status;1", - "@type": "Interface", - "displayName": { - "en": "Start Stop Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:On_Off_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Overridden_Off_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Overridden_Off_Status.json deleted file mode 100644 index a62705960..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Off_Status/Overridden_Off_Status.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Overridden_Off_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Overridden", - "Off" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Overridden Off Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Overridden_Status;1", - "dtmi:org:brickschema:schema:Brick:Off_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/On_Status/On_Status.json b/Ontology/DTDLv3/Brick/Point/Status/On_Status/On_Status.json deleted file mode 100644 index f538638a3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/On_Status/On_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:On_Status;1", - "@type": "Interface", - "displayName": { - "en": "On Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/On_Status/Overridden_On_Status.json b/Ontology/DTDLv3/Brick/Point/Status/On_Status/Overridden_On_Status.json deleted file mode 100644 index c43f5a384..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/On_Status/Overridden_On_Status.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Overridden_On_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Overridden", - "On" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Overridden On Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:Overridden_Status;1", - "dtmi:org:brickschema:schema:Brick:On_Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Open_Close_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Open_Close_Status.json deleted file mode 100644 index 63d18bab2..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Open_Close_Status.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Open_Close_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Point", - "Open", - "Close" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Open Close Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Overridden_Status/Overridden_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Overridden_Status/Overridden_Status.json deleted file mode 100644 index 23f785ed3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Overridden_Status/Overridden_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Overridden_Status;1", - "@type": "Interface", - "displayName": { - "en": "Overridden Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Discharge_Air_Duct_Pressure_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Discharge_Air_Duct_Pressure_Status.json deleted file mode 100644 index c6ca10621..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Discharge_Air_Duct_Pressure_Status.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Discharge_Air_Duct_Pressure_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Pressure", - "Point", - "Duct", - "Discharge", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Discharge Air Duct Pressure Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Pressure_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Pressure_Status.json deleted file mode 100644 index 932786db7..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Pressure_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pressure_Status;1", - "@type": "Interface", - "displayName": { - "en": "Pressure Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Supply_Air_Duct_Pressure_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Supply_Air_Duct_Pressure_Status.json deleted file mode 100644 index d2245796e..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Pressure_Status/Supply_Air_Duct_Pressure_Status.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Supply_Air_Duct_Pressure_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Supply", - "Status", - "Pressure", - "Point", - "Duct", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Supply Air Duct Pressure Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Pressure_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Pump_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Pump_Status.json deleted file mode 100644 index c83e2d0a8..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Pump_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Pump_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Pump", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Pump Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Speed_Status/Speed_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Speed_Status/Speed_Status.json deleted file mode 100644 index 55b0014c1..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Speed_Status/Speed_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Speed_Status;1", - "@type": "Interface", - "displayName": { - "en": "Speed Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Stages_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Stages_Status.json deleted file mode 100644 index ebd9468c3..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Stages_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Stages_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Status", - "Stages", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Stages Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Status.json b/Ontology/DTDLv3/Brick/Point/Status/Status.json deleted file mode 100644 index 485180713..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Status;1", - "@type": "Interface", - "displayName": { - "en": "Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Point;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Switch_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Switch_Status.json deleted file mode 100644 index 7641d415c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Switch_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Switch_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Switch", - "Status", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Switch Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/System_Status/Emergency_Air_Flow_System_Status.json b/Ontology/DTDLv3/Brick/Point/Status/System_Status/Emergency_Air_Flow_System_Status.json deleted file mode 100644 index fe53b586c..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/System_Status/Emergency_Air_Flow_System_Status.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Emergency_Air_Flow_System_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Status", - "Point", - "Flow", - "Emergency", - "Air" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Emergency Air Flow System Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:System_Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Shutdown_Status.json b/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Shutdown_Status.json deleted file mode 100644 index 5f1eb08d4..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Shutdown_Status.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:System_Shutdown_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "System", - "Status", - "Shutdown", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "System Shutdown Status" - }, - "extends": [ - "dtmi:org:brickschema:schema:Brick:System_Status;1", - "dtmi:org:brickschema:schema:Brick:Status;1" - ], - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Status.json b/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Status.json deleted file mode 100644 index 7edcd06b9..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/System_Status/System_Status.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:System_Status;1", - "@type": "Interface", - "displayName": { - "en": "System Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Thermostat_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Thermostat_Status.json deleted file mode 100644 index 7c1d1cd55..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Thermostat_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Thermostat_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Thermostat", - "Status", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Thermostat Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Tint_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Tint_Status.json deleted file mode 100644 index e870ff2ba..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Tint_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Tint_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Tint", - "Status", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Tint Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/Brick/Point/Status/Valve_Status.json b/Ontology/DTDLv3/Brick/Point/Status/Valve_Status.json deleted file mode 100644 index 1547cccca..000000000 --- a/Ontology/DTDLv3/Brick/Point/Status/Valve_Status.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "@id": "dtmi:org:brickschema:schema:Brick:Valve_Status;1", - "@type": "Interface", - "contents": [ - { - "@type": [ - "Initialized", - "Property" - ], - "description": { - "en": "Brick tags associated with this interface." - }, - "displayName": { - "en": "Tags" - }, - "initialValue": [ - "Valve", - "Status", - "Point" - ], - "name": "tags", - "schema": { - "@type": "Array", - "elementSchema": "string" - }, - "writable": false - } - ], - "displayName": { - "en": "Valve Status" - }, - "extends": "dtmi:org:brickschema:schema:Brick:Status;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Agent/Agent.json b/Ontology/DTDLv3/RealEstateCore/Agent/Agent.json deleted file mode 100644 index 0c09031d4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Agent/Agent.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Agent;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic Organization.isPartOf property." - }, - "displayName": { - "en": "is member of" - }, - "name": "isMemberOf", - "target": "dtmi:org:w3id:rec:Organization;1", - "writable": true - } - ], - "description": { - "en": "The human, group, or machine that consumes or acts upon an object or data. This higher-level grouping allows properties that are shared among its subclasses (Person, Organization, ....) to be anchored in one joint place, on the Agent class." - }, - "displayName": { - "en": "Agent" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Company.json b/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Company.json deleted file mode 100644 index 32a99b116..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Company.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Company;1", - "@type": "Interface", - "displayName": { - "en": "Company" - }, - "extends": "dtmi:org:w3id:rec:Organization;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Department.json b/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Department.json deleted file mode 100644 index fc39c6421..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Department.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Department;1", - "@type": "Interface", - "displayName": { - "en": "Department" - }, - "extends": "dtmi:org:w3id:rec:Organization;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Organization.json b/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Organization.json deleted file mode 100644 index 17ec9b365..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Agent/Organization/Organization.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Organization;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "description": { - "en": "URL link to an image/logo that represents the organization." - }, - "displayName": { - "en": "logo" - }, - "name": "logo", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates membership in an organization. Note that componency (e.g., departments of a corporation) are expressed using the more generic hasPart property." - }, - "displayName": { - "en": "has member" - }, - "name": "hasMember", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the more specific hasMember property." - }, - "displayName": { - "en": "has part" - }, - "name": "hasPart", - "target": "dtmi:org:w3id:rec:Organization;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates parthood relations in organizations (e.g., departments of a corporation). Note that membership in an organization is expressed using the Agent.isMemberOf property." - }, - "displayName": { - "en": "is part of" - }, - "name": "isPartOf", - "target": "dtmi:org:w3id:rec:Organization;1", - "writable": true - } - ], - "description": { - "en": "An organization of any sort (e.g., a business, association, project, consortium, tribe, etc.)" - }, - "displayName": { - "en": "Organization" - }, - "extends": "dtmi:org:w3id:rec:Agent;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Agent/Person.json b/Ontology/DTDLv3/RealEstateCore/Agent/Person.json deleted file mode 100644 index 495ef9c8e..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Agent/Person.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Person;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "name": "familyName", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "gender" - }, - "name": "gender", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "name": "givenName", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "URL link to an image that represents the person." - }, - "displayName": { - "en": "image" - }, - "name": "image", - "schema": "string", - "writable": true - } - ], - "description": { - "en": "A natural person (i.e., an individual human being)." - }, - "displayName": { - "en": "Person" - }, - "extends": "dtmi:org:w3id:rec:Agent;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/ArchitecturalAsset.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/ArchitecturalAsset.json deleted file mode 100644 index c5d4c06cf..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/ArchitecturalAsset.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ArchitecturalAsset;1", - "@type": "Interface", - "displayName": { - "en": "Architectural asset" - }, - "extends": "dtmi:org:w3id:rec:Asset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/AccessPanel.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/AccessPanel.json deleted file mode 100644 index e669a1978..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/AccessPanel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:AccessPanel;1", - "@type": "Interface", - "displayName": { - "en": "Access panel" - }, - "extends": "dtmi:org:w3id:rec:BarrierAsset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/BarrierAsset.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/BarrierAsset.json deleted file mode 100644 index a8a5ada88..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/BarrierAsset.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BarrierAsset;1", - "@type": "Interface", - "displayName": { - "en": "Barrier asset" - }, - "extends": "dtmi:org:w3id:rec:ArchitecturalAsset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Door.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Door.json deleted file mode 100644 index 065cace0b..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Door.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Door;1", - "@type": "Interface", - "displayName": { - "en": "Door" - }, - "extends": "dtmi:org:w3id:rec:BarrierAsset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Partition.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Partition.json deleted file mode 100644 index 8d86e2295..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Partition.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Partition;1", - "@type": "Interface", - "displayName": { - "en": "Partition" - }, - "extends": "dtmi:org:w3id:rec:BarrierAsset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Window.json b/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Window.json deleted file mode 100644 index 454c46912..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/ArchitecturalAsset/BarrierAsset/Window.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Window;1", - "@type": "Interface", - "displayName": { - "en": "Window" - }, - "extends": "dtmi:org:w3id:rec:BarrierAsset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Asset.json b/Ontology/DTDLv3/RealEstateCore/Asset/Asset.json deleted file mode 100644 index 2c02c018a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Asset.json +++ /dev/null @@ -1,268 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Asset;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "IP address" - }, - "name": "IPAddress", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "MAC address" - }, - "name": "MACAddress", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "asset tag" - }, - "name": "assetTag", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "commissioning date" - }, - "name": "commissioningDate", - "schema": "date", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "A GeoJSON Polygon coordinate listing representing the geometrical representation of the asset. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." - }, - "displayName": { - "en": "geometry" - }, - "name": "geometry", - "schema": "polygon", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "initial cost" - }, - "name": "initialCost", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "installation date" - }, - "name": "installationDate", - "schema": "date", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "maintenance interval" - }, - "name": "maintenanceInterval", - "schema": "duration", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "model number" - }, - "name": "modelNumber", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "serial number" - }, - "name": "serialNumber", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "turnover date" - }, - "name": "turnoverDate", - "schema": "date", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "weight" - }, - "name": "weight", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "commissioned by" - }, - "name": "commissionedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "documentation" - }, - "name": "documentation", - "target": "dtmi:org:w3id:rec:Document;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has part" - }, - "name": "hasPart", - "target": "dtmi:org:w3id:rec:Asset;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has point" - }, - "name": "hasPoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "installed by" - }, - "name": "installedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is part of" - }, - "name": "isPartOf", - "target": "dtmi:org:w3id:rec:Asset;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "located in" - }, - "name": "locatedIn", - "target": "dtmi:org:w3id:rec:Space;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "manufactured by" - }, - "name": "manufacturedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "An asset may be mounted on some part of the building construction (e.g., a blind on a facade, a camera on a wall, etc)." - }, - "displayName": { - "en": "mounted on" - }, - "maxMultiplicity": 1, - "name": "mountedOn", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "serviced by" - }, - "name": "servicedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - } - ], - "description": { - "en": "Something which is placed inside of a building, but is not an integral part of that building's structure; e.g., furniture, equipment, systems, etc." - }, - "displayName": { - "en": "Asset" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bed.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bed.json deleted file mode 100644 index 02b92fdea..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bed.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Bed;1", - "@type": "Interface", - "displayName": { - "en": "Bed" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bookcase.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bookcase.json deleted file mode 100644 index 78c1b8c03..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Bookcase.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Bookcase;1", - "@type": "Interface", - "displayName": { - "en": "Bookcase" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/BulletinBoard.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/BulletinBoard.json deleted file mode 100644 index be663bb50..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/BulletinBoard.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BulletinBoard;1", - "@type": "Interface", - "displayName": { - "en": "Bulletin board" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/Cart.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/Cart.json deleted file mode 100644 index 3e171725a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/Cart.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Cart;1", - "@type": "Interface", - "displayName": { - "en": "Cart" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/ComputerCart.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/ComputerCart.json deleted file mode 100644 index 9ebd0439c..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/ComputerCart.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ComputerCart;1", - "@type": "Interface", - "displayName": { - "en": "Computer cart" - }, - "extends": "dtmi:org:w3id:rec:Cart;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/MailroomCart.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/MailroomCart.json deleted file mode 100644 index ca027bb16..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/MailroomCart.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MailroomCart;1", - "@type": "Interface", - "displayName": { - "en": "Mailroom cart" - }, - "extends": "dtmi:org:w3id:rec:Cart;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/PrinterCart.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/PrinterCart.json deleted file mode 100644 index f7aa53b04..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Cart/PrinterCart.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PrinterCart;1", - "@type": "Interface", - "displayName": { - "en": "Printer cart" - }, - "extends": "dtmi:org:w3id:rec:Cart;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/Chair.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/Chair.json deleted file mode 100644 index dd0ea7ca6..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/Chair.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Chair;1", - "@type": "Interface", - "displayName": { - "en": "Chair" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/FoldingChair.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/FoldingChair.json deleted file mode 100644 index 29531bf42..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/FoldingChair.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FoldingChair;1", - "@type": "Interface", - "displayName": { - "en": "Folding chair" - }, - "extends": "dtmi:org:w3id:rec:Chair;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/OfficeChair.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/OfficeChair.json deleted file mode 100644 index ebe416842..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Chair/OfficeChair.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OfficeChair;1", - "@type": "Interface", - "displayName": { - "en": "Office chair" - }, - "extends": "dtmi:org:w3id:rec:Chair;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/CoatRack.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/CoatRack.json deleted file mode 100644 index 3faf87927..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/CoatRack.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CoatRack;1", - "@type": "Interface", - "displayName": { - "en": "Coat rack" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/Desk.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/Desk.json deleted file mode 100644 index 42b8db398..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/Desk.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Desk;1", - "@type": "Interface", - "displayName": { - "en": "Desk" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/MobileDesk.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/MobileDesk.json deleted file mode 100644 index e1c21295c..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Desk/MobileDesk.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MobileDesk;1", - "@type": "Interface", - "displayName": { - "en": "Mobile desk" - }, - "extends": "dtmi:org:w3id:rec:Desk;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FilingCabinet.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FilingCabinet.json deleted file mode 100644 index c868979f4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FilingCabinet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FilingCabinet;1", - "@type": "Interface", - "displayName": { - "en": "Filing cabinet" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FloorMat.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FloorMat.json deleted file mode 100644 index 207ffa3f0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/FloorMat.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FloorMat;1", - "@type": "Interface", - "displayName": { - "en": "Floor mat" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Footrest.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Footrest.json deleted file mode 100644 index 3b04317fe..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Footrest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Footrest;1", - "@type": "Interface", - "displayName": { - "en": "Footrest" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Furniture.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Furniture.json deleted file mode 100644 index 5042d5a99..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Furniture.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Furniture;1", - "@type": "Interface", - "displayName": { - "en": "Furniture" - }, - "extends": "dtmi:org:w3id:rec:Asset;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/DeskLamp.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/DeskLamp.json deleted file mode 100644 index f4323b885..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/DeskLamp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DeskLamp;1", - "@type": "Interface", - "displayName": { - "en": "Desk lamp" - }, - "extends": "dtmi:org:w3id:rec:Lamp;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/FloorLamp.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/FloorLamp.json deleted file mode 100644 index 28579de9e..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/FloorLamp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FloorLamp;1", - "@type": "Interface", - "displayName": { - "en": "Floor lamp" - }, - "extends": "dtmi:org:w3id:rec:Lamp;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/Lamp.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/Lamp.json deleted file mode 100644 index 376afb267..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Lamp/Lamp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Lamp;1", - "@type": "Interface", - "displayName": { - "en": "Lamp" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Safe.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Safe.json deleted file mode 100644 index dbd041b73..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Safe.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Safe;1", - "@type": "Interface", - "displayName": { - "en": "Safe" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Sofa.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Sofa.json deleted file mode 100644 index f93d40a69..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Sofa.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Sofa;1", - "@type": "Interface", - "displayName": { - "en": "Sofa" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/PrinterStand.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/PrinterStand.json deleted file mode 100644 index a19f5e6ed..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/PrinterStand.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PrinterStand;1", - "@type": "Interface", - "displayName": { - "en": "Printer stand" - }, - "extends": "dtmi:org:w3id:rec:Stand;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/Stand.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/Stand.json deleted file mode 100644 index fd2f2a22a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/Stand.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Stand;1", - "@type": "Interface", - "displayName": { - "en": "Stand" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/TVStand.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/TVStand.json deleted file mode 100644 index 2cc01c6f4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Stand/TVStand.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:TVStand;1", - "@type": "Interface", - "displayName": { - "en": "TV stand" - }, - "extends": "dtmi:org:w3id:rec:Stand;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/StorageCabinet.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/StorageCabinet.json deleted file mode 100644 index 776e6e3bc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/StorageCabinet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:StorageCabinet;1", - "@type": "Interface", - "displayName": { - "en": "Storage cabinet" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/CoffeeTable.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/CoffeeTable.json deleted file mode 100644 index 8b93da93d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/CoffeeTable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CoffeeTable;1", - "@type": "Interface", - "displayName": { - "en": "Coffee table" - }, - "extends": "dtmi:org:w3id:rec:Table;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ConferenceTable.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ConferenceTable.json deleted file mode 100644 index 8a84d088b..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ConferenceTable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ConferenceTable;1", - "@type": "Interface", - "displayName": { - "en": "Conference table" - }, - "extends": "dtmi:org:w3id:rec:Table;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/EndTable.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/EndTable.json deleted file mode 100644 index f50aa895a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/EndTable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:EndTable;1", - "@type": "Interface", - "displayName": { - "en": "End table" - }, - "extends": "dtmi:org:w3id:rec:Table;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/FoldingTable.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/FoldingTable.json deleted file mode 100644 index 2e4a1bf9a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/FoldingTable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FoldingTable;1", - "@type": "Interface", - "displayName": { - "en": "Folding table" - }, - "extends": "dtmi:org:w3id:rec:Table;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ReceptionTable.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ReceptionTable.json deleted file mode 100644 index 67a7fa649..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/ReceptionTable.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ReceptionTable;1", - "@type": "Interface", - "displayName": { - "en": "Reception table" - }, - "extends": "dtmi:org:w3id:rec:Table;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/Table.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/Table.json deleted file mode 100644 index d15042687..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/Table/Table.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Table;1", - "@type": "Interface", - "displayName": { - "en": "Table" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/WasteBasket.json b/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/WasteBasket.json deleted file mode 100644 index 00c293887..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Asset/Furniture/WasteBasket.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:WasteBasket;1", - "@type": "Interface", - "displayName": { - "en": "Waste basket" - }, - "extends": "dtmi:org:w3id:rec:Furniture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Balcony.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Balcony.json deleted file mode 100644 index cb12aee44..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Balcony.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Balcony;1", - "@type": "Interface", - "displayName": { - "en": "Balcony" - }, - "extends": "dtmi:org:w3id:rec:BuildingElement;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/BuildingElement.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/BuildingElement.json deleted file mode 100644 index 5974b8978..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/BuildingElement.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BuildingElement;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "documentation" - }, - "name": "documentation", - "target": "dtmi:org:w3id:rec:Document;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has part" - }, - "name": "hasPart", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is part of" - }, - "maxMultiplicity": 1, - "name": "isPartOf", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates the architected space (site, building, level, room...) in which this building element is placed." - }, - "displayName": { - "en": "located in" - }, - "maxMultiplicity": 1, - "name": "locatedIn", - "target": "dtmi:org:w3id:rec:Architecture;1", - "writable": true - } - ], - "description": { - "en": "A part that constitutes a piece of a building's structural makeup. E.g., Facade, Wall, Slab, Roof, etc." - }, - "displayName": { - "en": "Building element" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Facade.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Facade.json deleted file mode 100644 index d97ca6b37..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Facade.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Facade;1", - "@type": "Interface", - "displayName": { - "en": "Facade" - }, - "extends": "dtmi:org:w3id:rec:BuildingElement;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Roof.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Roof.json deleted file mode 100644 index b8242a5c9..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Roof.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Roof;1", - "@type": "Interface", - "displayName": { - "en": "Roof" - }, - "extends": "dtmi:org:w3id:rec:BuildingElement;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Slab.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Slab.json deleted file mode 100644 index c9940913f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Slab.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Slab;1", - "@type": "Interface", - "displayName": { - "en": "Slab" - }, - "extends": "dtmi:org:w3id:rec:BuildingElement;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/Wall.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/Wall.json deleted file mode 100644 index b9bcf0ecb..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/Wall.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Wall;1", - "@type": "Interface", - "displayName": { - "en": "Wall" - }, - "extends": "dtmi:org:w3id:rec:BuildingElement;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/WallInner.json b/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/WallInner.json deleted file mode 100644 index 577e778d0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/BuildingElement/Wall/WallInner.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:WallInner;1", - "@type": "Interface", - "displayName": { - "en": "Wall (inner)" - }, - "extends": "dtmi:org:w3id:rec:Wall;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/Apartment.json b/Ontology/DTDLv3/RealEstateCore/Collection/Apartment.json deleted file mode 100644 index 63e1eec19..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/Apartment.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Apartment;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:w3id:rec:Room;1", - "writable": true - } - ], - "displayName": { - "en": "Apartment" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/Campus.json b/Ontology/DTDLv3/RealEstateCore/Collection/Campus.json deleted file mode 100644 index e3fcc7748..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/Campus.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Campus;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:w3id:rec:Architecture;1", - "writable": true - } - ], - "description": { - "en": "A campus represents a collection of location entities. The constituent locations may have differing legal ownership and utilization purposes, but they are generally perceived as a coherent unit or sub-region within a city or other region. E.g., a university campus, a hospital campus, a corporate campus, etc." - }, - "displayName": { - "en": "Campus" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/Collection.json b/Ontology/DTDLv3/RealEstateCore/Collection/Collection.json deleted file mode 100644 index 30c0dd08d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/Collection.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Collection;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "documentation" - }, - "name": "documentation", - "target": "dtmi:org:w3id:rec:Document;1", - "writable": true - } - ], - "description": { - "en": "An administrative grouping of entities that are adressed and treated as a unit for some purpose. These entities may have some spatial arrangement (e.g., an apartment is typically contiguous) but that is not a requirement (see, e.g., a distributed campus consisting of spatially disjoint plots or buildings). Inclusion in a Collection is determined by the 'includes' field on a specific subclass." - }, - "displayName": { - "en": "Collection" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/EquipmentCollection.json b/Ontology/DTDLv3/RealEstateCore/Collection/EquipmentCollection.json deleted file mode 100644 index 47a103b2b..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/EquipmentCollection.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:EquipmentCollection;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "feeds" - }, - "name": "feeds", - "properties": { - "@type": "Property", - "displayName": { - "en": "substance" - }, - "name": "substance", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "ACElec", - "name": "ACElec" - }, - { - "enumValue": "Air", - "name": "Air" - }, - { - "enumValue": "BlowdownWater", - "name": "BlowdownWater" - }, - { - "enumValue": "ChilledWater", - "name": "ChilledWater" - }, - { - "enumValue": "ColdDomesticWater", - "name": "ColdDomesticWater" - }, - { - "enumValue": "Condensate", - "name": "Condensate" - }, - { - "enumValue": "CondenserWater", - "name": "CondenserWater" - }, - { - "enumValue": "DCElec", - "name": "DCElec" - }, - { - "enumValue": "Diesel", - "name": "Diesel" - }, - { - "enumValue": "DriveElec", - "name": "DriveElec" - }, - { - "enumValue": "Ethernet", - "name": "Ethernet" - }, - { - "enumValue": "ExhaustAir", - "name": "ExhaustAir" - }, - { - "enumValue": "Freight", - "name": "Freight" - }, - { - "enumValue": "FuelOil", - "name": "FuelOil" - }, - { - "enumValue": "Gasoline", - "name": "Gasoline" - }, - { - "enumValue": "GreaseExhaustAir", - "name": "GreaseExhaustAir" - }, - { - "enumValue": "HotDomesticWater", - "name": "HotDomesticWater" - }, - { - "enumValue": "HotWater", - "name": "HotWater" - }, - { - "enumValue": "IrrigationWater", - "name": "IrrigationWater" - }, - { - "enumValue": "Light", - "name": "Light" - }, - { - "enumValue": "MakeupWater", - "name": "MakeupWater" - }, - { - "enumValue": "NaturalGas", - "name": "NaturalGas" - }, - { - "enumValue": "NonPotableDomesticWater", - "name": "NonPotableDomesticWater" - }, - { - "enumValue": "OutsideAir", - "name": "OutsideAir" - }, - { - "enumValue": "People", - "name": "People" - }, - { - "enumValue": "Propane", - "name": "Propane" - }, - { - "enumValue": "RecircHotDomesticWater", - "name": "RecircHotDomesticWater" - }, - { - "enumValue": "Refrig", - "name": "Refrig" - }, - { - "enumValue": "ReturnAir", - "name": "ReturnAir" - }, - { - "enumValue": "SprinklerWater", - "name": "SprinklerWater" - }, - { - "enumValue": "Steam", - "name": "Steam" - }, - { - "enumValue": "StormDrainage", - "name": "StormDrainage" - }, - { - "enumValue": "SupplyAir", - "name": "SupplyAir" - }, - { - "enumValue": "TransferAir", - "name": "TransferAir" - }, - { - "enumValue": "WasteVentDrainage", - "name": "WasteVentDrainage" - }, - { - "enumValue": "Water", - "name": "Water" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has point" - }, - "name": "hasPoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:brickschema:schema:Brick:Equipment;1", - "writable": true - } - ], - "displayName": { - "en": "Equipment collection" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/FurnitureCollection.json b/Ontology/DTDLv3/RealEstateCore/Collection/FurnitureCollection.json deleted file mode 100644 index a750b86ae..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/FurnitureCollection.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FurnitureCollection;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:w3id:rec:Furniture;1", - "writable": true - } - ], - "displayName": { - "en": "Furniture collection" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/Portfolio.json b/Ontology/DTDLv3/RealEstateCore/Collection/Portfolio.json deleted file mode 100644 index 58c112577..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/Portfolio.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Portfolio;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "writable": true - } - ], - "description": { - "en": "A portfolio is a grouping of buildings, sites, apartments, campuses, etc. that share some business-relevant commonality, e.g., are managed by the same company, are rented out to the same tenant, share utilization or legal definition (industrial vs commercial), etc." - }, - "displayName": { - "en": "Portfolio" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Collection/Premises.json b/Ontology/DTDLv3/RealEstateCore/Collection/Premises.json deleted file mode 100644 index 9fdc59bcc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Collection/Premises.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Premises;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "includes" - }, - "name": "includes", - "target": "dtmi:org:w3id:rec:Architecture;1", - "writable": true - } - ], - "description": { - "en": "A premises is an administrative grouping of spaces that are used for some commercial or industrial purpose by a real estate holder or tenant. E.g, a suite of offices, a shop, or an industrial workshop." - }, - "displayName": { - "en": "Premises" - }, - "extends": "dtmi:org:w3id:rec:Collection;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/ElevatorTrip.json b/Ontology/DTDLv3/RealEstateCore/Event/ElevatorTrip.json deleted file mode 100644 index 5145a0f0d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/ElevatorTrip.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ElevatorTrip;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "current level" - }, - "name": "currentLevel", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "end level" - }, - "name": "endLevel", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "start level" - }, - "name": "startLevel", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "trip direction" - }, - "name": "tripDirection", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "Down", - "name": "Down" - }, - { - "enumValue": "Up", - "name": "Up" - } - ], - "valueSchema": "string" - }, - "writable": true - } - ], - "displayName": { - "en": "Elevator trip" - }, - "extends": "dtmi:org:w3id:rec:Event;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/Event.json b/Ontology/DTDLv3/RealEstateCore/Event/Event.json deleted file mode 100644 index 98437a153..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/Event.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Event;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "Event ending timestamp." - }, - "displayName": { - "en": "end" - }, - "name": "end", - "schema": "dateTime", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "Event start timestamp." - }, - "displayName": { - "en": "start" - }, - "name": "start", - "schema": "dateTime", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "timestamp" - }, - "name": "timestamp", - "schema": "dateTime", - "writable": true - } - ], - "description": { - "en": "A temporally indexed entity, e.g., an observation, a lease, a construction project, etc. Can be instantaneous (timestamp property assigned) or have temporal extent (start and end properties assigned). Subclasses may define specific behaviour and requirements, e.g., on spatial indexing, agent participation, etc." - }, - "displayName": { - "en": "Event" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/Lease.json b/Ontology/DTDLv3/RealEstateCore/Event/Lease.json deleted file mode 100644 index 747741c2d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/Lease.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Lease;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "description": { - "en": "The object (e.g., property, equipment, etc) that this a lease of." - }, - "displayName": { - "en": "lease of" - }, - "name": "leaseOf", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "The agent leasing some leasable object, i.e., the user of the asset." - }, - "displayName": { - "en": "leasee" - }, - "name": "leasee", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "The agent leasing out some leasable object, i.e., the owner of the asset." - }, - "displayName": { - "en": "leasor" - }, - "name": "leasor", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Indicates the contract regulating the terms of the lease in question. " - }, - "displayName": { - "en": "regulated by" - }, - "name": "regulatedBy", - "target": "dtmi:org:w3id:rec:LeaseContract;1", - "writable": true - } - ], - "displayName": { - "en": "Lease" - }, - "extends": "dtmi:org:w3id:rec:Event;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ActuationEvent.json b/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ActuationEvent.json deleted file mode 100644 index f4e78f332..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ActuationEvent.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ActuationEvent;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "description": { - "en": "The brick:Point(s) (e.g., brick:Commands, brick:Setpoints, or brick:Parameters) that the actuation will target/execute." - }, - "displayName": { - "en": "target point" - }, - "name": "targetPoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - } - ], - "displayName": { - "en": "Actuation event" - }, - "extends": "dtmi:org:w3id:rec:PointEvent;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ExceptionEvent.json b/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ExceptionEvent.json deleted file mode 100644 index 63f238c1a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ExceptionEvent.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ExceptionEvent;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "description": { - "en": "The brick:Point that emitted this exception." - }, - "displayName": { - "en": "source point" - }, - "maxMultiplicity": 1, - "name": "sourcePoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - } - ], - "displayName": { - "en": "Exception event" - }, - "extends": "dtmi:org:w3id:rec:PointEvent;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ObservationEvent.json b/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ObservationEvent.json deleted file mode 100644 index 7e8c8bf56..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/ObservationEvent.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ObservationEvent;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "description": { - "en": "The brick:Point that emitted this observation." - }, - "displayName": { - "en": "source point" - }, - "maxMultiplicity": 1, - "name": "sourcePoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - } - ], - "displayName": { - "en": "Observation event" - }, - "extends": "dtmi:org:w3id:rec:PointEvent;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/PointEvent.json b/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/PointEvent.json deleted file mode 100644 index 5827860d0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Event/PointEvent/PointEvent.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PointEvent;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "description": { - "en": "The payload message of this point event (e.g., a sensor reading, a command message, an exception message, etc.)" - }, - "displayName": { - "en": "payload" - }, - "name": "payload", - "schema": "string", - "writable": true - } - ], - "description": { - "en": "An event emanating from or targeting a Point; e.g., an individual Observation from a Sensor point, or an Actuation sent to a Command point. In other terms, the Points indicate the capability of some Space or Equipment to emit or accept data, while this class represents those actual data messages. Note that in most non-trivially sized systems, these events are not stored in the knowledge graph itself, but are rather forwarded to some C&C system or time series database." - }, - "displayName": { - "en": "Point event" - }, - "extends": "dtmi:org:w3id:rec:Event;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureArea.json b/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureArea.json deleted file mode 100644 index 99504a452..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureArea.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ArchitectureArea;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "gross area" - }, - "name": "grossArea", - "schema": "float", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "net area" - }, - "name": "netArea", - "schema": "float", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "rentable area" - }, - "name": "rentableArea", - "schema": "float", - "writable": true - } - ], - "description": { - "en": "Describes business-relevant area measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." - }, - "displayName": { - "en": "Architecture area" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureCapacity.json b/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureCapacity.json deleted file mode 100644 index a0c027f8d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ArchitectureCapacity.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ArchitectureCapacity;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "description": { - "en": "E.g., per Building Code" - }, - "displayName": { - "en": "maximum occupancy" - }, - "name": "maxOccupancy", - "schema": "integer", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "seating capacity" - }, - "name": "seatingCapacity", - "schema": "integer", - "writable": true - } - ], - "description": { - "en": "Describes business-relevant capacity measurements typically associated with architected spaces. As the exact requirements on these measurements will vary from case to case or jurisdiction to jurisdiction, subclassing and specializing this definition is encouraged." - }, - "displayName": { - "en": "Architecture capacity" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/Document/Document.json b/Ontology/DTDLv3/RealEstateCore/Information/Document/Document.json deleted file mode 100644 index 79ebb8ede..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/Document/Document.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Document;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "document topic" - }, - "name": "documentTopic", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "URL" - }, - "name": "url", - "writable": true - } - ], - "displayName": { - "en": "Document" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/Document/LeaseContract.json b/Ontology/DTDLv3/RealEstateCore/Information/Document/LeaseContract.json deleted file mode 100644 index 08ef5eb17..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/Document/LeaseContract.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LeaseContract;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "description": { - "en": "Indicates the lease(s) that this contract regulates the conditions of." - }, - "displayName": { - "en": "regulates" - }, - "name": "regulates", - "target": "dtmi:org:w3id:rec:Lease;1", - "writable": true - } - ], - "description": { - "en": "Formal document that identifies the Tenant and the leased asset or property; states lease term and fee (rent), and detailed terms and conditions of the lease agreement." - }, - "displayName": { - "en": "Lease contract" - }, - "extends": "dtmi:org:w3id:rec:Document;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/Information.json b/Ontology/DTDLv3/RealEstateCore/Information/Information.json deleted file mode 100644 index ec2211397..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/Information.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Information;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - } - ], - "displayName": { - "en": "Information" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/PointOfInterest.json b/Ontology/DTDLv3/RealEstateCore/Information/PointOfInterest.json deleted file mode 100644 index 2ecea845d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/PointOfInterest.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PointOfInterest;1", - "@type": "Interface", - "contents": [ - { - "@type": "Relationship", - "displayName": { - "en": "object of interest" - }, - "maxMultiplicity": 1, - "name": "objectOfInterest", - "writable": true - } - ], - "displayName": { - "en": "Point of Interest" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/PostalAddress.json b/Ontology/DTDLv3/RealEstateCore/Information/PostalAddress.json deleted file mode 100644 index ebb010b0a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/PostalAddress.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PostalAddress;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "address line 1" - }, - "name": "addressLine1", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "address line 2" - }, - "name": "addressLine2", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "city" - }, - "name": "city", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "The country, e.g., USA, Sweden, Argentina, or optionally a two-letter ISO 3166-1 alpha-2 country code, e.g., \"SE\", \"US\", etc." - }, - "displayName": { - "en": "country" - }, - "name": "country", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "postal code" - }, - "name": "postalCode", - "schema": "string", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "region" - }, - "name": "region", - "schema": "string", - "writable": true - } - ], - "displayName": { - "en": "Postal address" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/AlarmObject.json b/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/AlarmObject.json deleted file mode 100644 index 905e5b680..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/AlarmObject.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:AlarmObject;1", - "@type": "Interface", - "displayName": { - "en": "Alarm object" - }, - "extends": "dtmi:org:w3id:rec:ServiceObject;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ErrorReport.json b/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ErrorReport.json deleted file mode 100644 index bf38f51e1..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ErrorReport.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ErrorReport;1", - "@type": "Interface", - "displayName": { - "en": "Error report" - }, - "extends": "dtmi:org:w3id:rec:ServiceObject;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/NotificationObject.json b/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/NotificationObject.json deleted file mode 100644 index a8b9a6d52..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/NotificationObject.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:NotificationObject;1", - "@type": "Interface", - "displayName": { - "en": "Notification object" - }, - "extends": "dtmi:org:w3id:rec:ServiceObject;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ServiceObject.json b/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ServiceObject.json deleted file mode 100644 index 261b2215f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/ServiceObject.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ServiceObject;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "acknowledged time" - }, - "name": "acknowledgedTime", - "schema": "dateTime", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "closed time" - }, - "name": "closedTime", - "schema": "dateTime", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "created time" - }, - "name": "createdTime", - "schema": "dateTime", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "severity" - }, - "name": "severity", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "Major", - "name": "Major" - }, - { - "enumValue": "Minor", - "name": "Minor" - }, - { - "enumValue": "Severe", - "name": "Severe" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "status" - }, - "name": "status", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "Acknowledged", - "name": "Acknowledged" - }, - { - "enumValue": "Closed", - "name": "Closed" - }, - { - "enumValue": "Unacknowledged", - "name": "Unacknowledged" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "acknowledged by" - }, - "maxMultiplicity": 1, - "name": "acknowledgedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "closed by" - }, - "maxMultiplicity": 1, - "name": "closedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "created by" - }, - "maxMultiplicity": 1, - "name": "createdBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "produced by" - }, - "name": "producedBy", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "related to" - }, - "name": "relatedTo", - "writable": true - } - ], - "displayName": { - "en": "Service object" - }, - "extends": "dtmi:org:w3id:rec:Information;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/WorkOrder.json b/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/WorkOrder.json deleted file mode 100644 index 2b669f347..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Information/ServiceObject/WorkOrder.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:WorkOrder;1", - "@type": "Interface", - "displayName": { - "en": "Work order" - }, - "extends": "dtmi:org:w3id:rec:ServiceObject;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Architecture.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Architecture.json deleted file mode 100644 index 37977432a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Architecture.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Architecture;1", - "@type": "Interface", - "contents": [ - { - "@type": "Component", - "displayName": { - "en": "area" - }, - "name": "area", - "schema": "dtmi:org:w3id:rec:ArchitectureArea;1" - }, - { - "@type": "Component", - "displayName": { - "en": "capacity" - }, - "name": "capacity", - "schema": "dtmi:org:w3id:rec:ArchitectureCapacity;1" - }, - { - "@type": "Relationship", - "description": { - "en": "Physical address of the architecture (site, building, sub-building, entrance room, etc.) in question." - }, - "displayName": { - "en": "address" - }, - "name": "address", - "target": "dtmi:org:w3id:rec:PostalAddress;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "adjacent element" - }, - "name": "adjacentElement", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "architected by" - }, - "name": "architectedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "name": "constructedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "description": { - "en": "Links an Architecture to BuildingElement that is contained in the Space." - }, - "displayName": { - "en": "contains element" - }, - "name": "containsElement", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "documentation" - }, - "name": "documentation", - "target": "dtmi:org:w3id:rec:Document;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has point" - }, - "name": "hasPoint", - "target": "dtmi:org:brickschema:schema:Brick:Point;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "intersecting element" - }, - "name": "intersectingElement", - "target": "dtmi:org:w3id:rec:BuildingElement;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is fed by" - }, - "name": "isFedBy", - "properties": { - "@type": "Property", - "displayName": { - "en": "substance" - }, - "name": "substance", - "schema": { - "@type": "Enum", - "enumValues": [ - { - "enumValue": "ACElec", - "name": "ACElec" - }, - { - "enumValue": "Air", - "name": "Air" - }, - { - "enumValue": "BlowdownWater", - "name": "BlowdownWater" - }, - { - "enumValue": "ChilledWater", - "name": "ChilledWater" - }, - { - "enumValue": "ColdDomesticWater", - "name": "ColdDomesticWater" - }, - { - "enumValue": "Condensate", - "name": "Condensate" - }, - { - "enumValue": "CondenserWater", - "name": "CondenserWater" - }, - { - "enumValue": "DCElec", - "name": "DCElec" - }, - { - "enumValue": "Diesel", - "name": "Diesel" - }, - { - "enumValue": "DriveElec", - "name": "DriveElec" - }, - { - "enumValue": "Ethernet", - "name": "Ethernet" - }, - { - "enumValue": "ExhaustAir", - "name": "ExhaustAir" - }, - { - "enumValue": "Freight", - "name": "Freight" - }, - { - "enumValue": "FuelOil", - "name": "FuelOil" - }, - { - "enumValue": "Gasoline", - "name": "Gasoline" - }, - { - "enumValue": "GreaseExhaustAir", - "name": "GreaseExhaustAir" - }, - { - "enumValue": "HotDomesticWater", - "name": "HotDomesticWater" - }, - { - "enumValue": "HotWater", - "name": "HotWater" - }, - { - "enumValue": "IrrigationWater", - "name": "IrrigationWater" - }, - { - "enumValue": "Light", - "name": "Light" - }, - { - "enumValue": "MakeupWater", - "name": "MakeupWater" - }, - { - "enumValue": "NaturalGas", - "name": "NaturalGas" - }, - { - "enumValue": "NonPotableDomesticWater", - "name": "NonPotableDomesticWater" - }, - { - "enumValue": "OutsideAir", - "name": "OutsideAir" - }, - { - "enumValue": "People", - "name": "People" - }, - { - "enumValue": "Propane", - "name": "Propane" - }, - { - "enumValue": "RecircHotDomesticWater", - "name": "RecircHotDomesticWater" - }, - { - "enumValue": "Refrig", - "name": "Refrig" - }, - { - "enumValue": "ReturnAir", - "name": "ReturnAir" - }, - { - "enumValue": "SprinklerWater", - "name": "SprinklerWater" - }, - { - "enumValue": "Steam", - "name": "Steam" - }, - { - "enumValue": "StormDrainage", - "name": "StormDrainage" - }, - { - "enumValue": "SupplyAir", - "name": "SupplyAir" - }, - { - "enumValue": "TransferAir", - "name": "TransferAir" - }, - { - "enumValue": "WasteVentDrainage", - "name": "WasteVentDrainage" - }, - { - "enumValue": "Water", - "name": "Water" - } - ], - "valueSchema": "string" - }, - "writable": true - }, - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "operated by" - }, - "name": "operatedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "owned by" - }, - "name": "ownedBy", - "target": "dtmi:org:w3id:rec:Agent;1", - "writable": true - } - ], - "description": { - "en": "A designed/landscaped (or potentially designed/landscaped) part of the physical world that has a 3D spatial extent. E.g., a building site, a building, levels within the building, rooms, etc." - }, - "displayName": { - "en": "Architecture" - }, - "extends": "dtmi:org:w3id:rec:Space;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Building.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Building.json deleted file mode 100644 index 65bbad41e..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Building.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Building;1", - "@type": "Interface", - "description": { - "en": "A confined building structure." - }, - "displayName": { - "en": "Building" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Hospital.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Hospital.json deleted file mode 100644 index ffe7cb891..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Hospital.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Hospital;1", - "@type": "Interface", - "displayName": { - "en": "Hospital" - }, - "extends": "dtmi:org:w3id:rec:Building;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/School.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/School.json deleted file mode 100644 index 4a5b407eb..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/School.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:School;1", - "@type": "Interface", - "displayName": { - "en": "School" - }, - "extends": "dtmi:org:w3id:rec:Building;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/ShoppingMall.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/ShoppingMall.json deleted file mode 100644 index e9edcd181..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/ShoppingMall.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ShoppingMall;1", - "@type": "Interface", - "displayName": { - "en": "Shopping mall" - }, - "extends": "dtmi:org:w3id:rec:Building;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Stadium.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Stadium.json deleted file mode 100644 index 74f969f76..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/Stadium.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Stadium;1", - "@type": "Interface", - "displayName": { - "en": "Stadium" - }, - "extends": "dtmi:org:w3id:rec:Building;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/VirtualBuilding.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/VirtualBuilding.json deleted file mode 100644 index 26ff967eb..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Building/VirtualBuilding.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:VirtualBuilding;1", - "@type": "Interface", - "displayName": { - "en": "Virtual building" - }, - "extends": "dtmi:org:w3id:rec:Building;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/BasementLevel.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/BasementLevel.json deleted file mode 100644 index 7eb1e1876..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/BasementLevel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BasementLevel;1", - "@type": "Interface", - "displayName": { - "en": "Basement level" - }, - "extends": "dtmi:org:w3id:rec:Level;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/Level.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/Level.json deleted file mode 100644 index 55baa30b0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/Level.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Level;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "level number" - }, - "name": "levelNumber", - "schema": "integer", - "writable": true - } - ], - "description": { - "en": "The level of a building, a.k.a. storey, floor, etc." - }, - "displayName": { - "en": "Level" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/MezzanineLevel.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/MezzanineLevel.json deleted file mode 100644 index 9ea676774..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/MezzanineLevel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MezzanineLevel;1", - "@type": "Interface", - "displayName": { - "en": "Mezzanine level" - }, - "extends": "dtmi:org:w3id:rec:Level;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/RoofLevel.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/RoofLevel.json deleted file mode 100644 index fda1a9d64..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Level/RoofLevel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RoofLevel;1", - "@type": "Interface", - "displayName": { - "en": "Roof level" - }, - "extends": "dtmi:org:w3id:rec:Level;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/OutdoorSpace.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/OutdoorSpace.json deleted file mode 100644 index d30ae6dcc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/OutdoorSpace.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OutdoorSpace;1", - "@type": "Interface", - "displayName": { - "en": "Outdoor space" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Atrium.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Atrium.json deleted file mode 100644 index 81e58d08f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Atrium.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Atrium;1", - "@type": "Interface", - "displayName": { - "en": "Atrium" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Auditorium.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Auditorium.json deleted file mode 100644 index d53aff609..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Auditorium.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Auditorium;1", - "@type": "Interface", - "displayName": { - "en": "Auditorium" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/BackOffice.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/BackOffice.json deleted file mode 100644 index b3f53ee15..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/BackOffice.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BackOffice;1", - "@type": "Interface", - "displayName": { - "en": "Back office" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/MailRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/MailRoom.json deleted file mode 100644 index 9926a2ebd..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/BackOffice/MailRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MailRoom;1", - "@type": "Interface", - "displayName": { - "en": "Mail room" - }, - "extends": "dtmi:org:w3id:rec:BackOffice;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bathroom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bathroom.json deleted file mode 100644 index 5a4f8c07f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bathroom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Bathroom;1", - "@type": "Interface", - "displayName": { - "en": "Bathroom" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bedroom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bedroom.json deleted file mode 100644 index f6d4cbd6a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Bedroom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Bedroom;1", - "@type": "Interface", - "displayName": { - "en": "Bedroom" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Cinema.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Cinema.json deleted file mode 100644 index ea2aba222..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Cinema.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Cinema;1", - "@type": "Interface", - "displayName": { - "en": "Cinema" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CleaningRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CleaningRoom.json deleted file mode 100644 index 93adaccd9..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CleaningRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CleaningRoom;1", - "@type": "Interface", - "displayName": { - "en": "Cleaning room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CloakRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CloakRoom.json deleted file mode 100644 index 3f6a01f41..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CloakRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CloakRoom;1", - "@type": "Interface", - "displayName": { - "en": "Cloak room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConferenceRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConferenceRoom.json deleted file mode 100644 index 2121ed195..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConferenceRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ConferenceRoom;1", - "@type": "Interface", - "displayName": { - "en": "Conference room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConversationRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConversationRoom.json deleted file mode 100644 index cddaaa66f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ConversationRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ConversationRoom;1", - "@type": "Interface", - "displayName": { - "en": "Conversation room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CopyingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CopyingRoom.json deleted file mode 100644 index cc8dd0a85..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/CopyingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CopyingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Copying room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/DressingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/DressingRoom.json deleted file mode 100644 index 5f0a700dd..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/DressingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DressingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Dressing room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/Classroom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/Classroom.json deleted file mode 100644 index 384824851..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/Classroom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Classroom;1", - "@type": "Interface", - "displayName": { - "en": "Classroom" - }, - "extends": "dtmi:org:w3id:rec:EducationalRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/EducationalRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/EducationalRoom.json deleted file mode 100644 index 77b73e846..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/EducationalRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:EducationalRoom;1", - "@type": "Interface", - "displayName": { - "en": "Educational room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/GroupRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/GroupRoom.json deleted file mode 100644 index 7eda9274a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/GroupRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:GroupRoom;1", - "@type": "Interface", - "displayName": { - "en": "Group room" - }, - "extends": "dtmi:org:w3id:rec:EducationalRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/SmallStudyRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/SmallStudyRoom.json deleted file mode 100644 index 37b27c83a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/EducationalRoom/SmallStudyRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:SmallStudyRoom;1", - "@type": "Interface", - "displayName": { - "en": "Small study room" - }, - "extends": "dtmi:org:w3id:rec:EducationalRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorRoom.json deleted file mode 100644 index a824ffc3f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ElevatorRoom;1", - "@type": "Interface", - "displayName": { - "en": "Elevator room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorShaft.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorShaft.json deleted file mode 100644 index 9f2cbb545..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ElevatorShaft.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ElevatorShaft;1", - "@type": "Interface", - "displayName": { - "en": "Elevator shaft" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/Entrance.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/Entrance.json deleted file mode 100644 index 07d1b8fae..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/Entrance.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Entrance;1", - "@type": "Interface", - "displayName": { - "en": "Entrance" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/MainEntrance.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/MainEntrance.json deleted file mode 100644 index 17e3ad103..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/MainEntrance.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MainEntrance;1", - "@type": "Interface", - "displayName": { - "en": "Main entrance" - }, - "extends": "dtmi:org:w3id:rec:Entrance;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/ServiceEntrance.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/ServiceEntrance.json deleted file mode 100644 index 7a9b96cd6..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Entrance/ServiceEntrance.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ServiceEntrance;1", - "@type": "Interface", - "displayName": { - "en": "Service entrance" - }, - "extends": "dtmi:org:w3id:rec:Entrance;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExerciseRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExerciseRoom.json deleted file mode 100644 index e8477f95c..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExerciseRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ExerciseRoom;1", - "@type": "Interface", - "displayName": { - "en": "Exercise room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExhibitionRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExhibitionRoom.json deleted file mode 100644 index 31e1b09c9..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ExhibitionRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ExhibitionRoom;1", - "@type": "Interface", - "displayName": { - "en": "Exhibition room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/BarRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/BarRoom.json deleted file mode 100644 index 0d1c32123..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/BarRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BarRoom;1", - "@type": "Interface", - "displayName": { - "en": "Bar room" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CafeteriaRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CafeteriaRoom.json deleted file mode 100644 index b04260531..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CafeteriaRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CafeteriaRoom;1", - "@type": "Interface", - "displayName": { - "en": "Cafeteria room" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CookingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CookingRoom.json deleted file mode 100644 index f3d615a24..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/CookingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CookingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Cooking room" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DiningRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DiningRoom.json deleted file mode 100644 index d6b8816b4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DiningRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DiningRoom;1", - "@type": "Interface", - "displayName": { - "en": "Dining room" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DishingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DishingRoom.json deleted file mode 100644 index c09f53d09..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/DishingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DishingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Dishing room" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/FoodHandlingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/FoodHandlingRoom.json deleted file mode 100644 index 59cb67e8d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/FoodHandlingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Food-handling room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Kitchenette.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Kitchenette.json deleted file mode 100644 index f60a6e2ae..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Kitchenette.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Kitchenette;1", - "@type": "Interface", - "displayName": { - "en": "Kitchenette" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Pantry.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Pantry.json deleted file mode 100644 index 5326ff6ce..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/FoodHandlingRoom/Pantry.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Pantry;1", - "@type": "Interface", - "displayName": { - "en": "Pantry" - }, - "extends": "dtmi:org:w3id:rec:FoodHandlingRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/BicycleGarage.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/BicycleGarage.json deleted file mode 100644 index 2fae8850f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/BicycleGarage.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:BicycleGarage;1", - "@type": "Interface", - "displayName": { - "en": "Bicycle garage" - }, - "extends": "dtmi:org:w3id:rec:Garage;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/Garage.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/Garage.json deleted file mode 100644 index 658e5bfcf..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Garage/Garage.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Garage;1", - "@type": "Interface", - "displayName": { - "en": "Garage" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Hallway.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Hallway.json deleted file mode 100644 index 8ce50df2f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Hallway.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Hallway;1", - "@type": "Interface", - "displayName": { - "en": "Hallway" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/AdmittingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/AdmittingRoom.json deleted file mode 100644 index edfd6ba17..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/AdmittingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:AdmittingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Admitting room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/HealthcareRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/HealthcareRoom.json deleted file mode 100644 index 622ba2a3b..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/HealthcareRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@type": "Interface", - "displayName": { - "en": "Healthcare room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/Morgue.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/Morgue.json deleted file mode 100644 index 17f3d0511..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/Morgue.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Morgue;1", - "@type": "Interface", - "displayName": { - "en": "Morgue" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/NeonatalNursingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/NeonatalNursingRoom.json deleted file mode 100644 index f3e825626..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/NeonatalNursingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:NeonatalNursingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Neonatal nursing room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OperatingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OperatingRoom.json deleted file mode 100644 index 53b7aa3f6..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OperatingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OperatingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Operating room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OutpatientServicesRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OutpatientServicesRoom.json deleted file mode 100644 index f05bf7028..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/OutpatientServicesRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OutpatientServicesRoom;1", - "@type": "Interface", - "displayName": { - "en": "Outpatient services room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/PharmacyRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/PharmacyRoom.json deleted file mode 100644 index dbbb5888a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/PharmacyRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PharmacyRoom;1", - "@type": "Interface", - "displayName": { - "en": "Pharmacy room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/RadiologyRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/RadiologyRoom.json deleted file mode 100644 index 8499e72dc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/RadiologyRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RadiologyRoom;1", - "@type": "Interface", - "displayName": { - "en": "Radiology room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/TherapyRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/TherapyRoom.json deleted file mode 100644 index ecc6d71ba..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/HealthcareRoom/TherapyRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:TherapyRoom;1", - "@type": "Interface", - "displayName": { - "en": "Therapy room" - }, - "extends": "dtmi:org:w3id:rec:HealthcareRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/Laboratory.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/Laboratory.json deleted file mode 100644 index 0a93cd0b8..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/Laboratory.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Laboratory;1", - "@type": "Interface", - "displayName": { - "en": "Laboratory" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryDry.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryDry.json deleted file mode 100644 index a7cb2050b..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryDry.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LaboratoryDry;1", - "@type": "Interface", - "displayName": { - "en": "Laboratory (dry)" - }, - "extends": "dtmi:org:w3id:rec:Laboratory;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryWet.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryWet.json deleted file mode 100644 index 23dadd24f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Laboratory/LaboratoryWet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LaboratoryWet;1", - "@type": "Interface", - "displayName": { - "en": "Laboratory (wet)" - }, - "extends": "dtmi:org:w3id:rec:Laboratory;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LaundryRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LaundryRoom.json deleted file mode 100644 index 442349e1d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LaundryRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LaundryRoom;1", - "@type": "Interface", - "displayName": { - "en": "Laundry room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Library.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Library.json deleted file mode 100644 index d489a9a59..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Library.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Library;1", - "@type": "Interface", - "displayName": { - "en": "Library" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LivingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LivingRoom.json deleted file mode 100644 index 65ba4fc16..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LivingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LivingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Living room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LoadingReceivingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LoadingReceivingRoom.json deleted file mode 100644 index ba41256c3..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LoadingReceivingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LoadingReceivingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Loading/receiving room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LockerRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LockerRoom.json deleted file mode 100644 index 94ed322b8..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/LockerRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:LockerRoom;1", - "@type": "Interface", - "displayName": { - "en": "Locker room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MeditationRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MeditationRoom.json deleted file mode 100644 index 9f1489e18..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MeditationRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MeditationRoom;1", - "@type": "Interface", - "displayName": { - "en": "Meditation room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MothersRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MothersRoom.json deleted file mode 100644 index 3b06ece1c..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MothersRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MothersRoom;1", - "@type": "Interface", - "displayName": { - "en": "Mothers' room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MultiPurposeRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MultiPurposeRoom.json deleted file mode 100644 index fca1f20a1..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/MultiPurposeRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:MultiPurposeRoom;1", - "@type": "Interface", - "displayName": { - "en": "Multi-purpose room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/Office.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/Office.json deleted file mode 100644 index 7527a14a8..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/Office.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Office;1", - "@type": "Interface", - "displayName": { - "en": "Office" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeLandscape.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeLandscape.json deleted file mode 100644 index 4770c6fec..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeLandscape.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OfficeLandscape;1", - "@type": "Interface", - "displayName": { - "en": "OfficeLandscape" - }, - "extends": "dtmi:org:w3id:rec:Office;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeRoom.json deleted file mode 100644 index 991124cd6..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/OfficeRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OfficeRoom;1", - "@type": "Interface", - "displayName": { - "en": "OfficeRoom" - }, - "extends": "dtmi:org:w3id:rec:Office;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/PhoneBooth.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/PhoneBooth.json deleted file mode 100644 index 6843bb3dd..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Office/PhoneBooth.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PhoneBooth;1", - "@type": "Interface", - "displayName": { - "en": "PhoneBooth" - }, - "extends": "dtmi:org:w3id:rec:Office;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/DisabledToilet.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/DisabledToilet.json deleted file mode 100644 index b3f64b451..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/DisabledToilet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DisabledToilet;1", - "@type": "Interface", - "displayName": { - "en": "Disabled toilet" - }, - "extends": "dtmi:org:w3id:rec:PersonalHygiene;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/PersonalHygiene.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/PersonalHygiene.json deleted file mode 100644 index 197e2eacf..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/PersonalHygiene.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:PersonalHygiene;1", - "@type": "Interface", - "displayName": { - "en": "Personal hygiene room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Sauna.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Sauna.json deleted file mode 100644 index 6485be04d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Sauna.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Sauna;1", - "@type": "Interface", - "displayName": { - "en": "Sauna" - }, - "extends": "dtmi:org:w3id:rec:PersonalHygiene;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/ShowerRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/ShowerRoom.json deleted file mode 100644 index 7105683a7..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/ShowerRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ShowerRoom;1", - "@type": "Interface", - "displayName": { - "en": "Shower room" - }, - "extends": "dtmi:org:w3id:rec:PersonalHygiene;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Toilet.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Toilet.json deleted file mode 100644 index 67628abe0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/PersonalHygiene/Toilet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Toilet;1", - "@type": "Interface", - "displayName": { - "en": "Toilet" - }, - "extends": "dtmi:org:w3id:rec:PersonalHygiene;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Reception.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Reception.json deleted file mode 100644 index d7fd3fd9f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Reception.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Reception;1", - "@type": "Interface", - "displayName": { - "en": "Reception" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecordingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecordingRoom.json deleted file mode 100644 index ee3e9223f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecordingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RecordingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Recording room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecreationalRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecreationalRoom.json deleted file mode 100644 index 53253aaae..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RecreationalRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RecreationalRoom;1", - "@type": "Interface", - "displayName": { - "en": "Recreational room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RestingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RestingRoom.json deleted file mode 100644 index 00b058ffb..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RestingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RestingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Resting room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/FittingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/FittingRoom.json deleted file mode 100644 index b71267565..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/FittingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:FittingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Fitting room" - }, - "extends": "dtmi:org:w3id:rec:RetailRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/RetailRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/RetailRoom.json deleted file mode 100644 index 3e29290dc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/RetailRoom/RetailRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:RetailRoom;1", - "@type": "Interface", - "displayName": { - "en": "Retail room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Room.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Room.json deleted file mode 100644 index 5f34b8a43..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Room.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Room;1", - "@type": "Interface", - "displayName": { - "en": "Room" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/SecurityRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/SecurityRoom.json deleted file mode 100644 index d34274c65..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/SecurityRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:SecurityRoom;1", - "@type": "Interface", - "displayName": { - "en": "Security room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ServiceShaft.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ServiceShaft.json deleted file mode 100644 index c0fc5800f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/ServiceShaft.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ServiceShaft;1", - "@type": "Interface", - "displayName": { - "en": "Service shaft" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/Shelter.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/Shelter.json deleted file mode 100644 index cc9dfbf22..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/Shelter.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Shelter;1", - "@type": "Interface", - "displayName": { - "en": "Shelter" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterGasLock.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterGasLock.json deleted file mode 100644 index 4f9ccfe4a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterGasLock.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ShelterGasLock;1", - "@type": "Interface", - "displayName": { - "en": "Shelter gas lock" - }, - "extends": "dtmi:org:w3id:rec:Shelter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterRoom.json deleted file mode 100644 index f4b6c7d4f..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Shelter/ShelterRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ShelterRoom;1", - "@type": "Interface", - "displayName": { - "en": "Shelter room" - }, - "extends": "dtmi:org:w3id:rec:Shelter;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/StaffRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/StaffRoom.json deleted file mode 100644 index a9050babc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/StaffRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:StaffRoom;1", - "@type": "Interface", - "displayName": { - "en": "Staff room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Stairwell.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Stairwell.json deleted file mode 100644 index 7f0bb4fb0..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Stairwell.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Stairwell;1", - "@type": "Interface", - "displayName": { - "en": "Stairwell" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Storage.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Storage.json deleted file mode 100644 index f7a0cd641..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Storage.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Storage;1", - "@type": "Interface", - "displayName": { - "en": "Storage" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Theater.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Theater.json deleted file mode 100644 index b1193a557..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Theater.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Theater;1", - "@type": "Interface", - "displayName": { - "en": "Theater" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentRoom.json deleted file mode 100644 index e70e91b81..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:TreatmentRoom;1", - "@type": "Interface", - "displayName": { - "en": "Treatment room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentWaitingRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentWaitingRoom.json deleted file mode 100644 index 1529a37a1..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/TreatmentRoom/TreatmentWaitingRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:TreatmentWaitingRoom;1", - "@type": "Interface", - "displayName": { - "en": "Treatment waiting room" - }, - "extends": "dtmi:org:w3id:rec:TreatmentRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/Cabinet.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/Cabinet.json deleted file mode 100644 index 4a1bc11fa..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/Cabinet.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Cabinet;1", - "@type": "Interface", - "displayName": { - "en": "Cabinet" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/CableRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/CableRoom.json deleted file mode 100644 index 0397210cc..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/CableRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:CableRoom;1", - "@type": "Interface", - "displayName": { - "en": "Cable room" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/TelecommunicationRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/TelecommunicationRoom.json deleted file mode 100644 index 963af5b2a..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/CableRoom/TelecommunicationRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:TelecommunicationRoom;1", - "@type": "Interface", - "displayName": { - "en": "Telecommunication room" - }, - "extends": "dtmi:org:w3id:rec:CableRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ClimateControlRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ClimateControlRoom.json deleted file mode 100644 index 4e86a0501..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ClimateControlRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ClimateControlRoom;1", - "@type": "Interface", - "displayName": { - "en": "Climate-control room" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/DataServerRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/DataServerRoom.json deleted file mode 100644 index 5ccc92c1d..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/DataServerRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:DataServerRoom;1", - "@type": "Interface", - "displayName": { - "en": "Data server room" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ElectricityRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ElectricityRoom.json deleted file mode 100644 index 2e67c2074..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/ElectricityRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ElectricityRoom;1", - "@type": "Interface", - "displayName": { - "en": "Electricity room" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/SprinklerRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/SprinklerRoom.json deleted file mode 100644 index 559385679..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/SprinklerRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:SprinklerRoom;1", - "@type": "Interface", - "displayName": { - "en": "Sprinkler room" - }, - "extends": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/UtilitiesRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/UtilitiesRoom.json deleted file mode 100644 index 16fb4b612..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/UtilitiesRoom/UtilitiesRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:UtilitiesRoom;1", - "@type": "Interface", - "displayName": { - "en": "Utilities room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/WasteManagementRoom.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/WasteManagementRoom.json deleted file mode 100644 index 5d5e66b10..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/WasteManagementRoom.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:WasteManagementRoom;1", - "@type": "Interface", - "displayName": { - "en": "Waste management room" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Workshop.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Workshop.json deleted file mode 100644 index 824d13b62..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Room/Workshop.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Workshop;1", - "@type": "Interface", - "displayName": { - "en": "Workshop" - }, - "extends": "dtmi:org:w3id:rec:Room;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Site.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Site.json deleted file mode 100644 index 69c7731e2..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Site.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Site;1", - "@type": "Interface", - "description": { - "en": "A piece of land upon which zero or more buildings may be situated." - }, - "displayName": { - "en": "Site" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/SubBuilding.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/SubBuilding.json deleted file mode 100644 index 1d0aab3cb..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/SubBuilding.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:SubBuilding;1", - "@type": "Interface", - "displayName": { - "en": "Sub-building" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/AccessControlZone.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/AccessControlZone.json deleted file mode 100644 index beb64d9e4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/AccessControlZone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:AccessControlZone;1", - "@type": "Interface", - "displayName": { - "en": "Access control zone" - }, - "extends": "dtmi:org:w3id:rec:Zone;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/HVACZone.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/HVACZone.json deleted file mode 100644 index 9ff4d63e6..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/HVACZone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:HVACZone;1", - "@type": "Interface", - "displayName": { - "en": "HVAC zone" - }, - "extends": "dtmi:org:w3id:rec:Zone;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/OccupancyZone.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/OccupancyZone.json deleted file mode 100644 index b1f311363..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/OccupancyZone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:OccupancyZone;1", - "@type": "Interface", - "displayName": { - "en": "Occupancy zone" - }, - "extends": "dtmi:org:w3id:rec:Zone;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/ParkingSpace.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/ParkingSpace.json deleted file mode 100644 index 218d04438..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/ParkingSpace.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:ParkingSpace;1", - "@type": "Interface", - "displayName": { - "en": "Parking space" - }, - "extends": "dtmi:org:w3id:rec:Zone;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Workspace.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Workspace.json deleted file mode 100644 index 1ab81aad4..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Workspace.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Workspace;1", - "@type": "Interface", - "displayName": { - "en": "Workspace" - }, - "extends": "dtmi:org:w3id:rec:Zone;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Zone.json b/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Zone.json deleted file mode 100644 index c53feb3ac..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Architecture/Zone/Zone.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Zone;1", - "@type": "Interface", - "description": { - "en": "A sub-zone within or outside of a building defined to support some technology and/or use, e.g., an HVAC zone, a parking space, a security zone, etc." - }, - "displayName": { - "en": "Zone" - }, - "extends": "dtmi:org:w3id:rec:Architecture;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Region.json b/Ontology/DTDLv3/RealEstateCore/Space/Region.json deleted file mode 100644 index a9a5a4127..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Region.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Region;1", - "@type": "Interface", - "description": { - "en": "An administrative geospatial unit larger than the individual real estate. For instance, \"Lombary\", \"North America\", \"The Back Bay\", \"Elnätsområde Syd\", etc." - }, - "displayName": { - "en": "Region" - }, - "extends": "dtmi:org:w3id:rec:Space;1", - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file diff --git a/Ontology/DTDLv3/RealEstateCore/Space/Space.json b/Ontology/DTDLv3/RealEstateCore/Space/Space.json deleted file mode 100644 index 29d75ab79..000000000 --- a/Ontology/DTDLv3/RealEstateCore/Space/Space.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "@id": "dtmi:org:w3id:rec:Space;1", - "@type": "Interface", - "contents": [ - { - "@type": "Property", - "displayName": { - "en": "Custom Tags" - }, - "name": "customTags", - "schema": { - "@type": "Map", - "mapKey": { - "name": "tagName", - "schema": "string" - }, - "mapValue": { - "name": "tagValue", - "schema": "boolean" - } - }, - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "External IDs" - }, - "name": "externalIds", - "schema": { - "@type": "Map", - "mapKey": { - "name": "externalIdName", - "schema": "string" - }, - "mapValue": { - "name": "externalIdValue", - "schema": "string" - } - }, - "writable": true - }, - { - "@type": "Property", - "description": { - "en": "A GeoJSON Polygon coordinate listing representing the geometrical representation of the space. Coordinates may be expressed in two or three dimensions. Ex: [[30.0, 10.0, 0.0], [40.0, 40.0, 2.0], [20.0, 40.0, 2.0], [10.0, 20.0, 2.0], [30.0, 10.0, 0.0]]." - }, - "displayName": { - "en": "geometry" - }, - "name": "geometry", - "schema": "polygon", - "writable": true - }, - { - "@type": "Property", - "displayName": { - "en": "name" - }, - "name": "name", - "schema": "string", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "has part" - }, - "name": "hasPart", - "target": "dtmi:org:w3id:rec:Space;1", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is location of" - }, - "name": "isLocationOf", - "writable": true - }, - { - "@type": "Relationship", - "displayName": { - "en": "is part of" - }, - "maxMultiplicity": 1, - "name": "isPartOf", - "target": "dtmi:org:w3id:rec:Space;1", - "writable": true - } - ], - "description": { - "en": "A contiguous part of the physical world that contains or can contain sub-spaces. E.g., a Region can contain many Sites, which in turn can contain many Buildings." - }, - "displayName": { - "en": "Space" - }, - "@context": [ - "dtmi:dtdl:context;3", - "dtmi:dtdl:extension:initialization;1" - ] -} \ No newline at end of file