SlideShare uma empresa Scribd logo
1 de 38
Baixar para ler offline
Faculty of Engineering and Architecture




               Session 8
Reasoning with data: building performance
  checking and schema transformations

     Workshop Ontology Modelling
    Barcelona, 19-21 December 2011
Faculty of Engineering and Architecture




design




         [1] Linked Data – Connect Distributed Data across the Web. http://linkeddata.org/ (2011)
Faculty of Engineering and Architecture




[2] R. Cyganiak, C. Bizer. Pubby – A linked data frontend for SPARQL endpoints. http://www4.wiwiss.fu-berlin.de/pubby/.
                                       [3] OpenLink Software. Virtuoso Universal Server. http://virtuoso.openlinksw.com/.
Faculty of Engineering and Architecture
Faculty of Engineering and Architecture

                                 Outline



1.   Information visualization

2.   Building performance checking

3.   Interoperability and schema transformations
Faculty of Engineering and Architecture




INFORMATION VISUALIZATION
Faculty of Engineering and Architecture

‘Intelligent’ Virtual Environments




               [4] GraphiSoft. GraphiSoft Virtual Building Explorer for ArchiCAD.
                    http://www.graphisoft.com/products/virtual-building-explorer/.
Faculty of Engineering and Architecture

Even more ‘Intelligent’ Virtual Environments
Faculty of Engineering and Architecture

               How to create the virtual environment?

                                                                 1. Esperient Creator

                                                                 2. 3DVIA Virtools

                                                                 3. Unity3D

                                                                 4. Quest3D

                                                                 5. StoneTrip ShiVa




[5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine
    environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010.
                                                                                                                 219-228.
Faculty of Engineering and Architecture

            The information flow

                     FBX          import      Virtual world
                representation                 in Unity3D
BIM model
            export
                                                Real-time
                                              communication

            export               IFC-to-RDF
                     IFC           Service     BIM model
                representation                in LOD cloud
                                     References to
                                      LOD cloud
                                                Enriched
                                               BIM model
Faculty of Engineering and Architecture

                         1. Creation of the virtual world




[5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine
    environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010.
                                                                                                                 219-228.
Faculty of Engineering and Architecture

2. Implementation of functionality (1)




 connecting FBX representation to the LOD cloud (1)
Faculty of Engineering and Architecture

                2. Implementation of functionality (2)
SELECT distinct ?s WHERE {
   ?s <http://multimedialab.organon.elis.ugent.be/ontologies/IFC2X3#tag> "175853"^^xsd:string .
   ?s <http://multimedialab.organon.elis.ugent.be/ontologies/IFC2X3#representation> ?o
}




                   connecting FBX representation to the LOD cloud (2)
Faculty of Engineering and Architecture

               3. Build Graphical User Interface (GUI)




[5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine
    environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010.
                                                                                                                 219-228.
Faculty of Engineering and Architecture




BUILDING PERFORMANCE
CHECKING
Faculty of Engineering and Architecture

                                       Today’s approach

       BIM
                                                 CAD software

                                                                                                   materials
                                                                                                     materials
                                                                                                   databases
                                                                                                      materials
                                                                                                    databases
                                                                                                     databases




                                                             Target apps
                                                                                                       NBN
    building model                                   - acoustic analysis                               S01-
    output formats                                   - thermal analysis                                400-1
                                                     - energy analysis
                                                                                                      standards
                               dedicated software

[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture

                             Proposed approach: step 1

       BIM
                                                 CAD software
                                                                                                     materials
                                                                                                       materials
                                                                                                     databases
                                                                                                        materials
                                                                                                      databases
                                                                                                       databases




                                                             Target apps
                                                                                                       NBN
     IFC instance                                    - acoustic analysis                               S01-
                                                     - thermal analysis                                400-1
                                                     - energy analysis
                                                                                                      standards
                               dedicated software

[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture

                             Proposed approach: step 2

       BIM
                                                 CAD software
                                                                                                     materials
                                                                                                       materials
                                                                                                     databases
                                                                                                        materials
                                                                                                      databases
                                                                                                       databases




                                                             Target apps
                                                                                                       NBN
     IFC instance                                    - acoustic analysis                               S01-
                                                     - thermal analysis                                400-1
                                                     - energy analysis
                                                                                                      standards
                                Formally described rules

[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture

                    Semantic BIM: schematic overview


                                                                                                materials
                                                                                                  materials
                                                                                                databases
                                                                                                   materials
                                                                                                 databases
                                                   Reasoner                                       databases


      instance of


                                                                       NBN
           IFC
                                                                       S01-
                                                                       400-1
                                                        N3 rules
                                                        standards and application-
                                                           specific calculations

[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture


                     Converting standards into N3Logic

# Calculate R' [dB] for each Space surface that has a calculated Te,i value
{
  # Find relevant Space surface and their Te,i values
  ?SS a ifc:SpaceSurface.
  ?SS ifc:spaceBoundary [ifc:relatedBuildingElement [:acousticTau ?tau1]].
  (?SCOPE 1) e:findall
     (?tau {?SS ifc:spaceBoundary [ifc:relatedBuildingElement [:acousticTau ?tau]].}
?tauList).

 # Calculate R' [dB] for each Space surface
 ?tauList math:sum ?summedTau.
 (10 ?x) math:exponentiation ?summedTau.
 (-10 ?x) math:product ?R
}
=>
{?SS :acousticR ?R}.

 [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
             rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture
Faculty of Engineering and Architecture
Faculty of Engineering and Architecture




[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture




[6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic
            rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
Faculty of Engineering and Architecture




INTEROPERABILITY AND SCHEMA
TRANSFORMATIONS
Faculty of Engineering and Architecture




                                                                                                       ?
   [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
 dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                           Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
       [8] P. Pauwels, R. De Meyer, J. Van Campenhout. Interoperability for the Design and Construction Industry through
Semantic Web Technology. 5th International Conference on Semantic and Digital Media Technologies. In Lecture Notes in
                                                                                    Computer Science 6725, 2011, 143-158.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture


                                                                           STL/RDF




                                                                           X3D/RDF




                                                                           IFC/RDF

  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




  [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three-
dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction.
                         Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
Faculty of Engineering and Architecture




CONCLUSION
Faculty of Engineering and Architecture


How to integrate diverse information models, in particular those that
             describe the same information differently???

Mais conteúdo relacionado

Semelhante a Workshop Ontology Modelling 2011, Session 8 - Reasoning with data: building performance checking and schema transformations

Bim presentation km 21-10-2011
Bim presentation km 21-10-2011Bim presentation km 21-10-2011
Bim presentation km 21-10-2011KarinSundberg
 
From email to BIM: 20 years of construction collaboration technologies
From email to BIM: 20 years of construction collaboration technologiesFrom email to BIM: 20 years of construction collaboration technologies
From email to BIM: 20 years of construction collaboration technologiespwcom.co.uk Ltd
 
Reasoning with data: building performance checking and schema transformations
Reasoning with data: building performance checking and schema transformationsReasoning with data: building performance checking and schema transformations
Reasoning with data: building performance checking and schema transformationsPieter Pauwels
 
Building Information Modelling (BIM) in India
Building Information Modelling (BIM) in IndiaBuilding Information Modelling (BIM) in India
Building Information Modelling (BIM) in IndiaBe2camp Admin
 
Virtual Reality in Concept Design
Virtual Reality in Concept Design Virtual Reality in Concept Design
Virtual Reality in Concept Design IDES Editor
 
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Ruggero Lancia
 
Visualisation of semantic architectural information within a game engine envi...
Visualisation of semantic architectural information within a game engine envi...Visualisation of semantic architectural information within a game engine envi...
Visualisation of semantic architectural information within a game engine envi...Pieter Pauwels
 
CPD BIM for small engineering practices
CPD BIM for small  engineering practicesCPD BIM for small  engineering practices
CPD BIM for small engineering practicesEwa Ostrowska
 
What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?Chun Keung Ng
 
2D to 3D dynamic modeling of architectural plans in Augmented Reality
2D to 3D dynamic modeling of architectural plans in Augmented Reality2D to 3D dynamic modeling of architectural plans in Augmented Reality
2D to 3D dynamic modeling of architectural plans in Augmented RealityIRJET Journal
 
Application of BIM for Scheduling and Costing of Construction Project
Application of BIM for Scheduling and Costing of Construction ProjectApplication of BIM for Scheduling and Costing of Construction Project
Application of BIM for Scheduling and Costing of Construction ProjectIRJET Journal
 
IRJET- 4D Simulation of MEP using Bim for Residential Building Project
IRJET- 4D Simulation of MEP using Bim for Residential Building ProjectIRJET- 4D Simulation of MEP using Bim for Residential Building Project
IRJET- 4D Simulation of MEP using Bim for Residential Building ProjectIRJET Journal
 
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANComputer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANIRJET Journal
 
20150915CPD EOA BIM for small practices
20150915CPD EOA BIM for small practices20150915CPD EOA BIM for small practices
20150915CPD EOA BIM for small practicesEwa Ostrowska
 
CONVR 2010 - Visualisation of semantic architectural information within a gam...
CONVR 2010 - Visualisation of semantic architectural information within a gam...CONVR 2010 - Visualisation of semantic architectural information within a gam...
CONVR 2010 - Visualisation of semantic architectural information within a gam...Pieter Pauwels
 
307069674-Augmented-Reality-in-civil-engineering.pptx
307069674-Augmented-Reality-in-civil-engineering.pptx307069674-Augmented-Reality-in-civil-engineering.pptx
307069674-Augmented-Reality-in-civil-engineering.pptxmohammedtawfeeq29
 

Semelhante a Workshop Ontology Modelling 2011, Session 8 - Reasoning with data: building performance checking and schema transformations (20)

4 bim technology
4 bim technology4 bim technology
4 bim technology
 
Bim presentation km 21-10-2011
Bim presentation km 21-10-2011Bim presentation km 21-10-2011
Bim presentation km 21-10-2011
 
From email to BIM: 20 years of construction collaboration technologies
From email to BIM: 20 years of construction collaboration technologiesFrom email to BIM: 20 years of construction collaboration technologies
From email to BIM: 20 years of construction collaboration technologies
 
Reasoning with data: building performance checking and schema transformations
Reasoning with data: building performance checking and schema transformationsReasoning with data: building performance checking and schema transformations
Reasoning with data: building performance checking and schema transformations
 
BIM: an overview
BIM: an overviewBIM: an overview
BIM: an overview
 
Building Information Modelling (BIM) in India
Building Information Modelling (BIM) in IndiaBuilding Information Modelling (BIM) in India
Building Information Modelling (BIM) in India
 
UDMS 2004
UDMS 2004UDMS 2004
UDMS 2004
 
Virtual Reality in Concept Design
Virtual Reality in Concept Design Virtual Reality in Concept Design
Virtual Reality in Concept Design
 
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...Hatii seminar 2014 - The emerging needs and the long standing issues curating...
Hatii seminar 2014 - The emerging needs and the long standing issues curating...
 
Visualisation of semantic architectural information within a game engine envi...
Visualisation of semantic architectural information within a game engine envi...Visualisation of semantic architectural information within a game engine envi...
Visualisation of semantic architectural information within a game engine envi...
 
CPD BIM for small engineering practices
CPD BIM for small  engineering practicesCPD BIM for small  engineering practices
CPD BIM for small engineering practices
 
What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?What does BIM mean for Civil Engineers?
What does BIM mean for Civil Engineers?
 
2D to 3D dynamic modeling of architectural plans in Augmented Reality
2D to 3D dynamic modeling of architectural plans in Augmented Reality2D to 3D dynamic modeling of architectural plans in Augmented Reality
2D to 3D dynamic modeling of architectural plans in Augmented Reality
 
Application of BIM for Scheduling and Costing of Construction Project
Application of BIM for Scheduling and Costing of Construction ProjectApplication of BIM for Scheduling and Costing of Construction Project
Application of BIM for Scheduling and Costing of Construction Project
 
IRJET- 4D Simulation of MEP using Bim for Residential Building Project
IRJET- 4D Simulation of MEP using Bim for Residential Building ProjectIRJET- 4D Simulation of MEP using Bim for Residential Building Project
IRJET- 4D Simulation of MEP using Bim for Residential Building Project
 
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRANComputer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
Computer-Aided Design of Raft Foundation using Excel VBA and FORTRAN
 
BIM Interoperability - Andrew Bellerby
BIM Interoperability - Andrew BellerbyBIM Interoperability - Andrew Bellerby
BIM Interoperability - Andrew Bellerby
 
20150915CPD EOA BIM for small practices
20150915CPD EOA BIM for small practices20150915CPD EOA BIM for small practices
20150915CPD EOA BIM for small practices
 
CONVR 2010 - Visualisation of semantic architectural information within a gam...
CONVR 2010 - Visualisation of semantic architectural information within a gam...CONVR 2010 - Visualisation of semantic architectural information within a gam...
CONVR 2010 - Visualisation of semantic architectural information within a gam...
 
307069674-Augmented-Reality-in-civil-engineering.pptx
307069674-Augmented-Reality-in-civil-engineering.pptx307069674-Augmented-Reality-in-civil-engineering.pptx
307069674-Augmented-Reality-in-civil-engineering.pptx
 

Mais de Pieter Pauwels

BIM from Building to urban fabric: More than just zooming out
BIM from Building to urban fabric: More than just zooming outBIM from Building to urban fabric: More than just zooming out
BIM from Building to urban fabric: More than just zooming outPieter Pauwels
 
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...Pieter Pauwels
 
CAADFutures2011 Workshop 5 - Information exchange with information systems in...
CAADFutures2011 Workshop 5 - Information exchange with information systems in...CAADFutures2011 Workshop 5 - Information exchange with information systems in...
CAADFutures2011 Workshop 5 - Information exchange with information systems in...Pieter Pauwels
 
CAADFutures2011 - Extending the design process into the knowledge of the world
CAADFutures2011 - Extending the design process into the knowledge of the worldCAADFutures2011 - Extending the design process into the knowledge of the world
CAADFutures2011 - Extending the design process into the knowledge of the worldPieter Pauwels
 
SCAD2011 - Increasing information feed in the process of structural steel design
SCAD2011 - Increasing information feed in the process of structural steel designSCAD2011 - Increasing information feed in the process of structural steel design
SCAD2011 - Increasing information feed in the process of structural steel designPieter Pauwels
 
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?Pieter Pauwels
 
CH2009 - Architectural information modelling in construction history
CH2009 - Architectural information modelling in construction historyCH2009 - Architectural information modelling in construction history
CH2009 - Architectural information modelling in construction historyPieter Pauwels
 
Design Principles and Practices 2009 - Semantics-based design - can ontologie...
Design Principles and Practices 2009 - Semantics-based design - can ontologie...Design Principles and Practices 2009 - Semantics-based design - can ontologie...
Design Principles and Practices 2009 - Semantics-based design - can ontologie...Pieter Pauwels
 
SAMT 2010 - Interoperability for the design and construction industry through...
SAMT 2010 - Interoperability for the design and construction industry through...SAMT 2010 - Interoperability for the design and construction industry through...
SAMT 2010 - Interoperability for the design and construction industry through...Pieter Pauwels
 
Datasalon 2010 - AIM framework in a game engine
Datasalon 2010 - AIM framework in a game engineDatasalon 2010 - AIM framework in a game engine
Datasalon 2010 - AIM framework in a game enginePieter Pauwels
 

Mais de Pieter Pauwels (10)

BIM from Building to urban fabric: More than just zooming out
BIM from Building to urban fabric: More than just zooming outBIM from Building to urban fabric: More than just zooming out
BIM from Building to urban fabric: More than just zooming out
 
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...
Workshop Ontology Modelling 2011, Session 3 - Ontologies in architecture, eng...
 
CAADFutures2011 Workshop 5 - Information exchange with information systems in...
CAADFutures2011 Workshop 5 - Information exchange with information systems in...CAADFutures2011 Workshop 5 - Information exchange with information systems in...
CAADFutures2011 Workshop 5 - Information exchange with information systems in...
 
CAADFutures2011 - Extending the design process into the knowledge of the world
CAADFutures2011 - Extending the design process into the knowledge of the worldCAADFutures2011 - Extending the design process into the knowledge of the world
CAADFutures2011 - Extending the design process into the knowledge of the world
 
SCAD2011 - Increasing information feed in the process of structural steel design
SCAD2011 - Increasing information feed in the process of structural steel designSCAD2011 - Increasing information feed in the process of structural steel design
SCAD2011 - Increasing information feed in the process of structural steel design
 
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?
Datasalon6 2011 - "Rise of the robo scientists": where is data coming from?
 
CH2009 - Architectural information modelling in construction history
CH2009 - Architectural information modelling in construction historyCH2009 - Architectural information modelling in construction history
CH2009 - Architectural information modelling in construction history
 
Design Principles and Practices 2009 - Semantics-based design - can ontologie...
Design Principles and Practices 2009 - Semantics-based design - can ontologie...Design Principles and Practices 2009 - Semantics-based design - can ontologie...
Design Principles and Practices 2009 - Semantics-based design - can ontologie...
 
SAMT 2010 - Interoperability for the design and construction industry through...
SAMT 2010 - Interoperability for the design and construction industry through...SAMT 2010 - Interoperability for the design and construction industry through...
SAMT 2010 - Interoperability for the design and construction industry through...
 
Datasalon 2010 - AIM framework in a game engine
Datasalon 2010 - AIM framework in a game engineDatasalon 2010 - AIM framework in a game engine
Datasalon 2010 - AIM framework in a game engine
 

Último

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Último (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

Workshop Ontology Modelling 2011, Session 8 - Reasoning with data: building performance checking and schema transformations

  • 1. Faculty of Engineering and Architecture Session 8 Reasoning with data: building performance checking and schema transformations Workshop Ontology Modelling Barcelona, 19-21 December 2011
  • 2. Faculty of Engineering and Architecture design [1] Linked Data – Connect Distributed Data across the Web. http://linkeddata.org/ (2011)
  • 3. Faculty of Engineering and Architecture [2] R. Cyganiak, C. Bizer. Pubby – A linked data frontend for SPARQL endpoints. http://www4.wiwiss.fu-berlin.de/pubby/. [3] OpenLink Software. Virtuoso Universal Server. http://virtuoso.openlinksw.com/.
  • 4. Faculty of Engineering and Architecture
  • 5. Faculty of Engineering and Architecture Outline 1. Information visualization 2. Building performance checking 3. Interoperability and schema transformations
  • 6. Faculty of Engineering and Architecture INFORMATION VISUALIZATION
  • 7. Faculty of Engineering and Architecture ‘Intelligent’ Virtual Environments [4] GraphiSoft. GraphiSoft Virtual Building Explorer for ArchiCAD. http://www.graphisoft.com/products/virtual-building-explorer/.
  • 8. Faculty of Engineering and Architecture Even more ‘Intelligent’ Virtual Environments
  • 9. Faculty of Engineering and Architecture How to create the virtual environment? 1. Esperient Creator 2. 3DVIA Virtools 3. Unity3D 4. Quest3D 5. StoneTrip ShiVa [5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010. 219-228.
  • 10. Faculty of Engineering and Architecture The information flow FBX import Virtual world representation in Unity3D BIM model export Real-time communication export IFC-to-RDF IFC Service BIM model representation in LOD cloud References to LOD cloud Enriched BIM model
  • 11. Faculty of Engineering and Architecture 1. Creation of the virtual world [5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010. 219-228.
  • 12. Faculty of Engineering and Architecture 2. Implementation of functionality (1) connecting FBX representation to the LOD cloud (1)
  • 13. Faculty of Engineering and Architecture 2. Implementation of functionality (2) SELECT distinct ?s WHERE { ?s <http://multimedialab.organon.elis.ugent.be/ontologies/IFC2X3#tag> "175853"^^xsd:string . ?s <http://multimedialab.organon.elis.ugent.be/ontologies/IFC2X3#representation> ?o } connecting FBX representation to the LOD cloud (2)
  • 14. Faculty of Engineering and Architecture 3. Build Graphical User Interface (GUI) [5] P. Pauwels, R. De Meyer, J. Van Campenhout. Visualisation of semantic architectural information within a game engine environment. In Proceedings of the 10th International Conference on Construction Applications of Virtual Reality. 2010. 219-228.
  • 15. Faculty of Engineering and Architecture BUILDING PERFORMANCE CHECKING
  • 16. Faculty of Engineering and Architecture Today’s approach BIM CAD software materials materials databases materials databases databases Target apps NBN building model - acoustic analysis S01- output formats - thermal analysis 400-1 - energy analysis standards dedicated software [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 17. Faculty of Engineering and Architecture Proposed approach: step 1 BIM CAD software materials materials databases materials databases databases Target apps NBN IFC instance - acoustic analysis S01- - thermal analysis 400-1 - energy analysis standards dedicated software [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 18. Faculty of Engineering and Architecture Proposed approach: step 2 BIM CAD software materials materials databases materials databases databases Target apps NBN IFC instance - acoustic analysis S01- - thermal analysis 400-1 - energy analysis standards Formally described rules [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 19. Faculty of Engineering and Architecture Semantic BIM: schematic overview materials materials databases materials databases Reasoner databases instance of NBN IFC S01- 400-1 N3 rules standards and application- specific calculations [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 20. Faculty of Engineering and Architecture Converting standards into N3Logic # Calculate R' [dB] for each Space surface that has a calculated Te,i value { # Find relevant Space surface and their Te,i values ?SS a ifc:SpaceSurface. ?SS ifc:spaceBoundary [ifc:relatedBuildingElement [:acousticTau ?tau1]]. (?SCOPE 1) e:findall (?tau {?SS ifc:spaceBoundary [ifc:relatedBuildingElement [:acousticTau ?tau]].} ?tauList). # Calculate R' [dB] for each Space surface ?tauList math:sum ?summedTau. (10 ?x) math:exponentiation ?summedTau. (-10 ?x) math:product ?R } => {?SS :acousticR ?R}. [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 21. Faculty of Engineering and Architecture
  • 22. Faculty of Engineering and Architecture
  • 23. Faculty of Engineering and Architecture [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 24. Faculty of Engineering and Architecture [6] P. Pauwels, D. Van Deursen, R. Verstraeten, J. De Roo, R. De Meyer, R. Van de Walle, J. Van Campenhout. A semantic rule checking environment for building performance checking. Automation in Construction 20(5) 2011, 506-518.
  • 25. Faculty of Engineering and Architecture INTEROPERABILITY AND SCHEMA TRANSFORMATIONS
  • 26. Faculty of Engineering and Architecture ? [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332. [8] P. Pauwels, R. De Meyer, J. Van Campenhout. Interoperability for the Design and Construction Industry through Semantic Web Technology. 5th International Conference on Semantic and Digital Media Technologies. In Lecture Notes in Computer Science 6725, 2011, 143-158.
  • 27. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 28. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 29. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 30. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 31. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 32. Faculty of Engineering and Architecture STL/RDF X3D/RDF IFC/RDF [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 33. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 34. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 35. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 36. Faculty of Engineering and Architecture [7] P. Pauwels, D. Van Deursen, J. De Roo, T. Van Ackere, R. De Meyer, R. Van de Walle, J. Van Campenhout. Three- dimensional information exchange over the semantic web for the domain of architecture, engineering, and construction. Artificial Intelligence for Engineering Design, Analysis and Manufacturing 25 (4) 2011, 317-332.
  • 37. Faculty of Engineering and Architecture CONCLUSION
  • 38. Faculty of Engineering and Architecture How to integrate diverse information models, in particular those that describe the same information differently???