SlideShare a Scribd company logo
Model View Definitions and Linked Data
The MVD White Paper
2017 buildingSMART International Standards Summit, Barcelona, Spain
Technical Room,
Matthias WEISE, Ana ROXIN
4 April 2017
1. Introduction & Motivation
3. COBie example
4. Generalization
Outline
2. Publishing vs. Filtering vs. Hybrid strategy
1. Introduction & Motivation
3. COBie example
4. Generalization
Outline
2. Publishing vs. Filtering vs. Hybrid strategy
MVD as part of IDM
• MVD = use case specific subsets of IFC
(manage and control IFC-based data exchange)
• Domain knowledge -> orange part
• Mapping to IFC -> blue part
(specified via mvdXML)
Linked Data Use Cases based on W3C standards
• Integrate building data into the Web of Data
• Link to other data sources (GIS, weather data,
material properties, product data, …)
• Publish BIM data in the Web
• Reasoning
• …
buildingSMART and Linked Data – Technical comparison
IFC Schema
IFC file (*.ifc)
EXPRESS/SPF
(ISO 10303)
ifcXML
mvdXML
XSD/XML
ifcOWL
IFC RDF graph
OWL/RDF/
RDFS
*.ifcxml
*.mvdxml
mvdXML – Use Cases
IFC4 Schema
IFC file
IFC4_RV.mvdXML
IFC4 RV
Schema
IFC partial file
IFC4-RV HTML
documentation
Energy.mvdxml
+
=
=
+
Schema Level
Instance Level
=
= Checking result
ModelView
ExchangeRequirement
ExchangeRequirement
ConceptRoot
Concept
Concept
ConceptTemplate
selection of relevant information
e.g. required room area
Linked to software interfaces
Linked to processes and data flow
Class or main concept, e.g. Room -> IfcSpace
configuration of a functional unit
e.g. quantity or property definition
Relevance in a
particular exchange
defines an instantiation tree and
parameter values that can be used for
later configuration
mvdXML – Overview and Features
IFC/MVD and Linked Data – Questions?
• How to combine/integrate LD into existing use cases and BIM tool landscape?
• How to use/evaluate MVDs?
Can we use existing query and reasoning engines?
1. Introduction & Motivation
3. COBie example
4. Generalization
Outline
2. Publishing vs. Filtering vs. Hybrid strategy
Publishing strategy
Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards
Summit Rotterdam, 2016
Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards
Summit Rotterdam, 2016
Publishing strategy
Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards
Summit Rotterdam, 2016
Filtering strategy
Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards
Summit Rotterdam, 2016
Filtering strategy
Hybrid strategy
Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards
Summit Rotterdam, 2016
Recommendation & Challenges
• Hybrid strategy combines advantages of both approaches
• Linked Data is handled as own BIM use case(s) specified as MVD/mvdXML
-> all irrelevant data can be removed from the BIM before generating the IFC-RDF graph
• IFC-RDF data queries are handled with Semantic Web technologies
-> full advantages of expressiveness and tool support can be used within this scenario
• Differentiation between relevant and irrelevant data necessary!
-> Identify LD use cases and their data requirements?
• Duplication of data and its maintenance remains as a challenge,
in particular in data roundtrip scenarios and if more specialized ontologies are
used (see discussion about BOT and other ontologies in W3C community group).
• Management of MVDs/mvdXML specifications and its re-use in LD scenarios
(see COBie example)
1. Introduction & Motivation
3. COBie example
4. Generalization
Outline
2. Publishing vs. Filtering vs. Hybrid strategy
COBieOWL: an ontology based on COBie standard
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. COBieOWL, an OWL ontology based on COBie standard. In Proceedings of On the Move to Meaningful Internet Systems: OTM
2015 Conferences, Confederated International Conferences: CoopIS, ODBASE, and C&TC 2015, Oct 2015, Rhodes, Greece. Lecture Notes in Computer Science 9415, Springer 2015.
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
COBie data,
originally
described
using the IFC
model
 A rule-based system to
construct building views
COBie MVD example following…
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
mvdXML: external data constraints
COBie Table Column IFC Reference
Contact Email IfcActor.Name
Contact CreatedBy
IfcActor.OwnerHistoryIfcOwnerHistory.OwningUserIfcPersonAndOrganizat
ion.ThePersonIfcPerson.Identification
Contact CreatedOn IfcActor.OwnerHistoryIfcOwnerHistory.CreationDate
Contact Category
IfcActor.HasAssociations[*]IfcRelAssociatesClassification.RelatingClassificati
onIfcClassificationReference.Identification
Contact Company
IfcActor.TheActorIfcPersonAndOrganization.TheOrganizationIfcOrganizatio
n.Name
Floor Description IfcBuildingStorey.Description
Floor Elevation IfcBuildingStorey.Elevation
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Case study : COBieMVD
• MVD data constraints are translated into Horn-like rules
• Schema alignment (reducing heterogeneity)
• Concept rule-based alignment (link between COBie and IFC concepts)
Contact ≡ IfcActor
ifcowl:IfcActor(x) → cobieowl:Contact(x)
cobieowl:Contact(x) → ifcowl:IfcActor(x)
Floor ≡ IfcBuildingStorey
ifcowl:IfcBuildingStorey (x) → cobieowl:Floor(x)
cobieowl:Floor(x) → ifcowl:IfcBuildingStorey (x)
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Rules produced based on URIs from ifcOWL vocabulary
Column Reference Horn-like Rule defined based on ifcOWL terms
Email
(Contact)
IfcActor.Name
ifcowl:IfcActor(X) ∧ ifcowl:name_IfcRoot (X, Y) ∧ expr:hasString(Y, Z) →
cobieowl:name(X,Z)
CreatedBy
(Contact)
IfcActor.OwnerHistory
IfcOwnerHistory.OwningUser
IfcPersonAndOrganization.ThePerson
IfcPerson.Identification
ifcowl:IfcActor(X) ∧ ifcowl:ownerHistory… (X, Y) ∧ ifcowl:owningUser…(Y,Z) ∧
ifcowl:thePerson…(Z, K) ∧ ifcowl:identification…(K, L) ∧ expr:hasString(L, M)
→
cobieowl:createdBy (X, M)
Company
(Contact)
IfcActor.TheActor
IfcPersonAndOrganization.TheOrganization
IfcOrganization.Name
ifcowl:IfcActor(X) ∧ ifcowl:theActor… (X, Y) ∧ ifcowl:theOrganization…(Y,Z) ∧
ifcowl:name…(Z, K) ∧ expr:hasString(K, M) →
cobieowl:company (X, M)
Description
(Floor)
IfcBuildingStorey.Description
ifcowl:IfcBuildingStorey(X) ∧ ifcowl:description… (X, Y) ∧ expr:hasString(Y, Z)
→ cobieowl:description(X,Z)
Elevation
(Floor)
IfcBuildingStorey.Elevation
ifcowl:IfcBuildingStorey(X) ∧ ifcowl:elevation
… (X, Y) ∧ expr:hasDouble(Y, Z) → cobieowl:elevation(X,Z)
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Case study : COBieMVD
• The choice of a horn-like rule syntax depends on the semantic graph database or reasoner
• Stardog: SWRL, Stardog Rules Syntax
• Ontobroker: RIF, ObjectLogic
• EYE reasoner: N3Logic…
• Main benefits: Formal and logic-based
Possible to use inference engines
for deducing new assertions
Ease of implementation
We only need to import created
rules in the database
No need to code a parser for
mvdXML
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
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
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
1. Introduction & Motivation
3. COBie example
4. Generalization
Outline
2. Publishing vs. Filtering vs. Hybrid strategy
Combining ifcOWL and MVDs
ifcOWL
MVDs
How to
combine
them ?
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Types of Views
An abstract view can be pre-
defined as a set of logical rules
by using ifcOWL vocabulary
• Those rules can be stored with
building data and schema
A concrete view can be
automatically generated based
on rules and the ifcOWL
ontology (populated)
Users can easily define rule-
based views !
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Defining Views through Rules
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
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
The Duplex building project
Produced in Weimar (Germany) for a design
competition
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Export phase inputs
C = {BuildingEnvelope}
G = { }
R = { IfcRelDecomposes,
IfcRelContainedInSpatialStructure,
IfcRelVoidsElement,
IfcRelFillsElement,
IfcRelDefinesByProperties }.
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Project: Institute Var
File sizes Original SPF file : 6 MB
Generated TTL file (with all original data): 35 MB
Building
view
Format: STEP Physical file
Query: All building doors
SPF size : 2.11 MB
C = {IfcDoor}
R = { IfcRelDecomposes,
IfcRelContainedInSpatialStructure,
IfcRelVoidsElement, IfcRelFillsElement,
IfcRelDefinesByProperties }.
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit ,
Apr 2016, Rotterdam, Netherlands.
Project: Medical clinic
C = {IfcDoor, IfcWindow}
R = { IfcRelDecomposes,
IfcRelContainedInSpatialStructure,
IfcRelVoidsElement, IfcRelFillsElement,
IfcRelDefinesByProperties }
File sizes Original SPF file : 107 MB
Generated TTL file (with all original data): 689 MB
Building
view
Query: All building doors and windows
SPF size : 1.64 MB
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Project: High-school
File sizes Original SPF file : 111 MB
Generated TTL file (with all original data): 762 MB
Building view Query: All building doors and stairs
SPF size : 21.5 MB
C = {IfcDoor, IfcStair}
R = {IfcRelDecomposes,
IfcRelContainedInSpatialStructure,
IfcRel-VoidsElement,
IfcRelFillsElement,
IfcRelDefinesByProperties }
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam,
Netherlands.
Model View Definitions and Linked Data
The MVD White Paper
Thank you for your attention !
2017 buildingSMART International Standards Summit, Barcelona, Spain
Technical Room,
Matthias WEISE, Ana ROXIN
4 April 2017

More Related Content

What's hot (20)

ECPPM2016 - ifcOWL for Managing Product Data
ECPPM2016 - ifcOWL for Managing Product DataECPPM2016 - ifcOWL for Managing Product Data
ECPPM2016 - ifcOWL for Managing Product Data
Pieter Pauwels
 
Preserving CAD: A briefing - Emerging trends - Architecture
Preserving CAD: A briefing - Emerging trends - Architecture Preserving CAD: A briefing - Emerging trends - Architecture
Preserving CAD: A briefing - Emerging trends - Architecture
Ruggero Lancia
 
SustainablePlaces_ifcOWL_applications_2015-09-17
SustainablePlaces_ifcOWL_applications_2015-09-17SustainablePlaces_ifcOWL_applications_2015-09-17
SustainablePlaces_ifcOWL_applications_2015-09-17
Pieter Pauwels
 
Ecppm 2014 presentation_beetz
Ecppm 2014 presentation_beetzEcppm 2014 presentation_beetz
Ecppm 2014 presentation_beetz
Jakob Beetz
 
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
CARLOS III UNIVERSITY OF MADRID
 
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
Jakob Beetz
 
IDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply ChainsIDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply Chains
Sebastian Opriel
 
UDMS 2004
UDMS 2004UDMS 2004
UDMS 2004
Umit Isikdag
 
DURAARK Preserving Architectural Knowledge
DURAARK Preserving Architectural KnowledgeDURAARK Preserving Architectural Knowledge
DURAARK Preserving Architectural Knowledge
Ruggero Lancia
 
Call for Papers! International Conference on Cloud and Big Data (CLBD 2020)
Call for Papers!  International Conference on Cloud and Big Data (CLBD 2020)Call for Papers!  International Conference on Cloud and Big Data (CLBD 2020)
Call for Papers! International Conference on Cloud and Big Data (CLBD 2020)
pijans
 
EMOOCs-2017: Measuring the degree of innovation in higher education through M...
EMOOCs-2017: Measuring the degree of innovation in higher education through M...EMOOCs-2017: Measuring the degree of innovation in higher education through M...
EMOOCs-2017: Measuring the degree of innovation in higher education through M...
CARLOS III UNIVERSITY OF MADRID
 
Preserving Computer-Aided Design, Digital Preservation Coalition Report
Preserving Computer-Aided Design, Digital Preservation Coalition ReportPreserving Computer-Aided Design, Digital Preservation Coalition Report
Preserving Computer-Aided Design, Digital Preservation Coalition Report
Ruggero Lancia
 
Preservation of 3 d objects of buildings
Preservation of 3 d objects of buildingsPreservation of 3 d objects of buildings
Preservation of 3 d objects of buildings
netsoxx
 
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
lindlar
 
10th International Conference on Foundations of Computer Science & Technolog...
10th International Conference on Foundations of Computer Science &  Technolog...10th International Conference on Foundations of Computer Science &  Technolog...
10th International Conference on Foundations of Computer Science & Technolog...
ijcseit
 
Pdp4e IPEN-2019
Pdp4e  IPEN-2019Pdp4e  IPEN-2019
Pdp4e IPEN-2019
Privacy Data Protection for Engineering
 
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee
 
Michel Riguidel - ENST the Future of the Internet
Michel Riguidel - ENST the Future of the InternetMichel Riguidel - ENST the Future of the Internet
Michel Riguidel - ENST the Future of the Internet
Irish Future Internet Forum
 
Data innovations and cloud 2018-10-19 slideshare
Data innovations and cloud 2018-10-19 slideshareData innovations and cloud 2018-10-19 slideshare
Data innovations and cloud 2018-10-19 slideshare
Ronald Baan
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.eu
EUDAT
 
ECPPM2016 - ifcOWL for Managing Product Data
ECPPM2016 - ifcOWL for Managing Product DataECPPM2016 - ifcOWL for Managing Product Data
ECPPM2016 - ifcOWL for Managing Product Data
Pieter Pauwels
 
Preserving CAD: A briefing - Emerging trends - Architecture
Preserving CAD: A briefing - Emerging trends - Architecture Preserving CAD: A briefing - Emerging trends - Architecture
Preserving CAD: A briefing - Emerging trends - Architecture
Ruggero Lancia
 
SustainablePlaces_ifcOWL_applications_2015-09-17
SustainablePlaces_ifcOWL_applications_2015-09-17SustainablePlaces_ifcOWL_applications_2015-09-17
SustainablePlaces_ifcOWL_applications_2015-09-17
Pieter Pauwels
 
Ecppm 2014 presentation_beetz
Ecppm 2014 presentation_beetzEcppm 2014 presentation_beetz
Ecppm 2014 presentation_beetz
Jakob Beetz
 
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
LOTAR-PDES: Engineering digitalization through task automation and reuse in t...
CARLOS III UNIVERSITY OF MADRID
 
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
DURAARK presentation CIB W78 "Applications of IT in AEC" conference Beijing 2...
Jakob Beetz
 
IDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply ChainsIDS@BKM: Gaining Transparency in Automotive Supply Chains
IDS@BKM: Gaining Transparency in Automotive Supply Chains
Sebastian Opriel
 
DURAARK Preserving Architectural Knowledge
DURAARK Preserving Architectural KnowledgeDURAARK Preserving Architectural Knowledge
DURAARK Preserving Architectural Knowledge
Ruggero Lancia
 
Call for Papers! International Conference on Cloud and Big Data (CLBD 2020)
Call for Papers!  International Conference on Cloud and Big Data (CLBD 2020)Call for Papers!  International Conference on Cloud and Big Data (CLBD 2020)
Call for Papers! International Conference on Cloud and Big Data (CLBD 2020)
pijans
 
EMOOCs-2017: Measuring the degree of innovation in higher education through M...
EMOOCs-2017: Measuring the degree of innovation in higher education through M...EMOOCs-2017: Measuring the degree of innovation in higher education through M...
EMOOCs-2017: Measuring the degree of innovation in higher education through M...
CARLOS III UNIVERSITY OF MADRID
 
Preserving Computer-Aided Design, Digital Preservation Coalition Report
Preserving Computer-Aided Design, Digital Preservation Coalition ReportPreserving Computer-Aided Design, Digital Preservation Coalition Report
Preserving Computer-Aided Design, Digital Preservation Coalition Report
Ruggero Lancia
 
Preservation of 3 d objects of buildings
Preservation of 3 d objects of buildingsPreservation of 3 d objects of buildings
Preservation of 3 d objects of buildings
netsoxx
 
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
DURAARK presentation at DEDICATE final seminar, October 21st 2013, Michelle L...
lindlar
 
10th International Conference on Foundations of Computer Science & Technolog...
10th International Conference on Foundations of Computer Science &  Technolog...10th International Conference on Foundations of Computer Science &  Technolog...
10th International Conference on Foundations of Computer Science & Technolog...
ijcseit
 
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee - AI and Remote Diagnostics of Factory Equipment - IHK München 175...
Burton Lee
 
Michel Riguidel - ENST the Future of the Internet
Michel Riguidel - ENST the Future of the InternetMichel Riguidel - ENST the Future of the Internet
Michel Riguidel - ENST the Future of the Internet
Irish Future Internet Forum
 
Data innovations and cloud 2018-10-19 slideshare
Data innovations and cloud 2018-10-19 slideshareData innovations and cloud 2018-10-19 slideshare
Data innovations and cloud 2018-10-19 slideshare
Ronald Baan
 
Data management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.euData management plans – EUDAT Best practices and case study | www.eudat.eu
Data management plans – EUDAT Best practices and case study | www.eudat.eu
EUDAT
 

Similar to On the relation between Model View Definitions (MVDs) and Linked Data technologies (20)

A Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building ViewsA Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building Views
Ana Roxin
 
A Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building ViewsA Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building Views
Ana Roxin
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and Construction
Pieter Pauwels
 
SWIMing VoCamp 2016 - ifcOWL overview and current state
SWIMing VoCamp 2016 - ifcOWL overview and current stateSWIMing VoCamp 2016 - ifcOWL overview and current state
SWIMing VoCamp 2016 - ifcOWL overview and current state
Pieter Pauwels
 
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
Pieter Pauwels
 
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rulesLDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
Pieter Pauwels
 
A Linked Data Perspective for BIM
A Linked Data Perspective for BIMA Linked Data Perspective for BIM
A Linked Data Perspective for BIM
Ana Roxin
 
TPAC2016 - From Linked Building Data to Building Data on the Web
TPAC2016 - From Linked Building Data to Building Data on the WebTPAC2016 - From Linked Building Data to Building Data on the Web
TPAC2016 - From Linked Building Data to Building Data on the Web
Pieter Pauwels
 
Mit press a semantic web primer - 2004 !! - (by laxxuss)
Mit press   a semantic web primer - 2004 !! - (by laxxuss)Mit press   a semantic web primer - 2004 !! - (by laxxuss)
Mit press a semantic web primer - 2004 !! - (by laxxuss)
okeee
 
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
iKNOW2014 - SimModel and IFC: a short introduction to the ontologiesiKNOW2014 - SimModel and IFC: a short introduction to the ontologies
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
Pieter Pauwels
 
RDF Seminar Presentation
RDF Seminar PresentationRDF Seminar Presentation
RDF Seminar Presentation
Muntazir Mehdi
 
Linked services
Linked servicesLinked services
Linked services
Carlos Pedrinaci
 
Sw 5semantic web-primer
Sw 5semantic web-primerSw 5semantic web-primer
Sw 5semantic web-primer
okeee
 
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
okeee
 
Semantic web-primer
Semantic web-primerSemantic web-primer
Semantic web-primer
okeee
 
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
Pieter Pauwels
 
One day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic WebOne day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic Web
Victor de Boer
 
G Antoniou Frank Van Harmelen A Semantic Web Primer
G Antoniou Frank Van Harmelen A Semantic Web PrimerG Antoniou Frank Van Harmelen A Semantic Web Primer
G Antoniou Frank Van Harmelen A Semantic Web Primer
uintvenka15
 
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the EnterpriseThe Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
Peter Haase
 
NetIKX Semantic Search Presentation
NetIKX Semantic Search PresentationNetIKX Semantic Search Presentation
NetIKX Semantic Search Presentation
urvics
 
A Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building ViewsA Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building Views
Ana Roxin
 
A Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building ViewsA Semantic Web Approach for defining Building Views
A Semantic Web Approach for defining Building Views
Ana Roxin
 
UGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and ConstructionUGent Research Projects on Linked Data in Architecture and Construction
UGent Research Projects on Linked Data in Architecture and Construction
Pieter Pauwels
 
SWIMing VoCamp 2016 - ifcOWL overview and current state
SWIMing VoCamp 2016 - ifcOWL overview and current stateSWIMing VoCamp 2016 - ifcOWL overview and current state
SWIMing VoCamp 2016 - ifcOWL overview and current state
Pieter Pauwels
 
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
CIB W78 2015 - Keynote "The Web of Construction Data:Pathways and Opportunities"
Pieter Pauwels
 
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rulesLDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
LDAC 2015 - Selection of IFC subsets using ifcOWL and rewrite rules
Pieter Pauwels
 
A Linked Data Perspective for BIM
A Linked Data Perspective for BIMA Linked Data Perspective for BIM
A Linked Data Perspective for BIM
Ana Roxin
 
TPAC2016 - From Linked Building Data to Building Data on the Web
TPAC2016 - From Linked Building Data to Building Data on the WebTPAC2016 - From Linked Building Data to Building Data on the Web
TPAC2016 - From Linked Building Data to Building Data on the Web
Pieter Pauwels
 
Mit press a semantic web primer - 2004 !! - (by laxxuss)
Mit press   a semantic web primer - 2004 !! - (by laxxuss)Mit press   a semantic web primer - 2004 !! - (by laxxuss)
Mit press a semantic web primer - 2004 !! - (by laxxuss)
okeee
 
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
iKNOW2014 - SimModel and IFC: a short introduction to the ontologiesiKNOW2014 - SimModel and IFC: a short introduction to the ontologies
iKNOW2014 - SimModel and IFC: a short introduction to the ontologies
Pieter Pauwels
 
RDF Seminar Presentation
RDF Seminar PresentationRDF Seminar Presentation
RDF Seminar Presentation
Muntazir Mehdi
 
Sw 5semantic web-primer
Sw 5semantic web-primerSw 5semantic web-primer
Sw 5semantic web-primer
okeee
 
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
Really usefulebooks 0262012421_the mit press a semantic web primer 2nd editio...
okeee
 
Semantic web-primer
Semantic web-primerSemantic web-primer
Semantic web-primer
okeee
 
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
BuildingSMART Standards Summit 2015 - Technical Room - Linked Data for Constr...
Pieter Pauwels
 
One day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic WebOne day workshop Linked Data and Semantic Web
One day workshop Linked Data and Semantic Web
Victor de Boer
 
G Antoniou Frank Van Harmelen A Semantic Web Primer
G Antoniou Frank Van Harmelen A Semantic Web PrimerG Antoniou Frank Van Harmelen A Semantic Web Primer
G Antoniou Frank Van Harmelen A Semantic Web Primer
uintvenka15
 
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the EnterpriseThe Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
Peter Haase
 
NetIKX Semantic Search Presentation
NetIKX Semantic Search PresentationNetIKX Semantic Search Presentation
NetIKX Semantic Search Presentation
urvics
 
Ad

More from Ana Roxin (14)

Apporter du sens aux données BIM
Apporter du sens aux données BIMApporter du sens aux données BIM
Apporter du sens aux données BIM
Ana Roxin
 
Linked Data Vocabularies for BIM
Linked Data Vocabularies for BIMLinked Data Vocabularies for BIM
Linked Data Vocabularies for BIM
Ana Roxin
 
Habilitation to conduct research (Habilitation à diriger des recherches)
Habilitation to conduct research (Habilitation à diriger des recherches)Habilitation to conduct research (Habilitation à diriger des recherches)
Habilitation to conduct research (Habilitation à diriger des recherches)
Ana Roxin
 
Les données liées pour le BIM
Les données liées pour le BIMLes données liées pour le BIM
Les données liées pour le BIM
Ana Roxin
 
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Ana Roxin
 
Geographic information - standards available for describing geographical data
Geographic information - standards available for describing geographical dataGeographic information - standards available for describing geographical data
Geographic information - standards available for describing geographical data
Ana Roxin
 
Semantic Web applications for mobility and social interaction
Semantic Web applications for mobility and social interactionSemantic Web applications for mobility and social interaction
Semantic Web applications for mobility and social interaction
Ana Roxin
 
Customizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital AdvertisingCustomizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital Advertising
Ana Roxin
 
An Agile Process Modelling Approach for BIM Projects
An Agile Process Modelling Approach for BIM ProjectsAn Agile Process Modelling Approach for BIM Projects
An Agile Process Modelling Approach for BIM Projects
Ana Roxin
 
Reasoning with rules - Application to N3/EYE and Stardog
Reasoning with rules - Application to N3/EYE and StardogReasoning with rules - Application to N3/EYE and Stardog
Reasoning with rules - Application to N3/EYE and Stardog
Ana Roxin
 
Federated Approach for Interoperating AEC/FM Ontologies
Federated Approach for Interoperating AEC/FM OntologiesFederated Approach for Interoperating AEC/FM Ontologies
Federated Approach for Interoperating AEC/FM Ontologies
Ana Roxin
 
Querying and reasoning over large scale building datasets: an outline of a pe...
Querying and reasoning over large scale building datasets: an outline of a pe...Querying and reasoning over large scale building datasets: an outline of a pe...
Querying and reasoning over large scale building datasets: an outline of a pe...
Ana Roxin
 
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
Ana Roxin
 
COBieOWL An OWL ontology based on COBie standard
COBieOWL An OWL ontology based on COBie standardCOBieOWL An OWL ontology based on COBie standard
COBieOWL An OWL ontology based on COBie standard
Ana Roxin
 
Apporter du sens aux données BIM
Apporter du sens aux données BIMApporter du sens aux données BIM
Apporter du sens aux données BIM
Ana Roxin
 
Linked Data Vocabularies for BIM
Linked Data Vocabularies for BIMLinked Data Vocabularies for BIM
Linked Data Vocabularies for BIM
Ana Roxin
 
Habilitation to conduct research (Habilitation à diriger des recherches)
Habilitation to conduct research (Habilitation à diriger des recherches)Habilitation to conduct research (Habilitation à diriger des recherches)
Habilitation to conduct research (Habilitation à diriger des recherches)
Ana Roxin
 
Les données liées pour le BIM
Les données liées pour le BIMLes données liées pour le BIM
Les données liées pour le BIM
Ana Roxin
 
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Brief State of the Art - Semantic Web technologies for geospatial data - Mode...
Ana Roxin
 
Geographic information - standards available for describing geographical data
Geographic information - standards available for describing geographical dataGeographic information - standards available for describing geographical data
Geographic information - standards available for describing geographical data
Ana Roxin
 
Semantic Web applications for mobility and social interaction
Semantic Web applications for mobility and social interactionSemantic Web applications for mobility and social interaction
Semantic Web applications for mobility and social interaction
Ana Roxin
 
Customizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital AdvertisingCustomizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital Advertising
Ana Roxin
 
An Agile Process Modelling Approach for BIM Projects
An Agile Process Modelling Approach for BIM ProjectsAn Agile Process Modelling Approach for BIM Projects
An Agile Process Modelling Approach for BIM Projects
Ana Roxin
 
Reasoning with rules - Application to N3/EYE and Stardog
Reasoning with rules - Application to N3/EYE and StardogReasoning with rules - Application to N3/EYE and Stardog
Reasoning with rules - Application to N3/EYE and Stardog
Ana Roxin
 
Federated Approach for Interoperating AEC/FM Ontologies
Federated Approach for Interoperating AEC/FM OntologiesFederated Approach for Interoperating AEC/FM Ontologies
Federated Approach for Interoperating AEC/FM Ontologies
Ana Roxin
 
Querying and reasoning over large scale building datasets: an outline of a pe...
Querying and reasoning over large scale building datasets: an outline of a pe...Querying and reasoning over large scale building datasets: an outline of a pe...
Querying and reasoning over large scale building datasets: an outline of a pe...
Ana Roxin
 
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Pro...
Ana Roxin
 
COBieOWL An OWL ontology based on COBie standard
COBieOWL An OWL ontology based on COBie standardCOBieOWL An OWL ontology based on COBie standard
COBieOWL An OWL ontology based on COBie standard
Ana Roxin
 
Ad

Recently uploaded (20)

AI_Based_Student_Attendance_System_Final_Presentation.pptx
AI_Based_Student_Attendance_System_Final_Presentation.pptxAI_Based_Student_Attendance_System_Final_Presentation.pptx
AI_Based_Student_Attendance_System_Final_Presentation.pptx
guleriaa490
 
Streamline English Destinations.pdf for ev
Streamline English Destinations.pdf for evStreamline English Destinations.pdf for ev
Streamline English Destinations.pdf for ev
PhuongNguyen180931
 
Apresentação sobre a Marinha do Brasil .
Apresentação sobre a Marinha do Brasil  .Apresentação sobre a Marinha do Brasil  .
Apresentação sobre a Marinha do Brasil .
romulobfernandes
 
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
s241141868
 
ART INTAGRATED PROJECT in chemistry about resources
ART INTAGRATED PROJECT in chemistry about resourcesART INTAGRATED PROJECT in chemistry about resources
ART INTAGRATED PROJECT in chemistry about resources
mcarchana74
 
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
Bryan K. O'Rourke
 
3A. Alain Stuivenvolt - session 3 pitch.pdf
3A. Alain Stuivenvolt - session 3 pitch.pdf3A. Alain Stuivenvolt - session 3 pitch.pdf
3A. Alain Stuivenvolt - session 3 pitch.pdf
Dutch Power
 
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdfIsoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
ashutosh2024bph1030
 
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptxGroup 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
mhiranicolas1
 
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
Dutch Power
 
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptxSlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
firebaseraja
 
Secure AI Development: Strategies for Safe Innovation in a Machine-Led World
Secure AI Development: Strategies for Safe Innovation in a Machine-Led WorldSecure AI Development: Strategies for Safe Innovation in a Machine-Led World
Secure AI Development: Strategies for Safe Innovation in a Machine-Led World
sayalikerimova20
 
Media of Advertisement-How to choose it.pptx
Media of Advertisement-How to choose it.pptxMedia of Advertisement-How to choose it.pptx
Media of Advertisement-How to choose it.pptx
bugisatrioadiwibowo
 
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEWTHE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
rspyamin
 
DISSERTATION- Shilpa Devi (Binding).pptx
DISSERTATION- Shilpa Devi (Binding).pptxDISSERTATION- Shilpa Devi (Binding).pptx
DISSERTATION- Shilpa Devi (Binding).pptx
GauravSharma755535
 
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
pmmorenom01
 
zone electrophoresisk,dfsjv lslksfksfns.pdf
zone electrophoresisk,dfsjv lslksfksfns.pdfzone electrophoresisk,dfsjv lslksfksfns.pdf
zone electrophoresisk,dfsjv lslksfksfns.pdf
ashutosh2024bph1030
 
TRAINING COURSE ON FAD (PAYAO) bohol (2).doc
TRAINING COURSE ON FAD (PAYAO) bohol (2).docTRAINING COURSE ON FAD (PAYAO) bohol (2).doc
TRAINING COURSE ON FAD (PAYAO) bohol (2).doc
quimzonmariarhea
 
Robotic Process Automation (RPA) Project Proposal.pptx
Robotic Process Automation (RPA) Project Proposal.pptxRobotic Process Automation (RPA) Project Proposal.pptx
Robotic Process Automation (RPA) Project Proposal.pptx
Anonymous Person
 
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptx
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptxFace_Recognition_Prethat is capable of recogniseing the facesentation.pptx
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptx
guleriaa490
 
AI_Based_Student_Attendance_System_Final_Presentation.pptx
AI_Based_Student_Attendance_System_Final_Presentation.pptxAI_Based_Student_Attendance_System_Final_Presentation.pptx
AI_Based_Student_Attendance_System_Final_Presentation.pptx
guleriaa490
 
Streamline English Destinations.pdf for ev
Streamline English Destinations.pdf for evStreamline English Destinations.pdf for ev
Streamline English Destinations.pdf for ev
PhuongNguyen180931
 
Apresentação sobre a Marinha do Brasil .
Apresentação sobre a Marinha do Brasil  .Apresentação sobre a Marinha do Brasil  .
Apresentação sobre a Marinha do Brasil .
romulobfernandes
 
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
3-LIPIDS.pdfhhydfnpoufddgkhkuhhyjfyfgvfrgn
s241141868
 
ART INTAGRATED PROJECT in chemistry about resources
ART INTAGRATED PROJECT in chemistry about resourcesART INTAGRATED PROJECT in chemistry about resources
ART INTAGRATED PROJECT in chemistry about resources
mcarchana74
 
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
FUTURE OF FITNESS 2025 KEYNOTE BRYAN OROURKE BEYOND ACTIV SINGAPORE 2025
Bryan K. O'Rourke
 
3A. Alain Stuivenvolt - session 3 pitch.pdf
3A. Alain Stuivenvolt - session 3 pitch.pdf3A. Alain Stuivenvolt - session 3 pitch.pdf
3A. Alain Stuivenvolt - session 3 pitch.pdf
Dutch Power
 
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdfIsoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
Isoelectric focusing sdvjhhgfusehcijhadfskjvbikwdf
ashutosh2024bph1030
 
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptxGroup 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
Group 2- Formulating the Research Problem-NICOLAS, MA. GENOVEVA D..pptx
mhiranicolas1
 
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
3d. Alejandra Jimenz Rosales - Session 3 pitch.pdf
Dutch Power
 
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptxSlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
SlideEgg_20234-SWOT Analysis Template PowerPoint.pptx
firebaseraja
 
Secure AI Development: Strategies for Safe Innovation in a Machine-Led World
Secure AI Development: Strategies for Safe Innovation in a Machine-Led WorldSecure AI Development: Strategies for Safe Innovation in a Machine-Led World
Secure AI Development: Strategies for Safe Innovation in a Machine-Led World
sayalikerimova20
 
Media of Advertisement-How to choose it.pptx
Media of Advertisement-How to choose it.pptxMedia of Advertisement-How to choose it.pptx
Media of Advertisement-How to choose it.pptx
bugisatrioadiwibowo
 
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEWTHE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
THE INTERIOR REVIEW MEDIA KIT - THE INTERIOR REVIEW
rspyamin
 
DISSERTATION- Shilpa Devi (Binding).pptx
DISSERTATION- Shilpa Devi (Binding).pptxDISSERTATION- Shilpa Devi (Binding).pptx
DISSERTATION- Shilpa Devi (Binding).pptx
GauravSharma755535
 
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
Predicting Deadline-Driven Learners in MOOCs - Conference presentation - LASI...
pmmorenom01
 
zone electrophoresisk,dfsjv lslksfksfns.pdf
zone electrophoresisk,dfsjv lslksfksfns.pdfzone electrophoresisk,dfsjv lslksfksfns.pdf
zone electrophoresisk,dfsjv lslksfksfns.pdf
ashutosh2024bph1030
 
TRAINING COURSE ON FAD (PAYAO) bohol (2).doc
TRAINING COURSE ON FAD (PAYAO) bohol (2).docTRAINING COURSE ON FAD (PAYAO) bohol (2).doc
TRAINING COURSE ON FAD (PAYAO) bohol (2).doc
quimzonmariarhea
 
Robotic Process Automation (RPA) Project Proposal.pptx
Robotic Process Automation (RPA) Project Proposal.pptxRobotic Process Automation (RPA) Project Proposal.pptx
Robotic Process Automation (RPA) Project Proposal.pptx
Anonymous Person
 
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptx
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptxFace_Recognition_Prethat is capable of recogniseing the facesentation.pptx
Face_Recognition_Prethat is capable of recogniseing the facesentation.pptx
guleriaa490
 

On the relation between Model View Definitions (MVDs) and Linked Data technologies

  • 1. Model View Definitions and Linked Data The MVD White Paper 2017 buildingSMART International Standards Summit, Barcelona, Spain Technical Room, Matthias WEISE, Ana ROXIN 4 April 2017
  • 2. 1. Introduction & Motivation 3. COBie example 4. Generalization Outline 2. Publishing vs. Filtering vs. Hybrid strategy
  • 3. 1. Introduction & Motivation 3. COBie example 4. Generalization Outline 2. Publishing vs. Filtering vs. Hybrid strategy
  • 4. MVD as part of IDM • MVD = use case specific subsets of IFC (manage and control IFC-based data exchange) • Domain knowledge -> orange part • Mapping to IFC -> blue part (specified via mvdXML)
  • 5. Linked Data Use Cases based on W3C standards • Integrate building data into the Web of Data • Link to other data sources (GIS, weather data, material properties, product data, …) • Publish BIM data in the Web • Reasoning • …
  • 6. buildingSMART and Linked Data – Technical comparison IFC Schema IFC file (*.ifc) EXPRESS/SPF (ISO 10303) ifcXML mvdXML XSD/XML ifcOWL IFC RDF graph OWL/RDF/ RDFS *.ifcxml *.mvdxml
  • 7. mvdXML – Use Cases IFC4 Schema IFC file IFC4_RV.mvdXML IFC4 RV Schema IFC partial file IFC4-RV HTML documentation Energy.mvdxml + = = + Schema Level Instance Level = = Checking result
  • 8. ModelView ExchangeRequirement ExchangeRequirement ConceptRoot Concept Concept ConceptTemplate selection of relevant information e.g. required room area Linked to software interfaces Linked to processes and data flow Class or main concept, e.g. Room -> IfcSpace configuration of a functional unit e.g. quantity or property definition Relevance in a particular exchange defines an instantiation tree and parameter values that can be used for later configuration mvdXML – Overview and Features
  • 9. IFC/MVD and Linked Data – Questions? • How to combine/integrate LD into existing use cases and BIM tool landscape? • How to use/evaluate MVDs? Can we use existing query and reasoning engines?
  • 10. 1. Introduction & Motivation 3. COBie example 4. Generalization Outline 2. Publishing vs. Filtering vs. Hybrid strategy
  • 11. Publishing strategy Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards Summit Rotterdam, 2016
  • 12. Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards Summit Rotterdam, 2016 Publishing strategy
  • 13. Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards Summit Rotterdam, 2016 Filtering strategy
  • 14. Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards Summit Rotterdam, 2016 Filtering strategy
  • 15. Hybrid strategy Seppo Törmä. MVD presentation in LDWG session of buildingSMART Standards Summit Rotterdam, 2016
  • 16. Recommendation & Challenges • Hybrid strategy combines advantages of both approaches • Linked Data is handled as own BIM use case(s) specified as MVD/mvdXML -> all irrelevant data can be removed from the BIM before generating the IFC-RDF graph • IFC-RDF data queries are handled with Semantic Web technologies -> full advantages of expressiveness and tool support can be used within this scenario • Differentiation between relevant and irrelevant data necessary! -> Identify LD use cases and their data requirements? • Duplication of data and its maintenance remains as a challenge, in particular in data roundtrip scenarios and if more specialized ontologies are used (see discussion about BOT and other ontologies in W3C community group). • Management of MVDs/mvdXML specifications and its re-use in LD scenarios (see COBie example)
  • 17. 1. Introduction & Motivation 3. COBie example 4. Generalization Outline 2. Publishing vs. Filtering vs. Hybrid strategy
  • 18. COBieOWL: an ontology based on COBie standard Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. COBieOWL, an OWL ontology based on COBie standard. In Proceedings of On the Move to Meaningful Internet Systems: OTM 2015 Conferences, Confederated International Conferences: CoopIS, ODBASE, and C&TC 2015, Oct 2015, Rhodes, Greece. Lecture Notes in Computer Science 9415, Springer 2015.
  • 19. 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 COBie data, originally described using the IFC model  A rule-based system to construct building views COBie MVD example following… Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 20. mvdXML: external data constraints COBie Table Column IFC Reference Contact Email IfcActor.Name Contact CreatedBy IfcActor.OwnerHistoryIfcOwnerHistory.OwningUserIfcPersonAndOrganizat ion.ThePersonIfcPerson.Identification Contact CreatedOn IfcActor.OwnerHistoryIfcOwnerHistory.CreationDate Contact Category IfcActor.HasAssociations[*]IfcRelAssociatesClassification.RelatingClassificati onIfcClassificationReference.Identification Contact Company IfcActor.TheActorIfcPersonAndOrganization.TheOrganizationIfcOrganizatio n.Name Floor Description IfcBuildingStorey.Description Floor Elevation IfcBuildingStorey.Elevation Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 21. Case study : COBieMVD • MVD data constraints are translated into Horn-like rules • Schema alignment (reducing heterogeneity) • Concept rule-based alignment (link between COBie and IFC concepts) Contact ≡ IfcActor ifcowl:IfcActor(x) → cobieowl:Contact(x) cobieowl:Contact(x) → ifcowl:IfcActor(x) Floor ≡ IfcBuildingStorey ifcowl:IfcBuildingStorey (x) → cobieowl:Floor(x) cobieowl:Floor(x) → ifcowl:IfcBuildingStorey (x) Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 22. Rules produced based on URIs from ifcOWL vocabulary Column Reference Horn-like Rule defined based on ifcOWL terms Email (Contact) IfcActor.Name ifcowl:IfcActor(X) ∧ ifcowl:name_IfcRoot (X, Y) ∧ expr:hasString(Y, Z) → cobieowl:name(X,Z) CreatedBy (Contact) IfcActor.OwnerHistory IfcOwnerHistory.OwningUser IfcPersonAndOrganization.ThePerson IfcPerson.Identification ifcowl:IfcActor(X) ∧ ifcowl:ownerHistory… (X, Y) ∧ ifcowl:owningUser…(Y,Z) ∧ ifcowl:thePerson…(Z, K) ∧ ifcowl:identification…(K, L) ∧ expr:hasString(L, M) → cobieowl:createdBy (X, M) Company (Contact) IfcActor.TheActor IfcPersonAndOrganization.TheOrganization IfcOrganization.Name ifcowl:IfcActor(X) ∧ ifcowl:theActor… (X, Y) ∧ ifcowl:theOrganization…(Y,Z) ∧ ifcowl:name…(Z, K) ∧ expr:hasString(K, M) → cobieowl:company (X, M) Description (Floor) IfcBuildingStorey.Description ifcowl:IfcBuildingStorey(X) ∧ ifcowl:description… (X, Y) ∧ expr:hasString(Y, Z) → cobieowl:description(X,Z) Elevation (Floor) IfcBuildingStorey.Elevation ifcowl:IfcBuildingStorey(X) ∧ ifcowl:elevation … (X, Y) ∧ expr:hasDouble(Y, Z) → cobieowl:elevation(X,Z) Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 23. Case study : COBieMVD • The choice of a horn-like rule syntax depends on the semantic graph database or reasoner • Stardog: SWRL, Stardog Rules Syntax • Ontobroker: RIF, ObjectLogic • EYE reasoner: N3Logic… • Main benefits: Formal and logic-based Possible to use inference engines for deducing new assertions Ease of implementation We only need to import created rules in the database No need to code a parser for mvdXML Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 24. 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 Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 25. 1. Introduction & Motivation 3. COBie example 4. Generalization Outline 2. Publishing vs. Filtering vs. Hybrid strategy
  • 26. Combining ifcOWL and MVDs ifcOWL MVDs How to combine them ? Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 27. Types of Views An abstract view can be pre- defined as a set of logical rules by using ifcOWL vocabulary • Those rules can be stored with building data and schema A concrete view can be automatically generated based on rules and the ifcOWL ontology (populated) Users can easily define rule- based views ! Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 28. Defining Views through Rules 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 Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 29. The Duplex building project Produced in Weimar (Germany) for a design competition Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 30. Export phase inputs C = {BuildingEnvelope} G = { } R = { IfcRelDecomposes, IfcRelContainedInSpatialStructure, IfcRelVoidsElement, IfcRelFillsElement, IfcRelDefinesByProperties }. Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 31. Project: Institute Var File sizes Original SPF file : 6 MB Generated TTL file (with all original data): 35 MB Building view Format: STEP Physical file Query: All building doors SPF size : 2.11 MB C = {IfcDoor} R = { IfcRelDecomposes, IfcRelContainedInSpatialStructure, IfcRelVoidsElement, IfcRelFillsElement, IfcRelDefinesByProperties }. Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 32. Project: Medical clinic C = {IfcDoor, IfcWindow} R = { IfcRelDecomposes, IfcRelContainedInSpatialStructure, IfcRelVoidsElement, IfcRelFillsElement, IfcRelDefinesByProperties } File sizes Original SPF file : 107 MB Generated TTL file (with all original data): 689 MB Building view Query: All building doors and windows SPF size : 1.64 MB Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 33. Project: High-school File sizes Original SPF file : 111 MB Generated TTL file (with all original data): 762 MB Building view Query: All building doors and stairs SPF size : 21.5 MB C = {IfcDoor, IfcStair} R = {IfcRelDecomposes, IfcRelContainedInSpatialStructure, IfcRel-VoidsElement, IfcRelFillsElement, IfcRelDefinesByProperties } Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle. A Semantic Web Approach for Building View Definitions. buildingSMART International Standards Summit , Apr 2016, Rotterdam, Netherlands.
  • 34. Model View Definitions and Linked Data The MVD White Paper Thank you for your attention ! 2017 buildingSMART International Standards Summit, Barcelona, Spain Technical Room, Matthias WEISE, Ana ROXIN 4 April 2017