SlideShare a Scribd company logo
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Ana Roxin
ana-maria.roxin@u-bourgogne.fr
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Linked Data is not Semantic Web
2
Source: https://baojiebaojie.files.wordpress.com/2011/04/semantic_web_technology_stack.png
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Linked Data Vision
3
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Linked Open Data Principles
4
Source:
https://www.w3.org/DesignIssues/LinkedData.html
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Problem: Martec's Law
5
Technology is changing very rapidly…
… but changing an organization — how it thinks and behaves — is still
hard and slow.
Time
Quantity
of
change
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
How Linked Data could help…
Simple
models
Simple
queries
Simple
rules
Simple
implementations
6
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
SIMPLE MODELS
7
Pieter Pauwles, Ana Roxin. simpleBIM. In Proceedings of ECPPM, Sept 2016, CIC-Press.
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Why we need to go further ?
Industry standards
• IFC
• COBie
• bSDD
• etc.
Adapted to
ontologies
• ifcOWL
• COBieOWL
• etc.
Interlinking !
8
… but their practical use
remains complex and
difficult !
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Applications
Vision
9
Linked Open Data Model
Window^^@EN
Fenêtre^^@FR Door Stairs
… ……
Ontologies
ifcOWL COBieOWL bSDD …
Query,
Manipulate
Map,
Expose
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
SIMPLE QUERIES
10
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Query 1
◼ Show me all the doors and the stairs in this
building !
11
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Query 2
◼ Show me all doors and windows in the building !
12
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Still..
◼ A simple query takes around 10ms in our environment
◼ View extraction cannot be done real-time
Query 1: >19 hours
Query 2: 17 min
◼ Mainly impacted by disk access time & memory load
◼ Could be improved by:
parallelizing queries
"trade-off" between simple and complex queries
13
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
SIMPLE RULES
User Views
OWL Ontology Interoperability
14
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Problem
15
ifcOWL
MVD
How to
combine
them ?
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Adapting MVDs into logical rules
mvdXML
• Gathering
of MVD
data
constraints
for the
considered
case (e.g.
COBie)
Rule file
• Mapping
of
constraints
into logical
rules
(IF→
THEN)
• Using URIs
of ifcOWL
concepts
Triple store
• Use a
query
language
to retrieve
data,
originally
described
using the
IFC model
April MVD16
→ A rule-based system to
construct building views
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Case study : COBieMVD
◼ We can directly use a query language to retrieve COBie data that is
originally described using the IFC model
?x a cobieowl:Contact .
?x cobieowl:email ?email.
?x a ifcowl:IfcActor .
?x ifcowl:name_IfcRoot ?y.
?y expr:hasString ?z
becomes
17
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Defining Views through Rules
18
Abstract views
• Pre-defined, stored and
exchanged
Concrete views
• Built from IFC data
• Using abstract view
definitions (i.e. rules).
Easily configurable
• Set of concepts (C)
• Set of GUIDs (G)
• Set of IFC relationships (R)
A rule-based system to construct
building views
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Building Enveloppe View
19
C = {BuildingEnvelope}
G = { }
R = { IfcRelDecomposes, IfcRelContainedInSpatialStructure,
IfcRelVoidsElement, IfcRelFillsElement, IfcRelDefinesByProperties }.
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
SIMPLE IMPLEMENTATION
20
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Related Problem
Data
IntegrationifcOWL
ifcWOD
COBieOWL
simpleBIM
SIMModel
21
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Federated Architecture for OWL Ontologies
22
Autonomous ontologies
Mapped through rules
Controlled by inference
FOWLA
OntoN
Onto2
Onto1
ifcOWL COBie
OWL
Rule inference:
- automatic "translation" between formats
- automatic inference of modifications in aligned ontologies
COBieMVD
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. SWRL-rule Selection Methodology for Ontology Interoperability.
In Data and Knowledge Engineering, Oct 2015, Elsevier.
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Query Execution
23
Onto
1
Onto
2
Onto
N
How to express queries ?
How long does it take to
get an answer ?
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
So let's see query execution time…
Query name SPARQL Query
Q1 SELECT ?x ?y WHERE { ?x cobieowl:name ?y . }
Q2 SELECT ?x ?y WHERE { ?x a ifcowl:IfcElement. ?x cobieowl:name ?y.}
Q3
SELECT ?x ?u WHERE { ?x a onto1:C11 . ?y a onto2:C22 .
?x onto1:p12 ?y . ?y onto1:p11 ?x . }
24
Query KB
Mean execution
time (s)
Standard
deviation (σσσσ)
#RuleSet #Results
Q1
KB1 - - 474 0
KB2 - - 266 0
KB3 9.25 12.21 178 1683
KB4 2.23 1.78 16 38318
Q2
KB1 - - 474 0
KB2 - - 266 0
KB3 32.99 0.75 178 74
KB4 0.16 0.04 2 74
Q3
KB1 - - 474 0
KB2 - - 266 0
KB3 71.62 0.95 178 0
KB4 0.88 0.43 5 9
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Conclusions – Collective Effort
25
Editors
• Reuse standard vocabulary terms
• Help in defining mapping among
ontologies' concepts
Consumers • Integrate the so-modelled data
Industrials
&
researchers
• Define use cases !
• Define mappings among the
standards' terms
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Ana Roxin
ana-maria.roxin@u-bourgogne.fr
Thank you for your attention !

More Related Content

PDF
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
PDF
A Semantic Web Approach for defining Building Views
PDF
Customizing Semantic Profiling for Digital Advertising
PDF
LDAC 2015 - Towards an industry-wide ifcOWL: choices and issues
PDF
COBieOWL An OWL ontology based on COBie standard
PDF
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
PDF
Reasoning with rules - Application to N3/EYE and Stardog
PDF
Semantics for Smarter Cities
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
A Semantic Web Approach for defining Building Views
Customizing Semantic Profiling for Digital Advertising
LDAC 2015 - Towards an industry-wide ifcOWL: choices and issues
COBieOWL An OWL ontology based on COBie standard
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Reasoning with rules - Application to N3/EYE and Stardog
Semantics for Smarter Cities

Viewers also liked (10)

PDF
TPAC2016 - From Linked Building Data to Building Data on the Web
PPTX
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
PPTX
Eq price monday
PPS
2.nd world war
PPTX
System Center Virtual Machine Manager 2012, Fabric Management, creation and c...
PPTX
Valeria aguirre informatica 6to
PPT
Wed demand consumer surplus
PPTX
PPTX
Fri papal response to luther
PPTX
ActionInfo Consulting - SOQ
TPAC2016 - From Linked Building Data to Building Data on the Web
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
Eq price monday
2.nd world war
System Center Virtual Machine Manager 2012, Fabric Management, creation and c...
Valeria aguirre informatica 6to
Wed demand consumer surplus
Fri papal response to luther
ActionInfo Consulting - SOQ
Ad

Similar to A Linked Data Perspective for BIM (20)

PDF
Semantic IoT Semantic Inter-Operability Practices - Part 1
PDF
Querying and reasoning over large scale building datasets: an outline of a pe...
PDF
Semantic web-primer
PDF
Sw 5semantic web-primer
PDF
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
PDF
UGent Research Projects on Linked Data in Architecture and Construction
PDF
Building OBO Foundry ontology using semantic web tools
PDF
Mit press a semantic web primer - 2004 !! - (by laxxuss)
PDF
On the relation between Model View Definitions (MVDs) and Linked Data technol...
PDF
RuleML2015: FOWLA, a federated architecture for ontologies
PDF
Overview of-semantic-technologies-and-ontologies
PDF
G Antoniou Frank Van Harmelen A Semantic Web Primer
PDF
Knowledge Engineering: Semantic web, web of data, linked data
PPT
Future of Web 2.0 & The Semantic Web
PPTX
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
PDF
Federated data stores using semantic web technology
PDF
when the link makes sense
KEY
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
PDF
Open data and linked data
PDF
Ontology languages and OWL
Semantic IoT Semantic Inter-Operability Practices - Part 1
Querying and reasoning over large scale building datasets: an outline of a pe...
Semantic web-primer
Sw 5semantic web-primer
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
UGent Research Projects on Linked Data in Architecture and Construction
Building OBO Foundry ontology using semantic web tools
Mit press a semantic web primer - 2004 !! - (by laxxuss)
On the relation between Model View Definitions (MVDs) and Linked Data technol...
RuleML2015: FOWLA, a federated architecture for ontologies
Overview of-semantic-technologies-and-ontologies
G Antoniou Frank Van Harmelen A Semantic Web Primer
Knowledge Engineering: Semantic web, web of data, linked data
Future of Web 2.0 & The Semantic Web
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
Federated data stores using semantic web technology
when the link makes sense
Linking Open, Big Data Using Semantic Web Technologies - An Introduction
Open data and linked data
Ontology languages and OWL
Ad

More from Ana Roxin (12)

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
Semantic Web applications for mobility and social interaction
PDF
An Agile Process Modelling Approach for BIM Projects
PDF
Federated Approach for Interoperating AEC/FM Ontologies
PDF
A Semantic Web Approach for defining Building Views
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
Semantic Web applications for mobility and social interaction
An Agile Process Modelling Approach for BIM Projects
Federated Approach for Interoperating AEC/FM Ontologies
A Semantic Web Approach for defining Building Views

Recently uploaded (20)

PPTX
Tour Presentation Educational Activity.pptx
PDF
natwest.pdf company description and business model
PPTX
Introduction-to-Food-Packaging-and-packaging -materials.pptx
PPTX
The Effect of Human Resource Management Practice on Organizational Performanc...
PDF
Tunisia's Founding Father(s) Pitch-Deck 2022.pdf
PPTX
2025-08-10 Joseph 02 (shared slides).pptx
PPTX
Effective_Handling_Information_Presentation.pptx
PPTX
Hydrogel Based delivery Cancer Treatment
PPTX
Impressionism_PostImpressionism_Presentation.pptx
PPTX
INTERNATIONAL LABOUR ORAGNISATION PPT ON SOCIAL SCIENCE
PPTX
An Unlikely Response 08 10 2025.pptx
PPTX
water for all cao bang - a charity project
PPTX
ART-APP-REPORT-FINctrwxsg f fuy L-na.pptx
PDF
oil_refinery_presentation_v1 sllfmfls.pdf
PPTX
worship songs, in any order, compilation
PPTX
Anesthesia and it's stage with mnemonic and images
PPTX
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
PPTX
lesson6-211001025531lesson plan ppt.pptx
PPTX
Presentation for DGJV QMS (PQP)_12.03.2025.pptx
PPTX
Primary and secondary sources, and history
Tour Presentation Educational Activity.pptx
natwest.pdf company description and business model
Introduction-to-Food-Packaging-and-packaging -materials.pptx
The Effect of Human Resource Management Practice on Organizational Performanc...
Tunisia's Founding Father(s) Pitch-Deck 2022.pdf
2025-08-10 Joseph 02 (shared slides).pptx
Effective_Handling_Information_Presentation.pptx
Hydrogel Based delivery Cancer Treatment
Impressionism_PostImpressionism_Presentation.pptx
INTERNATIONAL LABOUR ORAGNISATION PPT ON SOCIAL SCIENCE
An Unlikely Response 08 10 2025.pptx
water for all cao bang - a charity project
ART-APP-REPORT-FINctrwxsg f fuy L-na.pptx
oil_refinery_presentation_v1 sllfmfls.pdf
worship songs, in any order, compilation
Anesthesia and it's stage with mnemonic and images
BIOLOGY TISSUE PPT CLASS 9 PROJECT PUBLIC
lesson6-211001025531lesson plan ppt.pptx
Presentation for DGJV QMS (PQP)_12.03.2025.pptx
Primary and secondary sources, and history

A Linked Data Perspective for BIM