SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
Linked Data in Practice:
Building Standards, Building Communities

rsanderson@lanl.gov

Robert Sanderson

// azaroth42@gmail.com

// @azaroth42

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

1
Overview
•  Standards
•  Linked Data: Advantages and Challenges
•  Graph Structure
•  Open World
•  Ontologies and Identities
•  Serialization Formats
•  Communities

WARNING: Packaged in a Factory Containing Controversy
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

2
Standards
Standards are essential: Infrastructure like Electricity
Like Electricity, there can be more than one but having
the adapters is always a pain
Or Standards like USB...

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

3
Building Standards
Standards are about agreement.
Technical side is easy compared to getting community
engagement and support.

(Much like herding cats)

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

4
Building Web Standards
The web has revolutionized communication,
especially scholarly communication.
Any modern communication standard
needs to be a web standard
Web Standards are about linking things together.
Web Standards are about data.
Linked Data is done using a Graph,
expressed in a technical framework called RDF
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

5
Graphs
ü  Graphs are very powerful for modeling reality
ü  Tree (like XML) is just a simple Graph
ü  Don’t end up in semantic/syntactic hell (like XML)

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

6
Graphs: Structure and Data
Ø  Working with graphs must take structure into
account
Graph: Structure and Data important,
but data currently treated as second class citizen
Other: Only Data important, so easier to work with
•  Can’t think about “documents” as all nodes/edges
are stored together

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

7
Graphs: Structure and Data
Ø  Visualization is difficult to get right
Ø  … and hard to know when it is right
Ø  Documents “easy” to visualize
Ø  Graph visualization almost universally terrible
… because has to take structure into account

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

8
Visualization Done Right

http://www.facebook.com/note.php?note_id=469716398919
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

9
Not So Right

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

10
Graphs
Other structures don’t get as complicated
because they lack the expressiveness of a graph

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

11
The Open World
ü  A Single Global Graph that everyone contributes to
ü 
ü 
ü 
ü 
ü 

Great for data re-use
Global identities
Richness of data from multiple sources
Distributed: Can incrementally add to others descriptions
Fits with the WWW: The Data Web

Technically: If a statement is not asserted, then its truth-value is
unknown, rather than false.
Data:
Painting has X’s signature
Question:
Does the painting have Y’s signature?
Closed World: No
Open World:
I Don’t Know

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

12
The Open World: Global Identities
Jon publishes an Annotation about part of a web page.

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

13
The Open World: Global Identities
Brewster archives the page … and says where it is.

ü  Without modifying
the annotation at all!
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

14
The Open World: Local Complexity
Ø  Every assertion is considered true in all contexts

Q: How do we say that Canvas 2 comes after Canvas
1, and Canvas 3 comes after Canvas 2?
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

15
The Open World: Ordering

Did you think this?
Remember anyone can say anything, and it’s global…

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

16
The Open World: Ordering
Jane

Freya

Now there are two next links from Canvas 1, and our list is … a graph.
Use Case: Manuscript has different page order at different times
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

17
The Open World: Ordering

ORE introduces proxy nodes, as not just order is local.
Eg may wish to cite a resource in the context of a set of resources.
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

18
The Open World: Ordering

Shared Canvas uses multiple classes and the rdf:List construction.
Serializations hide the list’s anonymous nodes.
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

19
The Open World
Local identity for local context is good practice!

Think Globally
Identify Locally

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

20
Ontologies and Identities
ü  Shared relationships increase interoperability
ü  dc:title is ‘name’ or ‘label’, not property title or Dr.
ü  Re-use of semantics makes it easier to build applications
ü  Communities can develop own ontologies of relationships
independently

ü  Shared Identity makes it possible for graph to merge
serendipitously
ü  Everyone can mint own IDs using http URIs
ü  By reusing ids, graphs will merge, creating new knowledge

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

21
Ontologies and Identities
Ø  “The nice thing about … Ontologies … is that there’s
so many to choose from”
Ø  Too many to choose from, hard to find the right one
Ø  If almost right, do you reuse and hope for the best, or
specialize and create yet another ontology?

http://xkcd.com/927/
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

22
Ontologies and Identities
Ø  “The nice thing about … Identities … is that there’s
so many to choose from”
Ø  Far far too many to choose from, hard to find the right one
Ø  As anyone can create identity for anything, they do
Ø  Identity can have a contextual component – does LANL’s
identifier for Oppenheimer differ from DBPedia’s?

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

23
Ontologies and Identities

Standards! Communities!

House of Representatives from Huffington Post

http://www.flickr.com/photos/clydeorama/6693882429/

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

24
Serializations
ü  The new JSON-LD format is pretty good
{!
"@context": "http://www.w3.org/ns/oa.json", !
"@id": "http://example.org/anno1", !
"@type": "oa:Annotation", !
"annotatedAt": "2012-11-10T09:08:07", !
"annotatedBy": {!
"@id": "http://public.lanl.gov/rsanderson#me", !
"@type": "foaf:Person", !
"name": "Rob Sanderson"!
}, !
“hasBody": {"chars": "This... is CNN.”}, !
“hasTarget": “http://www.cnn.com/”!
}!

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

25
Serializations
Ø  The recommended RDF/XML is absolutely terrible
Ø  “RDF/XML was the Semantic Web’s 3 Mile Island incident”
-- Manu Sporny, http://manu.sporny.org/2012/nuclear-rdf/

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

26
Communities
Building Community is hard!
•  W3C Community Groups
•  Funding
•  Engagement not Argument
•  Early Embedding
•  Merge when possible

Path may be longer together, but it’s better

Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

27
Thank You!
Slides:
http://www.slideshare.net/azaroth42/
xxx-yyy
Open Annotation:

http://www.openannotation.org/
http://www.w3.org/community/openannotation/
Shared Canvas:
http://www.shared-canvas.org/
http://iiif.io/

Rob Sanderson:
rsanderson@lanl.gov // azaroth42@gmail.com
@azaroth42 // http://public.lanl.gov/rsanderson/
Linked Data in Practice: Building Standards and Communities
Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA

28

Más contenido relacionado

Destacado

Evaluating SharedCanvas in CATCHPlus
Evaluating SharedCanvas in CATCHPlusEvaluating SharedCanvas in CATCHPlus
Evaluating SharedCanvas in CATCHPlus
Robert Sanderson
 
SharedCanvas: Dealing with Uncertainty in Digital Facsimiles
SharedCanvas: Dealing with Uncertainty in Digital FacsimilesSharedCanvas: Dealing with Uncertainty in Digital Facsimiles
SharedCanvas: Dealing with Uncertainty in Digital Facsimiles
Robert Sanderson
 
Erika Pricyla Cerino HernáNdez
Erika Pricyla Cerino HernáNdezErika Pricyla Cerino HernáNdez
Erika Pricyla Cerino HernáNdez
guest1cc234
 
Dit Heb Je Nog Nooit Gezien
Dit Heb Je Nog Nooit GezienDit Heb Je Nog Nooit Gezien
Dit Heb Je Nog Nooit Gezien
guest6964ce
 

Destacado (20)

Analyzing the Persistence of Referenced Web Resources with Memento
Analyzing the Persistence of Referenced Web Resources with MementoAnalyzing the Persistence of Referenced Web Resources with Memento
Analyzing the Persistence of Referenced Web Resources with Memento
 
Evaluating SharedCanvas in CATCHPlus
Evaluating SharedCanvas in CATCHPlusEvaluating SharedCanvas in CATCHPlus
Evaluating SharedCanvas in CATCHPlus
 
SharedCanvas: Dealing with Uncertainty in Digital Facsimiles
SharedCanvas: Dealing with Uncertainty in Digital FacsimilesSharedCanvas: Dealing with Uncertainty in Digital Facsimiles
SharedCanvas: Dealing with Uncertainty in Digital Facsimiles
 
Big Data: Indexing ~50Tb of URIs
Big Data: Indexing ~50Tb of URIsBig Data: Indexing ~50Tb of URIs
Big Data: Indexing ~50Tb of URIs
 
Transcending Silos: Shared Canvas Data Model for Digital Facsimiles
Transcending Silos: Shared Canvas Data Model for Digital FacsimilesTranscending Silos: Shared Canvas Data Model for Digital Facsimiles
Transcending Silos: Shared Canvas Data Model for Digital Facsimiles
 
SharedCanvas: A Collaborative Model for Medieval Manuscript Layout Dissemina...
SharedCanvas: A Collaborative Model for Medieval Manuscript Layout Dissemina...SharedCanvas: A Collaborative Model for Medieval Manuscript Layout Dissemina...
SharedCanvas: A Collaborative Model for Medieval Manuscript Layout Dissemina...
 
Erika Pricyla Cerino HernáNdez
Erika Pricyla Cerino HernáNdezErika Pricyla Cerino HernáNdez
Erika Pricyla Cerino HernáNdez
 
Niso Annotation Webinar
Niso Annotation WebinarNiso Annotation Webinar
Niso Annotation Webinar
 
Dit Heb Je Nog Nooit Gezien
Dit Heb Je Nog Nooit GezienDit Heb Je Nog Nooit Gezien
Dit Heb Je Nog Nooit Gezien
 
Python Web Interaction
Python Web InteractionPython Web Interaction
Python Web Interaction
 
NLLC 2011: Memento, Open Annotation, SharedCanvas
NLLC 2011: Memento, Open Annotation, SharedCanvasNLLC 2011: Memento, Open Annotation, SharedCanvas
NLLC 2011: Memento, Open Annotation, SharedCanvas
 
W3C Open Annotation: Status and Use Cases
W3C Open Annotation: Status and Use CasesW3C Open Annotation: Status and Use Cases
W3C Open Annotation: Status and Use Cases
 
NISO Annotation Meeting (San Francisco)
NISO Annotation Meeting (San Francisco)NISO Annotation Meeting (San Francisco)
NISO Annotation Meeting (San Francisco)
 
Making Web Annotations Persistent over Time
Making Web Annotations Persistent over TimeMaking Web Annotations Persistent over Time
Making Web Annotations Persistent over Time
 
W3C Web Annotation WG Update (I Annotate 2016)
W3C Web Annotation WG Update (I Annotate 2016)W3C Web Annotation WG Update (I Annotate 2016)
W3C Web Annotation WG Update (I Annotate 2016)
 
IIIF Presentation API
IIIF Presentation API IIIF Presentation API
IIIF Presentation API
 
IIIF Overview for Linked Data Exhibitions
IIIF Overview for Linked Data ExhibitionsIIIF Overview for Linked Data Exhibitions
IIIF Overview for Linked Data Exhibitions
 
Annotating Scholarly Works - the W3C Open Annotation Model
Annotating Scholarly Works - the W3C Open Annotation ModelAnnotating Scholarly Works - the W3C Open Annotation Model
Annotating Scholarly Works - the W3C Open Annotation Model
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked Data
 
Hemoptysis jack
Hemoptysis jackHemoptysis jack
Hemoptysis jack
 

Similar a Linked Data: Building Standards and Communities

Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Dr.-Ing. Thomas Hartmann
 
Presentation sna summer school
Presentation sna summer schoolPresentation sna summer school
Presentation sna summer school
jsajuria
 

Similar a Linked Data: Building Standards and Communities (20)

Social Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to ToolsSocial Network Analysis & an Introduction to Tools
Social Network Analysis & an Introduction to Tools
 
Linked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond OntologiesLinked Data in Production: Moving Beyond Ontologies
Linked Data in Production: Moving Beyond Ontologies
 
[20240311_LabSeminar_Huy]LINE: Large-scale Information Network Embedding.pptx
[20240311_LabSeminar_Huy]LINE: Large-scale Information Network Embedding.pptx[20240311_LabSeminar_Huy]LINE: Large-scale Information Network Embedding.pptx
[20240311_LabSeminar_Huy]LINE: Large-scale Information Network Embedding.pptx
 
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)
 
The technical case for a semantic web
The technical case for a semantic webThe technical case for a semantic web
The technical case for a semantic web
 
SSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow TutorialSSSW2015 Data Workflow Tutorial
SSSW2015 Data Workflow Tutorial
 
The CSO Open Data Experience
The CSO Open Data ExperienceThe CSO Open Data Experience
The CSO Open Data Experience
 
Keynote: Mark Parsons - Plans are Useless, But Planning is Essential
Keynote: Mark Parsons - Plans are Useless, But Planning is EssentialKeynote: Mark Parsons - Plans are Useless, But Planning is Essential
Keynote: Mark Parsons - Plans are Useless, But Planning is Essential
 
"Plans are worthless, but planning is essential"
"Plans are worthless, but planning is essential""Plans are worthless, but planning is essential"
"Plans are worthless, but planning is essential"
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL Overview
 
Attention Economics in Social Web Systems
Attention Economics in Social Web SystemsAttention Economics in Social Web Systems
Attention Economics in Social Web Systems
 
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
Towards the Discovery of Person-Level Data (SemStats, ISWC 2013) [2013.10]
 
ase-social-informatics (6)
ase-social-informatics (6)ase-social-informatics (6)
ase-social-informatics (6)
 
Introduction to Social Network Analysis
Introduction to Social Network AnalysisIntroduction to Social Network Analysis
Introduction to Social Network Analysis
 
Chicago School of Data Book
Chicago School of Data BookChicago School of Data Book
Chicago School of Data Book
 
Frontiers of Computational Journalism week 8 - Visualization and Network Anal...
Frontiers of Computational Journalism week 8 - Visualization and Network Anal...Frontiers of Computational Journalism week 8 - Visualization and Network Anal...
Frontiers of Computational Journalism week 8 - Visualization and Network Anal...
 
Data Science and What It Means to Library and Information Science
Data Science and What It Means to Library and Information ScienceData Science and What It Means to Library and Information Science
Data Science and What It Means to Library and Information Science
 
Data Science in 2016: Moving Up
Data Science in 2016: Moving UpData Science in 2016: Moving Up
Data Science in 2016: Moving Up
 
Data Science in 2016: Moving up by Paco Nathan at Big Data Spain 2015
Data Science in 2016: Moving up by Paco Nathan at Big Data Spain 2015Data Science in 2016: Moving up by Paco Nathan at Big Data Spain 2015
Data Science in 2016: Moving up by Paco Nathan at Big Data Spain 2015
 
Presentation sna summer school
Presentation sna summer schoolPresentation sna summer school
Presentation sna summer school
 

Más de Robert Sanderson

Más de Robert Sanderson (20)

Understanding Linked Art
Understanding Linked ArtUnderstanding Linked Art
Understanding Linked Art
 
LUX - Cross Collections Cultural Heritage at Yale
LUX - Cross Collections Cultural Heritage at YaleLUX - Cross Collections Cultural Heritage at Yale
LUX - Cross Collections Cultural Heritage at Yale
 
Zoom as a Paradigm for Linked Open Usable Data
Zoom as a Paradigm for Linked Open Usable DataZoom as a Paradigm for Linked Open Usable Data
Zoom as a Paradigm for Linked Open Usable Data
 
Provenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked ArtProvenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked Art
 
Data is our Product: Thoughts on LOD Sustainability
Data is our Product: Thoughts on LOD SustainabilityData is our Product: Thoughts on LOD Sustainability
Data is our Product: Thoughts on LOD Sustainability
 
A Perspective on Wikidata: Ecosystems, Trust, and Usability
A Perspective on Wikidata: Ecosystems, Trust, and UsabilityA Perspective on Wikidata: Ecosystems, Trust, and Usability
A Perspective on Wikidata: Ecosystems, Trust, and Usability
 
Linked Art: Sustainable Cultural Knowledge through Linked Open Usable Data
Linked Art: Sustainable Cultural Knowledge through Linked Open Usable DataLinked Art: Sustainable Cultural Knowledge through Linked Open Usable Data
Linked Art: Sustainable Cultural Knowledge through Linked Open Usable Data
 
Illusions of Grandeur: Trust and Belief in Cultural Heritage Linked Open Data
Illusions of Grandeur: Trust and Belief in Cultural Heritage Linked Open DataIllusions of Grandeur: Trust and Belief in Cultural Heritage Linked Open Data
Illusions of Grandeur: Trust and Belief in Cultural Heritage Linked Open Data
 
Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)
 
Sanderson CNI 2020 Keynote - Cultural Heritage Research Data Ecosystem
Sanderson CNI 2020 Keynote - Cultural Heritage Research Data EcosystemSanderson CNI 2020 Keynote - Cultural Heritage Research Data Ecosystem
Sanderson CNI 2020 Keynote - Cultural Heritage Research Data Ecosystem
 
Tiers of Abstraction and Audience in Cultural Heritage Data Modeling
Tiers of Abstraction and Audience in Cultural Heritage Data ModelingTiers of Abstraction and Audience in Cultural Heritage Data Modeling
Tiers of Abstraction and Audience in Cultural Heritage Data Modeling
 
The Importance of being LOUD
The Importance of being LOUDThe Importance of being LOUD
The Importance of being LOUD
 
Introduction to Linked Art Model
Introduction to Linked Art ModelIntroduction to Linked Art Model
Introduction to Linked Art Model
 
Standards and Communities: Connected People, Consistent Data, Usable Applicat...
Standards and Communities: Connected People, Consistent Data, Usable Applicat...Standards and Communities: Connected People, Consistent Data, Usable Applicat...
Standards and Communities: Connected People, Consistent Data, Usable Applicat...
 
Strong Opinions, Weakly Held
Strong Opinions, Weakly HeldStrong Opinions, Weakly Held
Strong Opinions, Weakly Held
 
IIIF Discovery Walkthrough
IIIF Discovery WalkthroughIIIF Discovery Walkthrough
IIIF Discovery Walkthrough
 
Linked Art: An Art Museum Profile for CIDOC-CRM
Linked Art: An Art Museum Profile for CIDOC-CRMLinked Art: An Art Museum Profile for CIDOC-CRM
Linked Art: An Art Museum Profile for CIDOC-CRM
 
Euromed2018 Keynote: Usability over Completeness, Community over Committee
Euromed2018 Keynote: Usability over Completeness, Community over CommitteeEuromed2018 Keynote: Usability over Completeness, Community over Committee
Euromed2018 Keynote: Usability over Completeness, Community over Committee
 
Linked Art - Our Linked Open Usable Data Model
Linked Art - Our Linked Open Usable Data ModelLinked Art - Our Linked Open Usable Data Model
Linked Art - Our Linked Open Usable Data Model
 
EuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDEuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUD
 

Último

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 

Linked Data: Building Standards and Communities

  • 1. Linked Data in Practice: Building Standards, Building Communities rsanderson@lanl.gov Robert Sanderson // azaroth42@gmail.com // @azaroth42 Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 1
  • 2. Overview •  Standards •  Linked Data: Advantages and Challenges •  Graph Structure •  Open World •  Ontologies and Identities •  Serialization Formats •  Communities WARNING: Packaged in a Factory Containing Controversy Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 2
  • 3. Standards Standards are essential: Infrastructure like Electricity Like Electricity, there can be more than one but having the adapters is always a pain Or Standards like USB... Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 3
  • 4. Building Standards Standards are about agreement. Technical side is easy compared to getting community engagement and support. (Much like herding cats) Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 4
  • 5. Building Web Standards The web has revolutionized communication, especially scholarly communication. Any modern communication standard needs to be a web standard Web Standards are about linking things together. Web Standards are about data. Linked Data is done using a Graph, expressed in a technical framework called RDF Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 5
  • 6. Graphs ü  Graphs are very powerful for modeling reality ü  Tree (like XML) is just a simple Graph ü  Don’t end up in semantic/syntactic hell (like XML) Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 6
  • 7. Graphs: Structure and Data Ø  Working with graphs must take structure into account Graph: Structure and Data important, but data currently treated as second class citizen Other: Only Data important, so easier to work with •  Can’t think about “documents” as all nodes/edges are stored together Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 7
  • 8. Graphs: Structure and Data Ø  Visualization is difficult to get right Ø  … and hard to know when it is right Ø  Documents “easy” to visualize Ø  Graph visualization almost universally terrible … because has to take structure into account Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 8
  • 9. Visualization Done Right http://www.facebook.com/note.php?note_id=469716398919 Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 9
  • 10. Not So Right Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 10
  • 11. Graphs Other structures don’t get as complicated because they lack the expressiveness of a graph Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 11
  • 12. The Open World ü  A Single Global Graph that everyone contributes to ü  ü  ü  ü  ü  Great for data re-use Global identities Richness of data from multiple sources Distributed: Can incrementally add to others descriptions Fits with the WWW: The Data Web Technically: If a statement is not asserted, then its truth-value is unknown, rather than false. Data: Painting has X’s signature Question: Does the painting have Y’s signature? Closed World: No Open World: I Don’t Know Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 12
  • 13. The Open World: Global Identities Jon publishes an Annotation about part of a web page. Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 13
  • 14. The Open World: Global Identities Brewster archives the page … and says where it is. ü  Without modifying the annotation at all! Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 14
  • 15. The Open World: Local Complexity Ø  Every assertion is considered true in all contexts Q: How do we say that Canvas 2 comes after Canvas 1, and Canvas 3 comes after Canvas 2? Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 15
  • 16. The Open World: Ordering Did you think this? Remember anyone can say anything, and it’s global… Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 16
  • 17. The Open World: Ordering Jane Freya Now there are two next links from Canvas 1, and our list is … a graph. Use Case: Manuscript has different page order at different times Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 17
  • 18. The Open World: Ordering ORE introduces proxy nodes, as not just order is local. Eg may wish to cite a resource in the context of a set of resources. Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 18
  • 19. The Open World: Ordering Shared Canvas uses multiple classes and the rdf:List construction. Serializations hide the list’s anonymous nodes. Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 19
  • 20. The Open World Local identity for local context is good practice! Think Globally Identify Locally Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 20
  • 21. Ontologies and Identities ü  Shared relationships increase interoperability ü  dc:title is ‘name’ or ‘label’, not property title or Dr. ü  Re-use of semantics makes it easier to build applications ü  Communities can develop own ontologies of relationships independently ü  Shared Identity makes it possible for graph to merge serendipitously ü  Everyone can mint own IDs using http URIs ü  By reusing ids, graphs will merge, creating new knowledge Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 21
  • 22. Ontologies and Identities Ø  “The nice thing about … Ontologies … is that there’s so many to choose from” Ø  Too many to choose from, hard to find the right one Ø  If almost right, do you reuse and hope for the best, or specialize and create yet another ontology? http://xkcd.com/927/ Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 22
  • 23. Ontologies and Identities Ø  “The nice thing about … Identities … is that there’s so many to choose from” Ø  Far far too many to choose from, hard to find the right one Ø  As anyone can create identity for anything, they do Ø  Identity can have a contextual component – does LANL’s identifier for Oppenheimer differ from DBPedia’s? Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 23
  • 24. Ontologies and Identities Standards! Communities! House of Representatives from Huffington Post http://www.flickr.com/photos/clydeorama/6693882429/ Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 24
  • 25. Serializations ü  The new JSON-LD format is pretty good {! "@context": "http://www.w3.org/ns/oa.json", ! "@id": "http://example.org/anno1", ! "@type": "oa:Annotation", ! "annotatedAt": "2012-11-10T09:08:07", ! "annotatedBy": {! "@id": "http://public.lanl.gov/rsanderson#me", ! "@type": "foaf:Person", ! "name": "Rob Sanderson"! }, ! “hasBody": {"chars": "This... is CNN.”}, ! “hasTarget": “http://www.cnn.com/”! }! Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 25
  • 26. Serializations Ø  The recommended RDF/XML is absolutely terrible Ø  “RDF/XML was the Semantic Web’s 3 Mile Island incident” -- Manu Sporny, http://manu.sporny.org/2012/nuclear-rdf/ Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 26
  • 27. Communities Building Community is hard! •  W3C Community Groups •  Funding •  Engagement not Argument •  Early Embedding •  Merge when possible Path may be longer together, but it’s better Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 27
  • 28. Thank You! Slides: http://www.slideshare.net/azaroth42/ xxx-yyy Open Annotation: http://www.openannotation.org/ http://www.w3.org/community/openannotation/ Shared Canvas: http://www.shared-canvas.org/ http://iiif.io/ Rob Sanderson: rsanderson@lanl.gov // azaroth42@gmail.com @azaroth42 // http://public.lanl.gov/rsanderson/ Linked Data in Practice: Building Standards and Communities Yale Digital Collections Center, Nov 19 2013, New Haven CT, USA 28