SlideShare a Scribd company logo
1 of 27
Download to read offline
Pierfrancesco Bellini, Paolo Nesi
Dipartimento Ingegneria Informazione, University of Florence, Italy
pbellini@dsi.unifi.it, paolo.nesi@unifi.it
ECLAP 2013, 8‐10 April 2013, Porto
 Web of documents
 The current Web, where data is mixed into HTML
 Difficult to be processed from machines
 Web of data
 Data present into HTML is also accessible in a 
machine‐friendly format
 Data is linked to other data in other repositories
ECLAP 2013, 8‐10 April 2013, Porto
1. Use dereferenceable HTTP Uniform Resource Identifiers 
to identify resources
2. Use RDF standard to describe resources
3. Link to other linked data resources over the web
Moreover:
 Reuse vocabularies to describe resources or define them 
via subclass/subproperties
 Vocabularies should be available as Linked Data
 Popular vocabularies:
 Dublin Core (human created artifacts)
 Friend of a Friend (person, organizations and relations)
 Creative Commons (legal information about works)
 Basic Geo Vocabulary (geographical coords.)
ECLAP 2013, 8‐10 April 2013, Porto
ECLAP 2013, 8‐10 April 2013, Porto
Linked Data Open Data
Linked
Open Data
 Improve user experience with more 
contextual information
 Semantic Data in machine‐friendly formats 
can be used to improve search experiences
 Used in Applications & API
ECLAP 2013, 8‐10 April 2013, Porto
 Multimedia Archive of Performing Arts
 content from 31 European content providers
 from 13 countries
 currently about 115,000 content items
 video, audio, images, documents, 3D, Braille music 
scores, epub, crossmedia…
 Best practice network on Performing Arts
 3 working groups on
▪ IPR issues
▪ Education
▪ Digital Libraries
ECLAP 2013, 8‐10 April 2013, Porto
ECLAP 2013, 8‐10 April 2013, Porto
ECLAP 2013, 8‐10 April 2013, Porto
 Links to Geonames a LOD repository of Geographical 
names
 Metadata in fields like
 dc:coverage, 
 dcterms:spatial
 (first)Performance Place,
 (first)Performance City,
 (first)Performance Country
are analyzed to match with geographical names from the 
GeoNames archive
 About 40000 relations found
ECLAP 2013, 8‐10 April 2013, Porto
Object
Term
User
Group
Annotation
geoname
http://www.eclap.eu/resource/term/501
http://www.eclap.eu/resource/group/3160
http://www.eclap.eu/resource/user/45
http://www.eclap.eu/resource/annotation/...
http://www.eclap.eu/resource/object/urn:axmedis:...
ECLAP 2013, 8‐10 April 2013, Porto
http://sws.geonames.org/...
 Use Dublin Core vocabulary
 For Performing Arts Metadata use a custom vocabulary 
with properties defined as specializations of Dublin Core 
properties
 performancePlace  dcterms:spatial
 performanceCity  dcterms:spatial
 performanceCountry  dcterms:spatial
 performanceDate  dcterms:issued
 performingArtsProfessional  dcterms:contributor
 dancer  performingArtsProfessional
 actor  performingArtsProfessional
 director  performingArtsProfessional
 …
ECLAP 2013, 8‐10 April 2013, Porto
ECLAP 2013, 8‐10 April 2013, Porto
<rdf:RDF …>
<rdf:Description rdf:about="http://www.eclap.eu/resource/object/urn:axmedis:00000:obj:04..">
<dc:title xml:lang="en">you PARA | DISO</dc:title>
<dc:description xml:lang="en">In July 2010 Emio Greco and Pieter C. Scholten presented their 
performance "you PARA | DISO" at Salle Garnier de l'Opéra de Monte‐Carlo. You PARA | DISO is the 
last performance around Dante’s Divina Commedia. … </dc:description>
<dc:publisher xml:lang="en">iTheatre</dc:publisher>
<dc:subject xml:lang="en">dance</dc:subject>
<dc:format>video</dc:format>
<dc:creator xml:lang="en">emio greco &amp; pc</dc:creator>
<dc:creator xml:lang="en">erik lint</dc:creator>
…
<eclap:performancePlace>Salle Garnier de l'Opéra de Monte‐Carlo</eclap:performancePlace>
<eclap:performanceCity>Monte‐Carlo</eclap:performanceCity>
<eclap:performanceCountry>Monaco</eclap:performanceCountry>
<eclap:performanceCountry rdf:resource="http://sws.geonames.org/2993457/"/>
<eclap:performanceDate>July 2010</eclap:performanceDate>
<eclap:choreographer>Emio Greco</eclap:choreographer>
<eclap:choreographer>Pieter C. Scholten</eclap:choreographer>
<eclap:historicalPeriod rdf:resource="http://www.eclap.eu/resource/term/567"/>
<eclap:performingArtsType rdf:resource="http://www.eclap.eu/resource/term/501"/>
<eclap:managementAndOrganization rdf:resource="http://www.eclap.eu/resource/term/514"/>
<dcterms:isPartOf rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis:00000..."/>
<eclap:hasAnnotation rdf:resource="http://www.eclap.eu/resource/annotation/SideAnnotation_130..." 
/>
…
</rdf:Description>
</rdf:RDF>
 ECLAP provides six thesauri of terms for the 
classification of content (for a total of 231 terms):
 Subject (e.g., Teaching, Philosophy, Multiculture)
 Genre (e.g., Comedy, Comic, Drama)
 Historical period (e.g., Contemporary, Classical, XX 
Century)
 Movement and style (e.g., Experimental, Theatre of the 
absurd)
 Performing arts type (e.g., Dance, Ballet, Music, Rock, 
Theatre, Noh)
 Management and organization (e.g., Performance, 
Choreography )
ECLAP 2013, 8‐10 April 2013, Porto
 Use SKOS vocabulary
<rdf:RDF>
<skos:Concept rdf:about="http://www.eclap.eu/resource/term/501">
<skos:prefLabel xml:lang="it">Danza</skos:prefLabel>
<skos:prefLabel xml:lang="en">Dance</skos:prefLabel>
…
<skos:broader rdf:resource="http://www.eclap.eu/resource/term/664"/>
<skos:narrower rdf:resource="http://www.eclap.eu/resource/term/540"/>
<skos:narrower rdf:resource="http://www.eclap.eu/resource/term/539"/>
<skos:narrower rdf:resource="http://www.eclap.eu/resource/term/507"/>
<skos:narrower rdf:resource="http://www.eclap.eu/resource/term/506"/>
<eclap:isSubjectOf
rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis:000... "/>
<eclap:isSubjectOf
rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis:000... "/>
…
</skos:Concept>
</rdf:RDF>
 Use FOAF vocabulary
<rdf:RDF>
<foaf:Group rdf:about="http://www.eclap.eu/resource/group/2859">
<rdfs:label>Centro Teatro Ateneo, University of Rome La Sapienza, UNIROMA, Italia</rdfs:label>
<eclap:admin rdf:resource="http://www.eclap.eu/resource/user/1"/>
<eclap:admin rdf:resource="http://www.eclap.eu/resource/user/253"/>
…
<foaf:member rdf:resource="http://www.eclap.eu/resource/user/1"/>
<foaf:member rdf:resource="http://www.eclap.eu/resource/user/42"/>
…
<eclap:provide rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis..."/>
<eclap:provide rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis..."/>
…
</foaf:Group>
</rdf:RDF>
 Use FOAF vocabulary
<rdf:RDF …>
<foaf:Person rdf:about=”http://www.eclap.eu/resource/user/45”>
<foaf:nick>bellini</foaf:nick>
<foaf:knows rdf:recource=”http://www.eclap.eu/resource/user/1” />
…
<foaf:topic_interest rdf:resource=”http://www.eclap.eu/resource/term/501” />
<eclap:isMemberOf rdf:resource=”http://www.eclap.eu/resource/group/3160” />
<eclap:isAdminOf rdf:resource=”http://www.eclap.eu/resource/group/3160” />
<eclap:hasFavorite
rdf:resource=”http://www.eclap.eu/resource/object/urn:axmedis:000...” />
<eclap:hasFeatured
rdf:resource=”http://www.eclap.eu/resource/object/urn:axmedis:000...” />
<eclap:createdAnnotation
rdf:resource=”http://www.eclap.eu/resource/annotation/SideAnnotation...” />
</foaf:Person>
</rdf:RDF>
ECLAP 2013, 8‐10 April 2013, Porto
 Use Open Annotation Collaboration 
vocabulary (http://www.openannotation.org)
 Annotations can be associated with whole 
audiovisual or to a temporal fragment
 Body of an annotation can be a text and/or 
another audiovisual (as a whole or a 
fragment)
 MyStoryPlayer is the tool used navigate 
annotations 
ECLAP 2013, 8‐10 April 2013, Porto
<rdf:RDF xmlns:oa=”http://www.w3.org/ns/oa#”
xmlns:cnt=”http://www.w3.org/2011/content#”>
<oa:Annotation
rdf:about="http://www.eclap.eu/resource/annotation/SideAnnotation_13010...">
<oa:hasTarget>
<oa:SpecificResource>
<oa:hasSource
rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis:0.."/>
<oa:hasSelector>
<oa:FragmentSelector>
<rdf:value>t=npt:10,60</rdf:value>
<dcterm:conformsTo rdf:resource=”http://www.w3.org/TR/media‐frags/”/>
</oa:FragmentSelector>
</oa:hasSelector>
</oa:SpecificResource>
</oa:hasTarget>
<oa:hasBody rdf:resource="http://www.eclap.eu/resource/object/urn:axmedis:..."/>
<oa:hasBody>
<cnt:ContentAsText>
<cnt:chars>this is an annotation</cnr:chars>
<dc:format>text/plain</dc:format>
</cnt:ContentAsText>
</oa:hasBody>
<oa:annotatedBy rdf:resource="http://www.eclap.eu/resource/user/1"/>
<oa:annotatedAt>2013‐02‐28T20:00:00</oa:annotatedAt>
</oa:Annotation>
 Linked data browsers (e.g. Q&D RDF Browser) 
ECLAP 2013, 8‐10 April 2013, Porto
 ECLAP Social Graph
ECLAP 2013, 8‐10 April 2013, Porto
Entity name… relation name
Entity 1
Entity 2
• Object
• Group
• User
•Taxonomy Term
• Collection
• Place
• Annotation
• Comment
ECLAP 2013, 8‐10 April 2013, Porto
Used to get other 
entities
 Object 
 creator  User
 groups  Group, …
 annotations  Annotation, …
 related objects  Object, … 
 taxonomies TaxonomyTerm, …
 comments  Comment, …
 favorite  User, …
 places  Place, …
 collections  Collection, …
ECLAP 2013, 8‐10 April 2013, Porto
 User 
 colleagues  User, …
 published  Object, …
 favorite  Object, …
 featured  Object, …
 Collection 
 objects  Object, …
 TaxonomyTerm 
 objects  Object, …
 broader TaxonomyTerm, …
 narrower TaxonomyTerm, 
…
 Place 
 objects  Object, …
ECLAP 2013, 8‐10 April 2013, Porto
 Operations on nodes
 Explore, add node relations to the graph
 Reduce, remove node relations from the graph
 Focus, clear all and start from the node
 Open, see the associated content
 Other operations
 Zoom, Pan
 Back
 Show/hide relations types
ECLAP 2013, 8‐10 April 2013, Porto
 In 2 months 6% of users watching a content interacted with 
the social graph (explore, open, focus, more…)
ECLAP 2013, 8‐10 April 2013, Porto
1366 operations
 ECLAP data is available as Linked Open Data
 A specific vocabulary was defined and it is available 
for reuse http://www.eclap.eu/schema/eclap
 Semantic relations are navigable using ECLAP 
Social Graph
 Future work
 Provide a SPARQL endpoint
 Link to other repositories as DBPedia
 Provide owl:sameAs relations with Europeana LOD
ECLAP 2013, 8‐10 April 2013, Porto

More Related Content

What's hot

Better Search With Structured Knowledge
Better Search With Structured KnowledgeBetter Search With Structured Knowledge
Better Search With Structured KnowledgeMichel Dumontier
 
Archives Hub - Data in :: Data out
Archives Hub - Data in :: Data outArchives Hub - Data in :: Data out
Archives Hub - Data in :: Data outJane Stevenson
 
Maass mass-omaha
Maass mass-omahaMaass mass-omaha
Maass mass-omahaBMaass97
 
Metadata Training for Staff and Librarians for the New Data Environment
Metadata Training for Staff and Librarians for the New Data EnvironmentMetadata Training for Staff and Librarians for the New Data Environment
Metadata Training for Staff and Librarians for the New Data EnvironmentDiane Hillmann
 
Semantic Web Austin Yahoo
Semantic Web Austin YahooSemantic Web Austin Yahoo
Semantic Web Austin YahooPeter Mika
 
Hiberlink: Investigating Reference Rot, December 2013
Hiberlink: Investigating Reference Rot, December 2013Hiberlink: Investigating Reference Rot, December 2013
Hiberlink: Investigating Reference Rot, December 2013Herbert Van de Sompel
 
Forging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebForging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebGillian Byrne
 
Towards Supporting the Life Cycle of Web Data
Towards Supporting the Life Cycle of Web DataTowards Supporting the Life Cycle of Web Data
Towards Supporting the Life Cycle of Web DataGong Cheng
 
HOW TO FIND INFORMATION ON THE INTERNET
HOW TO FIND INFORMATION ON THE INTERNETHOW TO FIND INFORMATION ON THE INTERNET
HOW TO FIND INFORMATION ON THE INTERNETAhmed-Refat Refat
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Jane Stevenson
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data UsecasesMyungjin Lee
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked DataJane Stevenson
 
Open-Content Text Corpus for African languages
Open-Content Text Corpus for African languagesOpen-Content Text Corpus for African languages
Open-Content Text Corpus for African languagesGuy De Pauw
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationSören Auer
 
Engineering Web Search Applications
Engineering Web Search ApplicationsEngineering Web Search Applications
Engineering Web Search ApplicationsAlessandro Bozzon
 

What's hot (17)

Better Search With Structured Knowledge
Better Search With Structured KnowledgeBetter Search With Structured Knowledge
Better Search With Structured Knowledge
 
Linked Data Tutorial
Linked Data TutorialLinked Data Tutorial
Linked Data Tutorial
 
Archives Hub - Data in :: Data out
Archives Hub - Data in :: Data outArchives Hub - Data in :: Data out
Archives Hub - Data in :: Data out
 
Maass mass-omaha
Maass mass-omahaMaass mass-omaha
Maass mass-omaha
 
Metadata Training for Staff and Librarians for the New Data Environment
Metadata Training for Staff and Librarians for the New Data EnvironmentMetadata Training for Staff and Librarians for the New Data Environment
Metadata Training for Staff and Librarians for the New Data Environment
 
Semantic Web Austin Yahoo
Semantic Web Austin YahooSemantic Web Austin Yahoo
Semantic Web Austin Yahoo
 
Hiberlink: Investigating Reference Rot, December 2013
Hiberlink: Investigating Reference Rot, December 2013Hiberlink: Investigating Reference Rot, December 2013
Hiberlink: Investigating Reference Rot, December 2013
 
Forging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic WebForging New Links: Libraries in the Semantic Web
Forging New Links: Libraries in the Semantic Web
 
Web Mining
Web MiningWeb Mining
Web Mining
 
Towards Supporting the Life Cycle of Web Data
Towards Supporting the Life Cycle of Web DataTowards Supporting the Life Cycle of Web Data
Towards Supporting the Life Cycle of Web Data
 
HOW TO FIND INFORMATION ON THE INTERNET
HOW TO FIND INFORMATION ON THE INTERNETHOW TO FIND INFORMATION ON THE INTERNET
HOW TO FIND INFORMATION ON THE INTERNET
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011
 
Linked Data Usecases
Linked Data UsecasesLinked Data Usecases
Linked Data Usecases
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Open-Content Text Corpus for African languages
Open-Content Text Corpus for African languagesOpen-Content Text Corpus for African languages
Open-Content Text Corpus for African languages
 
Linked data for Enterprise Data Integration
Linked data for Enterprise Data IntegrationLinked data for Enterprise Data Integration
Linked data for Enterprise Data Integration
 
Engineering Web Search Applications
Engineering Web Search ApplicationsEngineering Web Search Applications
Engineering Web Search Applications
 

Viewers also liked

Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Paolo Nesi
 
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI courseFrom parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI coursePaolo Nesi
 
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca:  Smart Cities, Smart Specialisation in ToscanaIl punto di vista della ricerca:  Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in ToscanaPaolo Nesi
 
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzeMobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzePaolo Nesi
 
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesOntology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesPaolo Nesi
 
Smart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersSmart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersPaolo Nesi
 
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...Paolo Nesi
 
La Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniLa Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniPaolo Nesi
 
RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges Paolo Nesi
 
DISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsDISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsPaolo Nesi
 
Models and Tools for Knowledge Reconstruction
Models and Tools for Knowledge ReconstructionModels and Tools for Knowledge Reconstruction
Models and Tools for Knowledge ReconstructionPaolo Nesi
 
Automating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabAutomating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabPaolo Nesi
 
Big Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsBig Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsPaolo Nesi
 
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...Paolo Nesi
 
Service Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIService Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIPaolo Nesi
 
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopDistributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopPaolo Nesi
 

Viewers also liked (16)

Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
Smart City Ecosystem, fram data to value for the citizens, Km4City solution, ...
 
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI courseFrom parallel architecture to mapreduce hadoop passing on grid, UNIFI course
From parallel architecture to mapreduce hadoop passing on grid, UNIFI course
 
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca:  Smart Cities, Smart Specialisation in ToscanaIl punto di vista della ricerca:  Smart Cities, Smart Specialisation in Toscana
Il punto di vista della ricerca: Smart Cities, Smart Specialisation in Toscana
 
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenzeMobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
Mobile Emergency: Nuove Tecniche per la comunicazione e gestione delle emergenze
 
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city ServicesOntology Building vs Data Harvesting and Cleaning for Smart-city Services
Ontology Building vs Data Harvesting and Cleaning for Smart-city Services
 
Smart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginnersSmart City at DISIT Lab, step two after smart city for beginners
Smart City at DISIT Lab, step two after smart city for beginners
 
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
IPR and Business Models for Performing Arts Content, Best Practice Recommenda...
 
La Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbaniLa Citta' invisibile; Le informazioni digitali nei contesti urbani
La Citta' invisibile; Le informazioni digitali nei contesti urbani
 
RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges RESOLUTE: Governing for Resilience – Implementation Challenges
RESOLUTE: Governing for Resilience – Implementation Challenges
 
DISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next callsDISIT lab and research group, 2015-2016 overview for the next calls
DISIT lab and research group, 2015-2016 overview for the next calls
 
Models and Tools for Knowledge Reconstruction
Models and Tools for Knowledge ReconstructionModels and Tools for Knowledge Reconstruction
Models and Tools for Knowledge Reconstruction
 
Automating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT LabAutomating Big Data Management, DISIT Lab
Automating Big Data Management, DISIT Lab
 
Big Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing toolsBig Data Smart City processes and tools, Real Time data processing tools
Big Data Smart City processes and tools, Real Time data processing tools
 
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
TUTORIAL 1/2 (of the second part) ECLAP 2012 Conference: Ingestion Process Ov...
 
Service Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data APIService Map API, Smart City API, Open Data API
Service Map API, Smart City API, Open Data API
 
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoopDistributed and Parallel Architecture, from grid to MapReduce, hadoop
Distributed and Parallel Architecture, from grid to MapReduce, hadoop
 

Similar to A Linked Open Data Service for Performing Arts

Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchChristoph Lange
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...Eric Stephan
 
Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Adrian Stevenson
 
Linked Data for Czech Legislation
Linked Data for Czech LegislationLinked Data for Czech Legislation
Linked Data for Czech LegislationMartin Necasky
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationStefan Dietze
 
Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGChris Ewing
 
Introduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologyIntroduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologySteven Miller
 
Linked Open Vocabularies
Linked Open VocabulariesLinked Open Vocabularies
Linked Open VocabulariesGiorgia Lodi
 
Semantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaSemantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaGiorgia Lodi
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesSabin Buraga
 
Resource Description Framework Approach to Data Publication and Federation
Resource Description Framework Approach to Data Publication and FederationResource Description Framework Approach to Data Publication and Federation
Resource Description Framework Approach to Data Publication and FederationPistoia Alliance
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015Cason Snow
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearchTope Omitola
 
Building a semantic website
Building a semantic websiteBuilding a semantic website
Building a semantic websiteCJ Jenkins
 

Similar to A Linked Open Data Service for Performing Arts (20)

Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect matchLinked Open (Geo)Data and the Distributed Ontology Language – a perfect match
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
 
Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?Linked Data - the Future for Open Repositories?
Linked Data - the Future for Open Repositories?
 
Linked Data for Czech Legislation
Linked Data for Czech LegislationLinked Data for Czech Legislation
Linked Data for Czech Legislation
 
Open Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in EducationOpen Data Dialog 2013 - Linked Data in Education
Open Data Dialog 2013 - Linked Data in Education
 
Linked GeoData - WhereCampDC 20110610
Linked GeoData - WhereCampDC 20110610Linked GeoData - WhereCampDC 20110610
Linked GeoData - WhereCampDC 20110610
 
Linked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIGLinked Data Overview - AGI Technical SIG
Linked Data Overview - AGI Technical SIG
 
Introduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and TerminologyIntroduction to Ontology Concepts and Terminology
Introduction to Ontology Concepts and Terminology
 
FAIR data
FAIR dataFAIR data
FAIR data
 
Linked Open Vocabularies
Linked Open VocabulariesLinked Open Vocabularies
Linked Open Vocabularies
 
Introducing linked data
Introducing linked dataIntroducing linked data
Introducing linked data
 
Semantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenzaSemantic Interoperability - grafi della conoscenza
Semantic Interoperability - grafi della conoscenza
 
Web of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case StudiesWeb of Data as a Solution for Interoperability. Case Studies
Web of Data as a Solution for Interoperability. Case Studies
 
Resource Description Framework Approach to Data Publication and Federation
Resource Description Framework Approach to Data Publication and FederationResource Description Framework Approach to Data Publication and Federation
Resource Description Framework Approach to Data Publication and Federation
 
April 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early Adopters
April 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early AdoptersApril 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early Adopters
April 8 NISO Webinar: Experimenting with BIBFRAME: Reports from Early Adopters
 
Linked data HHS 2015
Linked data HHS 2015Linked data HHS 2015
Linked data HHS 2015
 
Linked dataresearch
Linked dataresearchLinked dataresearch
Linked dataresearch
 
Linked sensor data
Linked sensor dataLinked sensor data
Linked sensor data
 
Building a semantic website
Building a semantic websiteBuilding a semantic website
Building a semantic website
 

Recently uploaded

General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 

Recently uploaded (20)

General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

A Linked Open Data Service for Performing Arts