SlideShare uma empresa Scribd logo
1 de 27
Baixar para ler 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

Mais conteúdo relacionado

Mais procurados

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
Gillian Byrne
 

Mais procurados (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
 

Destaque

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 arts
Paolo Nesi
 

Destaque (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
 

Semelhante a A Linked Open Data Service for Performing Arts

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
Stefan Dietze
 
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
National Information Standards Organization (NISO)
 

Semelhante a 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
 

Último

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
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Último (20)

Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

A Linked Open Data Service for Performing Arts