From 566a73b5b269c7853e1191d69fdeff8bdb9912e3 Mon Sep 17 00:00:00 2001 From: Peter Hartlev Date: Wed, 7 Feb 2024 16:58:40 +0100 Subject: [PATCH 1/2] Addition of new class Space:Wing and ODR. --- .../ODR 004 Introduction of Space:Wing.md | 15 +++++++++++++++ .../{ => SubBuilding}/SubBuilding.json | 0 .../Space/Architecture/SubBuilding/Wing.json | 12 ++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md rename Source/DTDLv2/RealEstateCore/Space/Architecture/{ => SubBuilding}/SubBuilding.json (100%) create mode 100644 Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/Wing.json diff --git a/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md b/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md new file mode 100644 index 000000000..2132b8108 --- /dev/null +++ b/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md @@ -0,0 +1,15 @@ +# ODR 004 Introduction of Space:Wing + +## Context + +With the release of Brick 1.4 the brick:Location domain will be deprecated in favour of rec:Space. All specific Brick location classes but brick:Wing are already covered in REC. This ODR introduces the building Wing concept in REC for future compatibility reasons. + +## Decision + +An new class rec:Wing is introduced as subclass to the rec:SubBuilding. + +## Consequences + +Applications that uses the brick:Wing class can continue to use the building wing abstraction albeit in the REC namespace as rec:Wing. + +Note; For new application REC recommends to use the rec:SubBuilding generalization of various building components such as towers, wings etc. diff --git a/Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding.json b/Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/SubBuilding.json similarity index 100% rename from Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding.json rename to Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/SubBuilding.json diff --git a/Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/Wing.json b/Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/Wing.json new file mode 100644 index 000000000..5606d499b --- /dev/null +++ b/Source/DTDLv2/RealEstateCore/Space/Architecture/SubBuilding/Wing.json @@ -0,0 +1,12 @@ +{ + "@id": "dtmi:org:w3id:rec:Wing;1", + "@type": "Interface", + "displayName": { + "en": "Wing" + }, + "comment": { + "en": "Introduced in REC as Brick is deprecating their location domain. A building may comprise quite many elements such as towers, annexes, rotundas etc. As well as wings. It's difficult to capture all variations in the ontology and REC recommend to use the generalization sub building if possible." + }, + "extends": "dtmi:org:w3id:rec:SubBuilding;1", + "@context": ["dtmi:dtdl:context;2"] +} From 720e37aeaa86d2526f83ad7ee1863baca363923a Mon Sep 17 00:00:00 2001 From: Peter Hartlev Date: Thu, 7 Mar 2024 13:49:19 +0100 Subject: [PATCH 2/2] Updated ODR 004. --- OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md b/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md index 2132b8108..9bc908fa6 100644 --- a/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md +++ b/OntologyDecisionRecords/ODR 004 Introduction of Space:Wing.md @@ -2,11 +2,11 @@ ## Context -With the release of Brick 1.4 the brick:Location domain will be deprecated in favour of rec:Space. All specific Brick location classes but brick:Wing are already covered in REC. This ODR introduces the building Wing concept in REC for future compatibility reasons. +With the release of Brick 1.4 the brick:Location domain will be deprecated in favour of rec:Space. All Brick:location classes are already covered in REC except for brick:Wing. This ODR introduces the Wing concept in REC for future compatibility reasons. ## Decision -An new class rec:Wing is introduced as subclass to the rec:SubBuilding. +A new class rec:Wing is introduced as subclass to the rec:SubBuilding. ## Consequences