SlideShare a Scribd company logo
1 of 40
Download to read offline
Dataset	Quality	Ontology:	An	
engineering	experience	
Jeremy	Deba*sta	
University	of	Bonn	/	Fraunhofer	IAIS	
Germany
…	who	am	I	
•  PhD	Student	at	the	University	of	Bonn	
•  Originally	from	Malta	(Eny	island	in	the	
Mediterranean	between	Italy	and	Libya)	
	
deba*s@cs.uni-bonn.de	 2
…	who	am	I	
•  B.Sc	(Hons)	in	Computer	Science	–	University	
of	Malta	
– Thesis:	CollaboraEve	EdiEng	and	Expert	Finding	
•  M.App	Sc	in	Computer	Science	–	DERI	(now	
Insight),	NaEonal	University	of	Ireland,	Galway	
– Thesis:	Ontology-based	rules	for	User-Controlled	
Support	in	Ubiquitous	Environments		
deba*s@cs.uni-bonn.de	 3
…	my	PhD	–	the	big	picture	
•  Work	related	to	Data	Quality	(in	LD)	
– represenEng	quality	metadata	(daQ)	
– assessing	data	quality	(Luzzu)	
– idenEfying	new	metrics	from	standard	
vocabularies	(like	PROV-O)	using	different	
techniques	for	scalability.
…	agenda	
•  DefiniEons	of	Quality	
•  Look	at	some	quality	aspects	re:	Ontology	Engineering	
•  Our	experience	in	developing	daQ	
–  contribuEons	towards	a	W3C	vocab	
•  VoCoL	as	a	tool	for	collaboraEve	vocabulary	
development	
•  VOWL	as	a	tool	for	visual	representaEon	of	ontologies	
deba*s@cs.uni-bonn.de	 5
…	quality?	
deba*s@cs.uni-bonn.de	 6	
Robert Pirsig
Joseph Juran
Phillip Crosby
Robert Pirsig
… the result of care
Zen and the Art of Motorcycle Maintenance (1974)
7	deba*s@cs.uni-bonn.de
… fitness for use
Quality Control Handbook (1974)
Joseph Juran
8	deba*s@cs.uni-bonn.de
… conformance to
requirements
Quality is Free : The Art of Making Quality
Certain. Mentor book. (1979)
Joseph JuranPhillip Crosby
9	deba*s@cs.uni-bonn.de
…	what	is	quality	for	you?	
deba*s@cs.uni-bonn.de	 10
…	Quality	as	defined	in	a	dicEonary	
D1.	how	good	or	bad	something	is	
D2.	a	characteris1c	or	feature	that	someone	or	
something	has	
D3.	a	high	level	of	value	or	excellence	
…	defini1ons	from	h9p://www.merriam-webster.com	
deba*s@cs.uni-bonn.de	 11
…	dereferenceability	
“Any	HTTP	URI	should	be	dereferenceable,	meaning	that	HTTP	clients	can	look	
up	the	URI	using	the	HTTP	protocol	and	retrieve	a	descrip1on	of	the	resource	
that	is	iden1fied	by	the	URI.”	–	Tom	Heath,	Chris	Bizer:	Linked	Data	Book	
(LDEvol)	
deba*s@cs.uni-bonn.de	 12	
?	
303	See	Other	 200	OK	
…the	process	that	retrieves	a	
representa/on	of	the	requested	
resource
…	unknown	external	ontology	used	
•  Usage	of	ontologies	that	cannot	be	
dereferenced.	
– rdfs:domain	
– rdfs:range	
– rdfs:subClassOf	
– …	
•  Usage	of	deprecated	Classes	(classes	tagged	
with	owl:deprecatedClass)	
deba*s@cs.uni-bonn.de	 13
…	licencing	
“Specify	an	appropriate	open	data	license.	Data	(in	our	case	ontology)	reuse	is	
more	likely	to	occur	when	there	is	a	clear	statement	about	the	origin,	
ownership	and	terms	related	to	the	use	of	the	published	data”	–	BP	for	
publishing	Linked	Data	(hjps://www.w3.org/TR/ld-bp/)	
	
•  A	way	to	define	clear	boundaries	
•  Inclusion	of	Machine	and	Human	Readable	License	
to	ontology’s	meta	informaEon	
deba*s@cs.uni-bonn.de	 14
…	ontology	decleraEon	
•  Describing	an	ontology	using	owl:Ontology	
(and	voaf:Vocabulary	–	for	LOV	inclusion)	
– Metadata	includes:	creator,	date	modified,	
descrip1on,	version	info,	preferred	namespace	uri,	
preferred	prefix	…	
– other	provenance	informaEon	such	as	history	of	
changes	etc…	
deba*s@cs.uni-bonn.de	 15
…	domain	and	range	definiEon	
•  Open	domain-range	is	not	recommended	
•  Reduces	interoperability	and	thus	
“understanding”	of	resources’	properEes	
	
deba*s@cs.uni-bonn.de	 16
…	ontology	hijacking	
•  RedefiniEon	of	classes	and	properEes	in	a	
vocabulary	that	it	is	not	in	its	natural	
namespace.	
– e.g	redefining	foaf:Person	in	your	own	ontology	to	
be	a	subclass	of	a	newly	defined	Person	concept.	
deba*s@cs.uni-bonn.de	 17
…	consistency	checking	
•  Possible	problems	when	using	axioms	such	as:	
– owl:inverseFunc1onalProperty	
– owl:disjointClass	
– owl:disjointWith	
– owl:inverseOf	
– …	
deba*s@cs.uni-bonn.de	 18
…	other	possible	measures	
•  MulElingualism	
•  Human	readable	labels	and	comments	
•  Interlinking	with	similar	terms/concepts	
•  Valid	Syntax	
•  Un-typed	classes	and	properEes	
•  …	others?		
deba*s@cs.uni-bonn.de	 19
…	the	daQ	meta-model	
deba*s@cs.uni-bonn.de	 20
…	daQ	–	History	
•  Describing	Quality	Metadata	in	a	standardised	
manner	
•  Started	around	the	end	of	2013	
•  Forms	the	basis	of	the	upcoming	W3C	Data	
Quality	Vocabulary	(DQV)	standard	
deba*s@cs.uni-bonn.de	 21
…	daQ	–	The	First	Version	
deba*s@cs.uni-bonn.de	 22
…	daQ	–	Subsequent	Versions	
•  Always	pen,	paper	and	a	simple	text	editor	
– GIT	as	a	versioning	control	system	
•  4	versions	before	the	current	version	
•  Use	Case	iteraEon	tesEng	
deba*s@cs.uni-bonn.de	 23
…	daQ	–	2nd	Version	
•  Introduced:	QualityGraph,	and	3	levels	of	
Abstrac1on	(Based	on	Zaveri	et	al.	
categorisaEon)	
deba*s@cs.uni-bonn.de	 24	
rdfg:Graph	 QualityGraph	
A	
B	
Category	 Dimension	 Metric	
rdfs:Resource	
hasDimension	 hasMetric	
dateComputed	 requires	
value	
xsd:dateTime	
computedOn	
rdfs:Resource
…	daQ	–	AbstracEon	
•  Hiding	Complexity	
•  DisEncEon	between	daQ	concepts	and	tangible	quality	
measure	concepts	
•  Abstract	classes	cannot	be	typed	(rdf:type),	but	instead	
should	be	sub-classed	(rdfs:subClassOf)	
•  There	is	no	way	to	check	for	abstract	class	violaEon	
unless	there	is	an	applicaEon	that	checks	such	syntax	
errors.	
deba*s@cs.uni-bonn.de	 25
…	daq	–	Why	Abstract	ProperEes?	
•  Best	PracEce	to	avoid	doubt	and	ambiguity:	
– A	metric	is	ajached	to	one	dimension	only.	
– A	dimension	is	ajached	to	one	category	only.	
•  Unified	view	also	presented	in	Zaveri	et	al.	
Data	Quality	Survey	
deba*s@cs.uni-bonn.de	 26
…	daQ	–	3rd	Version	
•  Introduced:	The	Data	Cube	Vocabulary	
deba*s@cs.uni-bonn.de	 27	
rdfg:Graph	 QualityGraph	
A	
qb:DataSet	
definesQBDataSet	
B	
Category	 Dimension	 Metric	
rdfs:Resource	
hasDimension	 hasMetric	
dateComputed	
requires	
value	xsd:dateTime	
qb:ObservaDon	
hasObservaDon	
rdfs:Resource	
computedOn	
metric	
qb:dataSet
…	daQ	–	4th	Version	
•  Modified:	QualityGraph;	Introduced:	
expectedDataType;	Added:	date	to	Observa1on	
deba*s@cs.uni-bonn.de	 28	
rdfg:Graph	 QualityGraph	
A	
qb:DataSet	
B	
Category	 Dimension	 Metric	
rdfs:Resource	
hasDimension	 hasMetric	
expectedDataType	
requires	
value	
xsd:anySimpleType	
qb:ObservaBon	
hasObservaBon	
rdfs:Resource	
computedOn	
metric	
qb:dataSet	
dc:date
…	daQ	–	can	a	metric	return	a	value	
other	than	a	simple	data	type?	
	
“This	property	from	DAQ	is	defined	to	have	range	
xsd:anySimpleType.	While	it	seems	useful	to	define	the	expected	
data	type	for	a	metric,	a	simple	type	may	too	narrow:	in	many	
cases	a	metric	will	be	determined	on	a	data	record	or	a	
subgraph.”	–	[Bailer	Warner	28/10/2015]	
	
W3C	DWBP	Public	Comments	List	-	h9ps://lists.w3.org/Archives/
Public/public-dwbp-comments/2015Oct/0019.html	
deba*s@cs.uni-bonn.de	 29
…	daQ	-	5th	Version	
•  Introduced:	isEs1mate,	computedBy	
deba*s@cs.uni-bonn.de	 30	
rdfg:Graph	 QualityGraph	
A	
qb:DataSet	
B	
Category	 Dimension	 Metric	
rdfs:Resource	
hasDimension	 hasMetric	
expectedDataType	 requires	
value	
xsd:anySimpleType	 qb:ObservaBon	
hasObservaBon	
rdfs:Resource	
computedOn	
metric	
qb:dataSet	
dc:date	
xsd:boolean	
isEsBmate	
prov:Agent	
computedBy
…	daQ	–	Current	Version	
•  Removed:	computedBy,	qb:Observa1on	
Added:	daq:Observa1on	
deba*s@cs.uni-bonn.de	 31	
rdfg:Graph	 QualityGraph	
A	
qb:DataSet	
B	
Category	 Dimension	 Metric	
rdfs:Resource	
hasDimension	 hasMetric	
expectedDataType	 requires	
value	
xsd:anySimpleType	 daq:ObservaBon	
hasObservaBon	
rdfs:Resource	
computedOn	
metric	
qb:dataSet	
sdmx-dimension:BmePeriod	
xsd:boolean	
isEsBmate	
xsd:dateTime	
qb:ObservaBon	
prov:EnBty
…	involvement	in	W3C	
•  W3C	Working	Group	–	Data	on	the	Web	Best	
PracEces		
–  develop	open	data	ecosystem	
–  provide	guidance	to	publishers	
–  foster	trust	in	data	
•  3	Deliverables:	
–  Best	PracEces	
–  Data	Quality	Vocabulary	(DQV)	
–  Data	Usage	Vocabulary	
deba*s@cs.uni-bonn.de	 32
…	involvement	in	W3C	-	DQV	
•  A	meta-model	to	cover	many	quality	aspects	
of	a	dataset	(linked	data	or	not)	
•  The	core	component	describing	quanEtaEve	
measures	is	inspired	by	daQ	
deba*s@cs.uni-bonn.de	 33
…	involvement	in	W3C	-	DQV	
deba*s@cs.uni-bonn.de	 34
…	involvement	in	W3C	-	DQV	
•  Notable	issues	(204,205)	between	daQ	and	
DQV	(hjps://www.w3.org/2013/dwbp/track/issues/xxx)	-	where	xxx	is	
204	or	205	
– Usage	of	abstract	classes	and	properEes	
– Defining	Category-Dimension-Metric	as	subclass	
of	skos:Concept	
deba*s@cs.uni-bonn.de	 35
…	collaboraEve	framework	
•  VoCoL	–	an	IDE	for	collaboraEve	vocabulary	development	
with	VCS	integraEon	
•  A	(exchangeable)	component	based	system	
–  Human	Readable	Document	GeneraEon	
–  Intelligent	Turtle	Editor	
–  EvoluEon	Tracker	
–  Ontology	VisualisaEon	
–  SPARQL	Endpoint	Service	
–  Client-Side	validaEon	before	commit	to	VCS	
•  Online	Demo:	hEp://buEerbur06.iai.uni-bonn.de/		
deba*s@cs.uni-bonn.de	 36
…	visualising	ontologies	-	VOWL	
•  VOWL	–	A	visual	notaEon	for	OWL	
–  IntuiEve	
–  Self-explaining	
–  Comprehensible	
–  Well-specified	
–  Complete	
–  Device-independent	
deba*s@cs.uni-bonn.de	 37	
hjp://vowl.visualdataweb.org
…	VOWL	implementaEons	
deba*s@cs.uni-bonn.de	 38	
Protégé	Plugin	
Web	VOWL
…	daQ	in	VOWL	
deba*s@cs.uni-bonn.de	 39
…	References	and	Links	
•  (daQ)	-	RepresenEng	dataset	quality	metadata	using	mulE-
dimensional	views	–	J.	Deba*sta,	C.	Lange,	S.	Auer	
•  (DQV)	-	hjps://www.w3.org/TR/vocab-dqv/	
•  (VoCoL)	-	hjps://github.com/vocol/vocol		
•  (Zaveri	et	al.)	-	Quality	Assessment	for	Linked	Data:	A	
Survey	
•  (LDEvol)	-	hjp://linkeddatabook.com/ediEons/1.0/	
•  (VOWL)	–	hjp://vowl.visualdataweb.org	
Any	SuggesJons?	Possible	CollaboraJons?	
debaMs@cs.uni-bonn.de	
deba*s@cs.uni-bonn.de	 40

More Related Content

Viewers also liked

IoD Woman in Leadership Digital Transformation March 2016
IoD Woman in Leadership Digital Transformation March 2016IoD Woman in Leadership Digital Transformation March 2016
IoD Woman in Leadership Digital Transformation March 2016Niall McKeown
 
Security Architecture for Small Branch and IoT
Security Architecture for Small Branch and IoTSecurity Architecture for Small Branch and IoT
Security Architecture for Small Branch and IoTBarcoding, Inc.
 
ASR_Sharjah_20091214_Presentation
ASR_Sharjah_20091214_PresentationASR_Sharjah_20091214_Presentation
ASR_Sharjah_20091214_PresentationNathan Lopez
 
Managing knowledge work KMWorld 2015
Managing knowledge work KMWorld 2015Managing knowledge work KMWorld 2015
Managing knowledge work KMWorld 2015Gordon Vala-Webb
 
Script of a story
Script of a storyScript of a story
Script of a storyjasleen1234
 
Secure and efficient data transmission for cluster based wireless
Secure and efficient data transmission for cluster based wirelessSecure and efficient data transmission for cluster based wireless
Secure and efficient data transmission for cluster based wirelessSai Sirisha
 
Seminar (VK)
Seminar (VK)Seminar (VK)
Seminar (VK)S P ROHIT
 
Start IoT with JavaScript - 7.프로토타입
Start IoT with JavaScript - 7.프로토타입Start IoT with JavaScript - 7.프로토타입
Start IoT with JavaScript - 7.프로토타입Park Jonggun
 
Soil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GISSoil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GISvishvam Pancholi
 
Enterprise Content Management - Grundlagen und Praxis
Enterprise Content Management - Grundlagen und PraxisEnterprise Content Management - Grundlagen und Praxis
Enterprise Content Management - Grundlagen und PraxisGerald Pitschek
 

Viewers also liked (17)

asabe2014
asabe2014asabe2014
asabe2014
 
IoD Woman in Leadership Digital Transformation March 2016
IoD Woman in Leadership Digital Transformation March 2016IoD Woman in Leadership Digital Transformation March 2016
IoD Woman in Leadership Digital Transformation March 2016
 
JQuery mobile
JQuery mobileJQuery mobile
JQuery mobile
 
Security Architecture for Small Branch and IoT
Security Architecture for Small Branch and IoTSecurity Architecture for Small Branch and IoT
Security Architecture for Small Branch and IoT
 
User Stories
User StoriesUser Stories
User Stories
 
ASR_Sharjah_20091214_Presentation
ASR_Sharjah_20091214_PresentationASR_Sharjah_20091214_Presentation
ASR_Sharjah_20091214_Presentation
 
Managing knowledge work KMWorld 2015
Managing knowledge work KMWorld 2015Managing knowledge work KMWorld 2015
Managing knowledge work KMWorld 2015
 
Script of a story
Script of a storyScript of a story
Script of a story
 
Tele nurse presentation 2015
Tele nurse presentation  2015Tele nurse presentation  2015
Tele nurse presentation 2015
 
Secure and efficient data transmission for cluster based wireless
Secure and efficient data transmission for cluster based wirelessSecure and efficient data transmission for cluster based wireless
Secure and efficient data transmission for cluster based wireless
 
Clean Code
Clean CodeClean Code
Clean Code
 
Seminar (VK)
Seminar (VK)Seminar (VK)
Seminar (VK)
 
Start IoT with JavaScript - 7.프로토타입
Start IoT with JavaScript - 7.프로토타입Start IoT with JavaScript - 7.프로토타입
Start IoT with JavaScript - 7.프로토타입
 
R. Klingbeil, 2012: Challenges to Water Resources Management in the Middle East
R. Klingbeil, 2012: Challenges to Water Resources Management in the Middle EastR. Klingbeil, 2012: Challenges to Water Resources Management in the Middle East
R. Klingbeil, 2012: Challenges to Water Resources Management in the Middle East
 
Soil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GISSoil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GIS
 
Fishery Arts 7
Fishery Arts 7Fishery Arts 7
Fishery Arts 7
 
Enterprise Content Management - Grundlagen und Praxis
Enterprise Content Management - Grundlagen und PraxisEnterprise Content Management - Grundlagen und Praxis
Enterprise Content Management - Grundlagen und Praxis
 

Similar to Dataset Quality Ontology Engineering

Linked Data Quality Assessment – daQ and Luzzu
Linked Data Quality Assessment – daQ and LuzzuLinked Data Quality Assessment – daQ and Luzzu
Linked Data Quality Assessment – daQ and Luzzujerdeb
 
Scientific Software Challenges and Community Responses
Scientific Software Challenges and Community ResponsesScientific Software Challenges and Community Responses
Scientific Software Challenges and Community ResponsesDaniel S. Katz
 
siegelCV.doc.doc
siegelCV.doc.docsiegelCV.doc.doc
siegelCV.doc.docbutest
 
siegelCV.doc.doc
siegelCV.doc.docsiegelCV.doc.doc
siegelCV.doc.docbutest
 
Findability through Traceability - A Realistic Application of Candidate Tr...
Findability through Traceability  - A Realistic Application of Candidate Tr...Findability through Traceability  - A Realistic Application of Candidate Tr...
Findability through Traceability - A Realistic Application of Candidate Tr...Markus Borg
 
Online learning: Can a generic tutorial meet the disparate needs of researche...
Online learning: Can a generic tutorial meet the disparate needs of researche...Online learning: Can a generic tutorial meet the disparate needs of researche...
Online learning: Can a generic tutorial meet the disparate needs of researche...ALISS
 
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,Noida
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,NoidaTeaching Object Oriented Programming Courses by Sandeep K Singh JIIT,Noida
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,NoidaDr. Sandeep Kumar Singh
 
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...SEAD
 
empirical-SLR.pptx
empirical-SLR.pptxempirical-SLR.pptx
empirical-SLR.pptxJitha Kannan
 
Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...Chris Bark
 
Software Analytics - Achievements and Challenges
Software Analytics - Achievements and ChallengesSoftware Analytics - Achievements and Challenges
Software Analytics - Achievements and ChallengesTao Xie
 
Richard Hotte: Licef presentation for LKL
Richard Hotte: Licef presentation for LKLRichard Hotte: Licef presentation for LKL
Richard Hotte: Licef presentation for LKLYishay Mor
 
NSF SI2 program discussion at 2014 SI2 PI meeting
NSF SI2 program discussion at 2014 SI2 PI meetingNSF SI2 program discussion at 2014 SI2 PI meeting
NSF SI2 program discussion at 2014 SI2 PI meetingDaniel S. Katz
 
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...WARCnet
 
Online learning for researchers: experiences of creating a collaborative onli...
Online learning for researchers: experiences of creating a collaborative onli...Online learning for researchers: experiences of creating a collaborative onli...
Online learning for researchers: experiences of creating a collaborative onli...ARLGSW
 
Software Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSASoftware Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSADaniel S. Katz
 
2_presFriday_ontologydevelopment
2_presFriday_ontologydevelopment2_presFriday_ontologydevelopment
2_presFriday_ontologydevelopmentPieter Pauwels
 

Similar to Dataset Quality Ontology Engineering (20)

Linked Data Quality Assessment – daQ and Luzzu
Linked Data Quality Assessment – daQ and LuzzuLinked Data Quality Assessment – daQ and Luzzu
Linked Data Quality Assessment – daQ and Luzzu
 
394 wade word2007-ssp2008
394 wade word2007-ssp2008394 wade word2007-ssp2008
394 wade word2007-ssp2008
 
Scientific Software Challenges and Community Responses
Scientific Software Challenges and Community ResponsesScientific Software Challenges and Community Responses
Scientific Software Challenges and Community Responses
 
siegelCV.doc.doc
siegelCV.doc.docsiegelCV.doc.doc
siegelCV.doc.doc
 
siegelCV.doc.doc
siegelCV.doc.docsiegelCV.doc.doc
siegelCV.doc.doc
 
Findability through Traceability - A Realistic Application of Candidate Tr...
Findability through Traceability  - A Realistic Application of Candidate Tr...Findability through Traceability  - A Realistic Application of Candidate Tr...
Findability through Traceability - A Realistic Application of Candidate Tr...
 
Online learning: Can a generic tutorial meet the disparate needs of researche...
Online learning: Can a generic tutorial meet the disparate needs of researche...Online learning: Can a generic tutorial meet the disparate needs of researche...
Online learning: Can a generic tutorial meet the disparate needs of researche...
 
bonino
boninobonino
bonino
 
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,Noida
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,NoidaTeaching Object Oriented Programming Courses by Sandeep K Singh JIIT,Noida
Teaching Object Oriented Programming Courses by Sandeep K Singh JIIT,Noida
 
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...
Changing the Curation Equation: A Data Lifecycle Approach to Lowering Costs a...
 
empirical-SLR.pptx
empirical-SLR.pptxempirical-SLR.pptx
empirical-SLR.pptx
 
Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...Lilac 2012 Essential information skills for researchers: A collaborative proj...
Lilac 2012 Essential information skills for researchers: A collaborative proj...
 
Software Analytics - Achievements and Challenges
Software Analytics - Achievements and ChallengesSoftware Analytics - Achievements and Challenges
Software Analytics - Achievements and Challenges
 
Richard Hotte: Licef presentation for LKL
Richard Hotte: Licef presentation for LKLRichard Hotte: Licef presentation for LKL
Richard Hotte: Licef presentation for LKL
 
Introduction to MDE
Introduction to MDEIntroduction to MDE
Introduction to MDE
 
NSF SI2 program discussion at 2014 SI2 PI meeting
NSF SI2 program discussion at 2014 SI2 PI meetingNSF SI2 program discussion at 2014 SI2 PI meeting
NSF SI2 program discussion at 2014 SI2 PI meeting
 
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
Wednesday 6 May: Hand me the data! What you should know as a humanities resea...
 
Online learning for researchers: experiences of creating a collaborative onli...
Online learning for researchers: experiences of creating a collaborative onli...Online learning for researchers: experiences of creating a collaborative onli...
Online learning for researchers: experiences of creating a collaborative onli...
 
Software Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSASoftware Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSA
 
2_presFriday_ontologydevelopment
2_presFriday_ontologydevelopment2_presFriday_ontologydevelopment
2_presFriday_ontologydevelopment
 

Recently uploaded

Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@vikas rana
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSebastiano Panichella
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptxBasil Achie
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...NETWAYS
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)Basil Achie
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Krijn Poppe
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...NETWAYS
 

Recently uploaded (20)

Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@call girls in delhi malviya nagar @9811711561@
call girls in delhi malviya nagar @9811711561@
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with AerialistSimulation-based Testing of Unmanned Aerial Vehicles with Aerialist
Simulation-based Testing of Unmanned Aerial Vehicles with Aerialist
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur für Container und Kubern...
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
Presentation for the Strategic Dialogue on the Future of Agriculture, Brussel...
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
OSCamp Kubernetes 2024 | SRE Challenges in Monolith to Microservices Shift at...
 

Dataset Quality Ontology Engineering