SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
Fixing the Domain and Range
of Properties in Linked Data
by Context Disambiguation
Alberto Tonon, Michele Catasta,
Gianluca Demartini, Philippe Cudré-Mauroux
LDOW - May the 19th, 2015
Linked Data…
2
"Cobie Smulders"
"Neil Patrick Harris"
"How I Met Your Mother"
showName
starring
starring
name
name
TV Show
type type
Person
type
type
type
type
network
type
TV Network
Broadcast
Network
type
Actor
Actor
Person
Work
… and its Schema
3
......
Thing
Person Work
TV showActor
Organisation
Broadcaster
...
Type Hierarchy
network
Broadcaster
range
domain
Broadcaster
starring
Work
range
domain
Actor
Property
Definitions
Data-Schema Coherence
4
"Cobie Smulders"
"Neil Patrick Harris"
"How I Met Your Mother"
showName
starring
starring
name
name
TV Show
type type
Person
type
type
type
type
network
type
TV Network
Broadcast
Network
type
Actor
Actor
Person
Work
network
Broadcaster
range
domain
Broadcaster
starring
Work
range
domain
Actor
Data-Schema Coherence
4
"Cobie Smulders"
"Neil Patrick Harris"
"How I Met Your Mother"
showName
starring
starring
name
name
TV Show
type type
Person
type
type
type
type
network
type
TV Network
Broadcast
Network
type
Actor
Actor
Person
Work
network
Broadcaster
range
domain
Broadcaster
starring
Work
range
domain
Actor
✔
✔
Data-Schema Coherence
4
"Cobie Smulders"
"Neil Patrick Harris"
"How I Met Your Mother"
showName
starring
starring
name
name
TV Show
type type
Person
type
type
type
type
network
type
TV Network
Broadcast
Network
type
Actor
Actor
Person
Work
network
Broadcaster
range
domain
Broadcaster
starring
Work
range
domain
Actor
✔
✔
✘
Incoherences in Real KBs
5
Property
Dom
Incoherences
% Dom
Incoherences
dpo:years ~641k 100%
dpo:currentMember ~260k 100%
… … …
Property
Dom
Incoherences
% Dom
Incoherences
fb:[…]object.type ~99M 61%
fb:[…]object.name ~41M 100%
… … …
Data-Driven
Domains/Ranges
• Just intersect the types of all resources appearing
as subject/object…
• …being consistent with the type hierarchy.
6
......
Thing
Person Work
TV showActor
Organisation
Broadcaster
...
Type Hierarchy
Data-Driven
Domains/Ranges
• Dom(foaf:name) = Thing 

—> Everything has a name !
• Dom(dpo:manager) = Thing 

—> Everything has a manager "
7
SportSeason
0.55
Agent
0.44
...
Thing
1.00
...Soccer Cricket"k 1
Rugby"k
Baseball"10.42
... ...SoccerClubSeason
0.55
SportsTeam
0.44
... ... Organisation
0.44
SportsTeamSeason
0.55
LEXT: an Example
Computing the domain of dpo:manager
8
SportSeason
0.55
Agent
0.44
...
Thing
1.00
...Soccer Cricket"k 1
Rugby"k
Baseball"10.42
... ...SoccerClubSeason
0.55
SportsTeam
0.44
... ... Organisation
0.44
SportsTeamSeason
0.55
dpo:manager is usedin two different contexts
LEXT: an Example
Computing the domain of dpo:manager
8
SportSeason
0.55
Agent
0.44
...
Thing
1.00
...Soccer Cricket"k 1
Rugby"k
Baseball"10.42
... ...SoccerClubSeason
0.55
SportsTeam
0.44
... ... Organisation
0.44
SportsTeamSeason
0.55
dpo:manager is usedin two different contexts
LEXT: an Example
Computing the domain of dpo:manager
8
manager
soccer club
season manager
sports team
manager
Thing
SoccerClubSeason SportsTeam
SportSeason
0.55
Agent
0.44
...
Thing
1.00
...Soccer Cricket"k 1
Rugby"k
Baseball"10.42
... ...SoccerClubSeason
0.55
SportsTeam
0.44
... ... Organisation
0.44
SportsTeamSeason
0.55
dpo:manager is usedin two different contexts
LEXT: an Example
Computing the domain of dpo:manager
8
manager
soccer club
season manager
sports team
manager
Thing
SoccerClubSeason SportsTeam
Visit the hierarchy until:
1) Pr(type | property) ≥ λ
&&
2) H(Pr(property | children)) < η
LEXT
H = 1.96
H = 0.9 SportSeason
0.55
Agent
0.44
...
Thing
1.00
...Soccer Cricket"k 1
Rugby"k
Baseball"10.42
... ...SoccerClubSeason
0.55
SportsTeam
0.44
... ... Organisation
0.44
SportsTeamSeason
0.55
dpo:manager is usedin two different contexts
LEXT: an Example
Computing the domain of dpo:manager
8
manager
soccer club
season manager
sports team
manager
Thing
SoccerClubSeason SportsTeam
Visit the hierarchy until:
1) Pr(type | property) ≥ λ
&&
2) H(Pr(property | children)) < η
LEXT
REXT and LERIXT
• REXT = LEXT but with types of object resources
• LERIXT = LEXT + REXT
• two type trees (one for Domain and one for
Range), current state is a pair (subject type,
object type)
9
SportSeason Agent ...
Thing
...Soccer Cricket RugbyBaseball
... ...SoccerClubSeason SportsTeam
... ... OrganisationSportsTeamSeason
SportSeason Agent ...
Thing
...Soccer Cricket RugbyBaseball
... ...SoccerClubSeason SportsTeam
... ... OrganisationSportsTeamSeason
Current State
About λ
10
Figure 1: Coverage and number of new sub-properties varying λ.
Evaluation
• Fixed λ = 0.1, η = 1
• 3 authors + 2 experts (majority vote) evaluated the
output of LEXT REXT, and LERIXT.
• LERIXT generates too many new sub-properties
11
LEXT REXT LERIXT
Precision 96.50% 91.40% 87.00%
Table 2: Precision of LEXT, REXT, and LERIXT
Conclusion
• Three different methods for identifying contexts
• LEXT: exploits the type of the subject resources
• REXT: exploits the type of the object resources
• LERIXT: exploits both
• Up to 96.50% precision.
12
Visit the hierarchy until:
1) Pr(type | property) ≥ λ
&&
2) H(Pr(property | children)) < η
LEXT

Weitere ähnliche Inhalte

Ähnlich wie Fixing the Domain and Range of Properties in Linked Data by Context Disambiguation

Recommender Systems, Matrices and Graphs
Recommender Systems, Matrices and GraphsRecommender Systems, Matrices and Graphs
Recommender Systems, Matrices and GraphsRoelof Pieters
 
Types Working for You, Not Against You
Types Working for You, Not Against YouTypes Working for You, Not Against You
Types Working for You, Not Against YouC4Media
 
Introducción a Neo4j
Introducción a Neo4jIntroducción a Neo4j
Introducción a Neo4jNeo4j
 
R for Pythonistas (PyData NYC 2017)
R for Pythonistas (PyData NYC 2017)R for Pythonistas (PyData NYC 2017)
R for Pythonistas (PyData NYC 2017)Christopher Roach
 
Breaking down data silos with the open data protocol
Breaking down data silos with the open data protocolBreaking down data silos with the open data protocol
Breaking down data silos with the open data protocolWoodruff Solutions LLC
 
Colour Modelling - domain modelling with the 3rd dimension
Colour Modelling - domain modelling with the 3rd dimensionColour Modelling - domain modelling with the 3rd dimension
Colour Modelling - domain modelling with the 3rd dimensionDouglas English
 
Mining Interesting Trivia for Entities from Wikipedia PART-II
Mining Interesting Trivia for Entities from Wikipedia PART-IIMining Interesting Trivia for Entities from Wikipedia PART-II
Mining Interesting Trivia for Entities from Wikipedia PART-IIAbhay Prakash
 
Looking at Content Recommendations through a Search Lens - Extended Version
Looking at Content Recommendations through a Search Lens - Extended VersionLooking at Content Recommendations through a Search Lens - Extended Version
Looking at Content Recommendations through a Search Lens - Extended VersionSonya Liberman
 

Ähnlich wie Fixing the Domain and Range of Properties in Linked Data by Context Disambiguation (11)

Recommender Systems, Matrices and Graphs
Recommender Systems, Matrices and GraphsRecommender Systems, Matrices and Graphs
Recommender Systems, Matrices and Graphs
 
Types Working for You, Not Against You
Types Working for You, Not Against YouTypes Working for You, Not Against You
Types Working for You, Not Against You
 
Introducción a Neo4j
Introducción a Neo4jIntroducción a Neo4j
Introducción a Neo4j
 
R for Pythonistas (PyData NYC 2017)
R for Pythonistas (PyData NYC 2017)R for Pythonistas (PyData NYC 2017)
R for Pythonistas (PyData NYC 2017)
 
Amazon DynamoDB Design Workshop
Amazon DynamoDB Design WorkshopAmazon DynamoDB Design Workshop
Amazon DynamoDB Design Workshop
 
Breaking down data silos with the open data protocol
Breaking down data silos with the open data protocolBreaking down data silos with the open data protocol
Breaking down data silos with the open data protocol
 
Deep Dive on Amazon DynamoDB
Deep Dive on Amazon DynamoDBDeep Dive on Amazon DynamoDB
Deep Dive on Amazon DynamoDB
 
Colour Modelling - domain modelling with the 3rd dimension
Colour Modelling - domain modelling with the 3rd dimensionColour Modelling - domain modelling with the 3rd dimension
Colour Modelling - domain modelling with the 3rd dimension
 
Deep Dive on Amazon DynamoDB
Deep Dive on Amazon DynamoDBDeep Dive on Amazon DynamoDB
Deep Dive on Amazon DynamoDB
 
Mining Interesting Trivia for Entities from Wikipedia PART-II
Mining Interesting Trivia for Entities from Wikipedia PART-IIMining Interesting Trivia for Entities from Wikipedia PART-II
Mining Interesting Trivia for Entities from Wikipedia PART-II
 
Looking at Content Recommendations through a Search Lens - Extended Version
Looking at Content Recommendations through a Search Lens - Extended VersionLooking at Content Recommendations through a Search Lens - Extended Version
Looking at Content Recommendations through a Search Lens - Extended Version
 

Mehr von eXascale Infolab

Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link Prediction
Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link PredictionBeyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link Prediction
Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link PredictioneXascale Infolab
 
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...eXascale Infolab
 
Representation Learning on Complex Graphs
Representation Learning on Complex GraphsRepresentation Learning on Complex Graphs
Representation Learning on Complex GraphseXascale Infolab
 
A force directed approach for offline gps trajectory map
A force directed approach for offline gps trajectory mapA force directed approach for offline gps trajectory map
A force directed approach for offline gps trajectory mapeXascale Infolab
 
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...eXascale Infolab
 
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...eXascale Infolab
 
Dependency-Driven Analytics: A Compass for Uncharted Data Oceans
Dependency-Driven Analytics: A Compass for Uncharted Data OceansDependency-Driven Analytics: A Compass for Uncharted Data Oceans
Dependency-Driven Analytics: A Compass for Uncharted Data OceanseXascale Infolab
 
SANAPHOR: Ontology-based Coreference Resolution
SANAPHOR: Ontology-based Coreference ResolutionSANAPHOR: Ontology-based Coreference Resolution
SANAPHOR: Ontology-based Coreference ResolutioneXascale Infolab
 
Efficient, Scalable, and Provenance-Aware Management of Linked Data
Efficient, Scalable, and Provenance-Aware Management of Linked DataEfficient, Scalable, and Provenance-Aware Management of Linked Data
Efficient, Scalable, and Provenance-Aware Management of Linked DataeXascale Infolab
 
Entity-Centric Data Management
Entity-Centric Data ManagementEntity-Centric Data Management
Entity-Centric Data ManagementeXascale Infolab
 
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked Data
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked DataLDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked Data
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked DataeXascale Infolab
 
Executing Provenance-Enabled Queries over Web Data
Executing Provenance-Enabled Queries over Web DataExecuting Provenance-Enabled Queries over Web Data
Executing Provenance-Enabled Queries over Web DataeXascale Infolab
 
The Dynamics of Micro-Task Crowdsourcing
The Dynamics of Micro-Task CrowdsourcingThe Dynamics of Micro-Task Crowdsourcing
The Dynamics of Micro-Task CrowdsourcingeXascale Infolab
 
CIKM14: Fixing grammatical errors by preposition ranking
CIKM14: Fixing grammatical errors by preposition rankingCIKM14: Fixing grammatical errors by preposition ranking
CIKM14: Fixing grammatical errors by preposition rankingeXascale Infolab
 
An Introduction to Big Data
An Introduction to Big DataAn Introduction to Big Data
An Introduction to Big DataeXascale Infolab
 
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)eXascale Infolab
 

Mehr von eXascale Infolab (20)

Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link Prediction
Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link PredictionBeyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link Prediction
Beyond Triplets: Hyper-Relational Knowledge Graph Embedding for Link Prediction
 
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...
It Takes Two: Instrumenting the Interaction between In-Memory Databases and S...
 
Representation Learning on Complex Graphs
Representation Learning on Complex GraphsRepresentation Learning on Complex Graphs
Representation Learning on Complex Graphs
 
A force directed approach for offline gps trajectory map
A force directed approach for offline gps trajectory mapA force directed approach for offline gps trajectory map
A force directed approach for offline gps trajectory map
 
Cikm 2018
Cikm 2018Cikm 2018
Cikm 2018
 
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...
HistoSketch: Fast Similarity-Preserving Sketching of Streaming Histograms wit...
 
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...
SwissLink: High-Precision, Context-Free Entity Linking Exploiting Unambiguous...
 
Dependency-Driven Analytics: A Compass for Uncharted Data Oceans
Dependency-Driven Analytics: A Compass for Uncharted Data OceansDependency-Driven Analytics: A Compass for Uncharted Data Oceans
Dependency-Driven Analytics: A Compass for Uncharted Data Oceans
 
Crowd scheduling www2016
Crowd scheduling www2016Crowd scheduling www2016
Crowd scheduling www2016
 
SANAPHOR: Ontology-based Coreference Resolution
SANAPHOR: Ontology-based Coreference ResolutionSANAPHOR: Ontology-based Coreference Resolution
SANAPHOR: Ontology-based Coreference Resolution
 
Efficient, Scalable, and Provenance-Aware Management of Linked Data
Efficient, Scalable, and Provenance-Aware Management of Linked DataEfficient, Scalable, and Provenance-Aware Management of Linked Data
Efficient, Scalable, and Provenance-Aware Management of Linked Data
 
Entity-Centric Data Management
Entity-Centric Data ManagementEntity-Centric Data Management
Entity-Centric Data Management
 
SSSW 2015 Sense Making
SSSW 2015 Sense MakingSSSW 2015 Sense Making
SSSW 2015 Sense Making
 
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked Data
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked DataLDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked Data
LDOW2015 - Uduvudu: a Graph-Aware and Adaptive UI Engine for Linked Data
 
Executing Provenance-Enabled Queries over Web Data
Executing Provenance-Enabled Queries over Web DataExecuting Provenance-Enabled Queries over Web Data
Executing Provenance-Enabled Queries over Web Data
 
The Dynamics of Micro-Task Crowdsourcing
The Dynamics of Micro-Task CrowdsourcingThe Dynamics of Micro-Task Crowdsourcing
The Dynamics of Micro-Task Crowdsourcing
 
CIKM14: Fixing grammatical errors by preposition ranking
CIKM14: Fixing grammatical errors by preposition rankingCIKM14: Fixing grammatical errors by preposition ranking
CIKM14: Fixing grammatical errors by preposition ranking
 
OLTP-Bench
OLTP-BenchOLTP-Bench
OLTP-Bench
 
An Introduction to Big Data
An Introduction to Big DataAn Introduction to Big Data
An Introduction to Big Data
 
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)
Internet Infrastructures for Big Data (Verisign's Distinguished Speaker Series)
 

Kürzlich hochgeladen

GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
fundamental of entomology all in one topics of entomology
fundamental of entomology all in one topics of entomologyfundamental of entomology all in one topics of entomology
fundamental of entomology all in one topics of entomologyDrAnita Sharma
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxAArockiyaNisha
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfSumit Kumar yadav
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPirithiRaju
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 

Kürzlich hochgeladen (20)

GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
fundamental of entomology all in one topics of entomology
fundamental of entomology all in one topics of entomologyfundamental of entomology all in one topics of entomology
fundamental of entomology all in one topics of entomology
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
The Philosophy of Science
The Philosophy of ScienceThe Philosophy of Science
The Philosophy of Science
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptxPhysiochemical properties of nanomaterials and its nanotoxicity.pptx
Physiochemical properties of nanomaterials and its nanotoxicity.pptx
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 

Fixing the Domain and Range of Properties in Linked Data by Context Disambiguation

  • 1. Fixing the Domain and Range of Properties in Linked Data by Context Disambiguation Alberto Tonon, Michele Catasta, Gianluca Demartini, Philippe Cudré-Mauroux LDOW - May the 19th, 2015
  • 2. Linked Data… 2 "Cobie Smulders" "Neil Patrick Harris" "How I Met Your Mother" showName starring starring name name TV Show type type Person type type type type network type TV Network Broadcast Network type Actor Actor Person Work
  • 3. … and its Schema 3 ...... Thing Person Work TV showActor Organisation Broadcaster ... Type Hierarchy network Broadcaster range domain Broadcaster starring Work range domain Actor Property Definitions
  • 4. Data-Schema Coherence 4 "Cobie Smulders" "Neil Patrick Harris" "How I Met Your Mother" showName starring starring name name TV Show type type Person type type type type network type TV Network Broadcast Network type Actor Actor Person Work network Broadcaster range domain Broadcaster starring Work range domain Actor
  • 5. Data-Schema Coherence 4 "Cobie Smulders" "Neil Patrick Harris" "How I Met Your Mother" showName starring starring name name TV Show type type Person type type type type network type TV Network Broadcast Network type Actor Actor Person Work network Broadcaster range domain Broadcaster starring Work range domain Actor ✔ ✔
  • 6. Data-Schema Coherence 4 "Cobie Smulders" "Neil Patrick Harris" "How I Met Your Mother" showName starring starring name name TV Show type type Person type type type type network type TV Network Broadcast Network type Actor Actor Person Work network Broadcaster range domain Broadcaster starring Work range domain Actor ✔ ✔ ✘
  • 7. Incoherences in Real KBs 5 Property Dom Incoherences % Dom Incoherences dpo:years ~641k 100% dpo:currentMember ~260k 100% … … … Property Dom Incoherences % Dom Incoherences fb:[…]object.type ~99M 61% fb:[…]object.name ~41M 100% … … …
  • 8. Data-Driven Domains/Ranges • Just intersect the types of all resources appearing as subject/object… • …being consistent with the type hierarchy. 6 ...... Thing Person Work TV showActor Organisation Broadcaster ... Type Hierarchy
  • 9. Data-Driven Domains/Ranges • Dom(foaf:name) = Thing 
 —> Everything has a name ! • Dom(dpo:manager) = Thing 
 —> Everything has a manager " 7
  • 10. SportSeason 0.55 Agent 0.44 ... Thing 1.00 ...Soccer Cricket"k 1 Rugby"k Baseball"10.42 ... ...SoccerClubSeason 0.55 SportsTeam 0.44 ... ... Organisation 0.44 SportsTeamSeason 0.55 LEXT: an Example Computing the domain of dpo:manager 8
  • 11. SportSeason 0.55 Agent 0.44 ... Thing 1.00 ...Soccer Cricket"k 1 Rugby"k Baseball"10.42 ... ...SoccerClubSeason 0.55 SportsTeam 0.44 ... ... Organisation 0.44 SportsTeamSeason 0.55 dpo:manager is usedin two different contexts LEXT: an Example Computing the domain of dpo:manager 8
  • 12. SportSeason 0.55 Agent 0.44 ... Thing 1.00 ...Soccer Cricket"k 1 Rugby"k Baseball"10.42 ... ...SoccerClubSeason 0.55 SportsTeam 0.44 ... ... Organisation 0.44 SportsTeamSeason 0.55 dpo:manager is usedin two different contexts LEXT: an Example Computing the domain of dpo:manager 8 manager soccer club season manager sports team manager Thing SoccerClubSeason SportsTeam
  • 13. SportSeason 0.55 Agent 0.44 ... Thing 1.00 ...Soccer Cricket"k 1 Rugby"k Baseball"10.42 ... ...SoccerClubSeason 0.55 SportsTeam 0.44 ... ... Organisation 0.44 SportsTeamSeason 0.55 dpo:manager is usedin two different contexts LEXT: an Example Computing the domain of dpo:manager 8 manager soccer club season manager sports team manager Thing SoccerClubSeason SportsTeam Visit the hierarchy until: 1) Pr(type | property) ≥ λ && 2) H(Pr(property | children)) < η LEXT
  • 14. H = 1.96 H = 0.9 SportSeason 0.55 Agent 0.44 ... Thing 1.00 ...Soccer Cricket"k 1 Rugby"k Baseball"10.42 ... ...SoccerClubSeason 0.55 SportsTeam 0.44 ... ... Organisation 0.44 SportsTeamSeason 0.55 dpo:manager is usedin two different contexts LEXT: an Example Computing the domain of dpo:manager 8 manager soccer club season manager sports team manager Thing SoccerClubSeason SportsTeam Visit the hierarchy until: 1) Pr(type | property) ≥ λ && 2) H(Pr(property | children)) < η LEXT
  • 15. REXT and LERIXT • REXT = LEXT but with types of object resources • LERIXT = LEXT + REXT • two type trees (one for Domain and one for Range), current state is a pair (subject type, object type) 9 SportSeason Agent ... Thing ...Soccer Cricket RugbyBaseball ... ...SoccerClubSeason SportsTeam ... ... OrganisationSportsTeamSeason SportSeason Agent ... Thing ...Soccer Cricket RugbyBaseball ... ...SoccerClubSeason SportsTeam ... ... OrganisationSportsTeamSeason Current State
  • 16. About λ 10 Figure 1: Coverage and number of new sub-properties varying λ.
  • 17. Evaluation • Fixed λ = 0.1, η = 1 • 3 authors + 2 experts (majority vote) evaluated the output of LEXT REXT, and LERIXT. • LERIXT generates too many new sub-properties 11 LEXT REXT LERIXT Precision 96.50% 91.40% 87.00% Table 2: Precision of LEXT, REXT, and LERIXT
  • 18. Conclusion • Three different methods for identifying contexts • LEXT: exploits the type of the subject resources • REXT: exploits the type of the object resources • LERIXT: exploits both • Up to 96.50% precision. 12 Visit the hierarchy until: 1) Pr(type | property) ≥ λ && 2) H(Pr(property | children)) < η LEXT