eWork and eBusiness in Architecture, Engineering and Construction
eBook - ePub

eWork and eBusiness in Architecture, Engineering and Construction

Proceedings of the 12th European Conference on Product and Process Modelling (ECPPM 2018), September 12-14, 2018, Copenhagen, Denmark

  1. 480 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

eWork and eBusiness in Architecture, Engineering and Construction

Proceedings of the 12th European Conference on Product and Process Modelling (ECPPM 2018), September 12-14, 2018, Copenhagen, Denmark

About this book

eWork and eBusiness in Architecture, Engineering and Construction 2018 collects the papers presented at the 12th European Conference on Product and Process Modelling (ECPPM 2018, Copenhagen, 12-14 September 2018). The contributions cover complementary thematic areas that hold great promise towards the advancement of research and technological development in the modelling of complex engineering systems, encompassing a substantial number of high quality contributions on a large spectrum of topics pertaining to ICT deployment instances in AEC/FM, including:

• Information and Knowledge Management
• Construction Management
• Description Logics and Ontology Application in AEC
• Risk Management
• 5D/nD Modelling, Simulation and Augmented Reality
• Infrastructure Condition Assessment
• Standardization of Data Structures
• Regulatory and Legal Aspects
• Multi-Model and distributed Data Management
• System Identification
• Industrilized Production, Smart Products and Services
• Interoperability
• Smart Cities
• Sustainable Buildings and Urban Environments
• Collaboration and Teamwork
• BIM Implementation and Deployment
• Building Performance Simulation
• Intelligent Catalogues and Services

eWork and eBusiness in Architecture, Engineering and Construction 2018 represents a rich and comprehensive resource for academics and researchers working in the interdisciplinary areas of information technology applications in architecture, engineering and construction.

In the last two decades, the biennial ECPPM (European Conference on Product and Process Modelling) conference series, as the oldest BIM conference, has provided a unique platform for the presentation and discussion of the most recent advances with regard to the ICT (Information and Communication Technology) applications in the AEC/FM (Architecture, Engineering, Construction and Facilities Management) domains.

Trusted by 375,005 students

Access to over 1.5 million titles for a fair monthly price.

Study more efficiently using our study tools.

Information

Publisher
CRC Press
Year
2018
Print ISBN
9781138584136
eBook ISBN
9780429013645
Ontology, semantic web and linked data
A novel workflow to combine BIM and linked data for existing buildings
M. Bonduel, M. Vergauwen & R. Klein
Department of Civil Engineering, Technology Cluster Construction, KU Leuven, Ghent, Belgium
M.H. Rasmussen
Department of Civil Engineering, Technical University of Denmark, Kgs. Lyngby, Denmark
P. Pauwels
Department of Architecture and Urban Planning, Ghent University, Ghent, Belgium
ABSTRACT: Combining conventional Building Information Modeling (BIM) tools and Linked Data technologies improves the options to connect building models to external datasets. Existing workflows in this regard expect a conventional BIM model—including object’s geometry—as a starting point. This paper presents a novel, alternative workflow oriented towards existing buildings, including an initial implementation. Modeling the building topology using the BOT ontology is done first, allowing a Linked Data modeler to enrich this initial graph from the start of a project without being dependent on a BIM with (detailed) geometry. Later, a conventional BIM—including objects’ geometry—of the existing building can be made, starting from the shared building topology. At the end of this more flexible workflow, both the initial RDF graph and the BIM-based RDF graph are directly connected to each other, combining both datasets.
1 INTRODUCTION
1.1 BIM, linked data and linked building data
The acronym BIM or Building Information Model(ing) has multiple definitions depending on the context in which it is used. In its broadest sense, it is a concept where a database of a building is created, by defining the building elements and their semantics such as the classification of elements, element properties and relations towards other objects. When applying this broad vision, geometry becomes an optional property and is no strict requirement to define something as BIM. In this paper, the term ‘geometric BIM’ will be used to denote a building database where (3D) geometry and semantics are combined. Conventional BIM authoring tools such as Revit, Tekla, Archi-CAD, etc. are all examples of geometric BIM software. Such tools typically use a proprietary data schema to structure building information. In order to improve data exchange between different conventional BIM tools, buildingSMART International published several ISO standards, such as IFC (Industry Foundation Classes), IDM (Information Delivery Manual) and IFD (International Framework for Dictionaries). The IFC standard defines an open data schema and neutral format for BIM models, respectively based on EXPRESS and SPFF (Step Physical File Format).
Linked Data has its origins in the Semantic Web domain and is based on several W3C standards such as RDF (Resource Description Framework), SPARQL (SPARQL Protocol and RDF Query Language) and vocabulary/ontology languages such as RDFS (RDF Schema) and OWL (Web Ontology Language). Linked Data in essence consists of RDF triples with a subject node, predicate (relation) and object node, forming a directed graph. The subject and object node can be defined by a URI (Uniform Resource Identifier) or a so-called blank node. The object node can also be a literal value, while the predicate is always a URI. These RDF triples form a data layer (Abox) containing the actual data instances, and a terminology layer (Tbox) based on the applied ontologies. Reasoning engines can be used to infer implicit knowledge based on the used ontologies in a standardized manner.
The principles of Linked Data are used in a broad range of knowledge domains to create and use data via the web that is both human and machine readable. Because of its basic principles, it is extremely well suited to connect elements of different datasets. Linked Building Data (LBD) is the application of Linked Data in the building domain. Initial research in the LBD domain was mainly oriented towards conventional BIM, and more specifically the conversion of the neutral IFC schema into an ifcOWL Linked Data ontology (Pauwels & Terkaj 2016). New initiatives emerged to make the ifcOWL ontology better suited for usage in Linked Data applications, by adhering best practices from the semantic web. Within the W3C LBD Community Group, the Building Topology Ontology or BOT1 was created, to serve as a central building ontology where other modular ontologies can relate to (Rasmussen, Pauwels, et al., unpubl.). The BOT ontology defines classes for spatial zones (bot:Site, bot:Building, bot:Storey and bot:Space) and building elements (bot:Element), topological relations between instances of these classes and some constraints on the usage of these classes and properties. Following BOT, both the development of an ontology for building products (PRODUCT2) and for building-related properties (PROPS3) has been initiated within the same W3C group. Using these new LBD ontologies, it becomes easier to create and use Linked Data Abox graphs of buildings as query writing is simplified significantly (Bonduel et al., in press). An LBD Abox graph can be defined as BIM if the earlier mentioned broad definition is used, even if a graph does not contain any geometry of the building elements.
1.2 Existing workflows for combining linked data and BIM
In literature, three implicit workflows exist for combining Linked Building Data (LBD) and conventional BIM data, either available in proprietary or neutral, standardized data formats. These workflows all start with the creation of a conventional BIM model, including often detailed geometry, which is afterwards converted into a Linked Data Abox graph. Following the workflow in the BPMN process map of Figure 1a, the proprietary BIM data is converted to Linked Data with a dedicated converter plugin for the BIM authoring tool. A limited demo implementation of such a workflow is demonstrated in (Rasmussen, Hviid, et al. unpubl.) for Autodesk Revit and the BOT ontology.
The BPMN (Business Process Model and Notation) standardized process map in Figure 1b depicts two other workflows, where the proprietary BIM data is first exported to the IFC format, which is then converted to an ifcOWL-or BOT/ PROPS/PRODUCT-based Abox graph, using respectively the IFC-to-RDF4 or IFCtoLBD5 converter (Bonduel et al. 2018). In the first work-flow (Fig. 1a), a new, software specific plugin has to be made and maintained for every BIM authoring tool. The intermediate step via IFC used in workflow two and three (Fig. 1b) means an extra conversion step (proprietary BIM to IFC, and IFC to RDF Abox graph) and thus an increased chance for conversion errors. The first approach however, remains closer to the original data source and is therefore preferred over the other approaches via IFC. From a practical point of view, the two workflows using IFC can be used directly in practice as all necessary tools and mappings already exist. In general, challenges to map the internal data scheme of the proprietary BIM software to the Linked Data counterpart defined in the used ontologies, might occur in all three workflows.
Image
Figure 1. Existing workflows to combine BIM and Linked Data (above: workflow 1, below: workflow 2 and 3).
1.3 Data management for existing buildings
Current conventional BIM modeling tools are typically oriented towards newly built projects, and are less suited for modeling existing buildings, with their irregular geometries and specific elements (Volk et al. 2014). Modeling an existing construction in conventional BIM tools, often demands a survey campaign to assemble accurate geometric information reflecting the as-is state of the building, before the BIM modeling can start. In everyday practice, the above can have a serious impact on the price and time to complete a conventional BIM of an existing building. Therefore, multiple researchers investigate the automation of the BIM modeling process based on survey data, e.g. scan-to-BIM focusing on the automatic conversion of point clouds to BIM geometry (Volk et al. 2014).
The three earlier described workflows to combine BIM and Linked Data are all dependent on the availability of this geometric BIM, while it could be useful to start describing the building topology, individual building elements and their properties without having to care for the geometry of the building objects. Such a workflow would allow Linked Data modelers to reconstruct the building’s topology and to connect it with general information, historical, geographic, public authorities’, sensor and material Linked Data, as well as existing files such as 2D plans and photographs. In this way, a non-geometric BIM is created. When at a certain moment, the need arises to create a geometrical BIM, it should be possible to connect the elements of the earlier created RDF graph to the corresponding instances of the BIM-derived RDF graph. Additionally, it makes sense to reuse the modeled building topology from the initial graph, while creating the geometric BIM.
The subject of this study, is to propose a novel and flexible workflow for combining Linked Data and BIM, and is supported by the implementation of (1) a web application to create a Linked Building Data graph and (2) a plugin for a conventional BIM authoring tool to use the building topology of the initial graph as a template while modeling the geometric BIM. The same plugin also assists the user to connect each geometric BIM object to its counterpart in the initial RDF graph.
2 A NOVEL WORKFLOW FOR COMBINING LINKED DATA AND BIM
2.1 Proposal for a new workflow
The new workflow is documented in a BPMN process map (Fig. 2) and clearly visualizes the fact that the Linked Data modeler and the (geometric) the building topology is synchronized between both environments. As the complex and elaborated ifcOWL ontology is not very practical to create a graph of the building topology (Terkaj & Pauwels 2017), the earlier mentioned BOT ontology was selected for this workflow, supported by the emerging PROPS and PRODUCT ontologies.
Image
Figure 2. Novel workflow for combining linked data and BIM.
The Linked Data modeler starts with defining the building topology using BOT (site, building, storeys, spaces and elements). Note that not all bot:Element instances have to be defined in this graph, but only the ones that will be used during the Linked Data enr...

Table of contents

  1. Cover
  2. Half Title
  3. Title Page
  4. Copyright Page
  5. Table of Contents
  6. Preface
  7. Organization
  8. BIM implementation and deployment
  9. Building performance simulation and nD modelling
  10. Collaboration methods
  11. Integrated modelling of the built environment, incl. smart cities
  12. Interoperability and standardization of data structures and platforms
  13. IoT, sensor and industrialized production
  14. Modelling of design, construction, operation, maintenance management processes
  15. Ontology, semantic web and linked data
  16. Regulatory and legal aspects
  17. Author index

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn how to download books offline
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.5M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1.5 million books across 990+ topics, we’ve got you covered! Learn about our mission
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more about Read Aloud
Yes! You can use the Perlego app on both iOS and Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app
Yes, you can access eWork and eBusiness in Architecture, Engineering and Construction by Jan Karlshoj, Raimar Scherer, Jan Karlshoj,Raimar Scherer in PDF and/or ePUB format, as well as other popular books in Technik & Maschinenbau & Bauingenieurwesen. We have over 1.5 million books available in our catalogue for you to explore.