SlideShare a Scribd company logo
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
IfcWoD (Web of Data)
Semantically Adapting IFC Model Relations
into OWL Properties
Tarcisio Mendes de Farias, Ana Roxin and
Christophe Nicolle
Standards Summit – Rotterdam
April 11 - April 14
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Agenda
Motivation
• General context presentation
• Semantic Web technologies for IFC
Approach
• General presentation of ifcWOD
• Semantic adaptation of IFC relations
Benefits
• Simplifying query writing
• Reducing query execution time
• Reducing data redundancy
April 12th 2016 ifcWOD 2
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
MOTIVATION
April 12th 2016 ifcWOD 3
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
General Context
Linked data
• Good practices for publishing and connecting data on the Semantic Web
• URIs
• Network Protocol HTTP
• Semantic Web standards RDF
• Links among vocabularies
Building Information Modeling (BIM)
• IFC (Industrial Foundation Classes) is the ISO standard for BIM
• Information exchange based on STEP file format
How Linked Data (LD) can help in the context of BIM ?
• Enhancing BIM interoperability
• Static format (file-based) vs RDF
April 12th 2016 ifcWOD 4
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Semantic Web technologies for IFC
OWL for IFC
EXPRESS vs. OWL
• STEP-based files vs RDF triples
• Object-oriented vs graph modelling
Semantically adapting IFC
into OWL
• IFC relationships
Intuitive building information
manipulation
ifcOWL
IFC-based ontology
• Direct syntax mapping of IFC
EXPRESS specification
BuildingSMART Linked Data
Working Group
W3C Linked Building Data
Community Group
April 12th 2016 ifcWOD 5
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
ifcOWL drawbacks
Understanding of IFC
object properties and
relationships
Access to the
semantics of building
data
Correct application of
Linked Data principles
No leverage from
constraints dictated by
the EXPRESS/STEP file
format
April 12th 2016 ifcWOD 6
“An ontology is a formal, explicit specification of a shared conceptualization”
Studer, R., Benjamins, R. & Fensel, D., 1998. Knowledge engineering: Principles and methods. Data & Knowledge Engineering,
25(1–2), p. 161–198.
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
PROPOSED APPROACH
April 12th 2016 ifcWOD 7
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
ifcWoD, IFC Web of Data Ontology
◼ Semi-automatically conceived, based on:
 IFC EXPRESS model
 IfcOWL
 Property Set Definition (PSD)
◼ Main contributions:
April 12th 2016 ifcWOD 8
Adaptation
of existing
IFC
properties
ifcRelationship
ifcProperty
New
properties
ifcwod:isDefinedBy_ifcObject
ifcwod:operatesOn
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Adapting ifcRelationship into OWL
◼ We semantically adapt ifcRelationship entities into OWL
 Inverse and Relating[name of relating object] attributes
April 12th 2016 ifcWOD 9
Our approach can be applied on all 41
ifcRelationship subtypes of the IFC
standard.
Only 14 of these subtypes have
additional semantic attributes, for
which the ifcOWL representation is
needed.
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Adaptation of ifcRelationship
◼ IFC properties and relationships in the IfcWOD ontology schema
April 12th 2016 ifcWOD 10
ifcowl:IfcRelDefinesByProperties
ifcowl:IfcObjectDefinition ifcowl:IfcPropertySetDefinitionSelect
ifcowl:IfcWallStandardCase ifcowl:IfcPropertySet
rdfs:subClassOf rdfs:subClassOf
ifcowl:RelatingPropertyDefinition_
of_IfcRelDefinesbyProperties
ifcowl:RelatedObjects_of_IfcRel
DefinesbyProperties
ifcwod:isDefinedBy_IfcObject
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Adaptation of ifcProperty
◼ Idea: take advantage of PSDs
◼ ifcWoD: an IFC property is part of the schema
 Structured data
 Mapping rules from existing XSD files (Pset)
April 12th 2016 ifcWOD 11
Mapping
Rule
Property Set Definition
(PSD) XSD
OWL
language
R1 <xs:complexType name="PropertyDef"> owl:ObjectProperty
R2 <xs:element type="xs:string" name="Name"> rdfs:label and URN
R3
<xs:element type="xs:string"
name="Definition">
rdfs:comment
R4 <xs:element name="NameAliases"> rdfs:label (@lang)
R5 <xs:element name="DefinitionAliases"> rdfs:comment (@lang)
R6
<xs:element type="PropertyType"
name="PropertyType">
rdfs:subPropertyOf and
rdfs:range
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
BENEFITS
April 12th 2016 ifcWOD 12
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Main advantages
IfcWoD allows enhancing reasoning
Easier query writing and relationship understanding
Reduction of query execution time
Reduction of data redundancy
April 12th 2016 ifcWOD 13
 OWL transitive properties e.g.: ifcwod:isPredecessorTo_IfcProcess
SELECT ?x ?z { ?x ifcowl:IsPredecessorTo
?y. ?y
ifcowl:RelatingProcess_of_IfcRelSequence
?z. }
SELECT ?x ?y {?x
ifcwod:isPredecessorTo_IfcProcess ?y}
 As proven by benchmarks
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Simplifying query writing
◼ Q1 and Q1’ retrieve all external walls of a building project
◼ Q2 and Q2’ retrieve all doors and their references
April 12th 2016 ifcWOD 14
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Reducing query execution time
Test environment
• Server: Stardog Intel Xeon CPU E5-2430 at 2.2GHz with 2 cores out of
6, 8GB of DDR3 RAM memory
• Client machine Intel Core CPU I7-4790 at 3.6GHz with 4 cores, 8GB of
DDR3 RAM memory at 1600MHz
• Building Project: ACTIVe3D (11MB STEP file)
• Queries – each executed 30 times
• Q1, Q2 and Q3 are solely composed of IfcOWL terms
• Q1’, Q2’ and Q3’ are composed of IfcWoD terms
April 12th 2016 ifcWOD 15
Q1 Q1’ Q2 Q2’ Q3 Q3’
Mean (seconds) 0.242 0.026 0.516 0.025 1.348 0.056
Standard Deviation 0.024 0.009 0.019 0.008 0.024 0.017
#Results 37 37 141 141 67 67
Mean Time Reduction (%) 89.26% 95.15% 95.85%
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Reducing data redundancy
April 12th 2016 ifcWOD 16
Modelling
data
without
IfcWoD
Modelling
data
with IfcWoD
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Conclusion and Future Works
Semantic
modelling
of IFC
relations in
OWL
Novel modelling that allows an easen application of the
Linked (Open) Data principles
Semi-automatic method for ontology conception
IfcWoD
linked to
IfcOWL
Simplifies query writing
Improves query response time for retrieving building
data
Future
works
Analyze the trade-off between data redundancy and
query performance
Study the gathering and the inheritance of common
properties in the PSDs
April 12th 2016 ifcWOD 17
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
TracisioMENDESDEFARIAS-tarcisio.mendes-de-farias@u-bourgogne.fr
Thank you for your attention
Tarcisio Mendes de Farias – tarcisio.mendesdefarias@checksem.fr
Ana Roxin – ana-maria.roxin@u-bourgogne.fr

More Related Content

PDF
A Linked Data Perspective for BIM
PDF
Customizing Semantic Profiling for Digital Advertising
PDF
A Semantic Web Approach for defining Building Views
PDF
S. Pena Serna - Enriching
PDF
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
PDF
COBieOWL An OWL ontology based on COBie standard
PDF
Semantic Web applications for mobility and social interaction
PDF
CITE - Recent Progress on Electronic Business
A Linked Data Perspective for BIM
Customizing Semantic Profiling for Digital Advertising
A Semantic Web Approach for defining Building Views
S. Pena Serna - Enriching
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
COBieOWL An OWL ontology based on COBie standard
Semantic Web applications for mobility and social interaction
CITE - Recent Progress on Electronic Business

Viewers also liked (20)

PPTX
ProductInfoX - goals and results
PPTX
А.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PP
PDF
Professor Isam Shahrour Summer Course « Smart and Sustainable City » Chapter...
PDF
BIM to support DfMA and Lean Construction
PDF
Tall Buildings Value Perspectives Salford December 2010 - Professor Ali Parsa
PDF
BIM in Infrastructures - Derek Drysdale
PDF
CTM Program: Terminology, Vocabularies, and BIM
PDF
Presentation of coBuilder solutions - and our work
PDF
Eeveloping Interactive Logbook A Personal Learning Environment
PPTX
Interoperability of a Social Media Observatory
PDF
PPTX
SWIMing VoCamp 2016 - ifcOWL overview and current state
PPTX
Gamify your e learning! 6 Ways to Incorporate Gamification into eLearning
PPTX
20151112 CITA BIM Gathering Keynote Dublin
PPT
Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015
PDF
Social Media and Scholarly Communication
PPT
Social Networks, Dominance And Interoperability
PPTX
PLNs, CoPs, and Connectivism
ProductInfoX - goals and results
А.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PP
Professor Isam Shahrour Summer Course « Smart and Sustainable City » Chapter...
BIM to support DfMA and Lean Construction
Tall Buildings Value Perspectives Salford December 2010 - Professor Ali Parsa
BIM in Infrastructures - Derek Drysdale
CTM Program: Terminology, Vocabularies, and BIM
Presentation of coBuilder solutions - and our work
Eeveloping Interactive Logbook A Personal Learning Environment
Interoperability of a Social Media Observatory
SWIMing VoCamp 2016 - ifcOWL overview and current state
Gamify your e learning! 6 Ways to Incorporate Gamification into eLearning
20151112 CITA BIM Gathering Keynote Dublin
Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015
Social Media and Scholarly Communication
Social Networks, Dominance And Interoperability
PLNs, CoPs, and Connectivism
Ad

Similar to ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Properties (20)

PDF
LDAC 2015 - Towards an industry-wide ifcOWL: choices and issues
PDF
BuildingSMART Standards Summit 2015 - JBeetz - Product Room - Use Cases for i...
PPTX
CIB W78 Accelerating BIM Workshop 2015 - IFC2RDF tools
PDF
ifcOWL - An ontology for building data
PDF
Querying and reasoning over large scale building datasets: an outline of a pe...
PDF
On the relation between Model View Definitions (MVDs) and Linked Data technol...
PDF
UGent Research Projects on Linked Data in Architecture and Construction
PDF
A Semantic Web Approach for defining Building Views
PPTX
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
PDF
Ontologies in architecture, engineering and construction (AEC)
PPTX
Ecppm 2014 presentation_beetz
PPTX
Summer School LD4SC 2015 - ifcOWL introduction
PPTX
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
PPTX
SustainablePlaces_ifcOWL_applications_2015-09-17
PPTX
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
PDF
IFC File Model Understanding -BHTech Dec2017
PPTX
S. Bartoli & F. Pompermaier – A Semantic Big Data Companion
PPTX
EG-ICE 2015 - Coping with IFC lists in the ifcOWL ontology
PPTX
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
PDF
Mutation management in BIM models during O&M: presentation - Niels van de Ven
LDAC 2015 - Towards an industry-wide ifcOWL: choices and issues
BuildingSMART Standards Summit 2015 - JBeetz - Product Room - Use Cases for i...
CIB W78 Accelerating BIM Workshop 2015 - IFC2RDF tools
ifcOWL - An ontology for building data
Querying and reasoning over large scale building datasets: an outline of a pe...
On the relation between Model View Definitions (MVDs) and Linked Data technol...
UGent Research Projects on Linked Data in Architecture and Construction
A Semantic Web Approach for defining Building Views
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
Ontologies in architecture, engineering and construction (AEC)
Ecppm 2014 presentation_beetz
Summer School LD4SC 2015 - ifcOWL introduction
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
SustainablePlaces_ifcOWL_applications_2015-09-17
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
IFC File Model Understanding -BHTech Dec2017
S. Bartoli & F. Pompermaier – A Semantic Big Data Companion
EG-ICE 2015 - Coping with IFC lists in the ifcOWL ontology
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
Mutation management in BIM models during O&M: presentation - Niels van de Ven
Ad

More from Ana Roxin (11)

PDF
Apporter du sens aux données BIM
PDF
Bringing Meaning to BIM Data
PDF
Linked Data Vocabularies for BIM
PDF
[Cib]achieving interoperability between bim and gis final
PDF
Habilitation to conduct research (Habilitation à diriger des recherches)
PPTX
Les données liées pour le BIM
PPTX
Linked Data applications for BIM
PDF
Geographic information - standards available for describing geographical data
PDF
An Agile Process Modelling Approach for BIM Projects
PDF
Reasoning with rules - Application to N3/EYE and Stardog
PDF
Federated Approach for Interoperating AEC/FM Ontologies
Apporter du sens aux données BIM
Bringing Meaning to BIM Data
Linked Data Vocabularies for BIM
[Cib]achieving interoperability between bim and gis final
Habilitation to conduct research (Habilitation à diriger des recherches)
Les données liées pour le BIM
Linked Data applications for BIM
Geographic information - standards available for describing geographical data
An Agile Process Modelling Approach for BIM Projects
Reasoning with rules - Application to N3/EYE and Stardog
Federated Approach for Interoperating AEC/FM Ontologies

Recently uploaded (20)

PPTX
Self management and self evaluation presentation
PPTX
Sustainable Forest Management ..SFM.pptx
PPTX
2025-08-10 Joseph 02 (shared slides).pptx
PPTX
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
PPTX
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
DOCX
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
PPT
First Aid Training Presentation Slides.ppt
PDF
Nykaa-Strategy-Case-Fixing-Retention-UX-and-D2C-Engagement (1).pdf
PDF
COLEAD A2F approach and Theory of Change
DOCX
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
PPTX
Project and change Managment: short video sequences for IBA
PDF
Presentation1 [Autosaved].pdf diagnosiss
PPTX
Emphasizing It's Not The End 08 06 2025.pptx
PPTX
Primary and secondary sources, and history
PPTX
Anesthesia and it's stage with mnemonic and images
PDF
Instagram's Product Secrets Unveiled with this PPT
PPTX
lesson6-211001025531lesson plan ppt.pptx
PPTX
MERISTEMATIC TISSUES (MERISTEMS) PPT PUBLIC
PPTX
Intro to ISO 9001 2015.pptx wareness raising
DOC
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证
Self management and self evaluation presentation
Sustainable Forest Management ..SFM.pptx
2025-08-10 Joseph 02 (shared slides).pptx
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
AcademyNaturalLanguageProcessing-EN-ILT-M02-Introduction.pptx
"Project Management: Ultimate Guide to Tools, Techniques, and Strategies (2025)"
First Aid Training Presentation Slides.ppt
Nykaa-Strategy-Case-Fixing-Retention-UX-and-D2C-Engagement (1).pdf
COLEAD A2F approach and Theory of Change
ENGLISH PROJECT FOR BINOD BIHARI MAHTO KOYLANCHAL UNIVERSITY
Project and change Managment: short video sequences for IBA
Presentation1 [Autosaved].pdf diagnosiss
Emphasizing It's Not The End 08 06 2025.pptx
Primary and secondary sources, and history
Anesthesia and it's stage with mnemonic and images
Instagram's Product Secrets Unveiled with this PPT
lesson6-211001025531lesson plan ppt.pptx
MERISTEMATIC TISSUES (MERISTEMS) PPT PUBLIC
Intro to ISO 9001 2015.pptx wareness raising
学位双硕士UTAS毕业证,墨尔本理工学院毕业证留学硕士毕业证

ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Properties