A Formalization Framework for Integrating Social Design Intentions into Digital Building Models
Abstract
1. Introduction
1.1. Background
“People should have access to sunlit space which is visually private”.
“People should not be able to see directly into any other dwelling”.(privacy [8]).
“People should feel that their dwelling is not forcing them into loneliness”.
“People should feel that their dwelling is uniquely identifiable as their own”.(belonging [11]).
1.2. Problem Statement
“The quiet reading area is positioned far from, and oriented to face away from, both the main entrance stairway and the exterior view to the busy street outside”.
1.3. Research Challenges, Questions, and Contributions
2. Related Work
3. ProFormalize: A New Framework for Identifying and Digitally Representing Social Design Intentions
3.1. Social Sustainability and Social Intention
3.2. The Product–Goal Causality Model—Social Design Intention Structure
3.2.1. The Goal Level
3.2.2. The Product Level
3.2.3. The Domain Level
- Building occupant predicates: represent occupant profiles as defined by the architect. For example, occupant(), student(), elderly(), etc.
- Spatial relation predicates: represent the relations or positions of spatial artifacts. For example, inside(), intersection(), union(), etc.
3.3. The Class Structure of Social Design Intentions
- SocialDesignIntentionSet class: this class contains one or more SDIs and has methods to query the set of SDIs.
- SocialDesignIntention class: this class contains all building elements, functions, and relations that create the SDI. Each SDI must have at least three SDIObjects representing one object from each level of the product–goal causality model.
- SDIObject class: this class contains all objects that are not functions or relations, such as building elements, spatial artifacts, occupant specifications, social intentions, etc.
- SDIRelation class: this class contains spatial relations between objects, such as directed at, above, etc. An SDI can have zero or more SDI relations.
3.4. The Causal Logic of Social Design Intentions
- Objects: Variables representing objects. For example, a wall denoted W.
- Situation-independent predicates: For example, wall(X) returns true if object X is a wall, independent of any situation.
- Initial database axioms: The initial state of the system. For example, wall(W).
- Basic Causal Relationship (BC): represents the simplest causal relationship type. A product-level element A causes a goal-level effect B.
- Default Causal Relationship (DC): inspired by “Default Logic” [73], representing requirements. Product-level element(s) A, B, and C cause a goal-level effect D. Removing any of them breaks the argument.
- Common-Cause Causal Relationship (CC): representing an effective product-level element A causing multiple goal-level effects B and C.
- Common-Effect Causal Relationship (CE): representing multiple product-level elements A, B, and C, where each shares a contribution to a goal-level effect D. Removing any of them will not break the argument.
- Chain Causal Relationship (CH): representing intermediate steps. A product-level element A creates a goal-level effect B that causes C.
- Preserving Causal Relationship (PC): representing preserving an originally achieved goal-level effect C. Implementing a product-level element A causes an additional goal-level effect B without risking the original effect C.
- The number of building elements involved in the SDI: if more than one building element is involved in the SDI, the causal relationship in this SDI is categorized as a common-effect relationship (i.e., multiple causes for a common effect).
- The number of social intentions in the SDI: if more than one social intention is targeted in the SDI, the causal relationship in this SDI is categorized as a common-cause relationship (i.e., one cause for multiple effects).
- The number of goal-level causal inferences described in the SDI: if the SDI explicitly specifies that there is more than one causal inference from the building element to the social intentions, that is, if the relationship takes the form that a building element X creates a social effect Y, which creates another social effect Z, the causal relationship in this SDI is categorized as a chain relationship.
- The existence of an original social intention: if the SDI explicitly specifies an already existing social effect that must be preserved while introducing a new building element to elicit an additional social intention, then the causal relationship in this SDI is categorized as a preserving relationship.
- The existence of a requirement: if the SDI explicitly specifies that a certain building element represents a “requirement” to achieve a certain social effect, and without it, the social intention is not attained, the causal relationship in this SDI is categorized as a default relationship.
- Any other shape of causal relationship between building elements and social intentions in the SDI is considered a basic relationship.
3.5. A New Four-Stage Process for Capturing Social Design Intentions
- Elicitation: in this stage, social intentions and design decisions are captured through semi-structured interviews with the architects who implemented them. The outcome of this stage is the transcribed interviews forming the basis for the following stages in the workflow.
- Organization: in this stage, the SDIs are identified in the transcript and are organized into a database consisting of a table of design decisions and their corresponding social intentions with timestamps referring to the interview recording to ensure transparency.
- Formalization: in this stage, SDIs are represented using the product–goal causality model. The product-level predicates take parameters representing building elements. The domain-level predicates take parameters representing occupants and spatial artifacts, while the goal-level predicate parameters represent social intentions.
- Implementation: in this stage, formalized SDIs are implemented in software, i.e., as instances of the class structure presented in Section 3.3. The outcomes of this stage were utilized as a proof of concept and prototype tool implemented in the Python programming language (Python version 3), resulting in the development of the ProFormalize Analyzer and ProFormalize Logical Validity Checker, allowing us to create several query services that can be applied to an SDI set, as explained in detail in Section 5.3, and in the code snippets in Appendix B.
- No unmatched GUIDs: all element GUIDs in the SDI must occur in the BIM model.
- No dangling building elements: all building elements in the SDI must causally infer a social intention.
- No empty product levels: all SDIs must have at least one product-level element, from which a social intention is inferred.
- No causality cycles: all causal chains from a reference identifier to a social intention must terminate in a finite number of steps.
- No duplicated identifiers: all reference identifiers must be unique.
- Correct arity and types: all functions and relations must be used with the correct number of input parameters and input type.
4. Materials and Methods
5. Case Studies
5.1. Elicitation and Organization
- -
- The Aarhus University Human Resources (AU-HR) building is designed to support the functions of a typical office building. The users of the building are the employees of the HR department, and the building, according to the design stakeholder interviewed, has been designed to foster community among the employees, as the renovation of the building was a part of the restructuring of the HR department to a single department instead of four individual HR departments. The building’s primary users are the employees of the HR department, and the building is therefore designed to support this specific user group that will have their daily workday in the building.
- -
- The Aarhus University Department of Molecular Biology (AU-MolBio) presents an area in the building intended for university students’ use, including group work, lunches, breaks, and a walking path connecting different parts of the building. Due to the nature of this area of the building being focused on university students, the area must both support the changing activity types throughout a week and a year (e.g., lunch breaks, group meetings, preparation before and after lectures and exam preparation), while also being an area that is welcoming/accommodating to new students entering the university each year.
- -
- The Aarhus University Centre for Educational Development (AU-CED) which is primarily being used as an office building, but due to the nature of the work of the AU-CED the building users range from the employees of the AU-CED (e.g., administrative staff, office workers and researchers), who have their work day in the building, to internal and external collaborators and guests visiting the building for different meetings.
5.2. Formalization
5.3. Implementation
- Query service 1: Using the “findIntention(x)” method, where x is a building element’s GUID, the user can find all the instances of SDIs where this building element has been involved.
- Query service 2: Using the “findElement(x)” method, where x is a social intention, the user can find all the building elements involved in the given intention.
- Query service 3: Using the “findCausalChain(x)” method, where x is a building element’s GUID, the user can display the steps from the product level to the domain level and, finally, the goal level.
5.4. Validation Results of Case Study SDIs
6. Discussion
6.1. Aligning ProFormalize with Architectural Design Processes
- Usability scores (e.g., System Usability Scale SUS);
- Errors during SDI formalization (i.e., the rate of error occurrence when formalizing SDIs);
- Time to formalize an SDI (i.e., the amount of time required to fully represent an SDI based on our formalization framework);
- Number of SDIs detected that are in conflict, where the conflict was only identified after carrying out the formalization, i.e., situations in which at least two distinct design intentions have goals that work against each other.
6.2. The Role of ProFormalize in Modern Decision-Support Software Tools
7. Conclusions
7.1. Limitations
7.2. Future Work
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
Interview Stage | Description |
---|---|
(1) Introduction * | The interviewer is telling the interviewee about the purpose of the interview. Subjects mentioned:
|
(2) Warm-up | (Recording starts when the warm-up stage begins.) The interview starts, and the interviewee is guided towards the theme of the interview. It is intended that the interviewee should feel comfortable in the setting. Sample questions:
|
(3) Main body | The following descriptive and elaborative questions are used to guide the interview. The order and exact content of the questions vary due to the interviews being semi-structured. Descriptive questions:
|
(4) Cool-down | The interviewer allows the interview to flow more freely, leading to a gradual round off of the interview. Questions:
|
(5) Closure * | The interviewer rounds off the interview Subjects mentioned:
|
Appendix B
- The main function StructureCheck_NoCausalCycles() logs the beginning of the process of checking for causal cycles.
- The function iterates over all SDIs in the sdi_set.
- For each SDI, it gets all elements of type “Goal”, then for each Goal, it calls the function SdiHasCausalCycle_() to detect a cycle (if it exists).
- If a cycle is detected (the case of a non-empty “cycle” list), a violation is added to the list.
- The recursive function SdiHasCausalCycle_() returns an empty list if the element type is “BuildingElement”.
- Then, for each argument “p” in the element, it creates a list of visited references “next visited”. A causal cycle is detected if “p” is already in the “visited” list.
- If “p” is not visited yet, it checks if the SDI has an element with reference “p” and recursively checks for cycles.
- The function StructureCheck_NoDanglingElements() logs the beginning of the process of checking for dangling elements.
- For each SDI, it collects the elements of the “Goal” level. For each Goal, it calls the TransitiveCauses() function that collects all direct and indirect causes.
- Then, it compares the SDI’s list of elements with the set of causes and the goals themselves.
- Any element that is not in the set of goals or causes is considered a dangling element, and a violation is added to the list of violations.
- The TransitiveCauses_() function skips recursion if the element is of type “BuildingElement”.
- It gathers references and then, for each reference, it adds the referenced elements and those related to them using the ElementByRelationTo() functions.
References
- Retelny, D.; Hinds, P. Embedding intentions in drawings: How architects craft and curate drawings to achieve their goals. In Proceedings of the 19th ACM Conference on Computer-Supported Cooperative Work & Social Computing, San Francisco, CA, USA, 27 February–2 March 2016. [Google Scholar]
- Best, G. Method and intention in architectural design. In Design Methods in Architecture; Lund Humphries Publishers: London, UK, 1969. [Google Scholar]
- Kristoffersen, A.E.; Schultz, C.; Kamari, A. A critical comparison of concepts and approaches to social sustainability in the construction industry. J. Build. Eng. 2024, 91, 109530. [Google Scholar] [CrossRef]
- Rasmussen, M.K.; Entwistle, J.M. Fra indsigt til forandring: Et indblik i en arkitekturantropologisk praksis. Jordens Folk.-Etnogr. Tidssft 2021, 56, 131–141. [Google Scholar]
- Hanson, K. Design from linked requirements in a housing problem. In Design Methods in Architecture; Lund Humphries Publishers: London, UK, 1969. [Google Scholar]
- Xue, P.; Mak, C.M.; Cheung, H.D. The effects of daylighting and human behavior on luminous comfort in residential buildings: A questionnaire survey. Build. Environ. 2014, 81, 51–59. [Google Scholar] [CrossRef]
- Veitch, J.A.; Christoffersen, J.; Galasiu, A.D. Daylight and view through residential windows: Effects on well-being. In Proceedings of the Lux Europa, 12th European Lighting Conference, Krakow, Poland, 17–19 September 2013. [Google Scholar]
- Kennedy, R.; Buys, L.; Miller, E. Residents’ experiences of privacy and comfort in multi-storey apartment dwellings in subtropical Brisbane. Sustainability 2015, 7, 7741–7761. [Google Scholar] [CrossRef]
- Loftness, V.; Hakkinen, B.; Adan, O.; Nevalainen, A. Elements that contribute to healthy building design. Environ. Health Perspect. 2007, 115, 965–970. [Google Scholar] [CrossRef]
- Hanc, M.; McAndrew, C.; Ucci, M. Conceptual approaches to wellbeing in buildings: A scoping review. Build. Res. Inf. 2019, 47, 767–783. [Google Scholar] [CrossRef]
- Moztarzadeh, H. Sense of Belonging in Research Building. Adv. Environ. Biol. 2014, 8, 561–567. [Google Scholar]
- Biskjaer, M.M.; Kamari, A.; Jensen, S.R.; Kirkegaard, P.H. Exploring blind spots in collaborative value creation in building design: A creativity perspective. CoDesign 2021, 17, 374–391. [Google Scholar] [CrossRef]
- Steemers, K.; Manchanda, S. Energy efficient design and occupant well-being: Case studies in the UK and India. Build. Environ. 2010, 45, 270–278. [Google Scholar] [CrossRef]
- Fathi, A.S.; O’Brien, W. Considering diverse occupant profiles in building design decisions. Build. Environ. 2024, 263, 111857. [Google Scholar] [CrossRef]
- Säwén, T. Early Stage Architectural Design Practice Perspectives on Life Cycle Building Performance Assessment. Master’s Thesis, Chalmers University of Technology, Göteborg, Sweden, 2023. [Google Scholar]
- Bhatt, M.; Hois, J.; Kutz, O.; Dylla, F. Modelling functional requirements in spatial design. In Proceedings of the 29th International Conference Conceptual Modeling, Vancouver, BC, Canada, 1–4 November 2010; Springer: Berlin/Heidelberg, Germany, 2010. [Google Scholar]
- Bhatt, M.; Schultz, C.; Huang, M. The shape of empty space: Human-centred cognitive foundations in computing for spatial design. In Proceedings of the 2012 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), Innsbruck, Austria, 30 September–4 October 2012. [Google Scholar]
- Kamari, A.; Corrao, R.; Kirkegaard, P.H. Sustainability focused decision-making in building renovation. Int. J. Sustain. Built Environ. 2017, 6, 330–350. [Google Scholar] [CrossRef]
- Kamari, A.; Corrao, R.; Petersen, S.; Kirkegaard, P.H. Sustainable renovation framework: Introducing three levels of integrated design process implementation and evaluation. In Proceedings of the PLEA 2017 Conference, Edinburgh, UK, 2–5 July 2017. [Google Scholar]
- Kamari, A. From decision theory to informed Decision-Making in the design of sustainable High-Performance buildings. Sustainability 2023, 15, 15784. [Google Scholar] [CrossRef]
- Kristoffersen, A.E.; Petersen, S.; Kamari, A. Evaluation of a concept for assessment of environmental and economic impact of social intents. In REstructure REmaterialize REthink REuse; CRC Press: Antwerp, Belgium, 2025. [Google Scholar]
- Arias, J.; Törmä, S.; Carro, M.; Gupta, G. Building Information Modeling Using Constraint Logic Programming. Theory Pract. Log. Program. 2022, 22, 723–738. [Google Scholar] [CrossRef]
- Ni, X.R.; Zheng, Z.; Lin, J.R.; Hu, Z.Z.; Zhang, X. DesignTracking: Track and replay BIM-based design process. In Proceedings of the Creative Construction Conference, Keszthely, Hungary, 20–23 June 2023. [Google Scholar]
- Nielsen, A.N.; Jensen, R.L.; Larsen, T.S.; Nissen, S.B. Early stage decision support for sustainable building renovation—A review. Build. Environ. 2016, 103, 165–181. [Google Scholar] [CrossRef]
- Abanda, F.; Akintola, A.; Tuhaise, V.; Tah, J. BIM ontology for information management (BIM-OIM). J. Build. Eng. 2025, 107, 112762. [Google Scholar] [CrossRef]
- Zahedi, A.; Abualdenien, J.; Petzold, F.; Borrmann, A. BIM-based design decisions documentation using design episodes, explanation tags, and constraints. J. Inf. Technol. Constr. 2022, 27, 756–780. [Google Scholar] [CrossRef]
- Jia, J.; Ma, H.; Zhang, Z. Integration of industry foundation classes and ontology: Data, applications, modes, challenges, and opportunities. Buildings 2024, 14, 911. [Google Scholar] [CrossRef]
- Baumgärtel, K.; Scherer, R.J. Automatic ontology-based green building design parameter variation and evaluation in thermal energy building performance analyses. In eWork and eBusiness in Architecture, Engineering and Construction: ECPPM, Proceedings of the 11th European Conference on Product and Process Modelling, Limasol, Cyprus, 7–9 September 2016; Routledge: London, UK, 2016. [Google Scholar]
- Rasmussen, M.H.; Lefrançois, M.; Schneider, G.F.; Pauwels, P. BOT: The building topology ontology of the W3C linked building data group. Semant. Web. 2020, 12, 143–161. [Google Scholar] [CrossRef]
- Rasmussen, M.H.; Pauwels, P.; Lefrançois, M.; Schneider, G.F. Building Topology Ontology–Draft Community Group Report 28 June 2021. Available online: https://w3c-lbd-cg.github.io/bot/#intro (accessed on 6 August 2025).
- Baumgärtel, K. Multimodellintegration in einem virtuellen Labor. In Forum Bauinformatik 2013; Shaker: Düren, Germany, 2013. [Google Scholar]
- Building Information Modelling Ontology. Available online: https://github.com/TheWorldAvatar/ontology/tree/main/ontology/ontobim (accessed on 6 August 2025).
- CORDIS–EU Research Results–Intelligent Services for Energy-Efficient Design and Life Cycle Simulation. Available online: https://cordis.europa.eu/project/id/288819 (accessed on 6 August 2025).
- Guruz, R.; Baumgärtel, K.; Katranuschkov, P. ISES Deliverable D8.6.1: Contributions to eeBDM Harmonisation (Initial Report). Available online: https://tu-dresden.de/bu/bauingenieurwesen/cib/ressourcen/dateien/forschung/ises/ISES_D8.6.1_FINAL?lang=en (accessed on 6 August 2025).
- Costa, G.; Sicilia, A. Alternatives for facilitating automatic transformation of BIM data using semantic query languages. Autom. Constr. 2020, 120, 103384. [Google Scholar] [CrossRef]
- Colucci, E.; Xing, X.; Kokla, M.; Mostafavi, M.A.; Noardo, F.; Spanò, A. Ontology-Based Semantic Conceptualisation of Historical Built Heritage to Generate Parametric Structured Models from Point Clouds. Appl. Sci. 2013, 11, 2813. [Google Scholar] [CrossRef]
- Gourabpasi, A.H.; Nik-Bakht, M. BIM-based automated fault detection and diagnostics of HVAC systems in commercial buildings. J. Build. Eng. 2024, 87, 109022. [Google Scholar] [CrossRef]
- Farghaly, K.; Jones, K. Enhancing Requirement-Information Mapping for Sustainable Buildings: Introducing the SFIR Ontology. In Proceedings of the International Conference on Conceptual Modeling, Lisbon, Portugal, 6–9 November 2023. [Google Scholar]
- Rapoport, A. The Meaning of the Built Environment: A Nonverbal Communication Approach; University of Arizona Press: Tucson, AZ, USA, 1990. [Google Scholar]
- Hillier, B.; Hanson, J. The Social Logic of Space; Cambridge University Press: Cambridge, UK, 1989. [Google Scholar]
- Karimi, K. The configurational structures of social spaces: Space syntax and urban morphology in the context of analytical, evidence-based design. Land 2023, 12, 2084. [Google Scholar] [CrossRef]
- Karimimansoob, V.; Mahdaviparsa, A.; Sarabi, M.S.; Safaei-Mehr, M. Application of BIM in Energy Conservation in Low-Cost Housing in Case of Study in Dallas Independent School Residential District, Texas. Eur. Online J. Nat. Soc. Sci. 2024, 13, 188–201. [Google Scholar]
- Askarizad, R.; Daudén, P.J.L.; Garau, C. The application of space syntax to enhance sociability in public urban spaces: A systematic review. ISPRS Int. J. Geo-Inf. 2024, 13, 227. [Google Scholar] [CrossRef]
- Wang, S.; Huang, Y.; Li, T. Understanding visitor flow and behaviour in developing tourism-service-oriented villages by space syntax methodologies: A case study of Tabian Rural Section of Qingshan Village, Hangzhou. J. Asian Archit. Build. Eng. 2025, 24, 2049–2068. [Google Scholar] [CrossRef]
- Qanazi, S.; Hijazi, I.H.; Shahrour, I.; Meouche, R.E. Exploring urban service location suitability: Mapping social behavior dynamics with space syntax theory. Land 2024, 13, 609. [Google Scholar] [CrossRef]
- Altman, I. The Environment and Social Behavior: Privacy, Personal Space, Territory, and Crowding; Brooks/Cole Publishing Company: Monterey, CA, USA, 1975. [Google Scholar]
- Evans, G.W. The built environment and mental health. J. Urban Health 2003, 80, 536–555. [Google Scholar] [CrossRef] [PubMed]
- Krish, S. A practical generative design method. Comput.-Aided Des. 2011, 43, 88–100. [Google Scholar] [CrossRef]
- Beetz, J.; Leeuwen, J.V.; Vries, B.D. Towards a topological reasoning service for IFC-based building information models in a semantic web context. In Proceedings of the Joint International Conference on Computing and Decision Making in Civil and Building Engineering, Montreal, QC, Canada, 14–16 June 2006. [Google Scholar]
- Ali, B.; Zahoor, H.; Nasir, A.R.; Maqsoom, A.; Khan, R.W.A.; Mazher, K.M. BIM-based claims management system: A centralized information repository for extension of time claims. Autom. Constr. 2020, 110, 102937. [Google Scholar] [CrossRef]
- Zhang, C.; Nizam, R.S.; Tian, L. BIM-based investigation of total energy consumption in delivering building products. Adv. Eng. Inform. 2018, 38, 370–380. [Google Scholar] [CrossRef]
- Zimmermann, R.K.; Bruhn, S.; Birgisdóttir, H. BIM-based life cycle assessment of buildings—An investigation of industry practice and needs. Sustainability 2021, 13, 5455. [Google Scholar] [CrossRef]
- Jalaei, F.; Jrade, A.; Nassiri, M. Integrating decision support system (DSS) and building information modeling (BIM) to optimize the selection of sustainable building components. J. Inf. Technol. Constr. (ITcon) 2015, 20, 399–420. [Google Scholar]
- Soust-Verdaguer, B.; Moreno, J.A.G.; Cagigas, D.; Hoxha, E.; Llatas, C. Supporting sustainability assessment of building element materials using a BIM-plug-in for multi-criteria decision-making. J. Build. Eng. 2024, 97, 110818. [Google Scholar] [CrossRef]
- Rodrigues, F.; Antunes, F.; Matos, R. Safety plugins for risks prevention through design resourcing BIM. Constr. Innov. 2021, 21, 244–258. [Google Scholar] [CrossRef]
- Atzeri, A.M.; Cappelletti, F.; Tzempelikos, A.; Gasparella, A. Comfort metrics for an integrated evaluation of buildings performance. Energy Build. 2016, 127, 411–424. [Google Scholar] [CrossRef]
- Zheng, H.; Wu, B.; Wei, H.; Yan, J.; Zhu, J. A quantitative method for evaluation of visual privacy in residential environments. Buildings 2021, 11, 272. [Google Scholar] [CrossRef]
- Acre, F.; Wyckmans, A. Spatial quality determinants for residential building renovation: A methodological approach to the development of spatial quality assessment. Int. J. Sustain. Build. Technol. Urban Dev. 2014, 5, 183–204. [Google Scholar] [CrossRef]
- Acre, F.; Wyckmans, A. Dwelling renovation and spatial quality: The impact of the dwelling renovation on spatial quality determinants. Int. J. Sustain. Built Environ. 2015, 4, 12–41. [Google Scholar] [CrossRef]
- Brkanić, I. Housing quality assessment criteria. Electron. J. Fac. Civ. Eng. Osijek-E-GFOS 2017, 8, 37–47. [Google Scholar] [CrossRef]
- Pramalystianto, A.; Azis, B.; Yulianto, Y.; Shabiriani, U.N.; Dwitadevi, I. The Effect of Interior Elements on The Perception of Privacy of Boarding House Users with The Virtual Reality 360 Method. In Proceedings of the 2024 MIT Art, Design and Technology School of Computing International Conference (MITADTSoCiCon), Cambridge, MA, USA, 25 April 2024. [Google Scholar]
- Mathiasen, N.; Frandsen, A.K.; Grønlund, L. Daylight conditions in housing—Its role and priority in Danish building regulations. Archit. Struct. Constr. 2022, 2, 23–37. [Google Scholar] [CrossRef]
- Brundtland, G.H. Our common future—Call for action. Environ. Conserv. 1987, 14, 291–294. [Google Scholar] [CrossRef]
- Purvis, B.; Mao, Y.; Robinson, D. Three pillars of sustainability: In search of conceptual origins. Sustain. Sci. 2019, 14, 681–695. [Google Scholar] [CrossRef]
- Barbier, E.B. The Concept of Sustainable Economic Development. Environ. Conserv. 1987, 14, 101–110. [Google Scholar] [CrossRef]
- Vallance, S.; Perkins, H.C.; Dixon, J.E. What is social sustainability? A clarification of concepts. Geoforum 2011, 42, 342–348. [Google Scholar] [CrossRef]
- Magis, K.; Shinn, C. Emergent principles of social sustainability. In Understanding the Social Dimension of Sustainability, 1st ed.; Dillard, J., King, M., Dujon, V., Eds.; Taylor and Francis: Oxford, UK, 2009; pp. 15–44. [Google Scholar]
- Bebbington, J.; Dillard, J. Social Sustainability: An Organization Level Analysis. In Understanding the Social Dimension of Sustainability; Dillard, J., King, M., Dujon, V., Eds.; Taylor and Francis: Oxford, UK, 2009; pp. 157–173. [Google Scholar]
- Lauesen, S. Software Requirements: Styles and Techniques; Pearson Education: London, UK, 2002. [Google Scholar]
- Keil, F.C. Explanation and understanding. Annu. Rev. Psychol. 2006, 57, 227–254. [Google Scholar] [CrossRef] [PubMed]
- McCarthy, J. Situations, Actions, and Causal Laws; Comtex Scientific: New York, NY, USA, 1963. [Google Scholar]
- Hopkins, M.; Pearl, J. Causality and counterfactuals in the situation calculus. J. Log. Comput. 2007, 17, 939–953. [Google Scholar] [CrossRef]
- Reiter, R. A logic for default reasoning. Artif. Intell. 1980, 13, 81–132. [Google Scholar] [CrossRef]
- Patton, M.Q. Qualitative Research and Evaluation Methods; Sage Publications Ltd.: London, UK, 2002. [Google Scholar]
- Kvale, S.; Brinkmann, S. Interview: Det Kvalitative Forskningsinterview Som Håndværk; Hans Reitzels Forlag: Copenhagen, Denmark, 2015. [Google Scholar]
- Blommaert, J.; Jie, D. Ethnographic Fieldwork: A Beginner’s Guide; Multilingual Matters: Bristol, UK, 2020. [Google Scholar]
- Purup, P.B.; Petersen, S. Requirement analysis for building performance simulation tools conformed to fit design practice. Autom. Constr. 2020, 116, 103226. [Google Scholar] [CrossRef]
- Robson, C.; McCartan, K. Real World Research, 4th ed.; Wiley Publishing: Hoboken, NJ, USA, 2017. [Google Scholar]
- Czarniawska, B. Narratives in Social Science Research, 1st ed.; Sage: London, UK, 2004. [Google Scholar]
- Cissé, A.; Rasmussen, A. Qualitative Methods. In Comprehensive Clinical Psychology; Asmundson, G.J.G., Ed.; Elsevier: Oxford, UK, 2022; pp. 91–103. [Google Scholar]
- Zayed, Y.N.H.; Kamari, A.; Schultz, C. Co-Creation of ProSpect: A BIM-Based Plugin Enabling Architects to Embed Social Design Intentions in Building Models. In Proceedings of the European Conference on Computing in Construction, Porto, Portugal, 14–17 July 2025. Accepted for Publication. [Google Scholar]
- Kamari, A.; Jensen, S.R.; Petersen, S.; Kirkegaard, P.H. Sustainability Key Performance Indicators’ (KPIs) Assessment and Visualization aimed at Architects in (Early) Renovation Design Processes. NA 2021, 33, 41–80. [Google Scholar]
- Binder, T.; Brandt, E. The Design: Lab as platform in participatory design research. Co-Design 2008, 4, 115–129. [Google Scholar] [CrossRef]
- Clausen, C.; Pedersen, S.; Yoshinaka, Y. Facilitating and navigating user knowledge in an organizational context. In Proceedings of the 12th Participatory Design Conference, Roskilde, Denmark, 12–16 August 2012. [Google Scholar]
- Thornberg, J.M.; Garcia, R. The formalization of architecture as a social dialogical tool: An introduction to innovative theoretical frames in architectural design. In Proceedings of the International Symposium on Formal Methods in Architecture, Galicia, Spain, 24–28 May 2022. [Google Scholar]
- Jasim, N.N.; Al-Majidi, B.H. Architecture as a Mirror of Social Relations: An Analytical Study of Community-Architect Relationships and Sustainable Development. In Proceedings of the International Symposium: New Metropolitan Perspectives, Reggio Calabria, Italy, 22–24 May 2024. [Google Scholar]
- Zayed, Y.N.H.; Kristoffersen, A.; Kamari, A.; Schultz, C. Leveraging Large Language Models in Capturing Architects’ Social Design Intentions in Buildings—A Case Study. In Proceedings of the Sustainable Built Environment SBE25, Zurich, Switzerland, 25–27 June 2025. Accepted for publication. [Google Scholar]
- Henderson, K. Flexible sketches and inflexible data bases: Visual communication, conscription devices, and boundary objects in design engineering. Sci. Technol. Hum. Values 1991, 16, 448–473. [Google Scholar] [CrossRef]
- Do, E.Y.-L.; Gross, M.D.; Neiman, B.; Zimring, C. Intentions in and relations among design drawings. Des. Stud. 2000, 21, 483–503. [Google Scholar] [CrossRef]
- Koutamanis, A. The future of visual design representations in architecture. Autom. Constr. 1993, 2, 47–56. [Google Scholar] [CrossRef]
- Norouzi, N.; Shabak, M.; Embi, M.R.B.; Khan, T.H. The architect, the client and effective communication in architectural design practice. Procedia-Soc. Behav. Sci. 2015, 172, 635–642. [Google Scholar] [CrossRef]
Building Type/ Social Intention | Residential | Educational | Workplace | Library |
---|---|---|---|---|
Privacy | High | Low | Low | Intermediate |
Curiosity | Intermediate | Intermediate | Intermediate | Intermediate |
Sense of belonging | High | High | High | Low |
Daylight access | High | High | High | High |
Comfort | High | High | High | High |
Social interaction | Intermediate | Intermediate | Intermediate | Low |
City, Country | Case Studies (Buildings) | Collected SDIs | Current Progress |
---|---|---|---|
Aarhus, Denmark | 9 | 80 | Stages 1–3: Completed Stage 4: In progress |
Dublin, Ireland | 2 | 9 | Stages 1–4: Completed |
Canada | 8 | >20 (final number to be determined, analysis ongoing) | Stage 1: Completed Stages 2–4: In progress |
Total | 19 | >109 |
Relationship Type | Number of SDIs | Percentage |
---|---|---|
Basic | 68 | 85% |
Common effect | 7 | 8.75% |
Common cause | 2 | 2.5% |
Preserving | 2 | 2.5% |
Chain | 1 | 1.25% |
Default | 0 | 0% |
Total | 80 | 100% |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Zayed, Y.N.H.; Kristoffersen, A.E.; Lohm, G.; Kamari, A.; Schultz, C. A Formalization Framework for Integrating Social Design Intentions into Digital Building Models. Sustainability 2025, 17, 7739. https://doi.org/10.3390/su17177739
Zayed YNH, Kristoffersen AE, Lohm G, Kamari A, Schultz C. A Formalization Framework for Integrating Social Design Intentions into Digital Building Models. Sustainability. 2025; 17(17):7739. https://doi.org/10.3390/su17177739
Chicago/Turabian StyleZayed, Yazan N. H., Anna Elisabeth Kristoffersen, Gustaf Lohm, Aliakbar Kamari, and Carl Schultz. 2025. "A Formalization Framework for Integrating Social Design Intentions into Digital Building Models" Sustainability 17, no. 17: 7739. https://doi.org/10.3390/su17177739
APA StyleZayed, Y. N. H., Kristoffersen, A. E., Lohm, G., Kamari, A., & Schultz, C. (2025). A Formalization Framework for Integrating Social Design Intentions into Digital Building Models. Sustainability, 17(17), 7739. https://doi.org/10.3390/su17177739