SlideShare a Scribd company logo
1 of 52
Download to read offline
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Linked.Art:
Our	Linked	Open	Usable	Data	Model
Rob	Sanderson
Semantic	Architect
rsanderson@getty.edu
@azaroth42
David	Newbury
Software	Architect
dnewbury@getty.edu
@workergnome
https://linked.art/
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Overview
• Databases
• Linked	Open	Data
• Linked	Open	Usable Data
• Linked.Art
• Worked	Example
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Databases	Protect	Data
http://www.getty.edu/art/collection/objects/34108/bernd-and-hilla-becher-grain-elevator-elliott-illinois-usa-german-1982/
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
We	Need	to	Provide	Access	to	the	Data
http://www.getty.edu/art/collection/objects/34108/bernd-and-hilla-becher-grain-elevator-elliott-illinois-usa-german-1982/
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data	is	Relevant	Around	the	World
http://www.getty.edu/art/collection/objects/ 11733/attributed-to-affecter-affecter-attic-black-figure-neck-amphora-greek-attic-about-530-bc
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
LOD:	The	World	Wide	Web	of	Data
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Features	of	the	Web
• Globally	accessible
• Globally	unique	identifiers	(URLs)	for	pages
• Get	the	page	when	you	go	to	its	URL
• Link	from	one	page	to	another
• Common,	standardized	formats	for	pages
• Easy	to	contribute
• Easy	to	use
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Features	of	LOD
• Globally	accessible
• Globally	unique	identifiers	(URIs)	for	things
• Get	description	of	thing	when	you	go	to	its	URI
• Link	from	one	thing	to	another
• Common,	standardized	formats	for	descriptions
• Easy	to	contribute
• … err	… Easy	to	use???
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Why	has	the	Getty	Committed	to	LOD?
• Data	Management:
• More	accurate	descriptions
• Easier	to	integrate	across	systems
• Data	Publication:
• We	have	valuable	information	to	share!
• Enable	others	to	build	on	it	
• Data	Consumption:
• Others	have	valuable	information	too!
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Easy	to	Use	… by	Humans
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
LOD:	Easy	to	Use	… by	Machines
<http://vocab.getty.edu/aat/300015045> <http://www.w3.org/1999/02/22-rdf-syntax-
ns#type> <http://www.cidoc-crm.org/cidoc-crm/E57_Material> .
<http://vocab.getty.edu/aat/300015045> <http://www.w3.org/2000/01/rdf-
schema#label> "Terracotta" .<http://vocab.getty.edu/aat/300148696>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.cidoc-
crm.org/cidoc-crm/E55_Type> .<http://vocab.getty.edu/aat/300148696>
<http://www.w3.org/2000/01/rdf-schema#label> "Amphora" .
<https://data.getty.edu/museum/11733> <http://www.cidoc-crm.org/cidoc-
crm/P108i_was_produced_by> <https://data.getty.edu/museum/11733/create> .
<https://data.getty.edu/museum/11733> <http://www.cidoc-crm.org/cidoc-
crm/P2_has_type> <http://vocab.getty.edu/aat/300148696> .
<https://data.getty.edu/museum/11733> <http://www.cidoc-crm.org/cidoc-
crm/P45_consists_of> <http://vocab.getty.edu/aat/300015045> .
<https://data.getty.edu/museum/11733> <http://www.w3.org/1999/02/22-rdf-syntax-
ns#type> <http://www.cidoc-crm.org/cidoc-crm/E22_Man-Made_Object> .
<https://data.getty.edu/museum/11733> <http://www.w3.org/2000/01/rdf-
schema#label> "Attic Black-Figure Neck Amphora" .
<https://data.getty.edu/museum/11733/create> <http://www.w3.org/1999/02/22-rdf-
syntax-ns#type> <http://www.cidoc-crm.org/cidoc-crm/E12_Production> .<
https://data.getty.edu/museum/11733/create> <http://www.w3.org/2000/01/rdf-
schema#label> "Creation event" .
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
LOUD:	Easy	to	Use	… by	Humans
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://data.getty.edu/museum/11733",
"type": "ManMadeObject",
"label": "Attic Black-Figure Neck Amphora",
"classified_as":
[{"id": "aat:300148696", "type": "Type", "label": "Amphora"}]
"made_of":
[{"id": "aat:300015045", "type": "Material", "label": "Terracotta"}]
"produced_by":
{"id": ".../create", "type": "Production", "label": "Creation event"}
// ...
}
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
With	thanks	to	Patrick	Hochstenbach,	@hochstenbach
LOUD:	Easy	to	Use	… by	...	Humans?
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
LOUD:	Easy	to	Use	… by	Developers!
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
The	API	is	the	Developers'	User	Interface
When it comes to APIs, developers are
your users. The same principles of user-
centred-design apply to the development
and publication of APIs (simplicity,
obviousness, fit-for-purpose etc)
http://apiguide.readthedocs.io/en/latest/principles/empathy.html
“ ”
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Usable	vs	Complete:	Target	Zone
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Linked	Art	Model
A	Linked	Open	Usable	Data	model,	collaboratively	designed	
to	work	across	cultural	heritage	organizations,	that	is	easy	
to	publish	and	enables	a	variety	of	consuming	applications.
Design	Principles:
• Focused	on	Usability,	not	100%	precision	/	completeness
• Consistently	solves	actual	challenges	from	real	data
• Development	is	iterative,	as	new	use	cases	are	found
• Solve	90%	of	use	cases,	with	10%	of	the	effort
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Linked	Art	Collaboration
Starting	to	work	with	organizations	to	formalize	the	model
• Getty
• Rijksmuseum
• Louvre
• Metropolitan	Museum	of	Art
• Smithsonian
• MoMA
• V&A
• NGA
• Philadelphia	Art	Museum
• Indianapolis	Art	Museum
• Harvard	University
• Princeton	University
• Yale	Centre	for	British	Art
• Oxford	University
• Academica Sinica
• ETH	Zurich
• FORTH
• Zeri Foundation	(U.	Bologna)
• Canadian	Heritage	Info.	Network
• American	Numismatics	Society
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
What	Do	We	Care	About:	Art!
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
...	and	People
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Art	and	People	… throughout	History
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Okay,	Fine	… and	Places
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
What	Do	We	Care	About:	Activities!
what
when
who
where
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Names	&	Ids
Data	Model:	Classes
Physical	Things
Non-Physical	Things
Controlled	Vocabulary
People	&	Groups Places
Time
Values
Activities	&	Events
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Easy	to	Use	… by	Humans!
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Core	Identity	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Object	Type
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Accession	Number
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
eg_003
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Primary	Title
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Alternate	Title
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Physical	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Medium	/	Material
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Data:	Size	/	Dimensions
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Production	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Production	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Production	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Production	Features
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
But	...	What	About	...
• Attribution?	Culture?	Inscription?
• People	and	Organizations?
• Places?
• Provenance?
• Bibliographies?
• Exhibitions?
• ...	?
Next	Time!
@azaroth42
rsanderson
@getty.edu
IIIF:	InteroperabilituyLinked	Art
@azaroth42
rsanderson
@getty.edu
Thank	You!
https://linked.art/	
Rob	Sanderson
rsanderson@getty.edu
@azaroth42

More Related Content

Similar to Linked Art - Our Linked Open Usable Data Model

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-CRMRobert Sanderson
 
IIIF and Linked Data: A Cultural Heritage DAM Ecosystem
IIIF and Linked Data: A Cultural Heritage DAM EcosystemIIIF and Linked Data: A Cultural Heritage DAM Ecosystem
IIIF and Linked Data: A Cultural Heritage DAM EcosystemRobert Sanderson
 
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Europeana
 
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Europeana
 
Introduction to Linked Art Model
Introduction to Linked Art ModelIntroduction to Linked Art Model
Introduction to Linked Art ModelRobert Sanderson
 
The Importance of being LOUD
The Importance of being LOUDThe Importance of being LOUD
The Importance of being LOUDRobert Sanderson
 
Linked Open Data at the Getty
Linked Open Data at the GettyLinked Open Data at the Getty
Linked Open Data at the GettyRobert Sanderson
 
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 EcosystemRobert Sanderson
 
linked.art Data Model Walkthrough
linked.art Data Model Walkthroughlinked.art Data Model Walkthrough
linked.art Data Model WalkthroughRobert Sanderson
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked DataRobert Sanderson
 
IIIF, Linked Data and the Getty Vocabularies
IIIF, Linked Data and the Getty VocabulariesIIIF, Linked Data and the Getty Vocabularies
IIIF, Linked Data and the Getty VocabulariesRobert Sanderson
 
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...Robert Sanderson
 
Every Identity, its Ontology
Every Identity, its OntologyEvery Identity, its Ontology
Every Identity, its OntologyRobert Sanderson
 
Perspectives on Open Source for Museums’ Digital Projects
Perspectives on Open Source for Museums’ Digital ProjectsPerspectives on Open Source for Museums’ Digital Projects
Perspectives on Open Source for Museums’ Digital ProjectsDesign for Context
 
IBM Connections REST-API Waltz
IBM Connections REST-API WaltzIBM Connections REST-API Waltz
IBM Connections REST-API WaltzHenning Schmidt
 
Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)Robert Sanderson
 
Very Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopVery Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopAdrian Stevenson
 

Similar to Linked Art - Our Linked Open Usable Data Model (19)

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
 
IIIF and Linked Data: A Cultural Heritage DAM Ecosystem
IIIF and Linked Data: A Cultural Heritage DAM EcosystemIIIF and Linked Data: A Cultural Heritage DAM Ecosystem
IIIF and Linked Data: A Cultural Heritage DAM Ecosystem
 
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
 
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
Shout it Out: LOUD by Rob Sanderson - EuropeanaTech Conference 2018
 
Sanderson Shout It Out: LOUD
Sanderson Shout It Out: LOUDSanderson Shout It Out: LOUD
Sanderson Shout It Out: LOUD
 
Introduction to Linked Art Model
Introduction to Linked Art ModelIntroduction to Linked Art Model
Introduction to Linked Art Model
 
The Importance of being LOUD
The Importance of being LOUDThe Importance of being LOUD
The Importance of being LOUD
 
Linked Open Data at the Getty
Linked Open Data at the GettyLinked Open Data at the Getty
Linked Open Data at the Getty
 
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
 
linked.art Data Model Walkthrough
linked.art Data Model Walkthroughlinked.art Data Model Walkthrough
linked.art Data Model Walkthrough
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked Data
 
Understanding Linked Art
Understanding Linked ArtUnderstanding Linked Art
Understanding Linked Art
 
IIIF, Linked Data and the Getty Vocabularies
IIIF, Linked Data and the Getty VocabulariesIIIF, Linked Data and the Getty Vocabularies
IIIF, Linked Data and the Getty Vocabularies
 
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...
 
Every Identity, its Ontology
Every Identity, its OntologyEvery Identity, its Ontology
Every Identity, its Ontology
 
Perspectives on Open Source for Museums’ Digital Projects
Perspectives on Open Source for Museums’ Digital ProjectsPerspectives on Open Source for Museums’ Digital Projects
Perspectives on Open Source for Museums’ Digital Projects
 
IBM Connections REST-API Waltz
IBM Connections REST-API WaltzIBM Connections REST-API Waltz
IBM Connections REST-API Waltz
 
Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)Structural Metadata in RDF (IS575)
Structural Metadata in RDF (IS575)
 
Very Gentle Linked Data Workshop
Very Gentle Linked Data WorkshopVery Gentle Linked Data Workshop
Very Gentle Linked Data Workshop
 

More from Robert Sanderson

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 YaleRobert Sanderson
 
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 DataRobert Sanderson
 
Provenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked ArtProvenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked ArtRobert Sanderson
 
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 SustainabilityRobert Sanderson
 
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 UsabilityRobert Sanderson
 
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 DataRobert Sanderson
 
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 DataRobert Sanderson
 
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 ModelingRobert Sanderson
 
Strong Opinions, Weakly Held
Strong Opinions, Weakly HeldStrong Opinions, Weakly Held
Strong Opinions, Weakly HeldRobert Sanderson
 
IIIF Discovery Walkthrough
IIIF Discovery WalkthroughIIIF Discovery Walkthrough
IIIF Discovery WalkthroughRobert Sanderson
 
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 CommitteeRobert Sanderson
 
Introduction to IIIF (The Hague, May 2018)
Introduction to IIIF (The Hague, May 2018)Introduction to IIIF (The Hague, May 2018)
Introduction to IIIF (The Hague, May 2018)Robert Sanderson
 
IIIF: Discovery of Resources
IIIF: Discovery of ResourcesIIIF: Discovery of Resources
IIIF: Discovery of ResourcesRobert Sanderson
 

More from Robert Sanderson (14)

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
 
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
 
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
 
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
 
Introduction to IIIF (The Hague, May 2018)
Introduction to IIIF (The Hague, May 2018)Introduction to IIIF (The Hague, May 2018)
Introduction to IIIF (The Hague, May 2018)
 
IIIF: Shared Canvas 2.0
IIIF: Shared Canvas 2.0IIIF: Shared Canvas 2.0
IIIF: Shared Canvas 2.0
 
IIIF: Discovery of Resources
IIIF: Discovery of ResourcesIIIF: Discovery of Resources
IIIF: Discovery of Resources
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
[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
 
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
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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 ...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
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
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Linked Art - Our Linked Open Usable Data Model