SlideShare une entreprise Scribd logo
1  sur  22
Social networks and the Semantic Web:
A retrospective of the past 10 years
P R E S E N T E D B Y P e t e r M i k a , D i r e c t o r , S e m a n t i c S e a r c h , Y a h o o L a b s ⎪ M a y 1 8 ,
2 0 1 5
Based on interviews with:
2
 John Breslin
› Senior Lecturer in Informatics and Engineering at NUI Galway
› Researcher, Unit Leader at the Insight Centre for Data Analytics (formerly DERI)
› Creator of SIOC
› Co-founder and Director of boards.ie
 Harry Halpin
› Team member at W3C
› Post-doc at CSAIL, MIT
› Author of Social Semantics: The Search for Meaning on the Web
› W3C team contact for the Social Web WG
 Henry Story
› Co-founder and CTO of Stample
› Previously Social Web architect at Sun Microsystems
› W3C WebID XG chair (now WebID CG)
The idea of the Social-Semantic Web
3
 “At the doctor's office, Lucy instructed her
Semantic Web agent through her handheld Web
browser. The agent promptly retrieved
information about Mom's prescribed treatment
from the doctor's agent, looked up several lists
of providers, and checked for the ones in-plan
for Mom's insurance within a 20-mile radius of
her home and with a rating of excellent or very
good on trusted rating services. It then began
trying to find a match between available
appointment times (supplied by the agents of
individual providers through their Web sites) and
Pete's and Lucy's busy schedules.”
 (The emphasized keywords indicate terms
whose semantics, or meaning, were defined for
the agent through the Semantic Web.)
5/18/20154
The Semantic Web (2001)
One slide intro to the Semantic Web
 Create URIs for real-world things, not just web resources
› (In practice) URIs are composed of namespace + localname
› Joe the Person has the URI ns:Joe
 Basic unit of information is a triple
› A tuple of (subject, predicate, object)
› Example: (ns:Joe, type, Person),
(#Joe, name, “John Doe”)
 An RDF model is a set of triples
› Standalone RDF documents: RDF/XML, JSON-LD
› Embedded inside HTML: RDFa, JSON-LD
 Schemas (ontologies) are also represented
in the same model
ns:Joe
“John Doe”
foaf:name
foaf:Personrdf:type
rdfs:subclassOf
foaf:Agent
Data distributed across the Web
Joe’s homepage
Joe’s blog
Mary’s homepage
(#name, #type, #Property)
(#name, #domain, #Person)
schema doc
(#joe, #name, “Joe A.”)
(#joe, #email, mailto:joe@joe.com)
(#joe, #loves, #mary)
(#mary, name, “Mary B.”)
(#mary, gender, “female”)
The Semantic Web off to a slow start
 Standardization ahead of adoption
› URI, RDF, RDF/XML, RDFa, JSON-LD,
OWL, RIF, SPARQL, OWL-S, POWDER …
 Chicken and egg problem
› No data consumers/apps,
hence no incentive to publish data
› No data means no interested consumers/apps
The Social Web
 The Social Web followed web architecture
› Links, blogrolls, pingbacks etc. between individual homepages and blogs
› First SNSs (e.g. LiveJournal) simply implemented the same within one system
› Typical usage is browsing from blog to blog or profile to profile
Alice’s blog
Bob’s blog
Charlie’s blogreads reads
links to
The promise of the Social-Semantic Web
9
 The Semantic Web as the ideal platform for distributed social networks
› Connect digital identities across networks (sameAs)
› Connect distributed conversations across networks
› Having a profile in one network, and linking it to content elsewhere
› Fine-grained access control through existing web protocols
› Competition in services, e.g. search over social content
 A boon to Online Social Science
› Tools for data acquisition, data fusion, storage and querying
› Significantly increase the size, frequency and longitude of social studies through digital
data collection
› Contribute to the improvement of technology by the study of technology usage
Putting it together:
Social networks and the Semantic Web
10
Semantic Web
Online social networks
Social-Semantic Web Online Social Science
enables
informs the design of
The Social-Semantic Web aims at creating shared representations of social data and
improving the interoperability of social applications online, in the benefit of (a) the Semantic
Web and (b) the study of online social behaviour.
What happened?
11
What happened to the Semantic Web?
 Consolidation in terms of the technology stack
› RDF/XML turned out to be a dead-end
› JSON-LD winning developer hearts (e.g. at Yahoo)
› RDFa and Microdata preferred over microformats (e.g. OGP, schema.org)
 SPARQL provides a query language and protocol
› But still few RDF triple-stores directly accessible on the Web
 Tooling improved
› Editors, validators, annotators, query composers, browsers, RDF APIs etc.
 Linked Data Platform (2015) a step toward a Read/Write Semantic Web
› Crucial for social applications wanting to read/write profile information and content
What happened to the Semantic Web? (2)
13
 Data publishing (finally) starts to take off
1. Linked Open Data
• Opening up existing data sets
• Encyclopedic, scientific and government data
• see linkeddata.org and the LDOW workshop
1. Metadata in HTML
• Annotating existing HTML pages
• Driven by search engine applications
• see schema.org and applications at
Bing/Yahoo/Google/Yandex
 But not much social data…
14
What happened to the Social Web?
What happened to the Social Web? Post-2004
 “Web 2.0”: commercial interests in social data lead to silos
› Data portability possible (e.g. Google’s Takeout), but no interlinking.
 New social networks still arise
› Special purpose (dating, health) or just fresh new ground (Snapchat)
› Enterprise, e.g. Yammer
Alice’s profile
Bob’s profile
Charlie’s profilefollows follows
internally link to
Facebook
Alice’s profile
Bob’s profile
Charlie’s profilefollows follows
internally link to
Twitter
Alice’s profile
Bob’s profile
Charlie’s profilefollowsfollows
internally link to
Alice’s profile
Bob’s profile
Charlie’s profile
follows follows
internally link to
Alice’s profile
Bob’s profile
Charlie’s profilefollows follows
internally link to
What happened to the Social-Semantic Web?
16
 Representations
› Profile data and content
• FOAF (Friend-of-a-Friend) ontology (2000) for profile information
• SIOC (Semantically Interlinked Online communities) ontology (2004) for blogs, forums, Q&A sites
› Activities/actions
• ActivityStreams 2.0
• schema.org Actions vocabulary
 Missing building blocks for decentralized OSNs come from elsewhere
› Distributed authentication (OpenID) & authorization (Oauth)
› Alternatives based on Semantic Web principles come late (but not too late?)
• WebID and WebID + TLS
• SoLiD: Social Linked Data platform
What is left of our hopes for the Social-Semantic Web?
17
 Connect digital identities across networks (sameAs)
› One-off interlinking between systems, e.g. link your Facebook to your Yahoo account
 Connect distributed conversations across networks
› Limited solutions, e.g. hashtag directories such as
 Having a profile in one network, and linking it to content elsewhere
› Not possible
 Fine-grained access control through existing web protocols
› Not possible
 Competition in services, e.g. search over social content
› Non-existent despite early experiments (foaf-search.net)
The work continues
18
 W3C Social Activity
› W3C Social Interest Group
• Use cases TF
• Vocabularies TF
› W3C Social Web Working Group
• An extensible transfer syntax for activities like status updates
• An API for third-party social content embedding
• Possibly a protocol for federation
 W3C WebID Community Group
What happened to online social science?
19
 Online social science is booming
1. Studies of online social phenomena
• Qualitative
– Digital ethnography, e.g. danah boyd’s work
• Quantitative
– Networks
– Language/content
2. Validating existing social theory using online data
3. Predicting real world phenomena using online data
 Still, mostly done by computer scientists
› We failed to provide much support for social scientists in terms of either data or tooling
Challenges
20
 Limited access to data and experimentation platforms
› As a result, studies are still small-scale and one-off
 Validation studies challenged by social scientists
› Online not the same as real-world sociality
 Studies don’t necessarily generalize across social sites or contexts
› e.g. ‘we predict the next election using Twitter’-type studies have been questioned
 Affordances and usage keeps changing over time
› SNSs have become more media-centric, less profile-centric
› See Ellison, Nicole and danah boyd. (2013). “Sociality through Social Network Sites.”
Final thoughts
21
 Semantic Web technology
› Too little, too late for the Social Web? Or can we still build a federated social web?
• e.g. can initiatives such as FreedomBox take us back to the early Social Web?
 Online Social Science
› What more can we do with technology?
Q&A
 Contact me
› pmika@yahoo-inc.com
› @pmika
› http://www.slideshare.net/pmika/

Contenu connexe

Tendances

The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
Predicting Discussions on the Social Semantic Web
Predicting Discussions on the Social Semantic WebPredicting Discussions on the Social Semantic Web
Predicting Discussions on the Social Semantic WebMatthew Rowe
 
Evolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebEvolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebLeeFeigenbaum
 
The Social Semantic Web
The Social Semantic Web The Social Semantic Web
The Social Semantic Web John Breslin
 
What happened to the Semantic Web?
What happened to the Semantic Web?What happened to the Semantic Web?
What happened to the Semantic Web?Peter Mika
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologiesMarina Santini
 
Semantic Web: an Introduction
Semantic Web: an IntroductionSemantic Web: an Introduction
Semantic Web: an IntroductionLuigi De Russis
 
Social Semantic Web (Social Activity and Facebook)
Social Semantic Web (Social Activity and Facebook)Social Semantic Web (Social Activity and Facebook)
Social Semantic Web (Social Activity and Facebook)Myungjin Lee
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
The Social Semantic Web and Linked Data
The Social Semantic Web and Linked DataThe Social Semantic Web and Linked Data
The Social Semantic Web and Linked DataAlexandre Passant
 
Semantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseSemantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseJesse Wang
 
Harith Alani's presentation at SSSW 2011
Harith Alani's presentation at SSSW 2011Harith Alani's presentation at SSSW 2011
Harith Alani's presentation at SSSW 2011sssw2011
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAFUldis Bojars
 
Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011sssw2011
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic WebTomek Pluskiewicz
 
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Richard Wallis
 
Michalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebMichalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebPhiloWeb
 
Spivack Blogtalk 2008
Spivack Blogtalk 2008Spivack Blogtalk 2008
Spivack Blogtalk 2008Blogtalk 2008
 
How To Make Friends And Inference People
How To Make Friends And Inference PeopleHow To Make Friends And Inference People
How To Make Friends And Inference PeopleDan Brickley
 

Tendances (20)

The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Predicting Discussions on the Social Semantic Web
Predicting Discussions on the Social Semantic WebPredicting Discussions on the Social Semantic Web
Predicting Discussions on the Social Semantic Web
 
Evolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic WebEvolution Towards Web 3.0: The Semantic Web
Evolution Towards Web 3.0: The Semantic Web
 
The Social Semantic Web
The Social Semantic Web The Social Semantic Web
The Social Semantic Web
 
What happened to the Semantic Web?
What happened to the Semantic Web?What happened to the Semantic Web?
What happened to the Semantic Web?
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologies
 
Semantic Web: an Introduction
Semantic Web: an IntroductionSemantic Web: an Introduction
Semantic Web: an Introduction
 
Social Semantic Web (Social Activity and Facebook)
Social Semantic Web (Social Activity and Facebook)Social Semantic Web (Social Activity and Facebook)
Social Semantic Web (Social Activity and Facebook)
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
The Social Semantic Web and Linked Data
The Social Semantic Web and Linked DataThe Social Semantic Web and Linked Data
The Social Semantic Web and Linked Data
 
Semantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in UseSemantic Wiki: Social Semantic Web in Use
Semantic Wiki: Social Semantic Web in Use
 
Harith Alani's presentation at SSSW 2011
Harith Alani's presentation at SSSW 2011Harith Alani's presentation at SSSW 2011
Harith Alani's presentation at SSSW 2011
 
Semantic web Santhosh N Basavarajappa
Semantic web   Santhosh N BasavarajappaSemantic web   Santhosh N Basavarajappa
Semantic web Santhosh N Basavarajappa
 
Data Portability with SIOC and FOAF
Data Portability with SIOC and FOAFData Portability with SIOC and FOAF
Data Portability with SIOC and FOAF
 
Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
Web 3.0 / Semantic Web: What it means for academic users, libraries and publi...
 
Michalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the WebMichalis Vafopoulos: Initial thoughts about existence in the Web
Michalis Vafopoulos: Initial thoughts about existence in the Web
 
Spivack Blogtalk 2008
Spivack Blogtalk 2008Spivack Blogtalk 2008
Spivack Blogtalk 2008
 
How To Make Friends And Inference People
How To Make Friends And Inference PeopleHow To Make Friends And Inference People
How To Make Friends And Inference People
 

Similaire à Social Networks and the Semantic Web: a retrospective of the past 10 years

(Keynote) Peter Mika - “Making the Web Searchable”
(Keynote) Peter Mika - “Making the Web Searchable”(Keynote) Peter Mika - “Making the Web Searchable”
(Keynote) Peter Mika - “Making the Web Searchable”icwe2015
 
Enhancing the Web Experience
Enhancing the Web ExperienceEnhancing the Web Experience
Enhancing the Web ExperienceJohn Breslin
 
Semantic mark-up with schema.org: helping search engines understand the Web
Semantic mark-up with schema.org: helping search engines understand the WebSemantic mark-up with schema.org: helping search engines understand the Web
Semantic mark-up with schema.org: helping search engines understand the WebPeter Mika
 
Nova Spivack - Semantic Web Talk
Nova Spivack - Semantic Web TalkNova Spivack - Semantic Web Talk
Nova Spivack - Semantic Web Talksyawal
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data introvafopoulos
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked datavafopoulos
 
Semantic Search at Yahoo
Semantic Search at YahooSemantic Search at Yahoo
Semantic Search at YahooPeter Mika
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsJohn Breslin
 
Dagstuhl FOAF history talk
Dagstuhl FOAF history talkDagstuhl FOAF history talk
Dagstuhl FOAF history talkDan Brickley
 
Intelligentcontent2009
Intelligentcontent2009Intelligentcontent2009
Intelligentcontent2009Salim Ismail
 
Semantic Search on the Rise
Semantic Search on the RiseSemantic Search on the Rise
Semantic Search on the RisePeter Mika
 
Lessons Learned from Lod Failure and Big Data : The Future Trend
Lessons Learned from Lod Failure and Big Data : The Future Trend Lessons Learned from Lod Failure and Big Data : The Future Trend
Lessons Learned from Lod Failure and Big Data : The Future Trend Konkuk University
 
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)Lora Aroyo
 
Social Semantic (Sensor) Web
Social Semantic (Sensor) WebSocial Semantic (Sensor) Web
Social Semantic (Sensor) WebDavid Crowley
 
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebData Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebJohn Breslin
 
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]Teodora Petkova
 
SIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesSIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesUldis Bojars
 

Similaire à Social Networks and the Semantic Web: a retrospective of the past 10 years (20)

(Keynote) Peter Mika - “Making the Web Searchable”
(Keynote) Peter Mika - “Making the Web Searchable”(Keynote) Peter Mika - “Making the Web Searchable”
(Keynote) Peter Mika - “Making the Web Searchable”
 
Enhancing the Web Experience
Enhancing the Web ExperienceEnhancing the Web Experience
Enhancing the Web Experience
 
Semantic mark-up with schema.org: helping search engines understand the Web
Semantic mark-up with schema.org: helping search engines understand the WebSemantic mark-up with schema.org: helping search engines understand the Web
Semantic mark-up with schema.org: helping search engines understand the Web
 
Nova Spivack - Semantic Web Talk
Nova Spivack - Semantic Web TalkNova Spivack - Semantic Web Talk
Nova Spivack - Semantic Web Talk
 
2011 05-02 linked data intro
2011 05-02 linked data intro2011 05-02 linked data intro
2011 05-02 linked data intro
 
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
 
2011 05-01 linked data
2011 05-01 linked data2011 05-01 linked data
2011 05-01 linked data
 
Semantic Search at Yahoo
Semantic Search at YahooSemantic Search at Yahoo
Semantic Search at Yahoo
 
Breaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social SemanticsBreaking Down Walls in Enterprise with Social Semantics
Breaking Down Walls in Enterprise with Social Semantics
 
Rogers digitalmethods 4nov2010
Rogers digitalmethods 4nov2010Rogers digitalmethods 4nov2010
Rogers digitalmethods 4nov2010
 
Foaf Openid Milan
Foaf Openid MilanFoaf Openid Milan
Foaf Openid Milan
 
Dagstuhl FOAF history talk
Dagstuhl FOAF history talkDagstuhl FOAF history talk
Dagstuhl FOAF history talk
 
Intelligentcontent2009
Intelligentcontent2009Intelligentcontent2009
Intelligentcontent2009
 
Semantic Search on the Rise
Semantic Search on the RiseSemantic Search on the Rise
Semantic Search on the Rise
 
Lessons Learned from Lod Failure and Big Data : The Future Trend
Lessons Learned from Lod Failure and Big Data : The Future Trend Lessons Learned from Lod Failure and Big Data : The Future Trend
Lessons Learned from Lod Failure and Big Data : The Future Trend
 
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)
Lecture 6: How can we STUDY the (Social) Web? (VU Amsterdam Social Web Course)
 
Social Semantic (Sensor) Web
Social Semantic (Sensor) WebSocial Semantic (Sensor) Web
Social Semantic (Sensor) Web
 
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data WebData Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
 
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]
Solid: An Ecology of Digital Being [@SLA Europe October 28, 2020]
 
SIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media SitesSIOC: Semantic Web for Social Media Sites
SIOC: Semantic Web for Social Media Sites
 

Dernier

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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer 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
 
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
 
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 RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
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 DevelopmentsTrustArc
 
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
 
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 Processorsdebabhi2
 
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
 
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...Miguel Araújo
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
[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
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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
 
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 Scriptwesley chun
 

Dernier (20)

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
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer 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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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
 
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 ...
 
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
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
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...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
[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
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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...
 
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
 

Social Networks and the Semantic Web: a retrospective of the past 10 years

  • 1. Social networks and the Semantic Web: A retrospective of the past 10 years P R E S E N T E D B Y P e t e r M i k a , D i r e c t o r , S e m a n t i c S e a r c h , Y a h o o L a b s ⎪ M a y 1 8 , 2 0 1 5
  • 2. Based on interviews with: 2  John Breslin › Senior Lecturer in Informatics and Engineering at NUI Galway › Researcher, Unit Leader at the Insight Centre for Data Analytics (formerly DERI) › Creator of SIOC › Co-founder and Director of boards.ie  Harry Halpin › Team member at W3C › Post-doc at CSAIL, MIT › Author of Social Semantics: The Search for Meaning on the Web › W3C team contact for the Social Web WG  Henry Story › Co-founder and CTO of Stample › Previously Social Web architect at Sun Microsystems › W3C WebID XG chair (now WebID CG)
  • 3. The idea of the Social-Semantic Web 3
  • 4.  “At the doctor's office, Lucy instructed her Semantic Web agent through her handheld Web browser. The agent promptly retrieved information about Mom's prescribed treatment from the doctor's agent, looked up several lists of providers, and checked for the ones in-plan for Mom's insurance within a 20-mile radius of her home and with a rating of excellent or very good on trusted rating services. It then began trying to find a match between available appointment times (supplied by the agents of individual providers through their Web sites) and Pete's and Lucy's busy schedules.”  (The emphasized keywords indicate terms whose semantics, or meaning, were defined for the agent through the Semantic Web.) 5/18/20154 The Semantic Web (2001)
  • 5. One slide intro to the Semantic Web  Create URIs for real-world things, not just web resources › (In practice) URIs are composed of namespace + localname › Joe the Person has the URI ns:Joe  Basic unit of information is a triple › A tuple of (subject, predicate, object) › Example: (ns:Joe, type, Person), (#Joe, name, “John Doe”)  An RDF model is a set of triples › Standalone RDF documents: RDF/XML, JSON-LD › Embedded inside HTML: RDFa, JSON-LD  Schemas (ontologies) are also represented in the same model ns:Joe “John Doe” foaf:name foaf:Personrdf:type rdfs:subclassOf foaf:Agent
  • 6. Data distributed across the Web Joe’s homepage Joe’s blog Mary’s homepage (#name, #type, #Property) (#name, #domain, #Person) schema doc (#joe, #name, “Joe A.”) (#joe, #email, mailto:joe@joe.com) (#joe, #loves, #mary) (#mary, name, “Mary B.”) (#mary, gender, “female”)
  • 7. The Semantic Web off to a slow start  Standardization ahead of adoption › URI, RDF, RDF/XML, RDFa, JSON-LD, OWL, RIF, SPARQL, OWL-S, POWDER …  Chicken and egg problem › No data consumers/apps, hence no incentive to publish data › No data means no interested consumers/apps
  • 8. The Social Web  The Social Web followed web architecture › Links, blogrolls, pingbacks etc. between individual homepages and blogs › First SNSs (e.g. LiveJournal) simply implemented the same within one system › Typical usage is browsing from blog to blog or profile to profile Alice’s blog Bob’s blog Charlie’s blogreads reads links to
  • 9. The promise of the Social-Semantic Web 9  The Semantic Web as the ideal platform for distributed social networks › Connect digital identities across networks (sameAs) › Connect distributed conversations across networks › Having a profile in one network, and linking it to content elsewhere › Fine-grained access control through existing web protocols › Competition in services, e.g. search over social content  A boon to Online Social Science › Tools for data acquisition, data fusion, storage and querying › Significantly increase the size, frequency and longitude of social studies through digital data collection › Contribute to the improvement of technology by the study of technology usage
  • 10. Putting it together: Social networks and the Semantic Web 10 Semantic Web Online social networks Social-Semantic Web Online Social Science enables informs the design of The Social-Semantic Web aims at creating shared representations of social data and improving the interoperability of social applications online, in the benefit of (a) the Semantic Web and (b) the study of online social behaviour.
  • 12. What happened to the Semantic Web?  Consolidation in terms of the technology stack › RDF/XML turned out to be a dead-end › JSON-LD winning developer hearts (e.g. at Yahoo) › RDFa and Microdata preferred over microformats (e.g. OGP, schema.org)  SPARQL provides a query language and protocol › But still few RDF triple-stores directly accessible on the Web  Tooling improved › Editors, validators, annotators, query composers, browsers, RDF APIs etc.  Linked Data Platform (2015) a step toward a Read/Write Semantic Web › Crucial for social applications wanting to read/write profile information and content
  • 13. What happened to the Semantic Web? (2) 13  Data publishing (finally) starts to take off 1. Linked Open Data • Opening up existing data sets • Encyclopedic, scientific and government data • see linkeddata.org and the LDOW workshop 1. Metadata in HTML • Annotating existing HTML pages • Driven by search engine applications • see schema.org and applications at Bing/Yahoo/Google/Yandex  But not much social data…
  • 14. 14 What happened to the Social Web?
  • 15. What happened to the Social Web? Post-2004  “Web 2.0”: commercial interests in social data lead to silos › Data portability possible (e.g. Google’s Takeout), but no interlinking.  New social networks still arise › Special purpose (dating, health) or just fresh new ground (Snapchat) › Enterprise, e.g. Yammer Alice’s profile Bob’s profile Charlie’s profilefollows follows internally link to Facebook Alice’s profile Bob’s profile Charlie’s profilefollows follows internally link to Twitter Alice’s profile Bob’s profile Charlie’s profilefollowsfollows internally link to Alice’s profile Bob’s profile Charlie’s profile follows follows internally link to Alice’s profile Bob’s profile Charlie’s profilefollows follows internally link to
  • 16. What happened to the Social-Semantic Web? 16  Representations › Profile data and content • FOAF (Friend-of-a-Friend) ontology (2000) for profile information • SIOC (Semantically Interlinked Online communities) ontology (2004) for blogs, forums, Q&A sites › Activities/actions • ActivityStreams 2.0 • schema.org Actions vocabulary  Missing building blocks for decentralized OSNs come from elsewhere › Distributed authentication (OpenID) & authorization (Oauth) › Alternatives based on Semantic Web principles come late (but not too late?) • WebID and WebID + TLS • SoLiD: Social Linked Data platform
  • 17. What is left of our hopes for the Social-Semantic Web? 17  Connect digital identities across networks (sameAs) › One-off interlinking between systems, e.g. link your Facebook to your Yahoo account  Connect distributed conversations across networks › Limited solutions, e.g. hashtag directories such as  Having a profile in one network, and linking it to content elsewhere › Not possible  Fine-grained access control through existing web protocols › Not possible  Competition in services, e.g. search over social content › Non-existent despite early experiments (foaf-search.net)
  • 18. The work continues 18  W3C Social Activity › W3C Social Interest Group • Use cases TF • Vocabularies TF › W3C Social Web Working Group • An extensible transfer syntax for activities like status updates • An API for third-party social content embedding • Possibly a protocol for federation  W3C WebID Community Group
  • 19. What happened to online social science? 19  Online social science is booming 1. Studies of online social phenomena • Qualitative – Digital ethnography, e.g. danah boyd’s work • Quantitative – Networks – Language/content 2. Validating existing social theory using online data 3. Predicting real world phenomena using online data  Still, mostly done by computer scientists › We failed to provide much support for social scientists in terms of either data or tooling
  • 20. Challenges 20  Limited access to data and experimentation platforms › As a result, studies are still small-scale and one-off  Validation studies challenged by social scientists › Online not the same as real-world sociality  Studies don’t necessarily generalize across social sites or contexts › e.g. ‘we predict the next election using Twitter’-type studies have been questioned  Affordances and usage keeps changing over time › SNSs have become more media-centric, less profile-centric › See Ellison, Nicole and danah boyd. (2013). “Sociality through Social Network Sites.”
  • 21. Final thoughts 21  Semantic Web technology › Too little, too late for the Social Web? Or can we still build a federated social web? • e.g. can initiatives such as FreedomBox take us back to the early Social Web?  Online Social Science › What more can we do with technology?
  • 22. Q&A  Contact me › pmika@yahoo-inc.com › @pmika › http://www.slideshare.net/pmika/

Notes de l'éditeur

  1. http://www.foaf-search.net/
  2. Most other standards did not gain (mass) adoption Rightfully or not
  3. FOAF had its peak with LiveJournal implementing FOAF views, still live SIOC had its peak with social-semantic data coming from Drupal, 2010-2011
  4. Representatives from the Indieweb, Enterprise and ActivityStreams communities W3C Social Web Working Group An extensible transfer syntax for activities like status updates, with the ActivityStreams 2.0 data-format being an input. An API for third-party social content embedding, with the OpenSocial 2.5.1 Activity Streams and Embedded Experiences APIs Member Submission being an input. Possibly a protocol for federation, with the Web Mention protocol and the Linked Data Platform being possible inputs.
  5. When asked, users report about 25-30 percent of their total Facebook Friends are “actual” friends (Ellison, Steinfield, & Lampe, 2011; Ellison, Vitak, Gray & Lampe, 2011), Changes: -- traversal in early social networks was important because screen names of friends were discovered by browsing the friends list of friend. Today other navigation pathways around content, e.g. hashtags -- early social network sites more profile oriented, later more content creation (e.g. status updates) and sharing (social media) oriented -- changes in how real and online identity are linked -- early profiles are self-constructed, now partly constructed by the activity of friends -- bi-directional to uni-directional links (friends vs. follows) -- context-collapse -> different ways of organizing social groups/circles
  6. Gayo-Avello, Daniel (2013). A meta-analysis of state-of-the-art electoral prediction from Twitter data. Social Science Computer Review, 31(6), 649-679. JCR 2013