SlideShare une entreprise Scribd logo
1  sur  64
Télécharger pour lire hors ligne
DBPEDIA INSIDEOUT:
AN INTRODUCTION TO THE MAJOR HUB FOR
LINKED OPEN DATA 	

Cristina Pattuelli, Pratt Institute
March 16, 2015
“DBpedia is the Semantic Web mirror
of Wikipedia”
WHAT IT IS
DBpedia is  a crowd-sourced community effort
to  extract structured information from Wikipedia
and make this information available on the Web in
the form of Linked Open Data.
Source: http://lod-cloud.net/
THE STATE OF THE LOD CLOUD 2014
Source: http://lod-cloud.net/
THE STATE OF THE LOD CLOUD 2014
2011: 295 DATASETS
2014: 570 DATASETS (+93%)
Source: blog.classora.com/2012/10/10/describiendo-el-conocimiento-en-un-formato-estandar-para-la-web-semantica-rdf/
 Connected with other Linked Datasets by  50 million RDF links
Most widely used linking predicates: owl:sameAs, rdfs:seeAlso, foaf:knows
CENTRAL INTERLINKING HUB OF THE WEB OF DATA
Web of Data Browsing and Crawling
Web Data Integration and Mashups
“Which albums did Miles Davis record with female
instrumentalists?”
“Which populated places in Australia are below
sea level?”
“What did Andy Warhol and Thelonious Monk have
in common ?”
PEAN TO DBPEDIA
Multi-domain
Automatically evolving
Community consensus driven
Multilingual >125 language editions
Accessible on the Web
DBPEDIA SEMANTICS
4.58 million “things”
583 million “facts”
“THINGS”
Each thing in the DBpedia dataset is identified by
a URI of the form
http://dbpedia.org/resource/Name
Name is  derived from the  URL of  the source
Wikipedia article, which has the form
http://en.wikipedia.org/wiki/Name.
http://dbpedia.org/page/Billie_Holiday
Dereferencing the URI DBpedia:
Billie Holiday’s Green Page
http://en.wikipedia.org/wiki/Billie_Holiday
http://dbpedia.org/resource /Billie_Holiday
http://en.wikipedia.org/wiki/Billie_Holiday
DBPEDIA SEMANTICS
4.58 million “things”
583 million “facts”
“Facts” as RDF Triples
has name
Subject Predicate Object
(Thing)
Billie Holiday
GENERATING FACTS FOR THE ENTITY BILLIE HOLIDAY
has name
Subject Predicate Object
S <http://dbpedia.org/resource/Billie_Holiday>
P <http://xmlns.com/foaf/0.1/name>
O ”Billie Holiday”
Billie Holiday
S <http://dbpedia.org/resource/Billie_Holiday>
P <http://dbpedia-owl:alias>
O “Lady Day”
S <http://dbpedia.org/resource/Billie_Holiday>
P <http://dbpedia-owl:occupation>
O <http://dbpedia.org/page/Songwriter>
CHARTING DBPEDIA
Extraction
Mapping
Categorization
HARVESTING FACTS
Wikipedia articles consist mostly of  free text, but  also
contain different types of structured information, such
as  infobox templates, categorization information,
images, geo-coordinates, and  links to  external
Web pages.
DBPEDIA COMPONENTS
Source: http://wiki.dbpedia.org/PHPframework
DBPEDIA COMPONENTS
Extractors turn a specific type
of wiki markup into triples.
DBPEDIA COMPONENTS
Extractors turn a specific type
of wiki markup into triples.
The  core of  DBpedia consists
of an infobox extraction process.
Infoboxes are  templates
contained in  many Wikipedia
articles. They are  usually
displayed in the top right corner
of  articles and  contain factual
information.
Infobox for MusicalArtist
INFOBOX EXTRACTION
Raw Infobox Extraction – create triples directly
from the infobox data.
Mapping-based Infobox Extraction – mappings
against the DBpedia Ontology.
RAW INFOBOX EXTRACTION
Generic
Algorithm-based
Retains property names used in the infobox
Properties are identified by the dbpprop prefix.
MAPPING-BASED INFOBOX EXTRACTION
Mapping of infobox data to community-curated
DBpedia Ontology.
Properties are identified by the dbpedia-owl prefix.
RAW INFOBOX EXTRACTION
Pros:
Complete coverage of all the infobox attributes
(not all the infoboxes have been mapped yet)
Cons:
Lower data quality (synonyms are not resolved
e.g., paceOfBirth/birthPlace; high error rate to
determine the datatype of an attribute value)
MAPPING-BASED INFOBOX EXTRACTION
Pros:
Data is cleaner (typing resources, merging name
variants, assigning specific datatypes to the
values).
Cons:
Not full coverage.
4.58 million things
4.22 million are classified in a consistent ontology.
Normalization of
variant names
THE DBPEDIA ONTOLOGY
Cross-domain ontology
Large thematic coverage
Currently covers 685 classes which form
a  subsumption hierarchy and  2,795 different
pr oper ties describing the c lasses
(aircraftHelicopterAttack)
Shallow (≤ 5 levels)
THE DBPEDIA ONTOLOGY
Because the DBpedia Ontology is built upon
infobox templates, its semantic structure suffers
from a lack of logical consistency and present
significant semantic gaps in the hierarchy.
http://mappings.dbpedia.org/server/ontology/classes/
THE DOMAIN OF MUSIC IN THE DBPEDIA ONTOLOGY
Hierarchy is kept shallow (sake of visualization and navigation). – http://dbpedia.org/ontology/MusicalArtist
CATEGORIZING DBPEDIA
WIKIPEDIA CATEGORY SYSTEM
Wikipedia categories to group articles that share
similar subjects.
Wikipedia categories are constantly evolving and
currently number more than 740,000.
80.9 million links to Wikipedia categories.
WIKIPEDIA CATEGORY SYSTEM
Most categories are assigned manually by
Wikipedia contributors and can be found listed as
links at the bottom of a Wikipedia article.
CATEGORIZING PEOPLE
At least four categories:
•  the year the person was born
•  the year they died
•  their nationality
•  their reason for being notable.
CATEGORIZATION OF PEOPLE
First sentence of an article:
Billie Holiday (born Eleanora Fagan; April 7, 1915 – July
17, 1959) was an American jazz singer and songwriter.
Year born: Category:1915 births
Year died: Category:1959 deaths
Nationality: Category: American people
Reason for notability / Occupation: Category:Musicians
WIKIPEDIA CATEGORY SYSTEM
Collaborative effort
Advantages à categories are continually
updated to correspond with article content.
Dis/advantages à lack of consistency in its
hierarchical structure and “rather loose
relatedness between articles” (Bizer et al.
(2009). “Messy hierarchy”
RE-CATEGORIZATION OF BILLIE HOLIDAY
(→‎External links: re-categorisation per
Wikipedia:Categories for discussion/Log/2014 December
26, replaced: Category:American women composers
→ Category:American female composers) (undo) --
(Robot - Moving category African-American female
musicians toCategory:African-American musicians per
CFD at Wikipedia:Categories for discussion/Log/2013
January 10.)
WIKIPEDIA ONTOLOGY IN DBPEDIA
The hierarchical structure of the categories is
represented in DBpedia by way of two different
properties:
dcterms:subject (relate entity to category)
skos:broader (relate child to parent category)
http://ensiwiki.ensimag.fr/images/f/fa/Dbpedia-relation-discovery-demo.pdf
The	
  Hierarchy	
  of	
  categories	
  between	
  “flower”	
  and	
  “cucumber”	
  
CATEGORY:JAZZ_MUSICIANS
http://dbpedia.org/page/Category:Jazz_musicians
YAGO ONTOLOGY
A robust classification scheme with a deep hierarchical
structure.
Originally derived from the Wikipedia category system
using the semantic lexicon WordNet.
Over 350,000 classes; 100 relationships
Provides DBpedia data with coherence and structural
consistency
A taxonomic backbone
QUERYING DBPEDIA FOR LINKED JAZZ
Jazz Name Vocabulary
Personal name vocabulary in the form of RDF
statements including the artist’s name paired
with a Uniform Resource Identifier (URI).	

<http://dbpedia.org/resource/Billie_Holiday>!
<http://xmlns.com/foaf/0.1/name> !
“Billie Holiday”	
  
QUERYING DBPEDIA FOR LINKED JAZZ
DBpedia was initially queried for literal triples with a
foaf:name predicate that satisfied the following criteria:
1. the entity must be an rdf:type of dbpedia-
owl:MusicalArtist
2. must have dbpedia:genre property: dbpedia:Jazz.
QUERYING DBPEDIA FOR LINKED JAZZ
DBpedia was initially queried for literal triples with a foaf:name predicate
that satisfied the following criteria:
1. the entity must be an rdf:type of dbpedia-owl:MusicalArtist
2. must have dbpedia:genre property: dbpedia:Jazz.
+
rdfs:label à name of the resource
QUERYING DBPEDIA FOR LINKED JAZZ
Prominent musicians who we expected to find by
querying dbpedia:Jazz property were not returned.
Example: “Count Basie”
-  f e l l u n d e r d b p e d i a : S w i n g _ m u s i c ,
dbpedia:Big_band_music and dbpedia:Piano_blues
-  not under dbpedia:Jazz
This required us to revise our query method by
expanding it to include additional relevant music genres.
Name Extraction from DBpedia
Bootstrapping	
  &	
  
Querying	
  
IN SUM
New type of knowledge representation
environment
-constant state of flux.
-decentralized interplay of different descriptive
and classification systems.
-it challenges our tolerance threshold for data
quality and our traditional notion of authority
control.
http://dbpedia.org/page/Billie_Holiday
LodLive
Visualizing DBpedia
Thank You!
@cristinapattuel
mpattuel@pratt.edu

Contenu connexe

Tendances

Jena – A Semantic Web Framework for Java
Jena – A Semantic Web Framework for JavaJena – A Semantic Web Framework for Java
Jena – A Semantic Web Framework for Java
Aleksander Pohl
 
WebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPediaWebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPedia
Katrien Verbert
 

Tendances (20)

Extracting, Aligning, and Linking Data to Build Knowledge Graphs
Extracting, Aligning, and Linking Data to Build Knowledge GraphsExtracting, Aligning, and Linking Data to Build Knowledge Graphs
Extracting, Aligning, and Linking Data to Build Knowledge Graphs
 
Jena – A Semantic Web Framework for Java
Jena – A Semantic Web Framework for JavaJena – A Semantic Web Framework for Java
Jena – A Semantic Web Framework for Java
 
ESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge GraphsESWC 2017 Tutorial Knowledge Graphs
ESWC 2017 Tutorial Knowledge Graphs
 
RDF 개념 및 구문 소개
RDF 개념 및 구문 소개RDF 개념 및 구문 소개
RDF 개념 및 구문 소개
 
ontop: A tutorial
ontop: A tutorialontop: A tutorial
ontop: A tutorial
 
SPARQL introduction and training (130+ slides with exercices)
SPARQL introduction and training (130+ slides with exercices)SPARQL introduction and training (130+ slides with exercices)
SPARQL introduction and training (130+ slides with exercices)
 
WebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPediaWebTech Tutorial Querying DBPedia
WebTech Tutorial Querying DBPedia
 
Building an Enterprise Knowledge Graph @Uber: Lessons from Reality
Building an Enterprise Knowledge Graph @Uber: Lessons from RealityBuilding an Enterprise Knowledge Graph @Uber: Lessons from Reality
Building an Enterprise Knowledge Graph @Uber: Lessons from Reality
 
RDF data model
RDF data modelRDF data model
RDF data model
 
An Introduction to SPARQL
An Introduction to SPARQLAn Introduction to SPARQL
An Introduction to SPARQL
 
Practical introduction to hadoop
Practical introduction to hadoopPractical introduction to hadoop
Practical introduction to hadoop
 
Relational Database to RDF (RDB2RDF)
Relational Database to RDF (RDB2RDF)Relational Database to RDF (RDB2RDF)
Relational Database to RDF (RDB2RDF)
 
Manage Add-On Services with Apache Ambari
Manage Add-On Services with Apache AmbariManage Add-On Services with Apache Ambari
Manage Add-On Services with Apache Ambari
 
RDB2RDF Tutorial (R2RML and Direct Mapping) at ISWC 2013
RDB2RDF Tutorial (R2RML and Direct Mapping) at ISWC 2013RDB2RDF Tutorial (R2RML and Direct Mapping) at ISWC 2013
RDB2RDF Tutorial (R2RML and Direct Mapping) at ISWC 2013
 
Hive presentation
Hive presentationHive presentation
Hive presentation
 
SPARQL Cheat Sheet
SPARQL Cheat SheetSPARQL Cheat Sheet
SPARQL Cheat Sheet
 
Web-Scale Graph Analytics with Apache® Spark™
Web-Scale Graph Analytics with Apache® Spark™Web-Scale Graph Analytics with Apache® Spark™
Web-Scale Graph Analytics with Apache® Spark™
 
SHACL: Shaping the Big Ball of Data Mud
SHACL: Shaping the Big Ball of Data MudSHACL: Shaping the Big Ball of Data Mud
SHACL: Shaping the Big Ball of Data Mud
 
Semantic Web - Ontologies
Semantic Web - OntologiesSemantic Web - Ontologies
Semantic Web - Ontologies
 
Java and OWL
Java and OWLJava and OWL
Java and OWL
 

En vedette

En vedette (20)

NLP todo
NLP todoNLP todo
NLP todo
 
Linked Data Fragments
Linked Data FragmentsLinked Data Fragments
Linked Data Fragments
 
DBpedia: A Public Data Infrastructure for the Web of Data
DBpedia: A Public Data Infrastructure for the Web of DataDBpedia: A Public Data Infrastructure for the Web of Data
DBpedia: A Public Data Infrastructure for the Web of Data
 
Federated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of DataFederated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of Data
 
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
Open Education Challenge 2014: exploiting Linked Data in Educational Applicat...
 
Evaluating Named Entity Recognition and Disambiguation in News and Tweets
Evaluating Named Entity Recognition and Disambiguation in News and TweetsEvaluating Named Entity Recognition and Disambiguation in News and Tweets
Evaluating Named Entity Recognition and Disambiguation in News and Tweets
 
Gathering Alternative Surface Forms for DBpedia Entities
Gathering Alternative Surface Forms for DBpedia EntitiesGathering Alternative Surface Forms for DBpedia Entities
Gathering Alternative Surface Forms for DBpedia Entities
 
LDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked DataLDQL: A Query Language for the Web of Linked Data
LDQL: A Query Language for the Web of Linked Data
 
Fast Approximate A-box Consistency Checking using Machine Learning
Fast Approximate  A-box Consistency Checking using Machine LearningFast Approximate  A-box Consistency Checking using Machine Learning
Fast Approximate A-box Consistency Checking using Machine Learning
 
Applying Linked Open Data to Public Procurement
Applying Linked Open Data to Public ProcurementApplying Linked Open Data to Public Procurement
Applying Linked Open Data to Public Procurement
 
Exploiting the query structure for efficient join ordering in SPARQL queries
Exploiting the query structure for efficient join ordering in SPARQL queriesExploiting the query structure for efficient join ordering in SPARQL queries
Exploiting the query structure for efficient join ordering in SPARQL queries
 
Data Mining with Background Knowledge from the Web - Introducing the RapidMin...
Data Mining with Background Knowledge from the Web - Introducing the RapidMin...Data Mining with Background Knowledge from the Web - Introducing the RapidMin...
Data Mining with Background Knowledge from the Web - Introducing the RapidMin...
 
A Provenance assisted Roadmap for Life Sciences Linked Open Data Cloud
A Provenance assisted Roadmap for Life Sciences Linked Open Data CloudA Provenance assisted Roadmap for Life Sciences Linked Open Data Cloud
A Provenance assisted Roadmap for Life Sciences Linked Open Data Cloud
 
Unsupervised Extraction of Attributes and Their Values from Product Description
Unsupervised Extraction of Attributes and Their Values from Product DescriptionUnsupervised Extraction of Attributes and Their Values from Product Description
Unsupervised Extraction of Attributes and Their Values from Product Description
 
FedViz: A Visual Interface for SPARQL Queries Formulation and Execution
FedViz: A Visual Interface for SPARQL Queries Formulation and ExecutionFedViz: A Visual Interface for SPARQL Queries Formulation and Execution
FedViz: A Visual Interface for SPARQL Queries Formulation and Execution
 
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
Tutorial "An Introduction to SPARQL and Queries over Linked Data" Chapter 3 (...
 
RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031RDF Tutorial - SPARQL 20091031
RDF Tutorial - SPARQL 20091031
 
Querying Linked Data with SPARQL
Querying Linked Data with SPARQLQuerying Linked Data with SPARQL
Querying Linked Data with SPARQL
 
The Future is Federated
The Future is FederatedThe Future is Federated
The Future is Federated
 
Julien Gonçalves: Named entity recognition and disambiguation using an iterat...
Julien Gonçalves: Named entity recognition and disambiguation using an iterat...Julien Gonçalves: Named entity recognition and disambiguation using an iterat...
Julien Gonçalves: Named entity recognition and disambiguation using an iterat...
 

Similaire à DBpedia InsideOut

Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprintSw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
okeee
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarians
trevorthornton
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machines
Patrick Sinclair
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museums
trevorthornton
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Cory Lampert
 

Similaire à DBpedia InsideOut (20)

Wikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization SystemsWikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization Systems
 
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprintSw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
Sw 3 bizer etal-d bpedia-crystallization-point-jws-preprint
 
Hack U Barcelona 2011
Hack U Barcelona 2011Hack U Barcelona 2011
Hack U Barcelona 2011
 
Building the new open linked library: Theory and Practice
Building the new open linked library: Theory and PracticeBuilding the new open linked library: Theory and Practice
Building the new open linked library: Theory and Practice
 
Building the New Open Linked Library
Building the New Open Linked LibraryBuilding the New Open Linked Library
Building the New Open Linked Library
 
Lita national forum 2012
Lita national forum 2012Lita national forum 2012
Lita national forum 2012
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelab
 
Linked data for librarians
Linked data for librariansLinked data for librarians
Linked data for librarians
 
when the link makes sense
when the link makes sensewhen the link makes sense
when the link makes sense
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machines
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museums
 
Why link?
Why link?Why link?
Why link?
 
Why Link?
Why Link?Why Link?
Why Link?
 
SEMANTIC WEB SOURCES – comparison of open-source Knowledge Graphs
SEMANTIC WEB SOURCES – comparison of open-source Knowledge GraphsSEMANTIC WEB SOURCES – comparison of open-source Knowledge Graphs
SEMANTIC WEB SOURCES – comparison of open-source Knowledge Graphs
 
Semantic Web Austin Yahoo
Semantic Web Austin YahooSemantic Web Austin Yahoo
Semantic Web Austin Yahoo
 
Year of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkeyYear of the Monkey: Lessons from the first year of SearchMonkey
Year of the Monkey: Lessons from the first year of SearchMonkey
 
The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014The Power of Sharing Linked Data: Bibliothekartag 2014
The Power of Sharing Linked Data: Bibliothekartag 2014
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
Linked Open Data for Libraries
Linked Open Data for LibrariesLinked Open Data for Libraries
Linked Open Data for Libraries
 
Unlocking Taxonomic Literature II using Linked Open Data
Unlocking Taxonomic Literature II using Linked Open DataUnlocking Taxonomic Literature II using Linked Open Data
Unlocking Taxonomic Literature II using Linked Open Data
 

Dernier

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Dernier (20)

What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 

DBpedia InsideOut