SlideShare una empresa de Scribd logo
1 de 20
DDI-RDF Discovery Vocabulary
A Metadata Vocabulary for Documenting Research and Survey Data
Linked Data on the Web (LDOW 2013)
14.05.2013
Thomas Bosch
GESIS, Germany
thomas.bosch@gesis.org
Richard Cyganiak
DERI, Ireland
richard.cyganiak@deri.org
Arofan Gregory
Open Data Foundation, USA
agregory@opendatafoundation.org
Joachim Wackerow
GESIS, Germany
joachim.wackerow@gesis.org
Outline
• What is DDI?
• Motivation
• Relationships to Vocabularies
• DDI-RDF Discovery Vocabulary
• Conceptual Model
2
What is DDI?
• DDI (Data Documentation Initiative)
• DDI is an established international standard for the documentation
and management of data from the social, behavioral, and economic
sciences
• DDI is a data model for describing statistical data
• data collected for research and official statistics
• The DDI Alliance
• International consortium of > 35 member institutions
• produces and maintaines the DDI
3
What is DDI?
• DDI supports the entire research data lifecycle
 Secondary analysis results can be reproduced
4
What is DDI?
• DDI focuses on the documentation of microdata
• DDI also supports aggregated data
• DDI-C (Codebook)
• general information about a study
• data dictionary
• DDI-L (Lifecycle)
• description of more complex multi-wave studies
• throughout the data lifecycle
5
What is DDI?
• Structured high quality metadata enable secondary analysis without
the need to contact the primary researcher
• DDI enables the reuse of metadata of existing studies for designing
new studies
• DDI is currently specified using XML Schemas
• XML Schemas are organized in multiple modules corresponding to the
individual stages of the research data lifecycle
• XML Schemas comprehend over 800 XML elements
6
Motivation for the DDI Community
• publish microdata (data sets representing microdata)
• increase visibility of microdata
• increase use of microdata
• discover microdata
• enable inferencing on microdata
• harmonize microdata (make microdata comparable)
• RDF tools can process DDI-RDF
7
Motivation for the LD Community
• an ontology describing the statistical domain is now available
• publish microdata
• publish metadata on microdata
• metadata about already published but under-documented
microdata can be published
• RDF tools can process DDI-RDF
• to link microdata to other microdata
making the data and the results of research (e.g. publications) more closely
connected
8
Relationships to Vocabularies
• DCMI Metadata Terms
• are used for citation purposes
• Simple Knowledge Organization System (SKOS)
• is used for creating hierarchies of concepts similar to thesauri and
classification systems
• SKOS Extension (XKOS)
• a vocabulary which extends SKOS to allow for a more complete description of
formal statistical classifications
• planned for publication 2013 by the DDI Alliance
• reference: https://github.com/linked-statistics/xkos
9
Relationships to Vocabularies
• Data Catalog Vocabulary (DCAT)
• W3C standard for describing catalogs of data sets
• disco:LogicalDataSet ⊑ dcat:Dataset
• disco: DataFile ⊑ dcat:Distribution
• RDF Data Cube Vocabulary
• W3C standard for representing data cubes, i.e. multidimensional aggregate
data
• disco:aggregation (disco:LogicalDataSet, qb:DataSet)
• disco:inputVariable (qb:DataSet, disco:Variable)
• reference: http://www.w3.org/TR/vocab-data-cube/
10
DDI-RDF Discovery Vocabulary
• contains only a small subset of DDI-XML + additional axioms
• The conceptual model is derived from use cases which are typical in
the statistical community
• Statistical domain experts have formulated these use cases which
are seen as most significant to solve frequent problems
• enables to
• publish
• discover
microdata and metadata about microdata (research and survey
data) in the Web of Linked Data
11
DDI-RDF Discovery Vocabulary
• Availability of (meta)data
• Microdata may be available (typically as CSV files)
• In most cases, metadata about microdata is NOT available
• contains major types of metadata of DDI-C and DDI-L
• Mappings from DDI-XML to DDI-RDF
• No straightforward Mapping from DDI-RDF to DDI-XML
• enables better support for the LD community
• partly no corresponding constructs in DDI-XML
• 26 experts from the statistics and the Linked Data community of
12 different countries have contributed
12
Conceptual Model
class overview
«union»
VariableQuestion
Instrument
Questionnaire
dcat:Dataset
LogicalDataSet
skos:Concept
AnalysisUnit
skos:Concept
Universe
Study
StudyGroup
1..* product
0..*
0..*
inGroup
0..1
1..*
variable 0..*
0..*universe1
1..*
containsVariable
0..*
0..*
question
1..*0..*
universe
1
0..*
analysisUnit
0..1
0..*
universe
1
0..*question0..*
0..*
analysisUnit
0..1
0..*
universe
1..*
13
class study-universe
Study
- owl:versionInfo
StudyGroup
skos:Concept
Universe
- skos:definition :rdf:langString
skos:Concept
AnalysisUnit
«union»
- dcterms:abstract :rdf:langString
- dcterms:alternative :rdf:langString
- dcterms:available :xsd:dateTime
- dcterms:title :rdf:langString
- purpose :rdf:langString
- subtitle :rdf:langString
0..*
analysisUnit
0..1
0..*
universe
1..*
0..*
inGroup
0..1
14
class variable
Variable
- dcterms:description :rdf:langString
+ skos:notation :rdfs:Literal
- skos:prefLabel :rdf:langString
VariableDefinition
+ dcterms:description :rdf:langString
- skos:prefLabel :rdf:langString
skos:Concept
- skos:definition :rdf:langString
- skos:notation :rdfs:Literal
- skos:prefLabel :rdf:langString
Representation
0..*
skos:narrower
0..*
0..*
skos:broader
0..*
0..*
representation
0..*
0..*
concept
1
0..*
representation
1
0..*
basedOn
0..1
0..*
concept
1
15
class representation
skos:Concept
- skos:definition :rdf:langString
- skos:notation :rdfs:Literal
- skos:prefLabel :rdf:langString
«union»
rdfs:Datatype
skos:ConceptScheme
Representation
0..*
skos:hasTopConcept
0..*0..*
skos:inScheme
0..*
0..*
skos:narrower
0..*0..*
skos:broader
0..*
16
class overview-data-set
dcat:Dataset
LogicalDataSet
- dcterms:title :rdf:langString
- isPublic :xsd:boolean
dcat:Distribution
dcterms:Dataset
DataFile
- caseQuantity :xsd:nonNegativeInteger
- dcterms:description :rdf:langString
- owl:versionInfo :string
DescriptiveStatistics
CategoryStatistics
- cumulativePercentage :xsd:decimal
- frequency :xsd:nonNegativeInteger
- percentage :xsd:decimal
- weightedCumulativePercentage :xsd:decimal
- weightedFrequency :xsd:nonNegativeInteger
- weightedPercentage :xsd:decimal
SummaryStatistics
- invalidCases :xsd:nonNegativeInteger
- maximum :xsd:decimal
- mean :xsd:decimal
- median :xsd:decimal
- minimum :xsd:decimal
- mode :xsd:decimal
- standardDeviation :xsd:decimal
- validCases :xsd:nonNegativeInteger
- weightedInvalidCases :xsd:nonNegativeInteger
- weightedMean :xsd:decimal
- weightedMedian :xsd:decimal
- weightedMode :xsd:decimal
- weightedValidCases :xsd:nonNegativeInteger
0..*
statisticsDataFile
0..*
0..*
dataFile
0..*
17
18
class Data Collection
Question
- questionText :rdf:langString
- skos:prefLabel :rdf:langString
Questionnaire
Instrument
- dcterms:description :rdf:langString
- skos:prefLabel :rdf:langString
foaf:Document
Representation
0..*
externalDocumentation
0..*
0..*
question
1..*
0..*
responseDomain
1..*
Thank you for your attention…
• Unofficial draft [planned as specification by DDI Alliance by 2013]
http://rdf-vocabulary.ddialliance.org/discovery
• Specification (current state) on GitHub repository
https://github.com/linked-statistics/disco-spec
• Scenarios for the DDI-RDF Discovery Vocabulary [in preparation]
http://dx.doi.org/10.3886/DDISemanticWeb02
19
Thomas Bosch
GESIS - Leibniz Institute for the Social Sciences
thomas.bosch@gesis.org
boschthomas.blogspot.com
https://github.com/boschthomas/PhD
Acknowledgements
26 experts from the statistical community and the Linked Data community coming
from 12 different countries contributed to this work. They were participating in
the events mentioned below.
• 1st workshop on 'Semantic Statistics for Social, Behavioural, and Economic
Sciences: Leveraging the DDI Model for the Linked Data Web' at Schloss
Dagstuhl - Leibniz Center for Informatics, Germany in September 2011
• Working meeting in the course of the 3rd Annual European DDI Users Group
Meeting (EDDI11) in Gothenburg, Sweden in December 2011
• 2nd workshop on 'Semantic Statistics for Social, Behavioural, and Economic
Sciences: Leveraging the DDI Model for the Linked Data Web' at Schloss
Dagstuhl - Leibniz Center for Informatics, Germany in October 2012
• Working meeting at GESIS - Leibniz Institute for the Social Sciences in
Mannheim, Germany in February 2013
20

Más contenido relacionado

La actualidad más candente

Research Data Alliance .. The Why, How, What ...
Research Data Alliance .. The Why, How, What ... Research Data Alliance .. The Why, How, What ...
Research Data Alliance .. The Why, How, What ... Research Data Alliance
 
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...National Institute of Informatics (NII)
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open DataIvan Herman
 
Toward universal information access on the digital object cloud
Toward universal information access on the digital object cloudToward universal information access on the digital object cloud
Toward universal information access on the digital object cloudNational Institute of Informatics
 
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the EnterpriseThe Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the EnterprisePeter Haase
 
Rda in a_nutshell_february_2017_updated
Rda in a_nutshell_february_2017_updatedRda in a_nutshell_february_2017_updated
Rda in a_nutshell_february_2017_updatedResearch Data Alliance
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsPeter Haase
 
Smart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphSmart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphPeter Haase
 
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...Jeff Z. Pan
 
Digital Preservation in Production (DPN and DuraCloud Vault)
Digital Preservation in Production (DPN and DuraCloud Vault)Digital Preservation in Production (DPN and DuraCloud Vault)
Digital Preservation in Production (DPN and DuraCloud Vault)DuraSpace
 
Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaEUCLID project
 
Linked Open Data Alignment and Enrichment Using Bootstrapping Based Techniques
Linked Open Data Alignment and Enrichment Using Bootstrapping Based TechniquesLinked Open Data Alignment and Enrichment Using Bootstrapping Based Techniques
Linked Open Data Alignment and Enrichment Using Bootstrapping Based TechniquesPrateek Jain
 
Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Marko Grobelnik
 

La actualidad más candente (19)

Research Data Alliance .. The Why, How, What ...
Research Data Alliance .. The Why, How, What ... Research Data Alliance .. The Why, How, What ...
Research Data Alliance .. The Why, How, What ...
 
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...
Research Data-DOI Experiment in Japanese DOI Registration Agency (Japan Link ...
 
Open Science and Identifiers
Open Science and IdentifiersOpen Science and Identifiers
Open Science and Identifiers
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
 
Toward universal information access on the digital object cloud
Toward universal information access on the digital object cloudToward universal information access on the digital object cloud
Toward universal information access on the digital object cloud
 
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the EnterpriseThe Information Workbench - Linked Data and Semantic Wikis in the Enterprise
The Information Workbench - Linked Data and Semantic Wikis in the Enterprise
 
McGeary Data Curation Network: Developing and Scaling
McGeary Data Curation Network: Developing and ScalingMcGeary Data Curation Network: Developing and Scaling
McGeary Data Curation Network: Developing and Scaling
 
NISO/DCMI Webinar: Metadata for Public Sector Administration
NISO/DCMI Webinar: Metadata for Public Sector AdministrationNISO/DCMI Webinar: Metadata for Public Sector Administration
NISO/DCMI Webinar: Metadata for Public Sector Administration
 
Preparing Data for Sharing: The FAIR Principles
Preparing Data for Sharing: The FAIR PrinciplesPreparing Data for Sharing: The FAIR Principles
Preparing Data for Sharing: The FAIR Principles
 
Rda in a_nutshell_february_2017_updated
Rda in a_nutshell_february_2017_updatedRda in a_nutshell_february_2017_updated
Rda in a_nutshell_february_2017_updated
 
Discovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data PortalsDiscovering Related Data Sources in Data Portals
Discovering Related Data Sources in Data Portals
 
Smart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge GraphSmart Data Applications powered by the Wikidata Knowledge Graph
Smart Data Applications powered by the Wikidata Knowledge Graph
 
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...
Linked Data and Knowledge Graphs -- Constructing and Understanding Knowledge ...
 
Digital Preservation in Production (DPN and DuraCloud Vault)
Digital Preservation in Production (DPN and DuraCloud Vault)Digital Preservation in Production (DPN and DuraCloud Vault)
Digital Preservation in Production (DPN and DuraCloud Vault)
 
General concepts: DDI
General concepts: DDIGeneral concepts: DDI
General concepts: DDI
 
Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training Curricula
 
Linked Open Data Alignment and Enrichment Using Bootstrapping Based Techniques
Linked Open Data Alignment and Enrichment Using Bootstrapping Based TechniquesLinked Open Data Alignment and Enrichment Using Bootstrapping Based Techniques
Linked Open Data Alignment and Enrichment Using Bootstrapping Based Techniques
 
Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012Big Data Tutorial - Marko Grobelnik - 25 May 2012
Big Data Tutorial - Marko Grobelnik - 25 May 2012
 
NISO DCMI Webinar bibframe-20130123
NISO DCMI Webinar bibframe-20130123NISO DCMI Webinar bibframe-20130123
NISO DCMI Webinar bibframe-20130123
 

Destacado

20081104 auctions nikolenko_lecture06
20081104 auctions nikolenko_lecture0620081104 auctions nikolenko_lecture06
20081104 auctions nikolenko_lecture06Computer Science Club
 
20120513 repeatsinsymbolicsequences shur_lecture05-06
20120513 repeatsinsymbolicsequences shur_lecture05-0620120513 repeatsinsymbolicsequences shur_lecture05-06
20120513 repeatsinsymbolicsequences shur_lecture05-06Computer Science Club
 
Infographic Mobility Healthcare 2016
Infographic Mobility Healthcare 2016Infographic Mobility Healthcare 2016
Infographic Mobility Healthcare 2016Phil Vickman
 
eGovernment: srovnání prezentovaného ideálu a reálného stavu
eGovernment: srovnání prezentovaného ideálu a reálného stavueGovernment: srovnání prezentovaného ideálu a reálného stavu
eGovernment: srovnání prezentovaného ideálu a reálného stavuKISK FF MU
 
User Experience 2011: Принципы композиции и модульные сетки при проектировани...
User Experience 2011: Принципы композиции и модульные сетки при проектировани...User Experience 2011: Принципы композиции и модульные сетки при проектировани...
User Experience 2011: Принципы композиции и модульные сетки при проектировани...Maria Chaykina
 
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...Tommy Darker
 
Day after day...
Day after day...Day after day...
Day after day...Vili 48
 
Tics
TicsTics
Ticssof17
 
Energooszczędność
EnergooszczędnośćEnergooszczędność
EnergooszczędnośćAlexandra1x
 
20140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture1020140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture10Computer Science Club
 

Destacado (20)

20081104 auctions nikolenko_lecture06
20081104 auctions nikolenko_lecture0620081104 auctions nikolenko_lecture06
20081104 auctions nikolenko_lecture06
 
Enviro
EnviroEnviro
Enviro
 
20120513 repeatsinsymbolicsequences shur_lecture05-06
20120513 repeatsinsymbolicsequences shur_lecture05-0620120513 repeatsinsymbolicsequences shur_lecture05-06
20120513 repeatsinsymbolicsequences shur_lecture05-06
 
екскурсія до м.києва
екскурсія до м.києваекскурсія до м.києва
екскурсія до м.києва
 
Cultura hip hop
Cultura hip hopCultura hip hop
Cultura hip hop
 
Infographic Mobility Healthcare 2016
Infographic Mobility Healthcare 2016Infographic Mobility Healthcare 2016
Infographic Mobility Healthcare 2016
 
eGovernment: srovnání prezentovaného ideálu a reálného stavu
eGovernment: srovnání prezentovaného ideálu a reálného stavueGovernment: srovnání prezentovaného ideálu a reálného stavu
eGovernment: srovnání prezentovaného ideálu a reálného stavu
 
Maria Seredyszyn Hames, Easter
Maria Seredyszyn Hames, EasterMaria Seredyszyn Hames, Easter
Maria Seredyszyn Hames, Easter
 
Medgar evers
Medgar eversMedgar evers
Medgar evers
 
User Experience 2011: Принципы композиции и модульные сетки при проектировани...
User Experience 2011: Принципы композиции и модульные сетки при проектировани...User Experience 2011: Принципы композиции и модульные сетки при проектировани...
User Experience 2011: Принципы композиции и модульные сетки при проектировани...
 
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...
Paul Papadimitriou - Information And Passion - The Future Of Music (Darker Mu...
 
Day after day...
Day after day...Day after day...
Day after day...
 
Tics
TicsTics
Tics
 
DANIELA ORTIZ
DANIELA ORTIZDANIELA ORTIZ
DANIELA ORTIZ
 
днз №34 на сайт
днз №34 на сайтднз №34 на сайт
днз №34 на сайт
 
Energooszczędność
EnergooszczędnośćEnergooszczędność
Energooszczędność
 
Mcdi u1 ea_lula
Mcdi u1 ea_lulaMcdi u1 ea_lula
Mcdi u1 ea_lula
 
into the full blooming of objects
into the full blooming of objectsinto the full blooming of objects
into the full blooming of objects
 
20140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture1020140420 parallel programming_kalishenko_lecture10
20140420 parallel programming_kalishenko_lecture10
 
Un voyage chine-tibete
Un voyage chine-tibeteUn voyage chine-tibete
Un voyage chine-tibete
 

Similar a 2013.05 - LDOW 2013 @ WWW 2013

DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...
DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...
DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...Dr.-Ing. Thomas Hartmann
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataEUCLID project
 
Tutorial Data Management and workflows
Tutorial Data Management and workflowsTutorial Data Management and workflows
Tutorial Data Management and workflowsSSSW
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareIMC Technologies
 
"Data in Context" IG sessions @ RDA 3rd Plenary
"Data in Context" IG sessions @  RDA 3rd Plenary"Data in Context" IG sessions @  RDA 3rd Plenary
"Data in Context" IG sessions @ RDA 3rd PlenaryBrigitte Jörg
 
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...Brigitte Jörg
 
Introduction to Digital Humanities: Metadata standards and ontologies
Introduction to Digital Humanities: Metadata standards and ontologies Introduction to Digital Humanities: Metadata standards and ontologies
Introduction to Digital Humanities: Metadata standards and ontologies LIBIS
 
Report from RDAPlenary 3 to DataCitation Community in Australia
Report from RDAPlenary 3 to DataCitation Community in AustraliaReport from RDAPlenary 3 to DataCitation Community in Australia
Report from RDAPlenary 3 to DataCitation Community in Australiaamiraryani
 
Fsci 2018 friday3_august_am6
Fsci 2018 friday3_august_am6Fsci 2018 friday3_august_am6
Fsci 2018 friday3_august_am6ARDC
 
DataCite and its DOI infrastructure - IASSIST 2013
DataCite and its DOI infrastructure - IASSIST 2013DataCite and its DOI infrastructure - IASSIST 2013
DataCite and its DOI infrastructure - IASSIST 2013Frauke Ziedorn
 
First they have to find it: Getting Open Government Data Discovered and Used
First they have to find it: Getting Open Government Data Discovered and UsedFirst they have to find it: Getting Open Government Data Discovered and Used
First they have to find it: Getting Open Government Data Discovered and UsedRensselaer Polytechnic Institute
 
Principles for proper data management and reuse--An RDA view
Principles for proper data management and reuse--An RDA viewPrinciples for proper data management and reuse--An RDA view
Principles for proper data management and reuse--An RDA viewResearch Data Alliance
 
Implementing Open Access: Effective Management of Your Research Data
Implementing Open Access: Effective Management of Your Research DataImplementing Open Access: Effective Management of Your Research Data
Implementing Open Access: Effective Management of Your Research DataMartin Hamilton
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataMarin Dimitrov
 
A FAIR Approach to Publishing and Sharing Machine Learning Models
A FAIR Approach to Publishing and Sharing Machine Learning ModelsA FAIR Approach to Publishing and Sharing Machine Learning Models
A FAIR Approach to Publishing and Sharing Machine Learning ModelsBen Blaiszik
 
RDA, EOSC and FAIR
RDA, EOSC and FAIRRDA, EOSC and FAIR
RDA, EOSC and FAIREUDAT
 

Similar a 2013.05 - LDOW 2013 @ WWW 2013 (20)

2013.05 - IASSIST 2013
2013.05 - IASSIST 20132013.05 - IASSIST 2013
2013.05 - IASSIST 2013
 
DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...
DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...
DC 2012 - Leveraging the DDI Model for Linked Statistical Data in the Social...
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
Tutorial Data Management and workflows
Tutorial Data Management and workflowsTutorial Data Management and workflows
Tutorial Data Management and workflows
 
KEDL DBpedia 2019
KEDL DBpedia  2019KEDL DBpedia  2019
KEDL DBpedia 2019
 
Linked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the SoftwareLinked Data for the Masses: The approach and the Software
Linked Data for the Masses: The approach and the Software
 
"Data in Context" IG sessions @ RDA 3rd Plenary
"Data in Context" IG sessions @  RDA 3rd Plenary"Data in Context" IG sessions @  RDA 3rd Plenary
"Data in Context" IG sessions @ RDA 3rd Plenary
 
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...
Data in Context Interest Group Sessions @ RDA 3rd Plenary, Dublin (March 26-2...
 
Introduction to Digital Humanities: Metadata standards and ontologies
Introduction to Digital Humanities: Metadata standards and ontologies Introduction to Digital Humanities: Metadata standards and ontologies
Introduction to Digital Humanities: Metadata standards and ontologies
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Report from RDAPlenary 3 to DataCitation Community in Australia
Report from RDAPlenary 3 to DataCitation Community in AustraliaReport from RDAPlenary 3 to DataCitation Community in Australia
Report from RDAPlenary 3 to DataCitation Community in Australia
 
Fsci 2018 friday3_august_am6
Fsci 2018 friday3_august_am6Fsci 2018 friday3_august_am6
Fsci 2018 friday3_august_am6
 
DataCite and its DOI infrastructure - IASSIST 2013
DataCite and its DOI infrastructure - IASSIST 2013DataCite and its DOI infrastructure - IASSIST 2013
DataCite and its DOI infrastructure - IASSIST 2013
 
First they have to find it: Getting Open Government Data Discovered and Used
First they have to find it: Getting Open Government Data Discovered and UsedFirst they have to find it: Getting Open Government Data Discovered and Used
First they have to find it: Getting Open Government Data Discovered and Used
 
Principles for proper data management and reuse--An RDA view
Principles for proper data management and reuse--An RDA viewPrinciples for proper data management and reuse--An RDA view
Principles for proper data management and reuse--An RDA view
 
Implementing Open Access: Effective Management of Your Research Data
Implementing Open Access: Effective Management of Your Research DataImplementing Open Access: Effective Management of Your Research Data
Implementing Open Access: Effective Management of Your Research Data
 
What is SDMX-RDF?
What is SDMX-RDF?What is SDMX-RDF?
What is SDMX-RDF?
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
A FAIR Approach to Publishing and Sharing Machine Learning Models
A FAIR Approach to Publishing and Sharing Machine Learning ModelsA FAIR Approach to Publishing and Sharing Machine Learning Models
A FAIR Approach to Publishing and Sharing Machine Learning Models
 
RDA, EOSC and FAIR
RDA, EOSC and FAIRRDA, EOSC and FAIR
RDA, EOSC and FAIR
 

Más de Dr.-Ing. Thomas Hartmann

Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)
Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)
Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)Dr.-Ing. Thomas Hartmann
 
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...Dr.-Ing. Thomas Hartmann
 
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)Dr.-Ing. Thomas Hartmann
 
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...Dr.-Ing. Thomas Hartmann
 
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)Dr.-Ing. Thomas Hartmann
 
2014.10 - How to Formulate and Validate Constraints (DC 2014)
2014.10 - How to Formulate and Validate Constraints (DC 2014)2014.10 - How to Formulate and Validate Constraints (DC 2014)
2014.10 - How to Formulate and Validate Constraints (DC 2014)Dr.-Ing. Thomas Hartmann
 
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...Dr.-Ing. Thomas Hartmann
 
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)Dr.-Ing. Thomas Hartmann
 
The Next Generation of the Microdata Information System MISSY - An Integrated...
The Next Generation of the Microdata Information System MISSY - An Integrated...The Next Generation of the Microdata Information System MISSY - An Integrated...
The Next Generation of the Microdata Information System MISSY - An Integrated...Dr.-Ing. Thomas Hartmann
 
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...The New Microdata Information System (MISSY) - Integration of DDI-based Data ...
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...Dr.-Ing. Thomas Hartmann
 
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...Dr.-Ing. Thomas Hartmann
 
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]Dr.-Ing. Thomas Hartmann
 
2013.02 - 7th Workshop of German Panel Surveys
2013.02 - 7th Workshop of German Panel Surveys2013.02 - 7th Workshop of German Panel Surveys
2013.02 - 7th Workshop of German Panel SurveysDr.-Ing. Thomas Hartmann
 

Más de Dr.-Ing. Thomas Hartmann (20)

Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)
Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)
Doctoral Examination at the Karlsruhe Institute of Technology (08.07.2016)
 
KIT Graduiertenkolloquium 11.05.2016
KIT Graduiertenkolloquium 11.05.2016KIT Graduiertenkolloquium 11.05.2016
KIT Graduiertenkolloquium 11.05.2016
 
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...
2016.02 - Validating RDF Data Quality using Constraints to Direct the Develop...
 
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)
2015.09. - The Role of Reasoning for RDF Validation (SEMANTiCS 2015)
 
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...
2015.09 - Guidance, Please! Towards a Framework for RDF-Based Constraint Lang...
 
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)
2015.03 - The RDF Validator - A Tool to Validate RDF Data (KIM)
 
2014.12 - Let's Disco - 2 (EDDI 2014)
2014.12 - Let's Disco - 2 (EDDI 2014)2014.12 - Let's Disco - 2 (EDDI 2014)
2014.12 - Let's Disco - 2 (EDDI 2014)
 
2014.12 - Let's Disco (EDDI 2014)
2014.12 - Let's Disco (EDDI 2014)2014.12 - Let's Disco (EDDI 2014)
2014.12 - Let's Disco (EDDI 2014)
 
2014.10 - How to Formulate and Validate Constraints (DC 2014)
2014.10 - How to Formulate and Validate Constraints (DC 2014)2014.10 - How to Formulate and Validate Constraints (DC 2014)
2014.10 - How to Formulate and Validate Constraints (DC 2014)
 
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...
2014.10 - Towards Description Set Profiles for RDF Using SPARQL as Intermedia...
 
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)
2014.10 - Requirements on RDF Constraint Formulation and Validation (DC 2014)
 
The Next Generation of the Microdata Information System MISSY - An Integrated...
The Next Generation of the Microdata Information System MISSY - An Integrated...The Next Generation of the Microdata Information System MISSY - An Integrated...
The Next Generation of the Microdata Information System MISSY - An Integrated...
 
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...The New Microdata Information System (MISSY) - Integration of DDI-based Data ...
The New Microdata Information System (MISSY) - Integration of DDI-based Data ...
 
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...
Use Cases and Vocabularies Related to the DDI-RDF Discovery Vocabulary (EDDI ...
 
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
 
2013.05 - IASSIST 2013 - 3
2013.05 - IASSIST 2013 - 32013.05 - IASSIST 2013 - 3
2013.05 - IASSIST 2013 - 3
 
2013.05 - IASSIST 2013 - 2
2013.05 - IASSIST 2013 - 22013.05 - IASSIST 2013 - 2
2013.05 - IASSIST 2013 - 2
 
2013.02 - 7th Workshop of German Panel Surveys
2013.02 - 7th Workshop of German Panel Surveys2013.02 - 7th Workshop of German Panel Surveys
2013.02 - 7th Workshop of German Panel Surveys
 
2012.12 - EDDI 2012 - Poster Demo
2012.12 - EDDI 2012 - Poster Demo2012.12 - EDDI 2012 - Poster Demo
2012.12 - EDDI 2012 - Poster Demo
 
2012.12 - EDDI 2012 - Workshop
2012.12 - EDDI 2012 - Workshop2012.12 - EDDI 2012 - Workshop
2012.12 - EDDI 2012 - Workshop
 

Último

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 

Último (20)

ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 

2013.05 - LDOW 2013 @ WWW 2013

  • 1. DDI-RDF Discovery Vocabulary A Metadata Vocabulary for Documenting Research and Survey Data Linked Data on the Web (LDOW 2013) 14.05.2013 Thomas Bosch GESIS, Germany thomas.bosch@gesis.org Richard Cyganiak DERI, Ireland richard.cyganiak@deri.org Arofan Gregory Open Data Foundation, USA agregory@opendatafoundation.org Joachim Wackerow GESIS, Germany joachim.wackerow@gesis.org
  • 2. Outline • What is DDI? • Motivation • Relationships to Vocabularies • DDI-RDF Discovery Vocabulary • Conceptual Model 2
  • 3. What is DDI? • DDI (Data Documentation Initiative) • DDI is an established international standard for the documentation and management of data from the social, behavioral, and economic sciences • DDI is a data model for describing statistical data • data collected for research and official statistics • The DDI Alliance • International consortium of > 35 member institutions • produces and maintaines the DDI 3
  • 4. What is DDI? • DDI supports the entire research data lifecycle  Secondary analysis results can be reproduced 4
  • 5. What is DDI? • DDI focuses on the documentation of microdata • DDI also supports aggregated data • DDI-C (Codebook) • general information about a study • data dictionary • DDI-L (Lifecycle) • description of more complex multi-wave studies • throughout the data lifecycle 5
  • 6. What is DDI? • Structured high quality metadata enable secondary analysis without the need to contact the primary researcher • DDI enables the reuse of metadata of existing studies for designing new studies • DDI is currently specified using XML Schemas • XML Schemas are organized in multiple modules corresponding to the individual stages of the research data lifecycle • XML Schemas comprehend over 800 XML elements 6
  • 7. Motivation for the DDI Community • publish microdata (data sets representing microdata) • increase visibility of microdata • increase use of microdata • discover microdata • enable inferencing on microdata • harmonize microdata (make microdata comparable) • RDF tools can process DDI-RDF 7
  • 8. Motivation for the LD Community • an ontology describing the statistical domain is now available • publish microdata • publish metadata on microdata • metadata about already published but under-documented microdata can be published • RDF tools can process DDI-RDF • to link microdata to other microdata making the data and the results of research (e.g. publications) more closely connected 8
  • 9. Relationships to Vocabularies • DCMI Metadata Terms • are used for citation purposes • Simple Knowledge Organization System (SKOS) • is used for creating hierarchies of concepts similar to thesauri and classification systems • SKOS Extension (XKOS) • a vocabulary which extends SKOS to allow for a more complete description of formal statistical classifications • planned for publication 2013 by the DDI Alliance • reference: https://github.com/linked-statistics/xkos 9
  • 10. Relationships to Vocabularies • Data Catalog Vocabulary (DCAT) • W3C standard for describing catalogs of data sets • disco:LogicalDataSet ⊑ dcat:Dataset • disco: DataFile ⊑ dcat:Distribution • RDF Data Cube Vocabulary • W3C standard for representing data cubes, i.e. multidimensional aggregate data • disco:aggregation (disco:LogicalDataSet, qb:DataSet) • disco:inputVariable (qb:DataSet, disco:Variable) • reference: http://www.w3.org/TR/vocab-data-cube/ 10
  • 11. DDI-RDF Discovery Vocabulary • contains only a small subset of DDI-XML + additional axioms • The conceptual model is derived from use cases which are typical in the statistical community • Statistical domain experts have formulated these use cases which are seen as most significant to solve frequent problems • enables to • publish • discover microdata and metadata about microdata (research and survey data) in the Web of Linked Data 11
  • 12. DDI-RDF Discovery Vocabulary • Availability of (meta)data • Microdata may be available (typically as CSV files) • In most cases, metadata about microdata is NOT available • contains major types of metadata of DDI-C and DDI-L • Mappings from DDI-XML to DDI-RDF • No straightforward Mapping from DDI-RDF to DDI-XML • enables better support for the LD community • partly no corresponding constructs in DDI-XML • 26 experts from the statistics and the Linked Data community of 12 different countries have contributed 12
  • 13. Conceptual Model class overview «union» VariableQuestion Instrument Questionnaire dcat:Dataset LogicalDataSet skos:Concept AnalysisUnit skos:Concept Universe Study StudyGroup 1..* product 0..* 0..* inGroup 0..1 1..* variable 0..* 0..*universe1 1..* containsVariable 0..* 0..* question 1..*0..* universe 1 0..* analysisUnit 0..1 0..* universe 1 0..*question0..* 0..* analysisUnit 0..1 0..* universe 1..* 13
  • 14. class study-universe Study - owl:versionInfo StudyGroup skos:Concept Universe - skos:definition :rdf:langString skos:Concept AnalysisUnit «union» - dcterms:abstract :rdf:langString - dcterms:alternative :rdf:langString - dcterms:available :xsd:dateTime - dcterms:title :rdf:langString - purpose :rdf:langString - subtitle :rdf:langString 0..* analysisUnit 0..1 0..* universe 1..* 0..* inGroup 0..1 14
  • 15. class variable Variable - dcterms:description :rdf:langString + skos:notation :rdfs:Literal - skos:prefLabel :rdf:langString VariableDefinition + dcterms:description :rdf:langString - skos:prefLabel :rdf:langString skos:Concept - skos:definition :rdf:langString - skos:notation :rdfs:Literal - skos:prefLabel :rdf:langString Representation 0..* skos:narrower 0..* 0..* skos:broader 0..* 0..* representation 0..* 0..* concept 1 0..* representation 1 0..* basedOn 0..1 0..* concept 1 15
  • 16. class representation skos:Concept - skos:definition :rdf:langString - skos:notation :rdfs:Literal - skos:prefLabel :rdf:langString «union» rdfs:Datatype skos:ConceptScheme Representation 0..* skos:hasTopConcept 0..*0..* skos:inScheme 0..* 0..* skos:narrower 0..*0..* skos:broader 0..* 16
  • 17. class overview-data-set dcat:Dataset LogicalDataSet - dcterms:title :rdf:langString - isPublic :xsd:boolean dcat:Distribution dcterms:Dataset DataFile - caseQuantity :xsd:nonNegativeInteger - dcterms:description :rdf:langString - owl:versionInfo :string DescriptiveStatistics CategoryStatistics - cumulativePercentage :xsd:decimal - frequency :xsd:nonNegativeInteger - percentage :xsd:decimal - weightedCumulativePercentage :xsd:decimal - weightedFrequency :xsd:nonNegativeInteger - weightedPercentage :xsd:decimal SummaryStatistics - invalidCases :xsd:nonNegativeInteger - maximum :xsd:decimal - mean :xsd:decimal - median :xsd:decimal - minimum :xsd:decimal - mode :xsd:decimal - standardDeviation :xsd:decimal - validCases :xsd:nonNegativeInteger - weightedInvalidCases :xsd:nonNegativeInteger - weightedMean :xsd:decimal - weightedMedian :xsd:decimal - weightedMode :xsd:decimal - weightedValidCases :xsd:nonNegativeInteger 0..* statisticsDataFile 0..* 0..* dataFile 0..* 17
  • 18. 18 class Data Collection Question - questionText :rdf:langString - skos:prefLabel :rdf:langString Questionnaire Instrument - dcterms:description :rdf:langString - skos:prefLabel :rdf:langString foaf:Document Representation 0..* externalDocumentation 0..* 0..* question 1..* 0..* responseDomain 1..*
  • 19. Thank you for your attention… • Unofficial draft [planned as specification by DDI Alliance by 2013] http://rdf-vocabulary.ddialliance.org/discovery • Specification (current state) on GitHub repository https://github.com/linked-statistics/disco-spec • Scenarios for the DDI-RDF Discovery Vocabulary [in preparation] http://dx.doi.org/10.3886/DDISemanticWeb02 19 Thomas Bosch GESIS - Leibniz Institute for the Social Sciences thomas.bosch@gesis.org boschthomas.blogspot.com https://github.com/boschthomas/PhD
  • 20. Acknowledgements 26 experts from the statistical community and the Linked Data community coming from 12 different countries contributed to this work. They were participating in the events mentioned below. • 1st workshop on 'Semantic Statistics for Social, Behavioural, and Economic Sciences: Leveraging the DDI Model for the Linked Data Web' at Schloss Dagstuhl - Leibniz Center for Informatics, Germany in September 2011 • Working meeting in the course of the 3rd Annual European DDI Users Group Meeting (EDDI11) in Gothenburg, Sweden in December 2011 • 2nd workshop on 'Semantic Statistics for Social, Behavioural, and Economic Sciences: Leveraging the DDI Model for the Linked Data Web' at Schloss Dagstuhl - Leibniz Center for Informatics, Germany in October 2012 • Working meeting at GESIS - Leibniz Institute for the Social Sciences in Mannheim, Germany in February 2013 20