SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

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
 

Was ist angesagt? (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
 

Andere mochten auch

Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...
Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...
Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...LEDC 2016
 
Introduccion a la Anatomía
Introduccion a la AnatomíaIntroduccion a la Anatomía
Introduccion a la AnatomíaM5784M5954J59
 
Brandgym_research paper 8.1
Brandgym_research paper 8.1Brandgym_research paper 8.1
Brandgym_research paper 8.1David Taylor
 
Advice to my children if they were 20
Advice to my children if they were 20Advice to my children if they were 20
Advice to my children if they were 20Gustaf Brandberg
 
Aparato respiratorio
Aparato respiratorioAparato respiratorio
Aparato respiratorioM5784M5954J59
 
Book_GuideToGettingAffluentBuyers
Book_GuideToGettingAffluentBuyersBook_GuideToGettingAffluentBuyers
Book_GuideToGettingAffluentBuyersMarlene Jessica
 
As relações entre as marcas e as pessoas: um olhar psicanalítico
As relações entre as marcas e as pessoas: um olhar psicanalíticoAs relações entre as marcas e as pessoas: um olhar psicanalítico
As relações entre as marcas e as pessoas: um olhar psicanalítico🎯Renatho Sinuma MBA™®🎓
 
Ideation Presentation
Ideation PresentationIdeation Presentation
Ideation Presentationrgolenberg
 
Acc receivaible mgt
Acc receivaible mgtAcc receivaible mgt
Acc receivaible mgtArshad Islam
 
research proposal for edu702
research proposal for edu702research proposal for edu702
research proposal for edu702kemakamal
 
Transportasi
TransportasiTransportasi
Transportasincip48
 
Election Management Solution
Election Management SolutionElection Management Solution
Election Management SolutionTVS Next
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New BossAndreas Dewes
 

Andere mochten auch (20)

Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...
Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...
Тарас Круц — Open Social: brand new Drupal 8 distro for building social netwo...
 
Introduccion a la Anatomía
Introduccion a la AnatomíaIntroduccion a la Anatomía
Introduccion a la Anatomía
 
Book Cover Evaluation
Book Cover EvaluationBook Cover Evaluation
Book Cover Evaluation
 
Huracán otto
Huracán ottoHuracán otto
Huracán otto
 
Brandgym_research paper 8.1
Brandgym_research paper 8.1Brandgym_research paper 8.1
Brandgym_research paper 8.1
 
Advice to my children if they were 20
Advice to my children if they were 20Advice to my children if they were 20
Advice to my children if they were 20
 
CC-Bro_11-11_PRN
CC-Bro_11-11_PRNCC-Bro_11-11_PRN
CC-Bro_11-11_PRN
 
Aparato respiratorio
Aparato respiratorioAparato respiratorio
Aparato respiratorio
 
Manual de investigacion
Manual de investigacionManual de investigacion
Manual de investigacion
 
Actividad 2
Actividad 2 Actividad 2
Actividad 2
 
Animals superstars
Animals superstarsAnimals superstars
Animals superstars
 
Book_GuideToGettingAffluentBuyers
Book_GuideToGettingAffluentBuyersBook_GuideToGettingAffluentBuyers
Book_GuideToGettingAffluentBuyers
 
As relações entre as marcas e as pessoas: um olhar psicanalítico
As relações entre as marcas e as pessoas: um olhar psicanalíticoAs relações entre as marcas e as pessoas: um olhar psicanalítico
As relações entre as marcas e as pessoas: um olhar psicanalítico
 
Ideation Presentation
Ideation PresentationIdeation Presentation
Ideation Presentation
 
Acc receivaible mgt
Acc receivaible mgtAcc receivaible mgt
Acc receivaible mgt
 
People Management
People ManagementPeople Management
People Management
 
research proposal for edu702
research proposal for edu702research proposal for edu702
research proposal for edu702
 
Transportasi
TransportasiTransportasi
Transportasi
 
Election Management Solution
Election Management SolutionElection Management Solution
Election Management Solution
 
Say "Hi!" to Your New Boss
Say "Hi!" to Your New BossSay "Hi!" to Your New Boss
Say "Hi!" to Your New Boss
 

Ähnlich wie Bosch, Wackerow: Linked data on the web

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
 

Ähnlich wie Bosch, Wackerow: Linked data on the web (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
 

Mehr von GESIS - Leibniz-Institut für Sozialwissenschaften (8)

Brislinger, Recker: Keeping data re-usable in the evs
Brislinger, Recker: Keeping data re-usable in the evsBrislinger, Recker: Keeping data re-usable in the evs
Brislinger, Recker: Keeping data re-usable in the evs
 
Baum, Kempf: Thesaurus based indexing
Baum, Kempf: Thesaurus based indexingBaum, Kempf: Thesaurus based indexing
Baum, Kempf: Thesaurus based indexing
 
Zloch, Bosch, Wegener: A technical perspective...
Zloch, Bosch, Wegener: A technical perspective... Zloch, Bosch, Wegener: A technical perspective...
Zloch, Bosch, Wegener: A technical perspective...
 
Kempf, Sondergeld: Indicator-Based Monitoring of an Interdisciplinary Field o...
Kempf, Sondergeld: Indicator-Based Monitoring of an Interdisciplinary Field o...Kempf, Sondergeld: Indicator-Based Monitoring of an Interdisciplinary Field o...
Kempf, Sondergeld: Indicator-Based Monitoring of an Interdisciplinary Field o...
 
Recker, Schumann: De-mystifying OAIS compliance
Recker, Schumann: De-mystifying OAIS complianceRecker, Schumann: De-mystifying OAIS compliance
Recker, Schumann: De-mystifying OAIS compliance
 
Von der Ein-Datenbank-Suche zum verteilten Suchszenario: Zum Aufbau von Cross...
Von der Ein-Datenbank-Suche zum verteilten Suchszenario: Zum Aufbau von Cross...Von der Ein-Datenbank-Suche zum verteilten Suchszenario: Zum Aufbau von Cross...
Von der Ein-Datenbank-Suche zum verteilten Suchszenario: Zum Aufbau von Cross...
 
Nah am Nutzer (Steinberg) - Konzept und Umsetzung eines Discovery-Services mi...
Nah am Nutzer (Steinberg) - Konzept und Umsetzung eines Discovery-Services mi...Nah am Nutzer (Steinberg) - Konzept und Umsetzung eines Discovery-Services mi...
Nah am Nutzer (Steinberg) - Konzept und Umsetzung eines Discovery-Services mi...
 
Linking for learning by Thomas Bosch
Linking for learning by Thomas BoschLinking for learning by Thomas Bosch
Linking for learning by Thomas Bosch
 

Kürzlich hochgeladen

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Kürzlich hochgeladen (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Bosch, Wackerow: Linked data on the web

  • 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