SlideShare a Scribd company logo
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Herbert Van de Sompel, DANS, UGent
@hvdsomp
https://hvdsomp.info
FAIR Signposting
A KISS Approach to a Burning Issue
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
20+ Years Interoperability Efforts Related To Scholarly Objects
OAI-PMH
OAI-ORE
Memento
IIIF
info URI
Web Annotation
ResourceSync
Robust Links
OpenURL
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Cartoon by Patrick Hochstenbach
The FAIR Signposting Profile is an Implementation Guideline
Signposting, since 2015
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Burning Issue: Clarify How Scholarly Objects Exist on the Web
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Burning Issue: Clarify How Scholarly Objects Exist on the Web
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Make it easy for machines to interact with scholarly objects on the
Web
• This is a burning issue because the lack of a uniform interface to
scholarly objects on the web requires ad-hoc platform-specific
solutions for the creation of cross-platform services
• Think of e.g. Zotero, LOCKSS, numerous APIs, …
• There’s not even a uniform way to determine the PID of a
scholarly object from the landing page
• This makes the barrier to entry for the creation of cross-platform
services high. Which tends to lead to centralization, monopolies, lack
of innovation.
Burning Issue: Clarify How Scholarly Objects Exist on the Web
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• The problem has been around for a long time
• OAI-ORE (1) (2008) addressed it in a descriptive way using linked
data technology
• RO-Crate (2) (2019) addresses it in a descriptive and simpler way
using linked data technology
• The problem directly relates to
• FAIR
• FAIR Digital Object Protocol/Framework
both of which are quite on fire
Burning Issue: Clarify How Scholarly Objects Exist on the Web
(1) OAI-ORE ; https://www.openarchives.org/ore/
(2) RO-Crate ; https://www.researchobject.org/ro-crate/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Addresses the problem in a navigational way, by providing
meaningful links (signposts) allowing machines to follow their nose to
obtain the information they are after
• Uses a KISS, standards-based REST/HATEOAS approach consisting
of:
• Typed web links (1)
• IANA-registered relation types (2) defined in formal specifications
• Recognizes the status quo - scholarly objects are represented by
landing pages on the web - but enhances it to empower machines
KISS Approach: FAIR Signposting Profile
(1) RFC8288 – Web Linking ; https://tools.ietf.org/html/rfc8288
(2) IANA Link Relations ; https://www.iana.org/assignments/link-relations/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Concrete Implementation Guideline for Signposting, indicating which
typed links to convey for each of the resources that make up a
scholarly object on the web
• Implementation targets are platforms that host research outputs e.g.
data repositories, institutional repositories, publisher platforms, etc.
• Dataverse implementation currently in Pull Request Status,
courtesy of DANS
• Two complementary approaches to provide typed links:
• Concise set of links provided by-value
• Comprehensive set of links provided by-reference
KISS Approach: FAIR Signposting Profile
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Typed Links By Value (HTTP Link, HTML <link>)
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
HTTP Link (for resources of all media types)
$ curl -i "https://example.org/page/7507"
HTTP/1.1 200 OK
Date: Fri, 9 Oct 2020 19:19:22 GMT
Content-Type: text/html
Content-Length: 25414
Link:
<https://doi.org/10.5061/dryad.5d23f> ; rel="cite-as" ,
<https://orcid.org/0000-0002-1825-0097> ; rel="author" ,
<https://example.org/meta/7507/bibtex> ; rel="describedby"
; type="application/x-bibtex" ,
<https://creativecommons.org/licenses/by/4.0/> ; rel="license" ,
<https://schema.org/ScholarlyArticle> ; rel="type" ,
<https://schema.org/AboutPage> ; rel="type” ,
<https://example.org/file/7507/1> ; rel="item" ; type="application/pdf”
<html lang="en">
<head>
<meta charset="utf-8">
...
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
HTML <link> (for HTML pages)
$ curl -i "https://example.org/page/7507"
HTTP/1.1 200 OK
Date: Fri, 9 Oct 2020 19:19:48 GMT
Content-Type: text/html
Content-Length: 25414
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="cite-as" href="https://doi.org/10.5061/dryad.5d23">
<link rel="author" href="https://orcid.org/0000-0002-1825-0097">
<link rel="describedby" type="application/x-bibtex"
href="https://example.org/meta/7507/bibtex">
<link rel="license"
href="https://creativecommons.org/licenses/by/4.0/">
<link rel="type" href="https://schema.org/ScholarlyArticle">
<link rel="type" href="https://schema.org/AboutPage">
<link rel="item" type="application/pdf”
href="https://example.org/file/7507/1">
…
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Typed Links By Reference (Link Set)
Wilde, E, Van de Sompel H. (2021) Linkset: Media Types and a Link Relation Type for Link Sets
https://datatracker.ietf.org/doc/draft-ietf-httpapi-linkset/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
{
"linkset": [
{
"anchor": "https://example.org/page/7507",
"cite-as": [
{
"href": "https://doi.org/10.5061/dryad.5d23f"
}
],
},
…
{
"anchor": "https://example.org/file/7507/1",
"collection": [
{
"href": "https://example.org/page/7507",
"type": "text/html"
}
]
}
]
}
Link Set in application/linkset+json
Wilde, E, Van de Sompel H. (2021) Linkset: Media Types and a Link Relation Type for Link Sets
https://datatracker.ietf.org/doc/draft-ietf-httpapi-linkset/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Contributes to FAIRs, F, A, and R by informing machines
• what the persistent identifier of a scholarly objects is,
• what type of scholarly object it is,
• where and what its content is,
• where metadata that describes it is,
• which license applies to the scholarly object,
• what the persistent identifier of its author is
• Contributes to FAIRs I by providing this information
• in a uniform way
• in a way that is interoperable with the Web at large
FAIR Signposting Profile
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Protocol
FAIR Digital Objects Forum
https://fairdo.org/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework
Bonino, L. (2021) FAIR Digital Object Framework Documentation
https://fairdigitalobjectframework.org/
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework
Bonino, L. (2021) FAIR Digital Object Framework Documentation
https://fairdigitalobjectframework.org/
• Very much looks like a Link Set
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework
Bonino, L. (2021) FAIR Digital Object Framework Documentation
https://fairdigitalobjectframework.org/
• Content negotiation in an abstract dimension:
• a non-existing concept
• negotiation is about actual document formats
• Content negotiation with the PID:
• assumes control over the PID
• requires further centralization
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework, the Signposting Way
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework, the Signposting Way
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework, the Signposting Way
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework, the Signposting Way
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
FAIR Digital Object Framework with Signposting Extras
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Achieves what the FAIR Digital Object Framework desires by:
• using links, the core ingredient of the web
• using IANA-registered link types defined in formal specifications
• conveying typed links in HTTP Link and HTML <link>
• conveying typed links in Link Sets (soon to be IETF-standardized),
which support semantic interpretation if needed
• devising a navigational approach usable by basic web clients
• not requiring standardization on metadata formats or ontologies as
is essential for descriptive approaches
• not requiring centralized infrastructure
• Bottom line: FAIR Signposting provides a KISS uniform interface for
machine interaction with scholarly objects on the Web by using
existing technology only
FAIR Signposting Profile
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
• Shawn Jones, Martin Klein, Harihar Shankar @ Los Alamos National Laboratory
• Michael L. Nelson @ Old Dominion University
• Simeon Warner @ Cornell University
• Erik Wilde - Axway
• QiQing Ding, Eko Indarto, Wilko Steinhoff, Vyacheslav Tykhonov, Jan van Mansum
@DANS
• Anusuriya Devaraju @ Terrestrial Ecosystem Research Network
• Robert Huber @ PANGEA
• Geoff Bilder, Karl Ward, Joe Wass @ CrossRef
• David Rosenthal @ Stanford University
• Phil Archer, Dominique Guinard – GS1
• Stian Soiland-Reyes – University of Manchester
• Sarven Capadisli - Inrupt
• Jon Kunze – California Digital Library
• Patrick Hochstenbach @ Ghent University
• Luc Boruta @ Thunken
• Enno Meijer @ The Royal Library of The Netherlands
Acknowledgments
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Please spread the word and provide feedback at
https://github.com/hvdsomp/signposting
FAIR Signposting
A KISS Approach to a Burning Issue
"Signposting has a
ridiculously low cost of entry
(if you serve scholarly content
over HTTP, you're already
almost there)"
-
Luc Boruta, thunken.com
FAIR Signposting https://signposting.org/FAIR/
Dataverse Community Meeting, 15 June 2021
Use Case: On Demand Dataset Archiving

More Related Content

PPTX
Peatlands: Problems and solutions
CIFOR-ICRAF
 
PPT
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
John Breslin
 
PPTX
Linked data and semantic wikis
Sören Auer
 
PPT
DataPortability and Me: Introducing SIOC, FOAF and the Semantic Web
John Breslin
 
PPT
SIOC: Semantic Web for Social Media Sites
Uldis Bojars
 
PPT
Semantic Web 2.0: Creating Social Semantic Information Spaces
John Breslin
 
PPT
Interlinking Online Communities and Enriching Social Software with the Semant...
John Breslin
 
Peatlands: Problems and solutions
CIFOR-ICRAF
 
Data Accessibility and Me: Introducing SIOC, FOAF and the Linked Data Web
John Breslin
 
Linked data and semantic wikis
Sören Auer
 
DataPortability and Me: Introducing SIOC, FOAF and the Semantic Web
John Breslin
 
SIOC: Semantic Web for Social Media Sites
Uldis Bojars
 
Semantic Web 2.0: Creating Social Semantic Information Spaces
John Breslin
 
Interlinking Online Communities and Enriching Social Software with the Semant...
John Breslin
 

Similar to FAIR Signposting: A KISS Approach to a Burning Issue (20)

PPT
Weaving SIOC into the Web of Linked Data
Uldis Bojars
 
PPT
Data Portability with SIOC and FOAF
Uldis Bojars
 
PDF
What do we want computers to do for us?
Andrea Volpini
 
PPTX
Technologie Proche: Imagining the Archival Systems of Tomorrow With the Tools...
Artefactual Systems - AtoM
 
PPT
The SIOC Project
John Breslin
 
PPT
Exploring the Use of Linked Data to Bridge State and Federal Archives
Jon Voss
 
PPTX
The Social Semantic Web
John Breslin
 
PPTX
The Social Semantic Web
John Breslin
 
PPT
Enhancing the Web Experience
John Breslin
 
PDF
Social web Ontologies
Serge Garlatti
 
PPT
Lodlam presentation v1.0 final al20151104
Asa Letourneau
 
PPTX
The Semantic Data Web, Sören Auer, University of Leipzig
LOD2 Creating Knowledge out of Interlinked Data
 
PPT
Webware Webinar
Mike Qaissaunee
 
PPT
SiocLog: Providing IRC Discussion Logs as Linked Data
John Breslin
 
PPSX
The Web of data and web data commons
Jesse Wang
 
PPT
PoolParty Thesaurus Management - ISKO UK, London 2010
Andreas Blumauer
 
PPT
Driver Guidelines and Repository Interoperability
maurice.vanderfeesten
 
PPTX
Doing Clever Things with the Semantic Web
Mathieu d'Aquin
 
PDF
Introduction to the Social Semantic Web
mdabrowski
 
ODP
Linked Data
Danny Ayers
 
Weaving SIOC into the Web of Linked Data
Uldis Bojars
 
Data Portability with SIOC and FOAF
Uldis Bojars
 
What do we want computers to do for us?
Andrea Volpini
 
Technologie Proche: Imagining the Archival Systems of Tomorrow With the Tools...
Artefactual Systems - AtoM
 
The SIOC Project
John Breslin
 
Exploring the Use of Linked Data to Bridge State and Federal Archives
Jon Voss
 
The Social Semantic Web
John Breslin
 
The Social Semantic Web
John Breslin
 
Enhancing the Web Experience
John Breslin
 
Social web Ontologies
Serge Garlatti
 
Lodlam presentation v1.0 final al20151104
Asa Letourneau
 
The Semantic Data Web, Sören Auer, University of Leipzig
LOD2 Creating Knowledge out of Interlinked Data
 
Webware Webinar
Mike Qaissaunee
 
SiocLog: Providing IRC Discussion Logs as Linked Data
John Breslin
 
The Web of data and web data commons
Jesse Wang
 
PoolParty Thesaurus Management - ISKO UK, London 2010
Andreas Blumauer
 
Driver Guidelines and Repository Interoperability
maurice.vanderfeesten
 
Doing Clever Things with the Semantic Web
Mathieu d'Aquin
 
Introduction to the Social Semantic Web
mdabrowski
 
Linked Data
Danny Ayers
 
Ad

More from Herbert Van de Sompel (20)

PPTX
The web is rotting and what to do about it
Herbert Van de Sompel
 
PPTX
Researcher Pod: Scholarly Communication Using the Decentralized Web
Herbert Van de Sompel
 
PPTX
Persistent Identification: Easier Said than Done
Herbert Van de Sompel
 
PPTX
Registration / Certification Interoperability Architecture (overlay peer-review)
Herbert Van de Sompel
 
PPTX
Collecting the organizational scholarly record
Herbert Van de Sompel
 
PPTX
To the Rescue of Scholarly Orphans
Herbert Van de Sompel
 
PPTX
Almost two decades at LANL
Herbert Van de Sompel
 
PPTX
Perseverance on Persistence
Herbert Van de Sompel
 
PPTX
Paul Evan Peters Lecture
Herbert Van de Sompel
 
PPT
Achieving Link Integrity for Managed Collections
Herbert Van de Sompel
 
PPTX
Signposting Overview (Version November 2017)
Herbert Van de Sompel
 
PPTX
Signposting Overview
Herbert Van de Sompel
 
PPTX
PID Signposting Pattern
Herbert Van de Sompel
 
PPTX
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT
Herbert Van de Sompel
 
PPTX
Interoperability for web based scholarship
Herbert Van de Sompel
 
PPTX
Reminiscing about interoperability
Herbert Van de Sompel
 
PPTX
Creating Pockets of Persistence
Herbert Van de Sompel
 
PPTX
ResourceSync Quick Overview
Herbert Van de Sompel
 
PPTX
Memento 101
Herbert Van de Sompel
 
PPTX
A Perspective on Archiving the Scholarly Record
Herbert Van de Sompel
 
The web is rotting and what to do about it
Herbert Van de Sompel
 
Researcher Pod: Scholarly Communication Using the Decentralized Web
Herbert Van de Sompel
 
Persistent Identification: Easier Said than Done
Herbert Van de Sompel
 
Registration / Certification Interoperability Architecture (overlay peer-review)
Herbert Van de Sompel
 
Collecting the organizational scholarly record
Herbert Van de Sompel
 
To the Rescue of Scholarly Orphans
Herbert Van de Sompel
 
Almost two decades at LANL
Herbert Van de Sompel
 
Perseverance on Persistence
Herbert Van de Sompel
 
Paul Evan Peters Lecture
Herbert Van de Sompel
 
Achieving Link Integrity for Managed Collections
Herbert Van de Sompel
 
Signposting Overview (Version November 2017)
Herbert Van de Sompel
 
Signposting Overview
Herbert Van de Sompel
 
PID Signposting Pattern
Herbert Van de Sompel
 
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT
Herbert Van de Sompel
 
Interoperability for web based scholarship
Herbert Van de Sompel
 
Reminiscing about interoperability
Herbert Van de Sompel
 
Creating Pockets of Persistence
Herbert Van de Sompel
 
ResourceSync Quick Overview
Herbert Van de Sompel
 
A Perspective on Archiving the Scholarly Record
Herbert Van de Sompel
 
Ad

Recently uploaded (20)

PPTX
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
PDF
Project English Paja Jara Alejandro.jpdf
AlejandroAlonsoPajaJ
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PDF
DNSSEC Made Easy, presented at PHNOG 2025
APNIC
 
PPTX
AI ad its imp i military life read it ag
ShwetaBharti31
 
PPT
Transformaciones de las funciones elementales.ppt
rirosel211
 
PPTX
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
PDF
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
PPTX
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
PPTX
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
PPTX
SEO Trends in 2025 | B3AITS - Bow & 3 Arrows IT Solutions
B3AITS - Bow & 3 Arrows IT Solutions
 
PPTX
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
PPTX
Different Generation Of Computers .pptx
divcoder9507
 
PPTX
Generics jehfkhkshfhskjghkshhhhlshluhueheuhuhhlhkhk.pptx
yashpavasiya892
 
PPTX
The Monk and the Sadhurr and the story of how
BeshoyGirgis2
 
PPTX
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
PPTX
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
PDF
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
PPTX
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
PDF
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 
Pengenalan perangkat Jaringan komputer pada teknik jaringan komputer dan tele...
Prayudha3
 
Project English Paja Jara Alejandro.jpdf
AlejandroAlonsoPajaJ
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
DNSSEC Made Easy, presented at PHNOG 2025
APNIC
 
AI ad its imp i military life read it ag
ShwetaBharti31
 
Transformaciones de las funciones elementales.ppt
rirosel211
 
Blue and Dark Blue Modern Technology Presentation.pptx
ap177979
 
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
dns domain name system history work.pptx
MUHAMMADKAVISHSHABAN
 
The Internet of Things (IoT) refers to a vast network of interconnected devic...
chethana8182
 
SEO Trends in 2025 | B3AITS - Bow & 3 Arrows IT Solutions
B3AITS - Bow & 3 Arrows IT Solutions
 
Perkembangan Perangkat jaringan komputer dan telekomunikasi 3.pptx
Prayudha3
 
Different Generation Of Computers .pptx
divcoder9507
 
Generics jehfkhkshfhskjghkshhhhlshluhueheuhuhhlhkhk.pptx
yashpavasiya892
 
The Monk and the Sadhurr and the story of how
BeshoyGirgis2
 
办理方法西班牙假毕业证蒙德拉贡大学成绩单MULetter文凭样本
xxxihn4u
 
原版北不列颠哥伦比亚大学毕业证文凭UNBC成绩单2025年新版在线制作学位证书
e7nw4o4
 
KIPER4D situs Exclusive Game dari server Star Gaming Asia
hokimamad0
 
B2B_Ecommerce_Internship_Simranpreet.pptx
LipakshiJindal
 
PDF document: World Game (s) Great Redesign.pdf
Steven McGee
 

FAIR Signposting: A KISS Approach to a Burning Issue

Editor's Notes

  • #3: Two factors: burning issue & a solution as simple as possible to implement
  • #11: All link types IANA registered Cardinality of links Media types Collection link allows to climb back up to landing page and resources linked from there Type: schema.org but can obviously use other Content resources can override info at landing page
  • #14: Linkset motivation: large number of links, single point of access to all links, content resources can’t provide link (reside at 3rd party, don’t know they belong to an object)
  • #19: FDOF Identifier Record = Link Set (shows all links) Content Negotiation in Abstract Dimension Content Negotiation with PID, which assumes all info available there, i.e. further centralization and need for repo-to-resolver sync
  • #20: FDOF Identifier Record = Link Set (shows all links) Content Negotiation in Abstract Dimension Content Negotiation with PID, which assumes all info available there, i.e. further centralization and need for repo-to-resolver sync