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

Introduzione al Cloud - Progetto ICARO
Introduzione al Cloud - Progetto ICAROIntroduzione al Cloud - Progetto ICARO
Introduzione al Cloud - Progetto ICAROPaolo Nesi
 
Music accessibility for visual impaired
Music accessibility for visual impaired Music accessibility for visual impaired
Music accessibility for visual impaired Paolo Nesi
 
Cloud Computing and Virtualization, what you should know about that.
Cloud Computing and Virtualization, what you should know about that. Cloud Computing and Virtualization, what you should know about that.
Cloud Computing and Virtualization, what you should know about that. Paolo Nesi
 
Metadata Quality assessment tool for Open Access
Metadata Quality assessment tool for Open AccessMetadata Quality assessment tool for Open Access
Metadata Quality assessment tool for Open AccessPaolo Nesi
 
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro Il cloud per l’accelerazione del business delle PMI: il progetto Icaro
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro Paolo Nesi
 
ECLAP White paper, social network for Cultural Heritage on Peforming arts
ECLAP White paper, social network for Cultural Heritage on Peforming artsECLAP White paper, social network for Cultural Heritage on Peforming arts
ECLAP White paper, social network for Cultural Heritage on Peforming artsPaolo Nesi
 
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...Paolo Nesi
 
Institutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementInstitutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementPaolo Nesi
 
Overview of Distributed Systems course by Paolo Nesi
Overview of Distributed Systems course by Paolo NesiOverview of Distributed Systems course by Paolo Nesi
Overview of Distributed Systems course by Paolo NesiPaolo Nesi
 
Social Media Technologies, part A of 2
Social Media Technologies, part A of 2Social Media Technologies, part A of 2
Social Media Technologies, part A of 2Paolo Nesi
 
Matchmaking multiplace, piattaforma di APREToscana
Matchmaking multiplace, piattaforma di APREToscanaMatchmaking multiplace, piattaforma di APREToscana
Matchmaking multiplace, piattaforma di APREToscanaPaolo Nesi
 
big data processing, semantic grid, axcp computing, grid computing, parallel ...
big data processing, semantic grid, axcp computing, grid computing, parallel ...big data processing, semantic grid, axcp computing, grid computing, parallel ...
big data processing, semantic grid, axcp computing, grid computing, parallel ...Paolo Nesi
 
Overview of Social Networks
Overview of Social NetworksOverview of Social Networks
Overview of Social NetworksPaolo Nesi
 
Augmented Reality and Sport
Augmented Reality and SportAugmented Reality and Sport
Augmented Reality and SportPaolo Nesi
 
Le tecnologie del social learning e sistemi mobili
Le tecnologie del social learning e sistemi mobiliLe tecnologie del social learning e sistemi mobili
Le tecnologie del social learning e sistemi mobiliPaolo Nesi
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media ContentsPaolo Nesi
 
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...Paolo Nesi
 
Overview on Smart City: Smart City for Beginners
Overview on Smart City: Smart City for BeginnersOverview on Smart City: Smart City for Beginners
Overview on Smart City: Smart City for BeginnersPaolo Nesi
 

Viewers also liked (18)

Introduzione al Cloud - Progetto ICARO
Introduzione al Cloud - Progetto ICAROIntroduzione al Cloud - Progetto ICARO
Introduzione al Cloud - Progetto ICARO
 
Music accessibility for visual impaired
Music accessibility for visual impaired Music accessibility for visual impaired
Music accessibility for visual impaired
 
Cloud Computing and Virtualization, what you should know about that.
Cloud Computing and Virtualization, what you should know about that. Cloud Computing and Virtualization, what you should know about that.
Cloud Computing and Virtualization, what you should know about that.
 
Metadata Quality assessment tool for Open Access
Metadata Quality assessment tool for Open AccessMetadata Quality assessment tool for Open Access
Metadata Quality assessment tool for Open Access
 
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro Il cloud per l’accelerazione del business delle PMI: il progetto Icaro
Il cloud per l’accelerazione del business delle PMI: il progetto Icaro
 
ECLAP White paper, social network for Cultural Heritage on Peforming arts
ECLAP White paper, social network for Cultural Heritage on Peforming artsECLAP White paper, social network for Cultural Heritage on Peforming arts
ECLAP White paper, social network for Cultural Heritage on Peforming arts
 
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...
Matchmaking multiplace, formazione, incontri domanda offerta, ricerca industr...
 
Institutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR ManagementInstitutional Services and Tools for Content, Metadata and IPR Management
Institutional Services and Tools for Content, Metadata and IPR Management
 
Overview of Distributed Systems course by Paolo Nesi
Overview of Distributed Systems course by Paolo NesiOverview of Distributed Systems course by Paolo Nesi
Overview of Distributed Systems course by Paolo Nesi
 
Social Media Technologies, part A of 2
Social Media Technologies, part A of 2Social Media Technologies, part A of 2
Social Media Technologies, part A of 2
 
Matchmaking multiplace, piattaforma di APREToscana
Matchmaking multiplace, piattaforma di APREToscanaMatchmaking multiplace, piattaforma di APREToscana
Matchmaking multiplace, piattaforma di APREToscana
 
big data processing, semantic grid, axcp computing, grid computing, parallel ...
big data processing, semantic grid, axcp computing, grid computing, parallel ...big data processing, semantic grid, axcp computing, grid computing, parallel ...
big data processing, semantic grid, axcp computing, grid computing, parallel ...
 
Overview of Social Networks
Overview of Social NetworksOverview of Social Networks
Overview of Social Networks
 
Augmented Reality and Sport
Augmented Reality and SportAugmented Reality and Sport
Augmented Reality and Sport
 
Le tecnologie del social learning e sistemi mobili
Le tecnologie del social learning e sistemi mobiliLe tecnologie del social learning e sistemi mobili
Le tecnologie del social learning e sistemi mobili
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media Contents
 
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...
Sistemi Distribuiti part 5: P2P systems: from simple to distributed P2P trust...
 
Overview on Smart City: Smart City for Beginners
Overview on Smart City: Smart City for BeginnersOverview on Smart City: Smart City for Beginners
Overview on Smart City: Smart City for Beginners
 

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

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityVictorSzoltysek
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaWSO2
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformWSO2
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuidePixlogix Infotech
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 

Recently uploaded (20)

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
TrustArc Webinar - Unified Trust Center for Privacy, Security, Compliance, an...
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

A Linked Open Data Service for Performing Arts