SlideShare a Scribd company logo
1 of 18
Challenges on modeling annotations
in the Europeana Sounds project
Hugo Manguinhas, Sergiu Gordea, Antoine Isaac, Alessio Piccioli,
Giulio Andreini, Francesca Di Donato, Remy Gardien, Maarten
Brinkerink | iAnnotate 2016
What is Europeana?
Challenges on modeling annotations in the Europeana Sounds project
CC BY-SA
We aggregate metadata:
• From all EU countries
• 3,500 galleries, libraries,
archives and museums
• More than 52M objects
• In about 50 languages
Europeana aggregation infrastructure
Europeana| CC BY-SA
The Platform for Europe’s Digital Cultural Heritage
Why are annotations useful?
CC BY-SA
For Users, a means to…
• Contribute with their knowledge
• Discuss and share their knowledge with others
For Cultural Institutions, a new way and opportunity to
increase the quality of their metadata
• Improve consistency
• Contribute to a better semantic description, with internal cross-
linking and links to the web of data
Challenges on modeling annotations in the Europeana Sounds project
The Europeana Sounds project
CC BY-SA
Europeana Sounds aims to increase the amount of audio
content available via Europeana
• also improving geographical and thematic coverage
Apart from aggregation, it improves discovery and use of
audio content, by enriching metadata through innovative
methods
Challenges on modeling annotations in the Europeana Sounds project
Annotation Scenarios in Europeana Sounds
CC BY-SA
A user annotates a Cultural Heritage Object, in particular…
• Information describing the object (i.e. metadata)
• Contextual information (i.e. metadata about Agents, Places, Subjects, … )
• Media resources representing the object
By the following actions:
• Tag with terms from controlled vocabularies
• Complete or correct information
• Favour or moderate annotations made by other users
• Comment and discuss with other users
• Relate objects together
Challenges on modeling annotations in the Europeana Sounds project
Crowdsourcing Infrastructure
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
Annotation Providers
Annotation Client
TheSession.org + TunePal HistoryPin.org Pundit WITH
Exchanging annotations across platforms
CC BY-SA
We adopted the W3C Web Annotation Data Model
• Offers a simple model for exchanging annotations across platforms
... but flexible enough to support complex scenarios
We are developing a REST API based on the W3C Web Annotation
Protocol
• Which developers & Europeana will use for retrieval, creation and
search of annotations
Challenges on modeling annotations in the Europeana Sounds project
Tagging with semantic resources
CC BY-SA
User scenario:
A end-user wishes to tag a
Europeana object using a
term/resource from a
controlled vocabulary
Challenges on modeling annotations in the Europeana Sounds project
Item as displayed in the
Europeana Collections Portal
Tagging with semantic resources
The Pundit use case
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
DBpedia
API
oa:Annotation
http://data.europeana.eu/an
notation/...
oa:hasBody
skos:Concept
http://dbpedia.org/resource/
Brass_instrument
oa:tagging
oa:motivatedBy
edm:ProvidedCHO
http://data.europeana.eu/item/09102/_UEDIN_214
oa:hasTarget
Available
Vocabularies
/ Datasets
Tagging with semantic resources
Open Questions
CC BY-SA
… some aspects may significantly influence user experience:
• Should different kinds of semantic resources be displayed in the
same way? ...or should they be differentiated by type (ie. a Place vs Agent)
or scope (e.g. Rock as a sound genre vs a physical thing).
• Which label(s) should be displayed? Should the one that best fits the
display settings (ie. language preferences) be used - what if no label
exists for that language?
• Should the user annotate with any term from a vocabulary, or only
a subset?
• What to do with annotations when a vocabulary is updated by its
maintainer?
Challenges on modeling annotations in the Europeana Sounds project
Tagging with semantic resources
Challenges
Client applications must:
• have all data necessary for feeding the display and
• in an way that they can uniformly process
This means that resources must be:
• Dereferenced
• Translated into an uniform data format
To tackle these challenges we chose the Europeana Data Model:
• Already in use at Europeana
• Reuses existing standards (e.g. SKOS, DublinCore, WGS84 Geo Positioning)
• Gives support for all contextual resources
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
Tagging with geographical information
The HistoryPin.org use case
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
User can specify the rough
coordinates and a radius
An Europeana Object displayed in
HistoryPin.org
Tagging with geographical information
The HistoryPin.org use case
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://data.europeana.eu/annotations/historypin/136290",
...
[provenance info here],
...
"motivation": "tagging",
"body": {
"@context": <Context for EDM>,
"type": "edm:Place",
"wgs84_pos:lat": "48.85341",
"wgs84_pos:long": "2.3488"
},
"target": "http://data.europeana.eu/item/09102/_UEDIN_214"
}
Similar as semantic tagging but
using a “virtual” resource
Coordinates expressed using
WGS84 Geo Positioning
Annotating metadata
The Pundit use case
CC BY-SA
We consider metadata annotations as…
• any annotation that refers to or asserts a statement to the
information describing an object in order to complete or correct it
Ideally, and like other annotations, they should be
• agnostic to the way they are presented to the user in the interface
• machine readable
So that metadata annotations can
• survive changes to the interface design;
• allow them to be easily shared outside the interface they were
originally created;
• allow for other software applications to take further advantage of it
Challenges on modeling annotations in the Europeana Sounds project
Annotating metadata
A Proposal
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
oa:Annotation
http://data.europeana.e
u/annotation/...
oa:describing?
oa:motivatedBy
pundit:MetadataSelector
#statement1
oa:SpecificResource
#metadata1
oa:hasTarget
oa:hasSelector
rdf:predicate
Graph
Correct URI
edm:ProvidedCHO
http://data.europeana.eu/item/09102/_UEDIN_214
dcterms:isPartOf
oa:hasSource
rdf:value
oa:hasBody
A specific
motivation may be
needed
Similar to a
rdf:Statement but
following WA guidelines
Favouring and moderating annotations
CC BY-SA
As manual per-annotation moderation does not scale well,
we wish to encourage a crowd-moderation policy among the
end-users:
• Three-strikes-out: if three users report an annotation as
in violation of the terms of use, it will be hidden.
How to differentiate moderation (violations of terms of use) from
up- and down-voting ('this is a very good annotation, +1')?
Challenges on modeling annotations in the Europeana Sounds project
Conclusion
• Requirements are becoming clearer as we work on more
concrete use-cases and validate them with real users
• Expressing cross-platform annotations in an uniform way is a
big challenge:
• W3C Web Annotation Data Model gives a good interoperable
base
• But, not all scenarios are yet covered
• Need for best practices for specific applications / domains
• Still a lot of work ahead...
...but we are making progress
CC BY-SA
Challenges on modeling annotations in the Europeana Sounds project
http://www.europeanasounds.eu/

More Related Content

Similar to Challenges modeling annotations Europeana Sounds

Modelling and exchanging annotations
Modelling and exchanging annotationsModelling and exchanging annotations
Modelling and exchanging annotationsAntoine Isaac
 
Annotations and Europeana @Project Assembly 2014 - Tech Workshops
Annotations and Europeana @Project Assembly 2014 - Tech WorkshopsAnnotations and Europeana @Project Assembly 2014 - Tech Workshops
Annotations and Europeana @Project Assembly 2014 - Tech WorkshopsDavid Haskiya
 
Designing a multilingual knowledge graph - DCMI2018
Designing a multilingual knowledge graph - DCMI2018Designing a multilingual knowledge graph - DCMI2018
Designing a multilingual knowledge graph - DCMI2018Antoine Isaac
 
The Europeana Community: Semantics and Cultural Heritage Data
The Europeana Community: Semantics and Cultural Heritage DataThe Europeana Community: Semantics and Cultural Heritage Data
The Europeana Community: Semantics and Cultural Heritage DataNuno Freire
 
European databases in cultural heritage: making connections
European databases in cultural heritage: making connectionsEuropean databases in cultural heritage: making connections
European databases in cultural heritage: making connectionsCARARE
 
Europeana Connect All-Staff Meeting
Europeana Connect All-Staff MeetingEuropeana Connect All-Staff Meeting
Europeana Connect All-Staff MeetingEuropeanaConnect
 
Innovation for Europeana - Europeana v2.0 WP7
Innovation for Europeana - Europeana v2.0 WP7Innovation for Europeana - Europeana v2.0 WP7
Innovation for Europeana - Europeana v2.0 WP7Max Kaiser
 
Valentine Charles: Linking cultural heritage with KOS: the Europeana example
Valentine Charles: Linking cultural heritage with KOS: the Europeana example Valentine Charles: Linking cultural heritage with KOS: the Europeana example
Valentine Charles: Linking cultural heritage with KOS: the Europeana example COST Action TD1210
 
Evaluation of Schema.org for Aggregation of Cultural Heritage Metadata
Evaluation of Schema.org for Aggregation of Cultural Heritage MetadataEvaluation of Schema.org for Aggregation of Cultural Heritage Metadata
Evaluation of Schema.org for Aggregation of Cultural Heritage MetadataNuno Freire
 
The Europeana Strategy and Linked Open Data
The Europeana Strategy and Linked Open DataThe Europeana Strategy and Linked Open Data
The Europeana Strategy and Linked Open DataDavid Haskiya
 
Semantic Interoperability at Europeana - MultilingualDSIs2018
Semantic Interoperability at Europeana - MultilingualDSIs2018Semantic Interoperability at Europeana - MultilingualDSIs2018
Semantic Interoperability at Europeana - MultilingualDSIs2018Antoine Isaac
 
Europeana as a Linked Data (Quality) case
Europeana as a Linked Data (Quality) caseEuropeana as a Linked Data (Quality) case
Europeana as a Linked Data (Quality) caseAntoine Isaac
 
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...UKSG: connecting the knowledge community
 
Pundit. Web annotation for the Digital Humanities
Pundit. Web annotation for the Digital HumanitiesPundit. Web annotation for the Digital Humanities
Pundit. Web annotation for the Digital HumanitiesFrancesca Di Donato
 
Linked Open Data Cloud
Linked Open Data CloudLinked Open Data Cloud
Linked Open Data CloudPretaLLOD
 
Linked Data for EuropeanaCultural Heritage: the Europeana approach
Linked Data for EuropeanaCultural Heritage: the Europeana approachLinked Data for EuropeanaCultural Heritage: the Europeana approach
Linked Data for EuropeanaCultural Heritage: the Europeana approachValentine Charles
 
Modelling annotations for Europeana and related projects - DARIAH-EU WS
Modelling annotations for Europeana and related projects - DARIAH-EU WSModelling annotations for Europeana and related projects - DARIAH-EU WS
Modelling annotations for Europeana and related projects - DARIAH-EU WSAntoine Isaac
 
DARIAH-DE WS: Modeling annotations for Europeana and related projects
DARIAH-DE WS: Modeling annotations for Europeana and related projectsDARIAH-DE WS: Modeling annotations for Europeana and related projects
DARIAH-DE WS: Modeling annotations for Europeana and related projectsHugo Manguinhas
 
AAC Education Session
AAC Education Session AAC Education Session
AAC Education Session Antoine Isaac
 
Europeana @ NISO Bibliographic Roadmap Meeting
Europeana @ NISO Bibliographic Roadmap MeetingEuropeana @ NISO Bibliographic Roadmap Meeting
Europeana @ NISO Bibliographic Roadmap MeetingAntoine Isaac
 

Similar to Challenges modeling annotations Europeana Sounds (20)

Modelling and exchanging annotations
Modelling and exchanging annotationsModelling and exchanging annotations
Modelling and exchanging annotations
 
Annotations and Europeana @Project Assembly 2014 - Tech Workshops
Annotations and Europeana @Project Assembly 2014 - Tech WorkshopsAnnotations and Europeana @Project Assembly 2014 - Tech Workshops
Annotations and Europeana @Project Assembly 2014 - Tech Workshops
 
Designing a multilingual knowledge graph - DCMI2018
Designing a multilingual knowledge graph - DCMI2018Designing a multilingual knowledge graph - DCMI2018
Designing a multilingual knowledge graph - DCMI2018
 
The Europeana Community: Semantics and Cultural Heritage Data
The Europeana Community: Semantics and Cultural Heritage DataThe Europeana Community: Semantics and Cultural Heritage Data
The Europeana Community: Semantics and Cultural Heritage Data
 
European databases in cultural heritage: making connections
European databases in cultural heritage: making connectionsEuropean databases in cultural heritage: making connections
European databases in cultural heritage: making connections
 
Europeana Connect All-Staff Meeting
Europeana Connect All-Staff MeetingEuropeana Connect All-Staff Meeting
Europeana Connect All-Staff Meeting
 
Innovation for Europeana - Europeana v2.0 WP7
Innovation for Europeana - Europeana v2.0 WP7Innovation for Europeana - Europeana v2.0 WP7
Innovation for Europeana - Europeana v2.0 WP7
 
Valentine Charles: Linking cultural heritage with KOS: the Europeana example
Valentine Charles: Linking cultural heritage with KOS: the Europeana example Valentine Charles: Linking cultural heritage with KOS: the Europeana example
Valentine Charles: Linking cultural heritage with KOS: the Europeana example
 
Evaluation of Schema.org for Aggregation of Cultural Heritage Metadata
Evaluation of Schema.org for Aggregation of Cultural Heritage MetadataEvaluation of Schema.org for Aggregation of Cultural Heritage Metadata
Evaluation of Schema.org for Aggregation of Cultural Heritage Metadata
 
The Europeana Strategy and Linked Open Data
The Europeana Strategy and Linked Open DataThe Europeana Strategy and Linked Open Data
The Europeana Strategy and Linked Open Data
 
Semantic Interoperability at Europeana - MultilingualDSIs2018
Semantic Interoperability at Europeana - MultilingualDSIs2018Semantic Interoperability at Europeana - MultilingualDSIs2018
Semantic Interoperability at Europeana - MultilingualDSIs2018
 
Europeana as a Linked Data (Quality) case
Europeana as a Linked Data (Quality) caseEuropeana as a Linked Data (Quality) case
Europeana as a Linked Data (Quality) case
 
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...
UKSG webinar: Introduction to metadata quality – the approach of Europeana Co...
 
Pundit. Web annotation for the Digital Humanities
Pundit. Web annotation for the Digital HumanitiesPundit. Web annotation for the Digital Humanities
Pundit. Web annotation for the Digital Humanities
 
Linked Open Data Cloud
Linked Open Data CloudLinked Open Data Cloud
Linked Open Data Cloud
 
Linked Data for EuropeanaCultural Heritage: the Europeana approach
Linked Data for EuropeanaCultural Heritage: the Europeana approachLinked Data for EuropeanaCultural Heritage: the Europeana approach
Linked Data for EuropeanaCultural Heritage: the Europeana approach
 
Modelling annotations for Europeana and related projects - DARIAH-EU WS
Modelling annotations for Europeana and related projects - DARIAH-EU WSModelling annotations for Europeana and related projects - DARIAH-EU WS
Modelling annotations for Europeana and related projects - DARIAH-EU WS
 
DARIAH-DE WS: Modeling annotations for Europeana and related projects
DARIAH-DE WS: Modeling annotations for Europeana and related projectsDARIAH-DE WS: Modeling annotations for Europeana and related projects
DARIAH-DE WS: Modeling annotations for Europeana and related projects
 
AAC Education Session
AAC Education Session AAC Education Session
AAC Education Session
 
Europeana @ NISO Bibliographic Roadmap Meeting
Europeana @ NISO Bibliographic Roadmap MeetingEuropeana @ NISO Bibliographic Roadmap Meeting
Europeana @ NISO Bibliographic Roadmap Meeting
 

More from Europeana_Sounds

The Europeana Sounds Music Information Retrieval Pilot
The Europeana Sounds Music Information Retrieval PilotThe Europeana Sounds Music Information Retrieval Pilot
The Europeana Sounds Music Information Retrieval PilotEuropeana_Sounds
 
Semantic Enrichment & Crowdsourcing
Semantic Enrichment & CrowdsourcingSemantic Enrichment & Crowdsourcing
Semantic Enrichment & CrowdsourcingEuropeana_Sounds
 
Crowdsourcing and Semantic Enrichments for European Cultural Heritage
Crowdsourcing and Semantic Enrichments for European Cultural HeritageCrowdsourcing and Semantic Enrichments for European Cultural Heritage
Crowdsourcing and Semantic Enrichments for European Cultural HeritageEuropeana_Sounds
 
Data processing for digital libraries: the experience of the BnF with Europea...
Data processing for digital libraries: the experience of the BnF with Europea...Data processing for digital libraries: the experience of the BnF with Europea...
Data processing for digital libraries: the experience of the BnF with Europea...Europeana_Sounds
 
Treasuring the sound heritage: the Europeana Sounds project
Treasuring the sound heritage: the Europeana Sounds projectTreasuring the sound heritage: the Europeana Sounds project
Treasuring the sound heritage: the Europeana Sounds projectEuropeana_Sounds
 
Europeana Sounds: improving access to Europe’s digital audio archives
Europeana Sounds: improving access to Europe’s digital audio archives Europeana Sounds: improving access to Europe’s digital audio archives
Europeana Sounds: improving access to Europe’s digital audio archives Europeana_Sounds
 
A virtual jukebox for europe's sound heritage
A virtual jukebox for europe's sound heritageA virtual jukebox for europe's sound heritage
A virtual jukebox for europe's sound heritageEuropeana_Sounds
 
Creating legal access to sound heritage
Creating legal access to sound heritageCreating legal access to sound heritage
Creating legal access to sound heritageEuropeana_Sounds
 
The Future of Historic Sounds – a prelude
The Future of Historic Sounds – a preludeThe Future of Historic Sounds – a prelude
The Future of Historic Sounds – a preludeEuropeana_Sounds
 
Europeana sounds in a nutshell (August 2015)
Europeana sounds in a nutshell (August 2015)Europeana sounds in a nutshell (August 2015)
Europeana sounds in a nutshell (August 2015)Europeana_Sounds
 
Aggregation status on Year 1
Aggregation status on Year 1Aggregation status on Year 1
Aggregation status on Year 1Europeana_Sounds
 
Publication of Europeana Sounds data in Europeana
Publication of Europeana Sounds data in EuropeanaPublication of Europeana Sounds data in Europeana
Publication of Europeana Sounds data in EuropeanaEuropeana_Sounds
 
Metadata ingestion plan presentation
Metadata ingestion plan presentationMetadata ingestion plan presentation
Metadata ingestion plan presentationEuropeana_Sounds
 
Recap of the previous training session
Recap of the previous training sessionRecap of the previous training session
Recap of the previous training sessionEuropeana_Sounds
 
Short introduction to RDF model based on the EDM sounds profile
Short introduction to RDF model based on the EDM sounds profileShort introduction to RDF model based on the EDM sounds profile
Short introduction to RDF model based on the EDM sounds profileEuropeana_Sounds
 
Europeana sounds in a nutshell (June 2015)
Europeana sounds in a nutshell (June 2015)Europeana sounds in a nutshell (June 2015)
Europeana sounds in a nutshell (June 2015)Europeana_Sounds
 

More from Europeana_Sounds (20)

The Europeana Sounds Music Information Retrieval Pilot
The Europeana Sounds Music Information Retrieval PilotThe Europeana Sounds Music Information Retrieval Pilot
The Europeana Sounds Music Information Retrieval Pilot
 
Semantic Enrichment & Crowdsourcing
Semantic Enrichment & CrowdsourcingSemantic Enrichment & Crowdsourcing
Semantic Enrichment & Crowdsourcing
 
Crowdsourcing and Semantic Enrichments for European Cultural Heritage
Crowdsourcing and Semantic Enrichments for European Cultural HeritageCrowdsourcing and Semantic Enrichments for European Cultural Heritage
Crowdsourcing and Semantic Enrichments for European Cultural Heritage
 
Data processing for digital libraries: the experience of the BnF with Europea...
Data processing for digital libraries: the experience of the BnF with Europea...Data processing for digital libraries: the experience of the BnF with Europea...
Data processing for digital libraries: the experience of the BnF with Europea...
 
Treasuring the sound heritage: the Europeana Sounds project
Treasuring the sound heritage: the Europeana Sounds projectTreasuring the sound heritage: the Europeana Sounds project
Treasuring the sound heritage: the Europeana Sounds project
 
Europeana Sounds: improving access to Europe’s digital audio archives
Europeana Sounds: improving access to Europe’s digital audio archives Europeana Sounds: improving access to Europe’s digital audio archives
Europeana Sounds: improving access to Europe’s digital audio archives
 
A virtual jukebox for europe's sound heritage
A virtual jukebox for europe's sound heritageA virtual jukebox for europe's sound heritage
A virtual jukebox for europe's sound heritage
 
Creating legal access to sound heritage
Creating legal access to sound heritageCreating legal access to sound heritage
Creating legal access to sound heritage
 
The Future of Historic Sounds – a prelude
The Future of Historic Sounds – a preludeThe Future of Historic Sounds – a prelude
The Future of Historic Sounds – a prelude
 
Europeana sounds in a nutshell (August 2015)
Europeana sounds in a nutshell (August 2015)Europeana sounds in a nutshell (August 2015)
Europeana sounds in a nutshell (August 2015)
 
Aggregation status on Year 1
Aggregation status on Year 1Aggregation status on Year 1
Aggregation status on Year 1
 
Publication of Europeana Sounds data in Europeana
Publication of Europeana Sounds data in EuropeanaPublication of Europeana Sounds data in Europeana
Publication of Europeana Sounds data in Europeana
 
EDM for Europeana Sounds
EDM for Europeana SoundsEDM for Europeana Sounds
EDM for Europeana Sounds
 
Aggregation workflow
Aggregation workflowAggregation workflow
Aggregation workflow
 
Metadata ingestion plan presentation
Metadata ingestion plan presentationMetadata ingestion plan presentation
Metadata ingestion plan presentation
 
Recap of the previous training session
Recap of the previous training sessionRecap of the previous training session
Recap of the previous training session
 
Short introduction to RDF model based on the EDM sounds profile
Short introduction to RDF model based on the EDM sounds profileShort introduction to RDF model based on the EDM sounds profile
Short introduction to RDF model based on the EDM sounds profile
 
Advanced mappings
Advanced mappingsAdvanced mappings
Advanced mappings
 
Europeana publication
Europeana publicationEuropeana publication
Europeana publication
 
Europeana sounds in a nutshell (June 2015)
Europeana sounds in a nutshell (June 2015)Europeana sounds in a nutshell (June 2015)
Europeana sounds in a nutshell (June 2015)
 

Recently uploaded

THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...漢銘 謝
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRRsarwankumar4524
 
cse-csp batch4 review-1.1.pptx cyber security
cse-csp batch4 review-1.1.pptx cyber securitycse-csp batch4 review-1.1.pptx cyber security
cse-csp batch4 review-1.1.pptx cyber securitysandeepnani2260
 
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...Sebastiano Panichella
 
General Elections Final Press Noteas per M
General Elections Final Press Noteas per MGeneral Elections Final Press Noteas per M
General Elections Final Press Noteas per MVidyaAdsule1
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEMCharmi13
 
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptxerickamwana1
 
A Guide to Choosing the Ideal Air Cooler
A Guide to Choosing the Ideal Air CoolerA Guide to Choosing the Ideal Air Cooler
A Guide to Choosing the Ideal Air Coolerenquirieskenstar
 
Testing with Fewer Resources: Toward Adaptive Approaches for Cost-effective ...
Testing with Fewer Resources:  Toward Adaptive Approaches for Cost-effective ...Testing with Fewer Resources:  Toward Adaptive Approaches for Cost-effective ...
Testing with Fewer Resources: Toward Adaptive Approaches for Cost-effective ...Sebastiano Panichella
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptxogubuikealex
 
GESCO SE Press and Analyst Conference on Financial Results 2024
GESCO SE Press and Analyst Conference on Financial Results 2024GESCO SE Press and Analyst Conference on Financial Results 2024
GESCO SE Press and Analyst Conference on Financial Results 2024GESCO SE
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxRoquia Salam
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxAsifArshad8
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SESaleh Ibne Omar
 
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunity
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunityDon't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunity
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunityApp Ethena
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerkumenegertelayegrama
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRachelAnnTenibroAmaz
 

Recently uploaded (17)

THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
THE COUNTRY WHO SOLVED THE WORLD_HOW CHINA LAUNCHED THE CIVILIZATION REVOLUTI...
 
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRRINDIAN GCP GUIDELINE. for Regulatory  affair 1st sem CRR
INDIAN GCP GUIDELINE. for Regulatory affair 1st sem CRR
 
cse-csp batch4 review-1.1.pptx cyber security
cse-csp batch4 review-1.1.pptx cyber securitycse-csp batch4 review-1.1.pptx cyber security
cse-csp batch4 review-1.1.pptx cyber security
 
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...
Testing and Development Challenges for Complex Cyber-Physical Systems: Insigh...
 
General Elections Final Press Noteas per M
General Elections Final Press Noteas per MGeneral Elections Final Press Noteas per M
General Elections Final Press Noteas per M
 
Quality by design.. ppt for RA (1ST SEM
Quality by design.. ppt for  RA (1ST SEMQuality by design.. ppt for  RA (1ST SEM
Quality by design.. ppt for RA (1ST SEM
 
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx
05.02 MMC - Assignment 4 - Image Attribution Lovepreet.pptx
 
A Guide to Choosing the Ideal Air Cooler
A Guide to Choosing the Ideal Air CoolerA Guide to Choosing the Ideal Air Cooler
A Guide to Choosing the Ideal Air Cooler
 
Testing with Fewer Resources: Toward Adaptive Approaches for Cost-effective ...
Testing with Fewer Resources:  Toward Adaptive Approaches for Cost-effective ...Testing with Fewer Resources:  Toward Adaptive Approaches for Cost-effective ...
Testing with Fewer Resources: Toward Adaptive Approaches for Cost-effective ...
 
Chizaram's Women Tech Makers Deck. .pptx
Chizaram's Women Tech Makers Deck.  .pptxChizaram's Women Tech Makers Deck.  .pptx
Chizaram's Women Tech Makers Deck. .pptx
 
GESCO SE Press and Analyst Conference on Financial Results 2024
GESCO SE Press and Analyst Conference on Financial Results 2024GESCO SE Press and Analyst Conference on Financial Results 2024
GESCO SE Press and Analyst Conference on Financial Results 2024
 
Application of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptxApplication of GIS in Landslide Disaster Response.pptx
Application of GIS in Landslide Disaster Response.pptx
 
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptxEngaging Eid Ul Fitr Presentation for Kindergartners.pptx
Engaging Eid Ul Fitr Presentation for Kindergartners.pptx
 
Internship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SEInternship Presentation | PPT | CSE | SE
Internship Presentation | PPT | CSE | SE
 
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunity
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunityDon't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunity
Don't Miss Out: Strategies for Making the Most of the Ethena DigitalOpportunity
 
proposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeegerproposal kumeneger edited.docx A kumeeger
proposal kumeneger edited.docx A kumeeger
 
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATIONRACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
RACHEL-ANN M. TENIBRO PRODUCT RESEARCH PRESENTATION
 

Challenges modeling annotations Europeana Sounds

  • 1. Challenges on modeling annotations in the Europeana Sounds project Hugo Manguinhas, Sergiu Gordea, Antoine Isaac, Alessio Piccioli, Giulio Andreini, Francesca Di Donato, Remy Gardien, Maarten Brinkerink | iAnnotate 2016
  • 2. What is Europeana? Challenges on modeling annotations in the Europeana Sounds project CC BY-SA We aggregate metadata: • From all EU countries • 3,500 galleries, libraries, archives and museums • More than 52M objects • In about 50 languages Europeana aggregation infrastructure Europeana| CC BY-SA The Platform for Europe’s Digital Cultural Heritage
  • 3. Why are annotations useful? CC BY-SA For Users, a means to… • Contribute with their knowledge • Discuss and share their knowledge with others For Cultural Institutions, a new way and opportunity to increase the quality of their metadata • Improve consistency • Contribute to a better semantic description, with internal cross- linking and links to the web of data Challenges on modeling annotations in the Europeana Sounds project
  • 4. The Europeana Sounds project CC BY-SA Europeana Sounds aims to increase the amount of audio content available via Europeana • also improving geographical and thematic coverage Apart from aggregation, it improves discovery and use of audio content, by enriching metadata through innovative methods Challenges on modeling annotations in the Europeana Sounds project
  • 5. Annotation Scenarios in Europeana Sounds CC BY-SA A user annotates a Cultural Heritage Object, in particular… • Information describing the object (i.e. metadata) • Contextual information (i.e. metadata about Agents, Places, Subjects, … ) • Media resources representing the object By the following actions: • Tag with terms from controlled vocabularies • Complete or correct information • Favour or moderate annotations made by other users • Comment and discuss with other users • Relate objects together Challenges on modeling annotations in the Europeana Sounds project
  • 6. Crowdsourcing Infrastructure CC BY-SA Challenges on modeling annotations in the Europeana Sounds project Annotation Providers Annotation Client TheSession.org + TunePal HistoryPin.org Pundit WITH
  • 7. Exchanging annotations across platforms CC BY-SA We adopted the W3C Web Annotation Data Model • Offers a simple model for exchanging annotations across platforms ... but flexible enough to support complex scenarios We are developing a REST API based on the W3C Web Annotation Protocol • Which developers & Europeana will use for retrieval, creation and search of annotations Challenges on modeling annotations in the Europeana Sounds project
  • 8. Tagging with semantic resources CC BY-SA User scenario: A end-user wishes to tag a Europeana object using a term/resource from a controlled vocabulary Challenges on modeling annotations in the Europeana Sounds project Item as displayed in the Europeana Collections Portal
  • 9. Tagging with semantic resources The Pundit use case CC BY-SA Challenges on modeling annotations in the Europeana Sounds project DBpedia API oa:Annotation http://data.europeana.eu/an notation/... oa:hasBody skos:Concept http://dbpedia.org/resource/ Brass_instrument oa:tagging oa:motivatedBy edm:ProvidedCHO http://data.europeana.eu/item/09102/_UEDIN_214 oa:hasTarget Available Vocabularies / Datasets
  • 10. Tagging with semantic resources Open Questions CC BY-SA … some aspects may significantly influence user experience: • Should different kinds of semantic resources be displayed in the same way? ...or should they be differentiated by type (ie. a Place vs Agent) or scope (e.g. Rock as a sound genre vs a physical thing). • Which label(s) should be displayed? Should the one that best fits the display settings (ie. language preferences) be used - what if no label exists for that language? • Should the user annotate with any term from a vocabulary, or only a subset? • What to do with annotations when a vocabulary is updated by its maintainer? Challenges on modeling annotations in the Europeana Sounds project
  • 11. Tagging with semantic resources Challenges Client applications must: • have all data necessary for feeding the display and • in an way that they can uniformly process This means that resources must be: • Dereferenced • Translated into an uniform data format To tackle these challenges we chose the Europeana Data Model: • Already in use at Europeana • Reuses existing standards (e.g. SKOS, DublinCore, WGS84 Geo Positioning) • Gives support for all contextual resources CC BY-SA Challenges on modeling annotations in the Europeana Sounds project
  • 12. Tagging with geographical information The HistoryPin.org use case CC BY-SA Challenges on modeling annotations in the Europeana Sounds project User can specify the rough coordinates and a radius An Europeana Object displayed in HistoryPin.org
  • 13. Tagging with geographical information The HistoryPin.org use case CC BY-SA Challenges on modeling annotations in the Europeana Sounds project { "@context": "http://www.w3.org/ns/anno.jsonld", "id": "http://data.europeana.eu/annotations/historypin/136290", ... [provenance info here], ... "motivation": "tagging", "body": { "@context": <Context for EDM>, "type": "edm:Place", "wgs84_pos:lat": "48.85341", "wgs84_pos:long": "2.3488" }, "target": "http://data.europeana.eu/item/09102/_UEDIN_214" } Similar as semantic tagging but using a “virtual” resource Coordinates expressed using WGS84 Geo Positioning
  • 14. Annotating metadata The Pundit use case CC BY-SA We consider metadata annotations as… • any annotation that refers to or asserts a statement to the information describing an object in order to complete or correct it Ideally, and like other annotations, they should be • agnostic to the way they are presented to the user in the interface • machine readable So that metadata annotations can • survive changes to the interface design; • allow them to be easily shared outside the interface they were originally created; • allow for other software applications to take further advantage of it Challenges on modeling annotations in the Europeana Sounds project
  • 15. Annotating metadata A Proposal CC BY-SA Challenges on modeling annotations in the Europeana Sounds project oa:Annotation http://data.europeana.e u/annotation/... oa:describing? oa:motivatedBy pundit:MetadataSelector #statement1 oa:SpecificResource #metadata1 oa:hasTarget oa:hasSelector rdf:predicate Graph Correct URI edm:ProvidedCHO http://data.europeana.eu/item/09102/_UEDIN_214 dcterms:isPartOf oa:hasSource rdf:value oa:hasBody A specific motivation may be needed Similar to a rdf:Statement but following WA guidelines
  • 16. Favouring and moderating annotations CC BY-SA As manual per-annotation moderation does not scale well, we wish to encourage a crowd-moderation policy among the end-users: • Three-strikes-out: if three users report an annotation as in violation of the terms of use, it will be hidden. How to differentiate moderation (violations of terms of use) from up- and down-voting ('this is a very good annotation, +1')? Challenges on modeling annotations in the Europeana Sounds project
  • 17. Conclusion • Requirements are becoming clearer as we work on more concrete use-cases and validate them with real users • Expressing cross-platform annotations in an uniform way is a big challenge: • W3C Web Annotation Data Model gives a good interoperable base • But, not all scenarios are yet covered • Need for best practices for specific applications / domains • Still a lot of work ahead... ...but we are making progress CC BY-SA Challenges on modeling annotations in the Europeana Sounds project