SlideShare a Scribd company logo
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle
ana-maria.roxin@u-bourgogne.fr
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Agenda
11
•Problems with existing
knowledge models in AEC/FM
22
•Federated Architecture for OWL
Ontologies (FOWLA)
33
•FOWLA Application
(IFC and COBie)
2
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Knowledge models in AEC/FM
ifcOWL
ifcWOD
simpleBIM
COBieOWL
SIMModel
3
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Related Problem
Data
IntegrationifcOWL
ifcWOD
COBieOWL
simpleBIM
SIMModel
4
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Layers of Data Interoperability
Semantic Interoperability
• Automatically interpret the information exchanged.
• To achieve semantic interoperability, both sides must refer to
a common information exchange reference model.
Organizational Interoperability
• Business processes and cross-enterprise collaboration
activities
Technical Interoperability
• Ensures that systems can send and receive data successfully.
• Defines the degree to which the information can be
successfully “transported” between systems.
5
Source: ISO 19439:2006 Enterprise integration - Framework for enterprise modelling
Image sources: http://ecotechitsolutions.com/enterprises/application-interoperability/
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Achieving Semantic Interoperability
6
Full data integration is only possible
considering integration at both Schema
and Data level…
Semantic Web technologies do not
leverage semantic heterogeneity…
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
A double Goal
Interoperability
at the schema
level
Rule-based
integration
Interoperability
at the data
level
Federated
architecture
7
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Federated Architecture for OWL Ontologies
• Preserving each system's
autonomy
Autonomous
ontologies
• Avoiding data redundancy
• Modularizing maintenability
Aligned
through rules
• Reducing the number of
alignments to be defined
Controlled by
inference
8
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Federated Architecture for OWL Ontologies
9
Autonomous ontologies
Mapped through rules
Controlled by inference
FOWLA
OntoN
Onto2
Onto1
Onto1
Onto2
OntoN
Rule inference performed at query time (backward-chaining):
- automatic "translation" between formats
- automatic inference of modifications in aligned ontologies
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
FOWLA – General architecture
10
Autonomous
ontologies
Ontology
alignments
(rule-based)
Inference
mechanisms
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
FOWLA Benefits
Avoiding data redundancy
Inferring new ontology alignments
Modularizing maintainability
Querying with vocabulary terms issued from different ontologies
Improving query execution time
11
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
FOWLA Application Illustration – IFC & COBie
ifcOWL
• OWL version
of IFC2x3
COBieOWL
• COBie 2.4
• Semi-
automatically
conceived
Alignment
• Construction
Operations MVD
• Only IFC2x3
mappings
12
FOWLA
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Avoiding Data Redundancy
13
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)
?x a cobieowl:Contact .
?x cobieowl:email ?email.
?x a ifcowl:IfcActor .
?x ifcowl:name_IfcRoot ?y.
?y expr:hasString ?z
becomes
We can directly use a query language to retrieve COBie
data originally described using IFC !
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Zoom on Alignment (Federal Descriptor)
14
ifcOWL
TBox
ifcOWL
ABox
COBieOWL
TBox
COBieOWL
ABox
swrl1: ifcowl:IfcBuildingStorey (?x) → cobieowl:Floor (?x)
swrl2: cobieowl:Floor (?x)→ ifcowl:IfcBuildingStorey (?x)
swrl3: ifcowl:IfcBuildingStorey(?x) ∧ ifcowl:description… (?x, ?y) ∧
ifcowl:hasString(?y, ?z) → cobieowl:description(?x,?z)
Federal
Logic
Schema
(FOWLA)
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Alignment (FD) – Instance to class mapping
15
ifcOWL &
COBieOWL
ABox
swrl1: ifcowl:IfcBuildingStorey (?x) → cobieowl:Floor (?x)
swrl2: cobieowl:Floor (?x)→ ifcowl:IfcBuildingStorey (?x)
swrl3: ifcowl:IfcBuildingStorey(?x) ∧ ifcowl:description… (?x, ?y) ∧
ifcowl:hasString(?y, ?z) → cobieowl:description(?x,?z)
Federal
Logic
Schema
(FOWLA)
ifcOWL
TBox
COBieOWL
TBox
rdf:type
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Alignment (FD) – Creating missing instances
16
ifcOWL &
COBieOWL
ABox
swrl1: ifcowl:IfcBuildingStorey (?x) → cobieowl:Floor (?x)
swrl2: cobieowl:Floor (?x)→ ifcowl:IfcBuildingStorey (?x)
swrl3: ifcowl:IfcBuildingStorey(?x) ∧ ifcowl:description… (?x, ?y) ∧ ifcowl:hasString(?y, ?z) →
cobieowl:description(?x,?z)
swrl4: cobieowl:Floor(?x) ∧ cobieowl:description(?x, ?y) ∧ ifcowl:description…(?x,
?z) ∧ ifcowl:IfcText(?z) → ifcowl:hasString(?z,?y)
Federal
Logic
Schema
(FOWLA)
ifcOWL
TBox
COBieOWL
TBox
ifcowl:hasString
rdf:type rdf:type
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Inferring new Information
◼ Object property cobie:hasDocument defined as an inverse
property of cobie:documentTo
Automatic inference of new assertions for cobie:hasDocument
Based on explicitly asserted cobie:documentTo properties
And vice-versa
17
Assertions:
cobie:documentTo(doc1,type1)
cobie:hasDocument(type2, doc2)
Inferences:
cobie:documentTo(type2,doc2)
cobie:hasDocument(type1, doc1),
(type1, type2 instances of cobie:Type)
(doc1, doc2 instances of cobie:Document)
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Query Execution
18
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
How to express queries ?
◼ One can use all terms from any of the aligned
ontologies
In this example, one can use terms from both ifcOWL
and COBieOWL
19
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 ?y WHERE{ ?x rdf:type ifcowl:IfcBuildingStorey.
?x cobieowl:description ?y }
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
◼ The number of rules highly impacts query execution time
◼ Our approach allows selecting only the rules that apply to a given
query
And what about query performance ?
20
ifcOWL 2x3 COBieOWL
Aligned through
474 SWRL rules
(extracted from COBie MVD)
Selection of the subset
of rules necessary for
answering the query !
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
◼ Each repository’s ABox contains
1,146,294 triples
◼ Server: Intel Xeon CPU E5-2430 at 2.2GHz
with 2 cores out of 6, 8GB of DDR3 RAM
memory (Java Heap = 6GB)
◼ Client: Intel Core CPU I7-4790 at 3.6GHz
with 4 cores, 8GB of DDR3 RAM memory at
1600MHz (Java Heap = 1GB)
Experiment Environment
21
OWL entities COBieOWL ifcOWL v2x3
Classes 30 802
Object
properties
32 1292
Data properties 125 247
Inverse
properties
7 115
Triples in the
Tbox
2212 9978
DL expressivity ALCHIF(D) ALUIF(D)
Rules Characteristics
KB1 474
All the rules contained in the FLS (all the rules forming the alignment between
COBieOWL and ifcOWL)
KB2 266
All subsumption rules along with all the rules that have elements from COBieOWL in
their head
KB3 178
All rules from KB2 minus some of the rules that have elements from COBieOWL in
their head (we aimed at reducing the data inferred)
KB4 variable All the rules contained in the Activated Rule Set (ARS) conceived by the RS.
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 . }
22
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
Conclusion
◼ An approach for ontology federation
◼ Addresses semantic heterogeneity
◼ Advantages:
Deducing new knowledge
Flexible query composition
Reduced query execution time
23
AnaROXIN–ana-maria.roxin@u-bourgogne.fr
Tarcisio Mendes de Farias, Ana Roxin, Christophe Nicolle
ana-maria.roxin@u-bourgogne.fr
Thank you for your attention !

More Related Content

Viewers also liked

教案分享 拼圖Ppt
教案分享  拼圖Ppt教案分享  拼圖Ppt
教案分享 拼圖Ppt浩哲 武
 
Fourth lesson
Fourth lessonFourth lesson
Fourth lessonmeteab
 
Presentazione federmanager bologna versione stampa
Presentazione federmanager bologna versione stampaPresentazione federmanager bologna versione stampa
Presentazione federmanager bologna versione stampa
Marco Frullanti
 
Dna Replication Slide
Dna Replication SlideDna Replication Slide
Dna Replication SlideQuanina Quan
 
Metabolic syndrome and dementia
Metabolic syndrome and dementiaMetabolic syndrome and dementia
Metabolic syndrome and dementia
Ravi Soni
 
โรคขาดโปรตีน
โรคขาดโปรตีนโรคขาดโปรตีน
โรคขาดโปรตีนThanaporn Srithananun
 
福音的開始、中斷與振興 景高
福音的開始、中斷與振興 景高福音的開始、中斷與振興 景高
福音的開始、中斷與振興 景高zenixls2
 
White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service   White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service
EMC
 
Natural disaster modo compatible
Natural disaster modo compatibleNatural disaster modo compatible
Natural disaster modo compatibleOmar Berrouho
 
Insaat kursu-samsun
Insaat kursu-samsunInsaat kursu-samsun
Insaat kursu-samsunsersld54
 
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC
 
2014 Reformation plays
2014 Reformation plays2014 Reformation plays
2014 Reformation playsTravis Klein
 

Viewers also liked (14)

Organigrama
OrganigramaOrganigrama
Organigrama
 
I download
I downloadI download
I download
 
教案分享 拼圖Ppt
教案分享  拼圖Ppt教案分享  拼圖Ppt
教案分享 拼圖Ppt
 
Fourth lesson
Fourth lessonFourth lesson
Fourth lesson
 
Presentazione federmanager bologna versione stampa
Presentazione federmanager bologna versione stampaPresentazione federmanager bologna versione stampa
Presentazione federmanager bologna versione stampa
 
Dna Replication Slide
Dna Replication SlideDna Replication Slide
Dna Replication Slide
 
Metabolic syndrome and dementia
Metabolic syndrome and dementiaMetabolic syndrome and dementia
Metabolic syndrome and dementia
 
โรคขาดโปรตีน
โรคขาดโปรตีนโรคขาดโปรตีน
โรคขาดโปรตีน
 
福音的開始、中斷與振興 景高
福音的開始、中斷與振興 景高福音的開始、中斷與振興 景高
福音的開始、中斷與振興 景高
 
White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service   White Paper: EMC Compute-as-a-Service
White Paper: EMC Compute-as-a-Service
 
Natural disaster modo compatible
Natural disaster modo compatibleNatural disaster modo compatible
Natural disaster modo compatible
 
Insaat kursu-samsun
Insaat kursu-samsunInsaat kursu-samsun
Insaat kursu-samsun
 
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
EMC Big Data | Hadoop Starter Kit | EMC Forum 2014
 
2014 Reformation plays
2014 Reformation plays2014 Reformation plays
2014 Reformation plays
 

Similar to Federated Approach for Interoperating AEC/FM Ontologies

A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
Franck Michel
 
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...
Ana Roxin
 
Review: You Only Look One-level Feature
Review: You Only Look One-level FeatureReview: You Only Look One-level Feature
Review: You Only Look One-level Feature
Dongmin Choi
 
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
 
Sync considered unethical
Sync considered unethicalSync considered unethical
Sync considered unethical
💡 Tomasz Kogut
 
xlwings - For Python Quants Conference (London 2014)
xlwings - For Python Quants Conference (London 2014)xlwings - For Python Quants Conference (London 2014)
xlwings - For Python Quants Conference (London 2014)
xlwings
 
Intro to Open Babel
Intro to Open BabelIntro to Open Babel
Intro to Open Babel
baoilleach
 
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware
 
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OW2
 
N-O-SQL, new database technologies on the rise
N-O-SQL, new database technologies on the riseN-O-SQL, new database technologies on the rise
N-O-SQL, new database technologies on the rise
NGDATA
 
ifcOWL - An ontology for building data
ifcOWL - An ontology for building dataifcOWL - An ontology for building data
ifcOWL - An ontology for building data
LD4SC
 
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
Arun Kumar
 
What's New in Neo4j - David Allen, Neo4j
What's New in Neo4j  - David Allen, Neo4jWhat's New in Neo4j  - David Allen, Neo4j
What's New in Neo4j - David Allen, Neo4j
Neo4j
 
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptxLecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
wafawafa52
 
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Vandna Sambyal
 
Optimized feedforward network of cnn with xnor v5
Optimized feedforward network of cnn with xnor v5Optimized feedforward network of cnn with xnor v5
Optimized feedforward network of cnn with xnor v5
Indiana University Bloomington
 
Cobol performance tuning paper lessons learned - s8833 tr
Cobol performance tuning paper   lessons learned - s8833 trCobol performance tuning paper   lessons learned - s8833 tr
Cobol performance tuning paper lessons learned - s8833 tr
Pedro Barros
 
Blinkdb
BlinkdbBlinkdb
Blinkdb
Nitish Upreti
 

Similar to Federated Approach for Interoperating AEC/FM Ontologies (20)

A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
A Generic Mapping-based Query Translation from SPARQL to Various Target Datab...
 
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...
 
Review: You Only Look One-level Feature
Review: You Only Look One-level FeatureReview: You Only Look One-level Feature
Review: You Only Look One-level Feature
 
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...
 
Sync considered unethical
Sync considered unethicalSync considered unethical
Sync considered unethical
 
xlwings - For Python Quants Conference (London 2014)
xlwings - For Python Quants Conference (London 2014)xlwings - For Python Quants Conference (London 2014)
xlwings - For Python Quants Conference (London 2014)
 
Mit cilk
Mit cilkMit cilk
Mit cilk
 
Intro to Open Babel
Intro to Open BabelIntro to Open Babel
Intro to Open Babel
 
presentation
presentationpresentation
presentation
 
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
 
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
OCCIware, a formal framework for Everything as a Service. OW2con'15, November...
 
N-O-SQL, new database technologies on the rise
N-O-SQL, new database technologies on the riseN-O-SQL, new database technologies on the rise
N-O-SQL, new database technologies on the rise
 
ifcOWL - An ontology for building data
ifcOWL - An ontology for building dataifcOWL - An ontology for building data
ifcOWL - An ontology for building data
 
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
Dynamic memory allocation Dynamic Memory Allocation I. Topics. Basic represen...
 
What's New in Neo4j - David Allen, Neo4j
What's New in Neo4j  - David Allen, Neo4jWhat's New in Neo4j  - David Allen, Neo4j
What's New in Neo4j - David Allen, Neo4j
 
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptxLecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
Lecture 16 RC Architecture Types & FPGA Interns Lecturer.pptx
 
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
Optimizedfeedforwardnetworkofcnnwithxnorv5 180321130759
 
Optimized feedforward network of cnn with xnor v5
Optimized feedforward network of cnn with xnor v5Optimized feedforward network of cnn with xnor v5
Optimized feedforward network of cnn with xnor v5
 
Cobol performance tuning paper lessons learned - s8833 tr
Cobol performance tuning paper   lessons learned - s8833 trCobol performance tuning paper   lessons learned - s8833 tr
Cobol performance tuning paper lessons learned - s8833 tr
 
Blinkdb
BlinkdbBlinkdb
Blinkdb
 

More from 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
 
Bringing Meaning to BIM Data
Bringing Meaning to BIM DataBringing Meaning to BIM Data
Bringing Meaning to BIM Data
Ana Roxin
 
Linked Data Vocabularies for BIM
Linked Data Vocabularies for BIMLinked Data Vocabularies for BIM
Linked Data Vocabularies for BIM
Ana Roxin
 
[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
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
 
Linked Data applications for BIM
Linked Data applications for BIMLinked Data applications for BIM
Linked Data applications for BIM
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
 
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
 
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
 
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
 

More from Ana Roxin (15)

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
 
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
 
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
 
Customizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital AdvertisingCustomizing Semantic Profiling for Digital Advertising
Customizing Semantic Profiling for Digital Advertising
 
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
 
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...
 
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
 
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
 

Recently uploaded

Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
gharris9
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
Vladimir Samoylov
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
Access Innovations, Inc.
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
MatjaĹž LipuĹĄ
 
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
eCommerce Institute
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Orkestra
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
OECD Directorate for Financial and Enterprise Affairs
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
IP ServerOne
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
OWASP Beja
 

Recently uploaded (17)

Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
 
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
MarĂ­a Carolina MartĂ­nez - eCommerce Day Colombia 2024
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
 

Federated Approach for Interoperating AEC/FM Ontologies