SlideShare a Scribd company logo
19/03/2014 1Presentername
3LD: Towards high quality, industry-ready
Linguistic Linked Licensed Data
Daniel Vila-Suero1, Victor Rodríguez-
Doncel1, Asunción Gómez-Pérez1, Philipp
Cimiano2, John P. McCrae2, and Guadalupe
Aguado-de-Cea1
1Ontology Engineering Group, Facultad de Informática, UPM. Madrid, Spain
{dvila, vrodriguez, asun, lupe}@fi.upm.es
2 Forschungsbau Intelligente Systeme (FBIIS). Universität Bielefeld. Bielefeld, Germany
{cimiano, jmccrae}@cit-ec.uni-bielefeld.de
19/03/2014 2Daniel Vila-Suero
Context: Lider project
• Ecosystem of Linguistic resources
(Corpora, Lexico-semantic data, etc.)
as LD and NLP services to support
content analytics.
Join us!
http://lider-project.eu
Linked Data for Language Technologies
Community Group (LD4LT)
19/03/2014 3Daniel Vila-Suero
Licensing Linked Data, why?
Open Data Propietary Data
Gainvisibility
Encourage re-use
Protectyour data
Enablewaystotrackusage
Thinkaboutnewbusinessmodels
19/03/2014 4Daniel Vila-Suero
How open is the LOD cloud?
[1] Rodriguez-Doncel, Victor et al., 2013. Rights declaration in Linked Data.
in Proc. of the 3rd Int. W. on Consuming Linked Data O. Hartig et al. (Eds) CEUR vol. 1034 (2013)
19/03/2014 5Daniel Vila-Suero
How open is the LOD cloud?
• 338 datasets in :
[1] Rodriguez-Doncel, Victor et al., 2013. Rights declaration in Linked Data.
in Proc. of the 3rd Int. W. on Consuming Linked Data O. Hartig et al. (Eds) CEUR vol. 1034 (2013)
19/03/2014 6Daniel Vila-Suero
Linguistic Linked Data
1 "Open Data andLinguistics" workinggroup, Open KnowledgeFoundation, see more http://linguistics.okfn.org/
Language resources
as Linked Data:
Lexica
Language descriptions
Corpora
….
Linguistic LOD (LLOD) cloud
19/03/2014 7Daniel Vila-Suero
How open is the LLOD cloud?
19/03/2014 8Daniel Vila-Suero
What is 3LD?
3LD
LinguisticLinked Licensed Data
19/03/2014 9Daniel Vila-Suero
What is 3LD?
3LD
Linguistic Linked Licensed Data
Language resources such as:
- Lexica
- Corpora
- Dictionaries ..
19/03/2014 10Daniel Vila-Suero
What is 3LD?
3LD
Linguistic Linked Licensed Data
Linguistic data as Linked Data using RDF and
standard data models (vocabularies):
- Lexica
- Corpora .. NIF
NLP Interchange Format
19/03/2014 11Daniel Vila-Suero
What is 3LD?
3LD
Linguistic LinkedLicensedData
Linguistic Linked Data published along with
a machine-readable license.
ODRL
Open Digital Rights Language
NIF
NLP Interchange Format
19/03/2014 12Daniel Vila-Suero
Guideline: Licensing models & mechanisms
Add "rights" metadata in the dataset description
(e.g., VoID, DCAT)
1 DCAT
Data catalog vocabulary
19/03/2014 13Daniel Vila-Suero

Guideline: Licensing models & mechanisms
Add "rights" metadata in the dataset description
(e.g., VoID, DCAT)
1
Use standard predicates to declare "rights" statements
(e.g., Dublin Core terms: dc:rights, dct:license)2
DCAT
Data catalog vocabulary
19/03/2014 14Daniel Vila-Suero

Guideline: Licensing models & mechanisms
Add "rights" metadata in the dataset description
(e.g., VoID, DCAT)
1
Use standard predicates to declare "rights" statements
(e.g., Dublin Core terms: dc:rights, dct:license)2
?
3a
Standard license available
DCAT
Data catalog vocabulary
19/03/2014 15Daniel Vila-Suero

Guideline: Licensing models & mechanisms
Add "rights" metadata in the dataset description
(e.g., VoID, DCAT)
1
Use standard predicates to declare "rights" statements
(e.g., Dublin Core terms: dc:rights, dct:license)2
?Yes
Use URI of standard
license e.g., CC0
3a
Standard license available
DCAT
Data catalog vocabulary
19/03/2014 16Daniel Vila-Suero

Guideline: Licensing models & mechanisms
Add "rights" metadata in the dataset description
(e.g., VoID, DCAT)
1
Use standard predicates to declare "rights" statements
(e.g., Dublin Core terms: dc:rights, dct:license)2
?
Use rights declaration
language, e.g., ODRL
Yes
Use URI of standard
license e.g., CC0
3b3a
No
Standard license available
ODRL
Open Digital Rights Language
DCAT
Data catalog vocabulary
19/03/2014 17Daniel Vila-Suero
Demo: Conditional access to Linked Data
• Prototype developed at the Ontology
Engineering Group.
• A licenses-aware Linked Data server and a data
policies and licenses manager
• Using Web standards (DCAT descriptions,
SPARQL constructs, ODRL RDF policies, etc.)
Victor RodríguezDoncel
vrodriguez@fi.upm.es
19/03/2014 18Daniel Vila-Suero
Demo: Use case
• Spanish geographical data: Administrative
units, geopositions, links to DBpedia
1 Browse the data (user)
2 Set policies for parts of
the dataset (admin)
3 Gain access to the
restricted data (user)
19/03/2014 19Daniel Vila-Suero
Conditional.linkeddata.es
Demo available at:
http://conditional.linkeddata.es
19/03/2014 20Daniel Vila-Suero
Browse data: resource Barcelona (user)
19/03/2014 21Daniel Vila-Suero
Browse data: resource Barcelona (machine)
<http://localhost:99/ldr/resource/Provincia/Barcelona>
a <http://localhost:99/ldr/ontology/Provincia> ;
<http://www.w3.org/2000/01/rdf-schema#label>
"Barcelona"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://localhost:99/ldr/ontology/formadoPor>
<http://localhost:99/ldr/resource/Municipio/Barcelona> ;
<http://localhost:99/ldr/ontology/tieneCapital>
<http://localhost:99/ldr/resource/Municipio/Barcelona> ;
<http://www.w3.org/2003/01/geo/wgs84%2C%20pos#geometry>
<http://localhost:99/ldr/policy/cdaddba4-fc2e-4ee0-a784-e62f1db259bc> ;
19/03/2014 22Daniel Vila-Suero
Set some policies (admin)
19/03/2014 23Daniel Vila-Suero
Set some policies (admin)
19/03/2014 24Daniel Vila-Suero
Browse data: resource Barcelona (user)
19/03/2014 25Daniel Vila-Suero
Browse data: resource Barcelona (machine)
<http://localhost:99/ldr/resource/Provincia/Barcelona>
a <http://localhost:99/ldr/ontology/Provincia> ;
<http://www.w3.org/2000/01/rdf-schema#label>
"Barcelona"^^<http://www.w3.org/2001/XMLSchema#string> ;
<http://localhost:99/ldr/ontology/formadoPor>
<http://localhost:99/ldr/resource/Municipio/Barcelona> ;
<http://localhost:99/ldr/ontology/tieneCapital>
<http://localhost:99/ldr/resource/Municipio/Barcelona> ;
<http://www.w3.org/2003/01/geo/wgs84%2C%20pos#geometry>
<http://localhost:99/ldr/resource/wgs84/41.3948528938705%2C%202.17465899138105> ;
19/03/2014 26Daniel Vila-Suero
Gain access to restricted data (user)
19/03/2014 27Daniel Vila-Suero
Gain access to restricted data (user)
<http://localhost:99/ldr/policy/ee32f675-ccae-4ca9-a544-3c07abf0b16e>
a <http://www.w3.org/ns/odrl/2/Policy> , <http://www.w3.org/ns/odrl/2/Set>;
<http://www.w3.org/2000/01/rdf-schema#comment>
"Individual triples are available upon payment of 1 euro cent" ;
<http://www.w3.org/ns/odrl/2/permission>….
19/03/2014 28Daniel Vila-Suero
Gain access to restricted data (user)
19/03/2014 29Daniel Vila-Suero
THANK YOU
FOR YOUR ATTENTION
QUESTIONS
?
TWITTER: @dvilasuero
Slideshare: /DanielVilaSuero

More Related Content

What's hot

Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
Tope Omitola
 
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
OpenAIRE
 
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
National Information Standards Organization (NISO)
 
Dataset Citation and Identification
Dataset Citation and IdentificationDataset Citation and Identification
Dataset Citation and Identification
guest453b14
 
e-Science, Research Data and Libaries
e-Science, Research Data and Libariese-Science, Research Data and Libaries
e-Science, Research Data and Libaries
Rob Grim
 
Metadata: A concept
Metadata: A conceptMetadata: A concept
Metadata: A concept
SrikantaSahu10
 
EUDAT Research Data Management | www.eudat.eu |
EUDAT Research Data Management | www.eudat.eu | EUDAT Research Data Management | www.eudat.eu |
EUDAT Research Data Management | www.eudat.eu |
EUDAT
 
Dataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabulariesDataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabularies
Valeria Pesce
 
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE
 
FAIR Data ecosystem
FAIR Data ecosystemFAIR Data ecosystem
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
dkNET
 
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
Communication and Media Studies, Carleton University
 
The expanding dataverse
The expanding dataverseThe expanding dataverse
The expanding dataverse
Merce Crosas
 
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
National Information Standards Organization (NISO)
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core MetadataHannes Ebner
 
Making DMPs actionable and public
Making DMPs actionable and publicMaking DMPs actionable and public
Making DMPs actionable and public
Stephanie Simms
 
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
ORCID, Inc
 
Linked Data
Linked DataLinked Data
Linked Data
Angelica Lo Duca
 
PIDs in DMPs: Spinning tracks with syntax
PIDs in DMPs: Spinning tracks with syntaxPIDs in DMPs: Spinning tracks with syntax
PIDs in DMPs: Spinning tracks with syntax
Stephanie Simms
 
Connecting Museums with Linked Data
Connecting Museums with Linked DataConnecting Museums with Linked Data
Connecting Museums with Linked Data
National Institute of Informatics (NII)
 

What's hot (20)

Omitola birmingham cityuniv
Omitola birmingham cityunivOmitola birmingham cityuniv
Omitola birmingham cityuniv
 
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
DataCite – Bridging the gap and helping to find, access and reuse data – Herb...
 
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
NISO Webinar: Metadata for Preservation: A Digital Object's Best Friend
 
Dataset Citation and Identification
Dataset Citation and IdentificationDataset Citation and Identification
Dataset Citation and Identification
 
e-Science, Research Data and Libaries
e-Science, Research Data and Libariese-Science, Research Data and Libaries
e-Science, Research Data and Libaries
 
Metadata: A concept
Metadata: A conceptMetadata: A concept
Metadata: A concept
 
EUDAT Research Data Management | www.eudat.eu |
EUDAT Research Data Management | www.eudat.eu | EUDAT Research Data Management | www.eudat.eu |
EUDAT Research Data Management | www.eudat.eu |
 
Dataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabulariesDataset description: DCAT and other vocabularies
Dataset description: DCAT and other vocabularies
 
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
OpenAIRE webinar on Open Research Data in H2020 (OAW2016)
 
FAIR Data ecosystem
FAIR Data ecosystemFAIR Data ecosystem
FAIR Data ecosystem
 
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
dkNET Webinar: FAIR Data & Software in the Research Life Cycle 01/22/2021
 
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
OpenData Public Research, University of Toronto, Open Access Week, 25/11/2011
 
The expanding dataverse
The expanding dataverseThe expanding dataverse
The expanding dataverse
 
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
Chachra, "Improving Discovery Systems Through Post Processing of Harvested Data"
 
Introduction to Dublin Core Metadata
Introduction to Dublin Core MetadataIntroduction to Dublin Core Metadata
Introduction to Dublin Core Metadata
 
Making DMPs actionable and public
Making DMPs actionable and publicMaking DMPs actionable and public
Making DMPs actionable and public
 
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
DOIs and Other Persistent identifiers in Research Data (Eugene Barsky)
 
Linked Data
Linked DataLinked Data
Linked Data
 
PIDs in DMPs: Spinning tracks with syntax
PIDs in DMPs: Spinning tracks with syntaxPIDs in DMPs: Spinning tracks with syntax
PIDs in DMPs: Spinning tracks with syntax
 
Connecting Museums with Linked Data
Connecting Museums with Linked DataConnecting Museums with Linked Data
Connecting Museums with Linked Data
 

Viewers also liked

Closing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary LinguisticsClosing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary Linguistics
Baden Hughes
 
Patter lattice as a model of human's language processing
Patter lattice as a model of human's language processingPatter lattice as a model of human's language processing
Patter lattice as a model of human's language processing
Kow Kuroda
 
Class 1
Class 1Class 1
Pragmatics
PragmaticsPragmatics
Pragmaticszhaaye
 
Linguistic (in)justice and communication models: A pledge for a balanced mult...
Linguistic (in)justice and communication models: A pledge for a balanced mult...Linguistic (in)justice and communication models: A pledge for a balanced mult...
Linguistic (in)justice and communication models: A pledge for a balanced mult...
Federico Gobbo
 
Linguistic Models
Linguistic ModelsLinguistic Models
Linguistic Models
lechristie
 
Timo Honkela: Epistemological status of linguistic theories and models
Timo Honkela: Epistemological status of linguistic theories and modelsTimo Honkela: Epistemological status of linguistic theories and models
Timo Honkela: Epistemological status of linguistic theories and models
Timo Honkela
 
How to write a quote analysis
How to write a quote analysisHow to write a quote analysis
How to write a quote analysis
MsClarkEnglish
 
Language of Influence and Persuasion - introduction to the NLP Milton Model
Language of Influence and Persuasion - introduction to the NLP Milton ModelLanguage of Influence and Persuasion - introduction to the NLP Milton Model
Language of Influence and Persuasion - introduction to the NLP Milton Model
Fiona Campbell
 
Communicative competence slides
Communicative competence slidesCommunicative competence slides
Communicative competence slides
sonsedela
 
hymes and bachman's theories/model of communicative competence
hymes and bachman's theories/model of communicative competencehymes and bachman's theories/model of communicative competence
hymes and bachman's theories/model of communicative competenceMia de Guzman
 

Viewers also liked (12)

Closing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary LinguisticsClosing the Gap: Data Models for Documentary Linguistics
Closing the Gap: Data Models for Documentary Linguistics
 
Patter lattice as a model of human's language processing
Patter lattice as a model of human's language processingPatter lattice as a model of human's language processing
Patter lattice as a model of human's language processing
 
Class 1
Class 1Class 1
Class 1
 
Pragmatics
PragmaticsPragmatics
Pragmatics
 
Working with text data
Working with text dataWorking with text data
Working with text data
 
Linguistic (in)justice and communication models: A pledge for a balanced mult...
Linguistic (in)justice and communication models: A pledge for a balanced mult...Linguistic (in)justice and communication models: A pledge for a balanced mult...
Linguistic (in)justice and communication models: A pledge for a balanced mult...
 
Linguistic Models
Linguistic ModelsLinguistic Models
Linguistic Models
 
Timo Honkela: Epistemological status of linguistic theories and models
Timo Honkela: Epistemological status of linguistic theories and modelsTimo Honkela: Epistemological status of linguistic theories and models
Timo Honkela: Epistemological status of linguistic theories and models
 
How to write a quote analysis
How to write a quote analysisHow to write a quote analysis
How to write a quote analysis
 
Language of Influence and Persuasion - introduction to the NLP Milton Model
Language of Influence and Persuasion - introduction to the NLP Milton ModelLanguage of Influence and Persuasion - introduction to the NLP Milton Model
Language of Influence and Persuasion - introduction to the NLP Milton Model
 
Communicative competence slides
Communicative competence slidesCommunicative competence slides
Communicative competence slides
 
hymes and bachman's theories/model of communicative competence
hymes and bachman's theories/model of communicative competencehymes and bachman's theories/model of communicative competence
hymes and bachman's theories/model of communicative competence
 

Similar to 3LD: Towards high quality, industry-ready Linguistic Linked Licensed Data

What is a DMP
What is a DMPWhat is a DMP
What is a DMP
Sarah Jones
 
Data Management Planning - 02/21/13
Data Management Planning - 02/21/13Data Management Planning - 02/21/13
Data Management Planning - 02/21/13
Lizzy_Rolando
 
RDA Update
RDA UpdateRDA Update
Introduction to eudat and its services
Introduction to eudat and its servicesIntroduction to eudat and its services
Introduction to eudat and its services
EUDAT
 
Dataset Sources Repositories.pptx
Dataset Sources Repositories.pptxDataset Sources Repositories.pptx
Dataset Sources Repositories.pptx
mantatheralyasriy
 
Modeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROVModeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROV
EUDAT
 
Building a linked data based content discovery service for the RTÉ Archives
Building a linked data based content discovery service for the RTÉ ArchivesBuilding a linked data based content discovery service for the RTÉ Archives
Building a linked data based content discovery service for the RTÉ ArchivesMediaMixerCommunity
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practice
Carole Goble
 
Sandra Collins - Building a linked data based content discovery service for t...
Sandra Collins - Building a linked data based content discovery service for t...Sandra Collins - Building a linked data based content discovery service for t...
Sandra Collins - Building a linked data based content discovery service for t...
dri_ireland
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
Open Data Support
 
Providing support and services for researchers in good data governance
Providing support and services for researchers in good data governanceProviding support and services for researchers in good data governance
Providing support and services for researchers in good data governance
Robin Rice
 
Net-Centric Data Strategy
Net-Centric Data StrategyNet-Centric Data Strategy
Net-Centric Data Strategy
Daniel Risacher
 
GBIF BIFA mentoring, Day 5a Data management, July 2016
GBIF BIFA mentoring, Day 5a Data management, July 2016GBIF BIFA mentoring, Day 5a Data management, July 2016
GBIF BIFA mentoring, Day 5a Data management, July 2016
Dag Endresen
 
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
LinDa_FP7
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research CentreMichael Hausenblas
 
Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)
Oscar Corcho
 
Data Management Planning at the DCC
Data Management Planning at the DCCData Management Planning at the DCC
Data Management Planning at the DCC
Martin Donnelly
 
Mei Wang & Sharon Hu's Institutional Repository and Academic Library
Mei Wang & Sharon Hu's Institutional Repository and Academic LibraryMei Wang & Sharon Hu's Institutional Repository and Academic Library
Mei Wang & Sharon Hu's Institutional Repository and Academic Library
FuWaye Bender
 
GBIF and reuse of research data, Bergen (2016-12-14)
GBIF and reuse of research data, Bergen (2016-12-14)GBIF and reuse of research data, Bergen (2016-12-14)
GBIF and reuse of research data, Bergen (2016-12-14)
Dag Endresen
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
Open Data Support
 

Similar to 3LD: Towards high quality, industry-ready Linguistic Linked Licensed Data (20)

What is a DMP
What is a DMPWhat is a DMP
What is a DMP
 
Data Management Planning - 02/21/13
Data Management Planning - 02/21/13Data Management Planning - 02/21/13
Data Management Planning - 02/21/13
 
RDA Update
RDA UpdateRDA Update
RDA Update
 
Introduction to eudat and its services
Introduction to eudat and its servicesIntroduction to eudat and its services
Introduction to eudat and its services
 
Dataset Sources Repositories.pptx
Dataset Sources Repositories.pptxDataset Sources Repositories.pptx
Dataset Sources Repositories.pptx
 
Modeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROVModeling Data Life Cycles with PROV
Modeling Data Life Cycles with PROV
 
Building a linked data based content discovery service for the RTÉ Archives
Building a linked data based content discovery service for the RTÉ ArchivesBuilding a linked data based content discovery service for the RTÉ Archives
Building a linked data based content discovery service for the RTÉ Archives
 
FAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practiceFAIRy stories: the FAIR Data principles in theory and in practice
FAIRy stories: the FAIR Data principles in theory and in practice
 
Sandra Collins - Building a linked data based content discovery service for t...
Sandra Collins - Building a linked data based content discovery service for t...Sandra Collins - Building a linked data based content discovery service for t...
Sandra Collins - Building a linked data based content discovery service for t...
 
Llinked open data training for EU institutions
Llinked open data training for EU institutionsLlinked open data training for EU institutions
Llinked open data training for EU institutions
 
Providing support and services for researchers in good data governance
Providing support and services for researchers in good data governanceProviding support and services for researchers in good data governance
Providing support and services for researchers in good data governance
 
Net-Centric Data Strategy
Net-Centric Data StrategyNet-Centric Data Strategy
Net-Centric Data Strategy
 
GBIF BIFA mentoring, Day 5a Data management, July 2016
GBIF BIFA mentoring, Day 5a Data management, July 2016GBIF BIFA mentoring, Day 5a Data management, July 2016
GBIF BIFA mentoring, Day 5a Data management, July 2016
 
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
20140902 LinDa Workshop Semantincs2014 - LinDA Project Overview
 
Introducing the Linked Data Research Centre
Introducing the Linked Data Research CentreIntroducing the Linked Data Research Centre
Introducing the Linked Data Research Centre
 
Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)Linked Data Tutorial (Florianópolis)
Linked Data Tutorial (Florianópolis)
 
Data Management Planning at the DCC
Data Management Planning at the DCCData Management Planning at the DCC
Data Management Planning at the DCC
 
Mei Wang & Sharon Hu's Institutional Repository and Academic Library
Mei Wang & Sharon Hu's Institutional Repository and Academic LibraryMei Wang & Sharon Hu's Institutional Repository and Academic Library
Mei Wang & Sharon Hu's Institutional Repository and Academic Library
 
GBIF and reuse of research data, Bergen (2016-12-14)
GBIF and reuse of research data, Bergen (2016-12-14)GBIF and reuse of research data, Bergen (2016-12-14)
GBIF and reuse of research data, Bergen (2016-12-14)
 
Linked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and ExamplesLinked Open Data Principles, Technologies and Examples
Linked Open Data Principles, Technologies and Examples
 

More from Daniel Vila Suero

Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
Daniel Vila Suero
 
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
Daniel Vila Suero
 
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
Daniel Vila Suero
 
Naming and labeling in the Multilingual Web of Data
Naming and labeling in the Multilingual Web of DataNaming and labeling in the Multilingual Web of Data
Naming and labeling in the Multilingual Web of Data
Daniel Vila Suero
 
datos.bne.es: Publishing and Consuming
datos.bne.es: Publishing and Consumingdatos.bne.es: Publishing and Consuming
datos.bne.es: Publishing and Consuming
Daniel Vila Suero
 
Taller Linked Open Data, 13es Jornades Catalanes d'Informació i Documentació...
Taller Linked Open Data, 13es Jornades Catalanes  d'Informació i Documentació...Taller Linked Open Data, 13es Jornades Catalanes  d'Informació i Documentació...
Taller Linked Open Data, 13es Jornades Catalanes d'Informació i Documentació...
Daniel Vila Suero
 
Status Quo and (current) Limitations of Library Linked Data
Status Quo and (current) Limitations of Library Linked DataStatus Quo and (current) Limitations of Library Linked Data
Status Quo and (current) Limitations of Library Linked Data
Daniel Vila Suero
 
Datos enlazados BNE and MARiMbA
Datos enlazados BNE and MARiMbADatos enlazados BNE and MARiMbA
Datos enlazados BNE and MARiMbADaniel Vila Suero
 

More from Daniel Vila Suero (8)

Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
Multilingual vocabularies for the Web: Session on multilingual vocabularies, ...
 
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
Data enrichment and transformation in the LOD Context: Vocabulary usage in da...
 
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
Datos enlazados para instituciones culturales - Seminario para la Biblioteca ...
 
Naming and labeling in the Multilingual Web of Data
Naming and labeling in the Multilingual Web of DataNaming and labeling in the Multilingual Web of Data
Naming and labeling in the Multilingual Web of Data
 
datos.bne.es: Publishing and Consuming
datos.bne.es: Publishing and Consumingdatos.bne.es: Publishing and Consuming
datos.bne.es: Publishing and Consuming
 
Taller Linked Open Data, 13es Jornades Catalanes d'Informació i Documentació...
Taller Linked Open Data, 13es Jornades Catalanes  d'Informació i Documentació...Taller Linked Open Data, 13es Jornades Catalanes  d'Informació i Documentació...
Taller Linked Open Data, 13es Jornades Catalanes d'Informació i Documentació...
 
Status Quo and (current) Limitations of Library Linked Data
Status Quo and (current) Limitations of Library Linked DataStatus Quo and (current) Limitations of Library Linked Data
Status Quo and (current) Limitations of Library Linked Data
 
Datos enlazados BNE and MARiMbA
Datos enlazados BNE and MARiMbADatos enlazados BNE and MARiMbA
Datos enlazados BNE and MARiMbA
 

Recently uploaded

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

3LD: Towards high quality, industry-ready Linguistic Linked Licensed Data

  • 1. 19/03/2014 1Presentername 3LD: Towards high quality, industry-ready Linguistic Linked Licensed Data Daniel Vila-Suero1, Victor Rodríguez- Doncel1, Asunción Gómez-Pérez1, Philipp Cimiano2, John P. McCrae2, and Guadalupe Aguado-de-Cea1 1Ontology Engineering Group, Facultad de Informática, UPM. Madrid, Spain {dvila, vrodriguez, asun, lupe}@fi.upm.es 2 Forschungsbau Intelligente Systeme (FBIIS). Universität Bielefeld. Bielefeld, Germany {cimiano, jmccrae}@cit-ec.uni-bielefeld.de
  • 2. 19/03/2014 2Daniel Vila-Suero Context: Lider project • Ecosystem of Linguistic resources (Corpora, Lexico-semantic data, etc.) as LD and NLP services to support content analytics. Join us! http://lider-project.eu Linked Data for Language Technologies Community Group (LD4LT)
  • 3. 19/03/2014 3Daniel Vila-Suero Licensing Linked Data, why? Open Data Propietary Data Gainvisibility Encourage re-use Protectyour data Enablewaystotrackusage Thinkaboutnewbusinessmodels
  • 4. 19/03/2014 4Daniel Vila-Suero How open is the LOD cloud? [1] Rodriguez-Doncel, Victor et al., 2013. Rights declaration in Linked Data. in Proc. of the 3rd Int. W. on Consuming Linked Data O. Hartig et al. (Eds) CEUR vol. 1034 (2013)
  • 5. 19/03/2014 5Daniel Vila-Suero How open is the LOD cloud? • 338 datasets in : [1] Rodriguez-Doncel, Victor et al., 2013. Rights declaration in Linked Data. in Proc. of the 3rd Int. W. on Consuming Linked Data O. Hartig et al. (Eds) CEUR vol. 1034 (2013)
  • 6. 19/03/2014 6Daniel Vila-Suero Linguistic Linked Data 1 "Open Data andLinguistics" workinggroup, Open KnowledgeFoundation, see more http://linguistics.okfn.org/ Language resources as Linked Data: Lexica Language descriptions Corpora …. Linguistic LOD (LLOD) cloud
  • 7. 19/03/2014 7Daniel Vila-Suero How open is the LLOD cloud?
  • 8. 19/03/2014 8Daniel Vila-Suero What is 3LD? 3LD LinguisticLinked Licensed Data
  • 9. 19/03/2014 9Daniel Vila-Suero What is 3LD? 3LD Linguistic Linked Licensed Data Language resources such as: - Lexica - Corpora - Dictionaries ..
  • 10. 19/03/2014 10Daniel Vila-Suero What is 3LD? 3LD Linguistic Linked Licensed Data Linguistic data as Linked Data using RDF and standard data models (vocabularies): - Lexica - Corpora .. NIF NLP Interchange Format
  • 11. 19/03/2014 11Daniel Vila-Suero What is 3LD? 3LD Linguistic LinkedLicensedData Linguistic Linked Data published along with a machine-readable license. ODRL Open Digital Rights Language NIF NLP Interchange Format
  • 12. 19/03/2014 12Daniel Vila-Suero Guideline: Licensing models & mechanisms Add "rights" metadata in the dataset description (e.g., VoID, DCAT) 1 DCAT Data catalog vocabulary
  • 13. 19/03/2014 13Daniel Vila-Suero  Guideline: Licensing models & mechanisms Add "rights" metadata in the dataset description (e.g., VoID, DCAT) 1 Use standard predicates to declare "rights" statements (e.g., Dublin Core terms: dc:rights, dct:license)2 DCAT Data catalog vocabulary
  • 14. 19/03/2014 14Daniel Vila-Suero  Guideline: Licensing models & mechanisms Add "rights" metadata in the dataset description (e.g., VoID, DCAT) 1 Use standard predicates to declare "rights" statements (e.g., Dublin Core terms: dc:rights, dct:license)2 ? 3a Standard license available DCAT Data catalog vocabulary
  • 15. 19/03/2014 15Daniel Vila-Suero  Guideline: Licensing models & mechanisms Add "rights" metadata in the dataset description (e.g., VoID, DCAT) 1 Use standard predicates to declare "rights" statements (e.g., Dublin Core terms: dc:rights, dct:license)2 ?Yes Use URI of standard license e.g., CC0 3a Standard license available DCAT Data catalog vocabulary
  • 16. 19/03/2014 16Daniel Vila-Suero  Guideline: Licensing models & mechanisms Add "rights" metadata in the dataset description (e.g., VoID, DCAT) 1 Use standard predicates to declare "rights" statements (e.g., Dublin Core terms: dc:rights, dct:license)2 ? Use rights declaration language, e.g., ODRL Yes Use URI of standard license e.g., CC0 3b3a No Standard license available ODRL Open Digital Rights Language DCAT Data catalog vocabulary
  • 17. 19/03/2014 17Daniel Vila-Suero Demo: Conditional access to Linked Data • Prototype developed at the Ontology Engineering Group. • A licenses-aware Linked Data server and a data policies and licenses manager • Using Web standards (DCAT descriptions, SPARQL constructs, ODRL RDF policies, etc.) Victor RodríguezDoncel vrodriguez@fi.upm.es
  • 18. 19/03/2014 18Daniel Vila-Suero Demo: Use case • Spanish geographical data: Administrative units, geopositions, links to DBpedia 1 Browse the data (user) 2 Set policies for parts of the dataset (admin) 3 Gain access to the restricted data (user)
  • 19. 19/03/2014 19Daniel Vila-Suero Conditional.linkeddata.es Demo available at: http://conditional.linkeddata.es
  • 20. 19/03/2014 20Daniel Vila-Suero Browse data: resource Barcelona (user)
  • 21. 19/03/2014 21Daniel Vila-Suero Browse data: resource Barcelona (machine) <http://localhost:99/ldr/resource/Provincia/Barcelona> a <http://localhost:99/ldr/ontology/Provincia> ; <http://www.w3.org/2000/01/rdf-schema#label> "Barcelona"^^<http://www.w3.org/2001/XMLSchema#string> ; <http://localhost:99/ldr/ontology/formadoPor> <http://localhost:99/ldr/resource/Municipio/Barcelona> ; <http://localhost:99/ldr/ontology/tieneCapital> <http://localhost:99/ldr/resource/Municipio/Barcelona> ; <http://www.w3.org/2003/01/geo/wgs84%2C%20pos#geometry> <http://localhost:99/ldr/policy/cdaddba4-fc2e-4ee0-a784-e62f1db259bc> ;
  • 22. 19/03/2014 22Daniel Vila-Suero Set some policies (admin)
  • 23. 19/03/2014 23Daniel Vila-Suero Set some policies (admin)
  • 24. 19/03/2014 24Daniel Vila-Suero Browse data: resource Barcelona (user)
  • 25. 19/03/2014 25Daniel Vila-Suero Browse data: resource Barcelona (machine) <http://localhost:99/ldr/resource/Provincia/Barcelona> a <http://localhost:99/ldr/ontology/Provincia> ; <http://www.w3.org/2000/01/rdf-schema#label> "Barcelona"^^<http://www.w3.org/2001/XMLSchema#string> ; <http://localhost:99/ldr/ontology/formadoPor> <http://localhost:99/ldr/resource/Municipio/Barcelona> ; <http://localhost:99/ldr/ontology/tieneCapital> <http://localhost:99/ldr/resource/Municipio/Barcelona> ; <http://www.w3.org/2003/01/geo/wgs84%2C%20pos#geometry> <http://localhost:99/ldr/resource/wgs84/41.3948528938705%2C%202.17465899138105> ;
  • 26. 19/03/2014 26Daniel Vila-Suero Gain access to restricted data (user)
  • 27. 19/03/2014 27Daniel Vila-Suero Gain access to restricted data (user) <http://localhost:99/ldr/policy/ee32f675-ccae-4ca9-a544-3c07abf0b16e> a <http://www.w3.org/ns/odrl/2/Policy> , <http://www.w3.org/ns/odrl/2/Set>; <http://www.w3.org/2000/01/rdf-schema#comment> "Individual triples are available upon payment of 1 euro cent" ; <http://www.w3.org/ns/odrl/2/permission>….
  • 28. 19/03/2014 28Daniel Vila-Suero Gain access to restricted data (user)
  • 29. 19/03/2014 29Daniel Vila-Suero THANK YOU FOR YOUR ATTENTION QUESTIONS ? TWITTER: @dvilasuero Slideshare: /DanielVilaSuero

Editor's Notes

  1. The work I will present today is a collaboration between the Ontology Engineering Group at Universidad Politécnica de Madrid and Universität Bielefeld
  2. But is also the result of many discussions among the partners of the EU project LiderBut, what is Lider?Lider is a support and coordination action with the goal of setting the pathway for the creation of an ecosystem linguistic Linked Data and NLP services to support enterprise content analytics in Europe. And a crucial issue to achieve this is to listen to industry and the community, so please join us in the newly created W3C Linked Data for Language technologies CG.In this discussions with the community there are several recurring topics such as data modelling, quality, provenance, etc. But one of them seems to be of special relevancy and that will be the main topic of this talk.The main outcome of the project will be a roadmap for EU, several guidelines to help data publishers and consumers, a reference architecture and an industrial community
  3. As you might have guessed from the tile, the topic is Licensing Linked Data and in particular Linguistic Linked Data, but why is this important?No matter you are publishing Open Data or data under more restrictive terms, you and the potential data consumers will benefit from providing a license along with your data.In the case of Open Data …For data under more restrictive terms of use…Given that everyone seems to agree on this, what is actually the current practice?In 2013, member of my group performed a study on the so-called Linked Data cloud and the results were a bit surprising, (or maybe not).
  4. Although there&apos;s a lot of green areas (with licenses such as public domain, those that require attribution), you can see several red and orange areas corresponding to restrictive licenses and a considerable mass of grey which corresponds to
  5. If you are interested u can read the paper, but as u can see in this graph almost 50% of the datasets are published either under not specified licenses or even closed licenses.
  6. Going back to our topic, linguistic linked data. As you might be aware recently a new cloud of LLD has emerged with the support of the Open Data and Linguistics working group. One can look at this cloud from several perspectives language, type of resource, data models or quality, but what about the licenses, how open is this cloud?
  7. In this case we found out that it is certainly more open than the LOD cloud, although there&apos;s still around 13 percent of unspecified or restrictive licenses. Adittionaly, this cloud has been selected and curated by a working group, but what willl happen when the scope gets broader including resources from ELRA or metashare for example?
  8. This concern is why we have came up with the concept of 3LD which stands for Linguistic Linked Licensed Data