SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Andere mochten auch

Eeveloping Interactive Logbook A Personal Learning Environment
Eeveloping Interactive Logbook A Personal Learning EnvironmentEeveloping Interactive Logbook A Personal Learning Environment
Eeveloping Interactive Logbook A Personal Learning Environment
jiali zhang
 
Social Networks, Dominance And Interoperability
Social Networks, Dominance And InteroperabilitySocial Networks, Dominance And Interoperability
Social Networks, Dominance And Interoperability
blogzilla
 

Andere mochten auch (20)

ProductInfoX - goals and results
ProductInfoX - goals and resultsProductInfoX - goals and results
ProductInfoX - goals and results
 
А.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PP
А.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PPА.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PP
А.Просвирнов. Новое поколение стандартов инженерного кодирования: RDS PP
 
Professor Isam Shahrour Summer Course « Smart and Sustainable City » Chapter...
Professor Isam Shahrour Summer Course « Smart and Sustainable City »  Chapter...Professor Isam Shahrour Summer Course « Smart and Sustainable City »  Chapter...
Professor Isam Shahrour Summer Course « Smart and Sustainable City » Chapter...
 
BIM to support DfMA and Lean Construction
BIM to support DfMA and Lean ConstructionBIM to support DfMA and Lean Construction
BIM to support DfMA and Lean Construction
 
Tall Buildings Value Perspectives Salford December 2010 - Professor Ali Parsa
Tall Buildings Value Perspectives Salford December 2010 - Professor Ali ParsaTall Buildings Value Perspectives Salford December 2010 - Professor Ali Parsa
Tall Buildings Value Perspectives Salford December 2010 - Professor Ali Parsa
 
BIM in Infrastructures - Derek Drysdale
BIM in Infrastructures - Derek DrysdaleBIM in Infrastructures - Derek Drysdale
BIM in Infrastructures - Derek Drysdale
 
CTM Program: Terminology, Vocabularies, and BIM
CTM Program: Terminology, Vocabularies, and BIMCTM Program: Terminology, Vocabularies, and BIM
CTM Program: Terminology, Vocabularies, and BIM
 
HMG BIM Stategy - Mark Bew
HMG BIM Stategy - Mark BewHMG BIM Stategy - Mark Bew
HMG BIM Stategy - Mark Bew
 
Presentation of coBuilder solutions - and our work
Presentation of coBuilder solutions - and our workPresentation of coBuilder solutions - and our work
Presentation of coBuilder solutions - and our work
 
Eeveloping Interactive Logbook A Personal Learning Environment
Eeveloping Interactive Logbook A Personal Learning EnvironmentEeveloping Interactive Logbook A Personal Learning Environment
Eeveloping Interactive Logbook A Personal Learning Environment
 
Interoperability of a Social Media Observatory
Interoperability of a Social Media ObservatoryInteroperability of a Social Media Observatory
Interoperability of a Social Media Observatory
 
Open BIM Benefits - Howard Jeffrey
Open BIM Benefits - Howard JeffreyOpen BIM Benefits - Howard Jeffrey
Open BIM Benefits - Howard Jeffrey
 
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
 
Gamify your e learning! 6 Ways to Incorporate Gamification into eLearning
Gamify your e learning! 6 Ways to Incorporate Gamification into eLearningGamify your e learning! 6 Ways to Incorporate Gamification into eLearning
Gamify your e learning! 6 Ways to Incorporate Gamification into eLearning
 
20151112 CITA BIM Gathering Keynote Dublin
20151112 CITA BIM Gathering Keynote Dublin20151112 CITA BIM Gathering Keynote Dublin
20151112 CITA BIM Gathering Keynote Dublin
 
Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015
Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015
Intro to buildingsmart and COBie - Nick Tune at Ecobuild 2015
 
Building Smart - Nick Nisbet
Building Smart - Nick NisbetBuilding Smart - Nick Nisbet
Building Smart - Nick Nisbet
 
Social Media and Scholarly Communication
Social Media and Scholarly CommunicationSocial Media and Scholarly Communication
Social Media and Scholarly Communication
 
Social Networks, Dominance And Interoperability
Social Networks, Dominance And InteroperabilitySocial Networks, Dominance And Interoperability
Social Networks, Dominance And Interoperability
 
PLNs, CoPs, and Connectivism
PLNs, CoPs, and ConnectivismPLNs, CoPs, and Connectivism
PLNs, CoPs, and Connectivism
 

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

Big data analytics for transport
Big data analytics for transportBig data analytics for transport
Big data analytics for transport
UKinItaly
 
Semantic Data Enrichment: a Human-in-the-Loop Perspective
Semantic Data Enrichment: a Human-in-the-Loop PerspectiveSemantic Data Enrichment: a Human-in-the-Loop Perspective
Semantic Data Enrichment: a Human-in-the-Loop Perspective
Università degli Studi di Milano-Bicocca
 

Ähnlich wie ifcWOD (Web Of Data) - Semantically Adapting IFC Model Relations into OWL Properties (20)

ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
ACM SIGMOD SBD2016 - Querying and reasoning over large scale building dataset...
 
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
 
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...
 
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
 
bonino
boninobonino
bonino
 
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
Hiding Apache Spark Complexity for Fast Prototyping of Big Data Applications—...
 
3D visualisation needs for CAD and PDM
3D visualisation needs for CAD and PDM3D visualisation needs for CAD and PDM
3D visualisation needs for CAD and PDM
 
Serverless survival kit
Serverless survival kitServerless survival kit
Serverless survival kit
 
Geschäftliches Potential für System-Integratoren und Berater - Graphdatenban...
Geschäftliches Potential für System-Integratoren und Berater -  Graphdatenban...Geschäftliches Potential für System-Integratoren und Berater -  Graphdatenban...
Geschäftliches Potential für System-Integratoren und Berater - Graphdatenban...
 
Komputasi Awan: Infrastruktur TI Masa Depan Saat Ini
Komputasi Awan: Infrastruktur TI Masa Depan Saat IniKomputasi Awan: Infrastruktur TI Masa Depan Saat Ini
Komputasi Awan: Infrastruktur TI Masa Depan Saat Ini
 
Computer Science PhD Project Guidance
Computer Science PhD Project GuidanceComputer Science PhD Project Guidance
Computer Science PhD Project Guidance
 
Configuration & Recommendation
Configuration & RecommendationConfiguration & Recommendation
Configuration & Recommendation
 
I40 pack ml at arla foods v8
I40 pack ml at arla foods v8I40 pack ml at arla foods v8
I40 pack ml at arla foods v8
 
Hervé Panetto. A framework for analysing product information traceability
Hervé Panetto. A framework for analysing product information traceabilityHervé Panetto. A framework for analysing product information traceability
Hervé Panetto. A framework for analysing product information traceability
 
Big data analytics for transport
Big data analytics for transportBig data analytics for transport
Big data analytics for transport
 
Code Performance Means Business Performance (presented by Christophe Dujarric...
Code Performance Means Business Performance (presented by Christophe Dujarric...Code Performance Means Business Performance (presented by Christophe Dujarric...
Code Performance Means Business Performance (presented by Christophe Dujarric...
 
Introducing the Digital Repository for Museum Collections (DRMC)
Introducing the Digital Repository for Museum Collections (DRMC)Introducing the Digital Repository for Museum Collections (DRMC)
Introducing the Digital Repository for Museum Collections (DRMC)
 
Netsoft19 Keynote: Fluid Network Planes
Netsoft19 Keynote: Fluid Network PlanesNetsoft19 Keynote: Fluid Network Planes
Netsoft19 Keynote: Fluid Network Planes
 
Semantic Data Enrichment: a Human-in-the-Loop Perspective
Semantic Data Enrichment: a Human-in-the-Loop PerspectiveSemantic Data Enrichment: a Human-in-the-Loop Perspective
Semantic Data Enrichment: a Human-in-the-Loop Perspective
 
AI-generated Art NFTs on FVM
AI-generated Art NFTs on FVMAI-generated Art NFTs on FVM
AI-generated Art NFTs on FVM
 

Mehr von Ana Roxin

Mehr von Ana Roxin (12)

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
 
Bringing Meaning to BIM Data
Bringing Meaning to BIM DataBringing Meaning to BIM Data
Bringing Meaning to BIM Data
 
Linked Data Vocabularies for BIM
Linked Data Vocabularies for BIMLinked Data Vocabularies for BIM
Linked Data Vocabularies for BIM
 
[Cib]achieving interoperability between bim and gis final
[Cib]achieving interoperability between bim and gis final[Cib]achieving interoperability between bim and gis final
[Cib]achieving interoperability between bim and gis final
 
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)
 
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
 
Linked Data applications for BIM
Linked Data applications for BIMLinked Data applications for BIM
Linked Data applications for BIM
 
On the relation between Model View Definitions (MVDs) and Linked Data technol...
On the relation between Model View Definitions (MVDs) and Linked Data technol...On the relation between Model View Definitions (MVDs) and Linked Data technol...
On the relation between Model View Definitions (MVDs) and Linked Data technol...
 
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
 
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
 
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
 
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
 

Kürzlich hochgeladen

Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
raffaeleoman
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
Kayode Fayemi
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
Sheetaleventcompany
 

Kürzlich hochgeladen (20)

Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 

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