SlideShare a Scribd company logo
1 of 69
Download to read offline
The Yosemite Project for
Healthcare Information Interoperability
David Booth, HRG and Rancho BioSciences
Conor Dowling, Caregraf
Michel Dumontier, Stanford University
Josh Mandel, Harvard University
Claude Nanjo, Cognitive Medical Systems
Rafael Richards, Veterans Affairs
9-Jul-2015
These slides: http://tinyurl.com/YosemiteRoadmap20150709slides
http://YosemiteProject.org/
2
Outline
• Mission of the Yosemite Project
• Foundation: RDF
• Roadmap for interoperability:
– Standardize the Standards
– Crowdsource Translations
– Incentivize
3
Imagine a world
4
Imagine a world
in which all healthcare systems
speak the same language
with the same meanings
covering all healthcare.
5
Semantic interoperability:
The ability of computer systems
to exchange data
with unambiguous, shared meaning.
– Wikipedia
6
Healthcare today
Tower of Babel, Abel Grimmer (1570-1619)
7
Yosemite Project
MISSION:
Semantic interoperability
of
all structured healthcare information
8
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
9
RDF as a Universal
Information
Representation
10
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
11
What is RDF?
• "Resource Description Framework"
– But think "Reusable Data Framework"
• Language for representing information
• International standard by W3C
• Mature – 10+ years
• Used in many domains, including biomedical and pharma
12
ex:patient319 foaf:name "John Doe" .
ex:patient319 v:systolicBP ex:obs_001 .
ex:obs_001 v:value 120 .
ex:obs_001 v:units v:mmHg .
RDF graph
Patient319 has name "John Doe".
Patient319 has systolic blood pressure observation Obs_001.
Obs_001 value was 120.
Obs_001 units was mmHg.
English assertions:
RDF* assertions ("triples"): RDF graph:
*Namespace definitions omitted
13
RDF captures information – not syntax
• RDF is format independent
• There are multiple RDF syntaxes: Turtle, N-Triples, JSON-
LD, RDF/XML, etc.
• The same information can be written in different formats
• Any data format can be mapped to RDF
14
Different source formats, same RDF
OBX|1|CE|3727-0^BPsystolic,
sitting||120||mmHg|
<Observation
xmlns="http://hl7.org/fhir">
<system value="http://loinc.org"/>
<code value="3727-0"/>
<display value="BPsystolic, sitting"/>
<value value="120"/>
<units value="mmHg"/>
</Observation>
HL7 v2.x FHIR
RDF graph
Maps to
Maps to
Why does this matter?
• Emphasis is on the meaning (where it should be)
• RDF acts as a universal information representation
• Existing data formats can be used
– Each one has an implicit RDF equivalent
– No need for explicitly exchange RDF format
16
Why RDF?
• Endorsed by over 100 thought leaders in healthcare and technology as the best
available candidate for a universal healthcare exchange language
– See http://YosemiteManifesto.org/
"Captures information
content, not syntax"
"Multi-schema friendly"
"Supports inference"
"Good for model
transformation"
"Allows diverse data
to be connected and
harmonized"
"Allows data models and
vocabularies to evolve"
http://dbooth.org/2014/why-rdf/
17
Standardize the Standards
18
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
19
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
20
Standard Vocabularies in UMLS
AIR ALT AOD AOT BI CCC CCPSS CCS CDT CHV COSTAR CPM CPT CPTSP
CSP CST DDB DMDICD10 DMDUMD DSM3R DSM4 DXP FMA HCDT
HCPCS HCPT HL7V2.5 HL7V3.0 HLREL ICD10 ICD10AE ICD10AM
ICD10AMAE ICD10CM ICD10DUT ICD10PCS ICD9CM ICF ICF-CY ICPC
ICPC2EDUT ICPC2EENG ICPC2ICD10DUT ICPC2ICD10ENG ICPC2P
ICPCBAQ ICPCDAN ICPCDUT ICPCFIN ICPCFRE ICPCGER ICPCHEB
ICPCHUN ICPCITA ICPCNOR ICPCPOR ICPCSPA ICPCSWE JABL KCD5
LCH LNC_AD8 LNC_MDS30 MCM MEDLINEPLUS MSHCZE MSHDUT
MSHFIN MSHFRE MSHGER MSHITA MSHJPN MSHLAV MSHNOR
MSHPOL MSHPOR MSHRUS MSHSCR MSHSPA MSHSWE MTH MTHCH
MTHHH MTHICD9 MTHICPC2EAE MTHICPC2ICD10AE MTHMST
MTHMSTFRE MTHMSTITA NAN NCISEER NIC NOC OMS PCDS PDQ
PNDS PPAC PSY QMR RAM RCD RCDAE RCDSA RCDSY SNM SNMI SOP
SPN SRC TKMT ULT UMD USPMG UWDA WHO WHOFRE WHOGER
WHOPOR WHOSPA
Over 100!
ONC recommended standards
● Patchwork of ~30 standards +
clarifications
● Different data formats, data models
and vocabularies
● Defined in different ways - not in a
uniform, computable form
22
How Standards Proliferate
http://xkcd.com/927/
23
Each standard is an island
• Each has its "sweet spot" of use
• Lots of duplication
24
RDF and OWL enable semantic bridges
between standards
• Goal: a cohesive mesh of standards that act as a single
comprehensive standard
Standardize the standards
● Use RDF & family as a common, computable definition
language
● Semantically link standards
● Converge on common definitions
26
Needed: Collaborative Standards Hub
• Cross between BioPortal, GitHub, WikiData, Web Protege, CIMI repository, HL7
model forge, UMLS Semantic Network and Metathesaurus
– Next generation BioPortal?
SNOMED-CT
FHIR
ICD-11
HL7 v2.5
LOINC
27
Collaborative Standards Hub
• Repository of healthcare
information standards
• Supports standards
groups and implementers
• Holds RDF/OWL definitions of data models, vocabularies
and terms
• Encourages:
– Semantic linkage
– Standards convergence
SNOMED-CT
FHIR
ICD-11
HL7 v2.5
LOINC
28
SNOMED-CT
FHIR
ICD-11
HL7 v2.5
LOINC
Collaborative Standards Hub
• Suggests related concepts
• Checks and notifies of
inconsistencies – within
and across standards
• Can be accessed by browser or RESTful API
29
Collaborative Standards Hub
• Can scrape or reference
definitions held elsewhere
• Provides metrics:
– Objective (e.g., size, number of views, linkage degree)
– Subjective (ratings)
• Uses RDF and OWL under the hood
– Users should not need to know RDF or OWL
SNOMED-CT
FHIR
ICD-11
HL7 v2.5
LOINC
30
iCat: Web Protege tool for ICD-11
31
iCat development of ICD-11
In three years:
• 270 domain experts
around the world
• 45,000+ classes
• 260,000+ changes
• 17,000 links to external terminologies
32
Similar Effort in Financial Industry: FIBO
• Standards in RDF
• Similar concept but narrower scope than Yosemite Project
• For financial reporting and policy enforcement
• Using github and other tools to help collaboration
33
RDF helps avoid the bike shed effect
• Each group can use its favorite data format, syntax and names
• RDF can uniformly capture the information content
34
Bike shed effect
a/k/a Parkinson's Law of Triviality
Organizations spend disproportionate time
on trivial issues. -- C.N. Parkinson, 1957
2. Bike Shed
Cost: $1,000
Discussion: 45 minutes
1. Nuclear Plant
Cost: $28,000,000
Discussion: 2.5 minutes
35
Standards committees
and the bike shed effect
• Committees spend hours deciding on data formats, syntax
and naming
– Irrelevant to the computable information content
Syntax!
36
Crowdsource
Translations
37
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
38
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
39
Two ways to achieve interoperability
• Standards:
– Make everyone speak the same language
– I.e., same data models and vocabularies
• Translations:
– Translate between languages
– I.e., translate between data models and vocabularies
40
Obviously we prefer
standards.
But . . . .
41
Standardization takes time
2016
DUE
COMING SOON!
COMPREHENSIVE
STANDARD
2036
2096
42
Standards trilemma: Pick any two
• Timely: Completed quickly
• Good: High quality
• Comprehensive: Handles all use cases
43
Modernization takes time
• Existing systems cannot be updated all at once
44
Diverse use cases
• Different use cases need different data, granularity and
representations
One standard does not fit all!
45
Standards evolve
• Version n+1 improves on version n
46
Healthcare terminologies rate of change
Slide credit: Rafael Richards (VA)
47
Translation is unavoidable!
Translation allows:
• Newer systems to interoperate with older systems
• Different use cases to use different data models
• Standards to evolve
48
A realistic strategy for semantic interoperability
must address both
standards and translations.
49
Interoperability achieved
by standards vs. translations
Standards
Translations
Interop
Standards Convergence
50
How RDF helps translation
• RDF supports inference
– Can be used for translation
• RDF acts as a universal information
representation
• Enables data model and vocabulary
translations to be shared
51
Translating patient data
• Steps 1 & 3 map between source/target syntax and RDF
• Step 2 translates instance data between data models and
vocabularies (RDF-to-RDF)
– A/k/a semantic alignment, model alignment
2.
Translate
3. Drop
from
RDF
1. Lift
to
RDF
Source Target
v2.5
52
How should this translation be done?
• Translation is hard!
• Many different models and vocabularies
• Currently done in proprietary, black-box integration engines
2.
Translate
3. Drop
from
RDF
1. Lift
to
RDF
Source Target
v2.5
2.
Translate
3. Drop
from
RDF
1. Lift
to
RDF
Source Target
v2.5
53
Where are these translation rules?
• By manipulating RDF data, rules can be
mixed, matched and shared
Crowd-Sourced
Translation
Rules Hub
Rules
54
Needed: Crowd-Sourced Translation Rules
Hub
● Based on GitHub, WikiData, BioPortal, Web Protege or other
● Hosts translation rules
● Agnostic about "rules" language:
● Any executable language that translates RDF-to-RDF (or between RDF
and source/target syntax)
55
Translation rules metadata
• Source and target language / class
• Rules language
– E.g. SPARQL/SPIN, N3, JenaRules, Java, Shell, etc.
• Dependencies
• Test data / validation
• License (free and open source)
• Maintainer
• Usage metrics/ratings
– Objective: Number of downloads, Author, Date, etc.
– Subjective: Who/how many like it, reviews, etc.
– Digital signatures of endorsers?
56
Patient data privacy
• Download translation rules as needed – plug-and-play
• Run rules locally
– Patient data is not sent to the rules hub
2.
Translate
3. Drop
from
RDF
1. Lift
to
RDF
Source Target
v2.5
Crowd-Sourced
Translation
Rules Hub
Rules
57
Incentivize
58
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
59
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
http://YosemiteProject.org/
Incentivize
● There is no natural business incentive for a
healthcare provider to make its data
interoperable with its competitors
● Carrot / stick policies are needed
● Not the focus of the Yosemite Project, but
essential for policy makers to address
61
Interoperability Roadmap
Healthcare
Information
Interoperability
Standardize
the Standards
Crowdsource
Translations
Incentivize
RDF as a Universal
Information
Representation
62
What will semantic interoperability cost?
Initial Ongoing
Standards $40-500M + $30-400M / year
Translations $30-400M + $20-300M / year
Total $60-900M + $50-700M / year
My SWAG . . .
What is yours?
63
What will semantic interoperability cost?
Initial Ongoing
Standards $40-500M + $30-400M / year
Translations $30-400M + $20-300M / year
Total $60-900M + $50-700M / year
My SWAG . . .
What is yours?
??
64
Opportunity cost
Interoperability
$700 Million
per year?
*Source: http://www.calgaryscientific.com/blog/bid/284224/Interoperability-Could-
Reduce-U-S-Healthcare-Costs-by-Thirty-Billion
$30000 Million
per year*
Non-interoperability
65
Questions?
Upcoming Webinars
● July 23, 2015 - Why RDF for Healthcare - David Booth, HRG
● Aug 6, 2015 - drugdocs: Using RDF to produce one coherent, definitive
dataset about drugs, Conor Dowling, Caregraf
● Sept 3, 2015 - Linked VistA: VA Linked Data Approach to Semantic
Interoperability, Rafael Richards, Veterans Affairs
● Sept 17, 2015 - Clinical data in FHIR RDF: Intro and Representation, Josh
Mandel, Children's Hospital Informatics Program at Harvard-MIT, and David
Booth, HRG
● Others to be announced
http://YosemiteProject.org/
Weekly Yosemite Project
Teleconference
Fridays 1pm Eastern US
See http://YosemiteProject.org/
68
BACKUP SLIDES
69
Related Activities
• Joint HL7/W3C subgroup on "RDF for Semantic
Interoperability":
http://wiki.hl7.org/index.php?
title=ITS_RDF_ConCall_Agenda
• ONC's "Interoperability Roadmap" (draft):
http://tinyurl.com/mgtwwr8

More Related Content

Viewers also liked

Calvin Hendryx Parker, Enabling the Semantic Web with RDF
Calvin Hendryx Parker, Enabling the Semantic Web with RDFCalvin Hendryx Parker, Enabling the Semantic Web with RDF
Calvin Hendryx Parker, Enabling the Semantic Web with RDFwebcontent2007
 
Realtime crowdsourced translation for emergency response and beyond
Realtime crowdsourced translation for emergency response and beyondRealtime crowdsourced translation for emergency response and beyond
Realtime crowdsourced translation for emergency response and beyondRobert Munro
 
Why Sentiment Analysis is a Market for Lemons … and How to Fix it
Why Sentiment Analysis is a Market for Lemons … and How to Fix it Why Sentiment Analysis is a Market for Lemons … and How to Fix it
Why Sentiment Analysis is a Market for Lemons … and How to Fix it Robert Munro
 
The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)Myungjin Lee
 
Tracking Epidemics with Natural Language Processing and Crowdsourcing
Tracking Epidemics with Natural Language Processing and Crowdsourcing�Tracking Epidemics with Natural Language Processing and Crowdsourcing�
Tracking Epidemics with Natural Language Processing and CrowdsourcingRobert Munro
 

Viewers also liked (6)

Calvin Hendryx Parker, Enabling the Semantic Web with RDF
Calvin Hendryx Parker, Enabling the Semantic Web with RDFCalvin Hendryx Parker, Enabling the Semantic Web with RDF
Calvin Hendryx Parker, Enabling the Semantic Web with RDF
 
Realtime crowdsourced translation for emergency response and beyond
Realtime crowdsourced translation for emergency response and beyondRealtime crowdsourced translation for emergency response and beyond
Realtime crowdsourced translation for emergency response and beyond
 
Why Sentiment Analysis is a Market for Lemons … and How to Fix it
Why Sentiment Analysis is a Market for Lemons … and How to Fix it Why Sentiment Analysis is a Market for Lemons … and How to Fix it
Why Sentiment Analysis is a Market for Lemons … and How to Fix it
 
The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)The Semantic Web #5 - RDF (2)
The Semantic Web #5 - RDF (2)
 
Tracking Epidemics with Natural Language Processing and Crowdsourcing
Tracking Epidemics with Natural Language Processing and Crowdsourcing�Tracking Epidemics with Natural Language Processing and Crowdsourcing�
Tracking Epidemics with Natural Language Processing and Crowdsourcing
 
Challenges in Implementing EMR: The Singapore Story
Challenges in Implementing EMR: The Singapore StoryChallenges in Implementing EMR: The Singapore Story
Challenges in Implementing EMR: The Singapore Story
 

Similar to SmartData Webinar Slides: The Yosemite Project for Healthcare Information interoperability

WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...
WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...
WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...DATAVERSITY
 
Linked Data for Biopharma
Linked Data for BiopharmaLinked Data for Biopharma
Linked Data for BiopharmaTom Plasterer
 
Towards a fhir based api: lessons learnt with supporting interoperability for...
Towards a fhir based api: lessons learnt with supporting interoperability for...Towards a fhir based api: lessons learnt with supporting interoperability for...
Towards a fhir based api: lessons learnt with supporting interoperability for...Suranga Nath Kasthurirathne
 
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan Davis
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan DavisHANDI Summit 18 - Introducing HANDI-HOPD - Ewan Davis
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan DavisHANDI HEALTH
 
Linked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcareLinked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcareKerstin Forsberg
 
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicoll
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicollHANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicoll
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicollHANDI HEALTH
 
Semantic Web use cases in outcomes research
Semantic Web use cases in outcomes researchSemantic Web use cases in outcomes research
Semantic Web use cases in outcomes researchChimezie Ogbuji
 
Experience with MarkLogic at Elsevier
Experience with MarkLogic at ElsevierExperience with MarkLogic at Elsevier
Experience with MarkLogic at ElsevierDATAVERSITY
 
Linked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic InteroperabilityLinked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic InteroperabilityDATAVERSITY
 
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)OpenAIRE
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Anita de Waard
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Gautier Poupeau
 

Similar to SmartData Webinar Slides: The Yosemite Project for Healthcare Information interoperability (20)

WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...
WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...
WEBINAR: The Yosemite Project: An RDF Roadmap for Healthcare Information Inte...
 
Linked Data for Biopharma
Linked Data for BiopharmaLinked Data for Biopharma
Linked Data for Biopharma
 
Towards a fhir based api: lessons learnt with supporting interoperability for...
Towards a fhir based api: lessons learnt with supporting interoperability for...Towards a fhir based api: lessons learnt with supporting interoperability for...
Towards a fhir based api: lessons learnt with supporting interoperability for...
 
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan Davis
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan DavisHANDI Summit 18 - Introducing HANDI-HOPD - Ewan Davis
HANDI Summit 18 - Introducing HANDI-HOPD - Ewan Davis
 
Linked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcareLinked Data efforts for data standards in biopharma and healthcare
Linked Data efforts for data standards in biopharma and healthcare
 
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicoll
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicollHANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicoll
HANDI Summit 18 - Introducing HANDI-HOPD - Dr Ian McNicoll
 
Aehin 2016 backup
Aehin 2016 backupAehin 2016 backup
Aehin 2016 backup
 
ODSC and iRODS
ODSC and iRODSODSC and iRODS
ODSC and iRODS
 
Converting GHO to RDF
Converting GHO to RDFConverting GHO to RDF
Converting GHO to RDF
 
Semantic Web use cases in outcomes research
Semantic Web use cases in outcomes researchSemantic Web use cases in outcomes research
Semantic Web use cases in outcomes research
 
Experience with MarkLogic at Elsevier
Experience with MarkLogic at ElsevierExperience with MarkLogic at Elsevier
Experience with MarkLogic at Elsevier
 
Interoperability, the rise of HL7 and FHIR
Interoperability, the rise of HL7 and FHIRInteroperability, the rise of HL7 and FHIR
Interoperability, the rise of HL7 and FHIR
 
Linked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic InteroperabilityLinked Vitals: A Linked Data Approach to Semantic Interoperability
Linked Vitals: A Linked Data Approach to Semantic Interoperability
 
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)
(Open) Research Data Management in H2020 (ISERD – Tel Aviv, Oct 31, 2016)
 
Snk fhir-for-OpenMRS-wip-07102014
Snk fhir-for-OpenMRS-wip-07102014Snk fhir-for-OpenMRS-wip-07102014
Snk fhir-for-OpenMRS-wip-07102014
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
Research Object Composer: A Tool for Publishing Complex Data Objects in the C...
 
Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...Why I don't use Semantic Web technologies anymore, event if they still influe...
Why I don't use Semantic Web technologies anymore, event if they still influe...
 
HDF5 and The HDF Group
HDF5 and The HDF GroupHDF5 and The HDF Group
HDF5 and The HDF Group
 
Gap Analysis
Gap AnalysisGap Analysis
Gap Analysis
 

More from DATAVERSITY

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...DATAVERSITY
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceDATAVERSITY
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data LiteracyDATAVERSITY
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsDATAVERSITY
 
Make Data Work for You
Make Data Work for YouMake Data Work for You
Make Data Work for YouDATAVERSITY
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?DATAVERSITY
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?DATAVERSITY
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling FundamentalsDATAVERSITY
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectDATAVERSITY
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at ScaleDATAVERSITY
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?DATAVERSITY
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...DATAVERSITY
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsDATAVERSITY
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayDATAVERSITY
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise AnalyticsDATAVERSITY
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best PracticesDATAVERSITY
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?DATAVERSITY
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best PracticesDATAVERSITY
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageDATAVERSITY
 

More from DATAVERSITY (20)

Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
Architecture, Products, and Total Cost of Ownership of the Leading Machine Le...
 
Data at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and GovernanceData at the Speed of Business with Data Mastering and Governance
Data at the Speed of Business with Data Mastering and Governance
 
Exploring Levels of Data Literacy
Exploring Levels of Data LiteracyExploring Levels of Data Literacy
Exploring Levels of Data Literacy
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Make Data Work for You
Make Data Work for YouMake Data Work for You
Make Data Work for You
 
Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?Data Catalogs Are the Answer – What is the Question?
Data Catalogs Are the Answer – What is the Question?
 
Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?Data Catalogs Are the Answer – What Is the Question?
Data Catalogs Are the Answer – What Is the Question?
 
Data Modeling Fundamentals
Data Modeling FundamentalsData Modeling Fundamentals
Data Modeling Fundamentals
 
Showing ROI for Your Analytic Project
Showing ROI for Your Analytic ProjectShowing ROI for Your Analytic Project
Showing ROI for Your Analytic Project
 
How a Semantic Layer Makes Data Mesh Work at Scale
How a Semantic Layer Makes  Data Mesh Work at ScaleHow a Semantic Layer Makes  Data Mesh Work at Scale
How a Semantic Layer Makes Data Mesh Work at Scale
 
Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?Is Enterprise Data Literacy Possible?
Is Enterprise Data Literacy Possible?
 
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
The Data Trifecta – Privacy, Security & Governance Race from Reactivity to Re...
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and ForwardsData Governance Trends - A Look Backwards and Forwards
Data Governance Trends - A Look Backwards and Forwards
 
Data Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement TodayData Governance Trends and Best Practices To Implement Today
Data Governance Trends and Best Practices To Implement Today
 
2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics2023 Trends in Enterprise Analytics
2023 Trends in Enterprise Analytics
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
 
Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?Who Should Own Data Governance – IT or Business?
Who Should Own Data Governance – IT or Business?
 
Data Management Best Practices
Data Management Best PracticesData Management Best Practices
Data Management Best Practices
 
MLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive AdvantageMLOps – Applying DevOps to Competitive Advantage
MLOps – Applying DevOps to Competitive Advantage
 

Recently uploaded

Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 

Recently uploaded (20)

Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 

SmartData Webinar Slides: The Yosemite Project for Healthcare Information interoperability