SlideShare ist ein Scribd-Unternehmen logo
1 von 38
THE MASHED UP PLAYLIST part II David Peterson   @davidseth   #w3c http://www.flickr.com/photos/soyignatius/
David Peterson@davidseth
Challenge Create a snapshot of an artist
Problem     <xml>	<track>		<title>Purple Rain</title>		<artistName>Prince</artistName>	</track></xml>
Into
It’s all about story telling
Shared Understanding Can’t tell a story if the other person doesn’t get what we mean Or even speak the same language Imagine  explain what a kiwi was or what a sheep was
The story matters ... but ... You never really have all the information  you need, whether big or small
You Just don’t Always Know Someone else knows more than you How to find it?
One Exception
Semantic Web Core idea  you never really know the entire picture This is a good thing Freedom
Open World Closed World http://www.flickr.com/photos/almasryalyoum_e/
Finding a Solution Which APIs to use Which APIs can we use How can we combine data from multiple sources How can we automate it
The Curse of too much There are over 50 APIs listed on programmableweb.com Too many to look into Each has its own API methods and return data formats	 JSON, XML, RSS, RDF !!!
Take your Pick  APIs everywhere BBC Music Discogs Last.fm MusicBrainz Yahoo Music Flickr Youtube The Hype Machine
Finding the key One common feature was the usage of a MusicBrainz ID Last.fm Discogs Freebase Wikipedia/Dbpedia BBC
Eureka! Great, now all I had to do was use the MusicBrainz API to look up the ID and I was done. Easy... :(   The search API sucked. It returned too many fuzzy results crap
Back to the future This is where the Semantic Web enters the picture All that stuff about story telling Shared understanding URIs (web links)
SPARQL Think of it as Google with a WHERE clause
SELECT ?artist WHERE { ?artist foaf:name"Prince"@en . ?artist a <http://dbpedia.org/ontology/MusicalArtist>. }
SELECT ?artist ?bio ?url?album WHERE { ?artist foaf:name"Prince"@en . ?artist a <http://dbpedia.org/ontology/MusicalArtist> . ?artist dbpedia2:abstract ?bio . ?artist foaf:page?url.   OPTIONAL { ?album <http://dbpedia.org/ontology/artist> ?artist . ?album rdfs:label"Purple Rain"@en .   } } LIMIT 1
Pinpoint results This returns ONE result “exactly” what we are looking for (or nothing!)
{170d193a-845c-479f-980e-bef15710653e} http://www.flickr.com/photos/riseofphoenix/
{070d193a-845c-479f-980e-bef15710653e} http://www.flickr.com/photos/angeldew/
Raw Data Not too pretty to look at But computers LOVE this stuff
So, what do we get Disambiguation MusicBrainz ID Discography Related Artists Official homepage Bio Credit card details (in Semantic Web 2.0)
The Rosetta Stone MusicBrainz ID is our key to the wild web of APIs Wikipedia URL is the key to Semantic Web One happy family http://www.flickr.com/photos/vportals/
[insert LOD graph]
Take a look [browser]
Hindsight is 20/20 ... or lessons learned
Drupal Sucks Drupal performance, what performance? Out of the box it’s been beaten with an ugly stick
Don’t use Drupal To get the best performance out of Drupal, don’t use Drupal
Pressflow Key patches and enhancements Releases mirror official Drupal releases Big players are using it Drupal.org ABC Music labels Newspapers
Start your Engines MySQL base install is ... lacking MyISAM == slow Use PerconaXtraDB ... or ... InnoDB
Reduce your footprint APC PHP app is compiled & cached in memory
Search Drupal’s built in search can be a dawg Solr Much faster search Offers faceting Can become a platform in its own right.
A Fresh Coat of Paint Varnish Last but certainly not least Up to 10 million hits per hour
What’s Next? Project Mercury Drupal 7 RDFa Views 3 FOAF+SSL open social networking everything under your control

Weitere ähnliche Inhalte

Was ist angesagt?

Presentation on Web Standards and Open Data
Presentation on Web Standards and Open DataPresentation on Web Standards and Open Data
Presentation on Web Standards and Open DataAmber Case
 
Programming != Writing Code
Programming != Writing CodeProgramming != Writing Code
Programming != Writing CodeGustavo Cunha
 
Transaction synchronization.pptx
Transaction synchronization.pptxTransaction synchronization.pptx
Transaction synchronization.pptxBartłomiej Słota
 
Garr Reynolds' Top 10 Slide Tips
Garr Reynolds' Top 10 Slide TipsGarr Reynolds' Top 10 Slide Tips
Garr Reynolds' Top 10 Slide TipsMatthew May
 
Composition Rules
Composition RulesComposition Rules
Composition Rulessmithdor
 
Foster kaitlin 4.4_finalppp
Foster kaitlin 4.4_finalpppFoster kaitlin 4.4_finalppp
Foster kaitlin 4.4_finalpppKaitlin Foster
 
Aunt Clara Brown
Aunt Clara BrownAunt Clara Brown
Aunt Clara BrownLinda
 
Top Ten tips for Power Point Presentations
Top Ten tips for Power Point PresentationsTop Ten tips for Power Point Presentations
Top Ten tips for Power Point PresentationsRachel Heberling
 
Compostition Rules
Compostition RulesCompostition Rules
Compostition Rulesfoxgrrl101
 
15 03-29 -- Top Ten Slide Tips
15 03-29  --  Top Ten Slide Tips15 03-29  --  Top Ten Slide Tips
15 03-29 -- Top Ten Slide Tipslincolnall
 
Hos to downgrade from android L?
Hos to downgrade from android L?Hos to downgrade from android L?
Hos to downgrade from android L?colossalphiloso83
 
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...Atomic Object
 
Winning with New Media: The Obama Campaign Experience
Winning with New Media: The Obama Campaign ExperienceWinning with New Media: The Obama Campaign Experience
Winning with New Media: The Obama Campaign ExperienceMer Joyce
 
Textual analysis the widow maker
Textual analysis the widow makerTextual analysis the widow maker
Textual analysis the widow makerJamieHawkins99999
 

Was ist angesagt? (20)

Top ten slide tips
Top ten slide tipsTop ten slide tips
Top ten slide tips
 
Online scavenger
Online scavengerOnline scavenger
Online scavenger
 
Presentation on Web Standards and Open Data
Presentation on Web Standards and Open DataPresentation on Web Standards and Open Data
Presentation on Web Standards and Open Data
 
Tagging - web 2 expo 2008
Tagging - web 2 expo 2008Tagging - web 2 expo 2008
Tagging - web 2 expo 2008
 
Programming != Writing Code
Programming != Writing CodeProgramming != Writing Code
Programming != Writing Code
 
Transaction synchronization.pptx
Transaction synchronization.pptxTransaction synchronization.pptx
Transaction synchronization.pptx
 
Garr Reynolds' Top 10 Slide Tips
Garr Reynolds' Top 10 Slide TipsGarr Reynolds' Top 10 Slide Tips
Garr Reynolds' Top 10 Slide Tips
 
Composition Rules
Composition RulesComposition Rules
Composition Rules
 
Foster kaitlin 4.4_finalppp
Foster kaitlin 4.4_finalpppFoster kaitlin 4.4_finalppp
Foster kaitlin 4.4_finalppp
 
Aunt Clara Brown
Aunt Clara BrownAunt Clara Brown
Aunt Clara Brown
 
Top Ten tips for Power Point Presentations
Top Ten tips for Power Point PresentationsTop Ten tips for Power Point Presentations
Top Ten tips for Power Point Presentations
 
Compostition Rules
Compostition RulesCompostition Rules
Compostition Rules
 
15 03-29 -- Top Ten Slide Tips
15 03-29  --  Top Ten Slide Tips15 03-29  --  Top Ten Slide Tips
15 03-29 -- Top Ten Slide Tips
 
Hos to downgrade from android L?
Hos to downgrade from android L?Hos to downgrade from android L?
Hos to downgrade from android L?
 
Act 4 1.docx (1)
Act 4 1.docx (1)Act 4 1.docx (1)
Act 4 1.docx (1)
 
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...
Inclusive & Accessible UX Practices – How Low-Fidelity Artifacts Promote Whol...
 
2. why we don't make liquid products by the folks at krya
2. why we don't make liquid products   by the folks at krya2. why we don't make liquid products   by the folks at krya
2. why we don't make liquid products by the folks at krya
 
Googling
GooglingGoogling
Googling
 
Winning with New Media: The Obama Campaign Experience
Winning with New Media: The Obama Campaign ExperienceWinning with New Media: The Obama Campaign Experience
Winning with New Media: The Obama Campaign Experience
 
Textual analysis the widow maker
Textual analysis the widow makerTextual analysis the widow maker
Textual analysis the widow maker
 

Andere mochten auch

Architecting govCMS: Australian Government as a Service -
Architecting govCMS: Australian Government as a Service - Architecting govCMS: Australian Government as a Service -
Architecting govCMS: Australian Government as a Service - David Peterson
 
人気クラシック音楽祭に学ぶ、“常識破り”の視点
人気クラシック音楽祭に学ぶ、“常識破り”の視点人気クラシック音楽祭に学ぶ、“常識破り”の視点
人気クラシック音楽祭に学ぶ、“常識破り”の視点tanx
 
Bringing History Alive: Telling stories with Linked Data and open source tools
Bringing History Alive: Telling stories with Linked Data and open source toolsBringing History Alive: Telling stories with Linked Data and open source tools
Bringing History Alive: Telling stories with Linked Data and open source toolsDavid Peterson
 
Enabling Government through Open Source
Enabling Government through Open Source Enabling Government through Open Source
Enabling Government through Open Source David Peterson
 
Biological effects of_natural_explosions 1
Biological effects of_natural_explosions 1Biological effects of_natural_explosions 1
Biological effects of_natural_explosions 1kbrunson
 
Better User Experience through Personalisation in Drupal
Better User Experience through Personalisation in DrupalBetter User Experience through Personalisation in Drupal
Better User Experience through Personalisation in DrupalDavid Peterson
 
100226 Mixbeatshowcase06
100226 Mixbeatshowcase06100226 Mixbeatshowcase06
100226 Mixbeatshowcase06tanx
 
Biological effects of natural explosions
Biological effects of natural explosions Biological effects of natural explosions
Biological effects of natural explosions kbrunson
 
100211 Mixbeatshowcase05
100211 Mixbeatshowcase05100211 Mixbeatshowcase05
100211 Mixbeatshowcase05tanx
 
Drupal case study: ABC Dig Music
Drupal case study: ABC Dig MusicDrupal case study: ABC Dig Music
Drupal case study: ABC Dig MusicDavid Peterson
 
080930 Ipc 2152 Standard For Determining Current Carrying Capacity
080930 Ipc 2152 Standard For Determining Current Carrying Capacity080930 Ipc 2152 Standard For Determining Current Carrying Capacity
080930 Ipc 2152 Standard For Determining Current Carrying Capacityljh1680
 
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~tanx
 
現場主義が生んだメガ・ブランド 「こころを動かすマーケティング」を読んで
現場主義が生んだメガ・ブランド  「こころを動かすマーケティング」を読んで現場主義が生んだメガ・ブランド  「こころを動かすマーケティング」を読んで
現場主義が生んだメガ・ブランド 「こころを動かすマーケティング」を読んでtanx
 
Semantic Web For Distributed Social Networks
Semantic Web For Distributed Social NetworksSemantic Web For Distributed Social Networks
Semantic Web For Distributed Social NetworksDavid Peterson
 
Personalisation in the Open Marketing Cloud
Personalisation in the Open Marketing CloudPersonalisation in the Open Marketing Cloud
Personalisation in the Open Marketing CloudDavid Peterson
 
Mixbeat 10th Jam Part1
Mixbeat 10th Jam Part1Mixbeat 10th Jam Part1
Mixbeat 10th Jam Part1tanx
 

Andere mochten auch (17)

Architecting govCMS: Australian Government as a Service -
Architecting govCMS: Australian Government as a Service - Architecting govCMS: Australian Government as a Service -
Architecting govCMS: Australian Government as a Service -
 
人気クラシック音楽祭に学ぶ、“常識破り”の視点
人気クラシック音楽祭に学ぶ、“常識破り”の視点人気クラシック音楽祭に学ぶ、“常識破り”の視点
人気クラシック音楽祭に学ぶ、“常識破り”の視点
 
Bringing History Alive: Telling stories with Linked Data and open source tools
Bringing History Alive: Telling stories with Linked Data and open source toolsBringing History Alive: Telling stories with Linked Data and open source tools
Bringing History Alive: Telling stories with Linked Data and open source tools
 
atoms
atomsatoms
atoms
 
Enabling Government through Open Source
Enabling Government through Open Source Enabling Government through Open Source
Enabling Government through Open Source
 
Biological effects of_natural_explosions 1
Biological effects of_natural_explosions 1Biological effects of_natural_explosions 1
Biological effects of_natural_explosions 1
 
Better User Experience through Personalisation in Drupal
Better User Experience through Personalisation in DrupalBetter User Experience through Personalisation in Drupal
Better User Experience through Personalisation in Drupal
 
100226 Mixbeatshowcase06
100226 Mixbeatshowcase06100226 Mixbeatshowcase06
100226 Mixbeatshowcase06
 
Biological effects of natural explosions
Biological effects of natural explosions Biological effects of natural explosions
Biological effects of natural explosions
 
100211 Mixbeatshowcase05
100211 Mixbeatshowcase05100211 Mixbeatshowcase05
100211 Mixbeatshowcase05
 
Drupal case study: ABC Dig Music
Drupal case study: ABC Dig MusicDrupal case study: ABC Dig Music
Drupal case study: ABC Dig Music
 
080930 Ipc 2152 Standard For Determining Current Carrying Capacity
080930 Ipc 2152 Standard For Determining Current Carrying Capacity080930 Ipc 2152 Standard For Determining Current Carrying Capacity
080930 Ipc 2152 Standard For Determining Current Carrying Capacity
 
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~
旭山動物園が日本一になれた理由 ~『〈旭山動物園〉革命』を読んで~
 
現場主義が生んだメガ・ブランド 「こころを動かすマーケティング」を読んで
現場主義が生んだメガ・ブランド  「こころを動かすマーケティング」を読んで現場主義が生んだメガ・ブランド  「こころを動かすマーケティング」を読んで
現場主義が生んだメガ・ブランド 「こころを動かすマーケティング」を読んで
 
Semantic Web For Distributed Social Networks
Semantic Web For Distributed Social NetworksSemantic Web For Distributed Social Networks
Semantic Web For Distributed Social Networks
 
Personalisation in the Open Marketing Cloud
Personalisation in the Open Marketing CloudPersonalisation in the Open Marketing Cloud
Personalisation in the Open Marketing Cloud
 
Mixbeat 10th Jam Part1
Mixbeat 10th Jam Part1Mixbeat 10th Jam Part1
Mixbeat 10th Jam Part1
 

Ähnlich wie Mashed Up Playlist

From SQL to SPARQL
From SQL to SPARQLFrom SQL to SPARQL
From SQL to SPARQLGeorge Roth
 
Ontology In A Nutshell (version 2)
Ontology In A Nutshell (version 2)Ontology In A Nutshell (version 2)
Ontology In A Nutshell (version 2)Fabien Gandon
 
Developing A Procedural Language For Postgre Sql
Developing A Procedural Language For Postgre SqlDeveloping A Procedural Language For Postgre Sql
Developing A Procedural Language For Postgre SqlJoshua Drake
 
A First Course in RDF and RDFS (Resource Description Framework and Resource D...
A First Course in RDF and RDFS (Resource Description Framework and Resource D...A First Course in RDF and RDFS (Resource Description Framework and Resource D...
A First Course in RDF and RDFS (Resource Description Framework and Resource D...Mark Birbeck
 
Semantic SEO in the post Hummingbird Era and WordLift
Semantic SEO in the post Hummingbird Era and WordLiftSemantic SEO in the post Hummingbird Era and WordLift
Semantic SEO in the post Hummingbird Era and WordLiftAndrea Volpini
 
Annotating with RDFa
Annotating with RDFaAnnotating with RDFa
Annotating with RDFagiurca
 
Web3.0 - the case for open linked data
Web3.0 - the case for open linked dataWeb3.0 - the case for open linked data
Web3.0 - the case for open linked dataGill Hamilton
 
Find your tribe, code
Find your tribe, codeFind your tribe, code
Find your tribe, codeChalieHowe
 
PHP Basics for Designers
PHP Basics for DesignersPHP Basics for Designers
PHP Basics for DesignersMatthew Turland
 
Semantic Web: A web that is not the Web
Semantic Web: A web that is not the WebSemantic Web: A web that is not the Web
Semantic Web: A web that is not the WebBruce Esrig
 
SEWM'14 keynote: Mining Events from Multimedia Streams
SEWM'14 keynote: Mining Events from Multimedia StreamsSEWM'14 keynote: Mining Events from Multimedia Streams
SEWM'14 keynote: Mining Events from Multimedia StreamsJonathon Hare
 

Ähnlich wie Mashed Up Playlist (13)

Embedded Metadata working group
Embedded Metadata working groupEmbedded Metadata working group
Embedded Metadata working group
 
From SQL to SPARQL
From SQL to SPARQLFrom SQL to SPARQL
From SQL to SPARQL
 
Artspeakpresentation
ArtspeakpresentationArtspeakpresentation
Artspeakpresentation
 
Ontology In A Nutshell (version 2)
Ontology In A Nutshell (version 2)Ontology In A Nutshell (version 2)
Ontology In A Nutshell (version 2)
 
Developing A Procedural Language For Postgre Sql
Developing A Procedural Language For Postgre SqlDeveloping A Procedural Language For Postgre Sql
Developing A Procedural Language For Postgre Sql
 
A First Course in RDF and RDFS (Resource Description Framework and Resource D...
A First Course in RDF and RDFS (Resource Description Framework and Resource D...A First Course in RDF and RDFS (Resource Description Framework and Resource D...
A First Course in RDF and RDFS (Resource Description Framework and Resource D...
 
Semantic SEO in the post Hummingbird Era and WordLift
Semantic SEO in the post Hummingbird Era and WordLiftSemantic SEO in the post Hummingbird Era and WordLift
Semantic SEO in the post Hummingbird Era and WordLift
 
Annotating with RDFa
Annotating with RDFaAnnotating with RDFa
Annotating with RDFa
 
Web3.0 - the case for open linked data
Web3.0 - the case for open linked dataWeb3.0 - the case for open linked data
Web3.0 - the case for open linked data
 
Find your tribe, code
Find your tribe, codeFind your tribe, code
Find your tribe, code
 
PHP Basics for Designers
PHP Basics for DesignersPHP Basics for Designers
PHP Basics for Designers
 
Semantic Web: A web that is not the Web
Semantic Web: A web that is not the WebSemantic Web: A web that is not the Web
Semantic Web: A web that is not the Web
 
SEWM'14 keynote: Mining Events from Multimedia Streams
SEWM'14 keynote: Mining Events from Multimedia StreamsSEWM'14 keynote: Mining Events from Multimedia Streams
SEWM'14 keynote: Mining Events from Multimedia Streams
 

Kürzlich hochgeladen

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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 2024Rafal Los
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Kürzlich hochgeladen (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

Mashed Up Playlist