Towards high quality, industry-ready Linguistic Linked Licensed Data - - PowerPoint PPT Presentation

towards high quality industry ready linguistic linked
SMART_READER_LITE
LIVE PREVIEW

Towards high quality, industry-ready Linguistic Linked Licensed Data - - PowerPoint PPT Presentation

Towards high quality, industry-ready Linguistic Linked Licensed Data Vctor Rodrguez-Doncel 1 , Daniel Vila-Suero 1 , Asuncin Gmez-Prez 1 , Philipp Cimiano 2 , John P. M c Crae 2 , and Guadalupe Aguado-de-Cea 1 1 Ontology Engineering


slide-1
SLIDE 1 07/05/2014 1 Presenter name

Towards high quality, industry-ready Linguistic Linked Licensed Data

Víctor Rodríguez-Doncel1, Daniel Vila-Suero1, Asunción Gómez-Pérez1, Philipp Cimiano2, John P. McCrae2, and Guadalupe Aguado-de-Cea1

1 Ontology 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

Madrid, 07.05.2014

slide-2
SLIDE 2 07/05/2014 2

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)

slide-3
SLIDE 3 07/05/2014 3

Web of documents

3

Links to

slide-4
SLIDE 4 07/05/2014 4

Linked Data (Web of Data)

4

leads leads

RDF Book Mashup

slide-5
SLIDE 5 07/05/2014 5

Licensing Linked Data, why?

Open Data Propietary Data

Gain visibility Encourage re-use Protect your data Enable ways to track usage Think about new business models

slide-6
SLIDE 6 07/05/2014 6

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)

slide-7
SLIDE 7 07/05/2014 7

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)

slide-8
SLIDE 8 07/05/2014 8

Linguistic Linked Data

1 "Open Data and Linguistics" working group, Open Knowledge Foundation, see more http://linguistics.okfn.org/

Language resources as Linked Data:

Lexica Language descriptions Corpora ….

Linguistic LOD (LLOD) cloud

slide-9
SLIDE 9 07/05/2014 9

How open is the LLOD cloud?

slide-10
SLIDE 10 07/05/2014 10

What is 3LD?

3LD

Linguistic Linked Licensed Data

slide-11
SLIDE 11 07/05/2014 11

What is 3LD?

3LD

Linguistic Linked Licensed Data

Language resources such as:

  • Lexica
  • Corpora
  • Dictionaries ..
slide-12
SLIDE 12 07/05/2014 12

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

slide-13
SLIDE 13 07/05/2014 13

What is 3LD?

3LD

Linguistic Linked Licensed Data

Linguistic Linked Data published along with a machine-readable license.

ODRL

Open Digital Rights Language

NIF

NLP Interchange Format

slide-14
SLIDE 14 07/05/2014 14

Guideline: Licensing models & mechanisms

Add "rights" metadata in the dataset description (e.g., VoID, DCAT)

1

DCAT

Data catalog vocabulary

slide-15
SLIDE 15 07/05/2014 15

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

slide-16
SLIDE 16 07/05/2014 16

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: dct:rights, dct:license)

2

?

3a

Standard license available

DCAT

Data catalog vocabulary

slide-17
SLIDE 17 07/05/2014 17

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

slide-18
SLIDE 18 07/05/2014 18

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

3b 3a

No Standard license available

ODRL

Open Digital Rights Language

DCAT

Data catalog vocabulary

slide-19
SLIDE 19 07/05/2014 19

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.)

slide-20
SLIDE 20 07/05/2014 20

META-SHARE license expressed as RDF with ODRL

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix odrl: <http://www.w3.org/ns/odrl/2/> . @prefix prov: <http://www.w3.org/ns/prov#> . <http://example-lr.com> a dcat:Dataset ; dct:license [ a odrl:Policy; rdfs:comment “Gives access to the resource to Spanish research institutions. Redistributing or transforming the work is forbidden” ;

  • drl:permission [ a odrl:Permission;
  • drl:action odrl:reproduce;
  • drl:constraint [ a odrl:Constraint;
  • drl:industry “Research”

], [ a odrl:Constraint;

  • drl:location “ES”

} ] ;

  • drl:prohibition [ a odrl:Prohibition;
  • drl:action odrl:derive, odrl:distribute

] ; ]; prov:wasGeneratedBy [ prov:endedAtTime "Thu Apr 03 00:07:07 CEST2014"^^xsd:date ; prov:wasAssociatedWith “http://lr-provider.com" ] .

Resources can be provided with provenance and flexible licenses. For example, specifying availability only for research institutions of a territory.

slide-21
SLIDE 21 07/05/2014 21

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)

slide-22
SLIDE 22 07/05/2014 22

Conditional.linkeddata.es Demo available at:

http://conditional.linkeddata.es

slide-23
SLIDE 23 07/05/2014 23

Browse data: resource Barcelona (user)

slide-24
SLIDE 24 07/05/2014 24

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> ;

slide-25
SLIDE 25 07/05/2014 25

Set some policies (admin)

slide-26
SLIDE 26 07/05/2014 26

Set some policies (admin)

slide-27
SLIDE 27 07/05/2014 27

Browse data: resource Barcelona (user)

slide-28
SLIDE 28 07/05/2014 28

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> ;

slide-29
SLIDE 29 07/05/2014 29

Gain access to restricted data (user)

slide-30
SLIDE 30 07/05/2014 30

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> ….

slide-31
SLIDE 31 07/05/2014 31

Gain access to restricted data (user)

slide-32
SLIDE 32 07/05/2014 32

THANK YOU FOR YOUR ATTENTION

QUESTIONS?