SlideShare a Scribd company logo
1 of 64
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
The Importance of
Being LOUD
Rob Sanderson
Semantic Architect
rsanderson@getty.edu
@azaroth42
http://w3.org/TR/json-ld11
https://iiif.io/
https://linked.art/model/
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
RDF is a Pain
People think RDF is a pain because it is
complicated. The truth is even worse. RDF is
painfully simplistic, but it allows you to work
with real-world data and problems that are
horribly complicated.
-- Dan Brickley and Libby Miller
http://book.validatingrdf.com/bookHtml005.html
“ ”
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
RDF: Not In My Backyard!
Image By Z22 - https://commons.wikimedia.org/w/index.php?curid=30929934Title: http://manu.sporny.org/2012/nuclear-rdf/
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Data: Easy to Use … by Humans
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
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:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
LOUD: Easy to Use … by Humans
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://data.getty.edu/museum/11733",
"type": "HumanMadeObject",
"_label": "Attic Black-Figure Neck Amphora",
"classified_as": [{
"id": ”http://vocab.getty.edu/aat/300148696",
"type": "Type", "_label": "Amphora" }]
"produced_by": {
"id": " https://data.getty.edu/museum/11733/create",
"type": "Production", "_label": "Creation event"}
}
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
With thanks to Patrick Hochstenbach, @hochstenbach
LOUD: Easy to Use … by ... Humans?
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
LOUD: Easy to Use … by Developers!
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
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:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Successful APIs …
• Solve actual challenges, documented as use cases
• Using data that is captured and available
• Allow consistent implementation of shared use cases
• Allow for addition of further functionality
• Can be productively used
• Via easy-to-implement services
• With easy-to-implement applications
• Provide interoperability between data and systems
• Are clearly documented with relevant examples
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Successful APIs …
Are developed …
• Iteratively
• Build upon success and learn from failure
• Responsively
• Adapt in response to feedback
• Responsibly
• Consider changes/features carefully
• Collaboratively
• Engage with the community and stakeholders
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Evaluation?
/ht Michael Barth, Ulm University
 Abstraction level
 Comprehensibility
 Consistency
 Discoverability / Documentation
 Domain Correspondence
 Few Barriers to Entry
 Extensibility
 Infrastructure
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
A Community
that develops APIs,
implements them in Software,
and exposes interoperable Content
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
APIs: Agreement Preceding Interaction*
Presentation
Search
Image
Authentication
(* API is really: Application Programming Interface)
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Simplicity and Usability
https://twitter.com/danieltbrennan/status/1223317192613212160
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
IIIF Image API
http://iiif.io/api/image/
URL pattern to access pixels and technical information
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
IIIF Presentation API
Just enough structure & description data to drive a viewer
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
AoE with highlights
http://iiif.io/api/presentation/
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
IIIF Design Patterns
1. Scope design through shared use cases
2. Design for international use
3. As simple as possible, but no simpler
4. Make easy things easy, complex things possible
5. Avoid dependency on specific technologies
6. Use REST / Don’t break the web
7. Separate concerns, keep APIs loosely coupled
8. Design for JSON-LD, using LOD principles
9. Follow existing standards, best practices, when possible
10. Define success, not failure (for extensibility)
https://iiif.io/api/annex/notes/design_patterns/
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Is IIIF Actually LOUD?
• IIIF is JSON-LD ... used as if it were JSON
• IIIF APIs are focused on Presentation, not Semantics
• Usability considered more important than Precision
• Document structure / graph boundary is enforced by
the API specifications
• Presentation: Collection, Manifest
• Image: Info.json
• Discovery, Search: Stream/Results, Page
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Is IIIF Actually LOUD?
• Discovery (and paging) use W3C ActivityStreams
• Also not very Linked
• Also very successful
• Annotations are the only core affordance that cross
institutional boundaries
• Services and Extensibility are important facets that
rely on Linked Data
• Image and Presentation 3.0 use JSON-LD 1.1 as it
is intended to be used …
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Appropriate Level of Abstraction
For one audience, JSON is the right level of abstraction.
For another audience, RDF is the right level.
JSON-LD’s magic is that both can be the same syntax.
Other JSON[-LD] work:
• Verifiable Claims, Distributed Identifiers
• Web of Things
• Web Annotation, ActivityStreams
• All of which is (currently) dwarfed by …
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Schema.Org is JSON-LD
28.8% of all websites have JSON-LD data
json api xml api
https://trends.google.com/trends/explore?date=all&q=json%20api,xml%20api
(Jan 2020) https://w3techs.com/technologies/details/da-jsonld/all/all
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Sidebar: JSON-LD 1.1 in 2020
• Process
• In Candidate Recommendation
• Second CR coming end of Feb
• Final before June
• New Features!
• Contexts scoped to Class or Predicate
• Protected contexts that can’t be redefined
• Better Internationalization support
• Formalizes Framing algorithm
• ... Plus many more!
http://w3.org/TR/json-ld11
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Non-Separable Abstraction Levels?
• Ontology
• Available Classes, Properties and their meaning
• API
• How to interact with the data over the network
• LOD does not separate Ontology and API by requiring
the syntax to directly encode the model
• JSON-LD contexts allow them to be pulled apart enough
to improve usability for non-RDF usage
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Abstraction Levels: Further Separation
• Conceptual Model
• Abstract way to think about the world
• Ontology
• Shared format to write down that thinking
• Vocabulary
• Selected set of domain specific terms
• Application Profile
• Selection and application of model, ontology
vocabulary and format for specific domain
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
W3C Priority of Constituencies
In case of conflict, consider …
https://www.w3.org/TR/html-design-principles/
“
”
users …
over authors …
over implementors …
over theoretical purity.
Developers
Data Editors
Tool Builders
Ontology
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
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:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Linked Art Collaboration
Working to formalize the profile, funded by Kress & AHRC
• Getty
• Rijksmuseum
• Louvre
• Metropolitan Museum of Art
• Smithsonian
• MoMA
• V&A
• NGA
• Philadelphia Art Museum
• Indianapolis Art Museum
• The Frick Collection
• 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
• Europeana
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Usable vs Complete: Target Zone
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Linked Art is LOUD
https://linked.art/
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Conceptual Model From 50,000 Feet
what
when
who
where
/
how
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Progressive Enhancement Principle
• Legacy Records
• No “things”, just descriptions
• Data for Humans
• Core entities, with attached descriptions
• Data for Machines
• Linked entities with machine-readable values
• Data for Research
• Sufficient precision to answer research
questions from aggregated data
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Legacy: Strings for Humans
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Object Type
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Title
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Identifier / Accession Number
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Dimension Statement
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Data for Machines: From Strings to Values
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Data for Machines: Linking Entities
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Data for Machines: Linking Across Institutions
• Part of the Web
• Not just on the web
• Shared Cataloging
• No need for everyone to describe everything
• Improved Discovery
• By leveraging the connections for search
• Better Research Results
• By taking into account more information
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Core Patterns
• Class versus Classification
• Names and Identifiers
• Statements
• Partitioning
• Subdivision of thing, concept, activity, place
• Human Activity
• Human involvement is critical for art
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Linked Art: Easy to Use … by Humans!
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://data.getty.edu/museum/11733",
"type": "HumanMadeObject",
"_label": "Attic Black-Figure Neck Amphora",
"classified_as": [{
"id": ”http://vocab.getty.edu/aat/300148696",
"type": "Type", "_label": "Amphora" }]
"produced_by": {
"id": " https://data.getty.edu/museum/11733/create",
"type": "Production", "_label": "Creation event"}
}
@azaroth42
rsanderson
@getty.edu
IIIF:Interoperabilituy
TheImportanceof
BeingLOUD
@azaroth42
Thank You!
https://linked.art/
Rob Sanderson
rsanderson@getty.edu
@azaroth42

More Related Content

What's hot

Introduction to the Linked Art Data Model
Introduction to the Linked Art Data ModelIntroduction to the Linked Art Data Model
Introduction to the Linked Art Data ModelRobert Sanderson
 
linked.art Data Model Walkthrough
linked.art Data Model Walkthroughlinked.art Data Model Walkthrough
linked.art Data Model WalkthroughRobert 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
 
Publishing Linked Open Usable Data
Publishing Linked Open Usable DataPublishing Linked Open Usable Data
Publishing Linked Open Usable DataRobert Sanderson
 
Community Challenges for Practical Linked Open Data - Linked Pasts keynote
Community Challenges for Practical Linked Open Data - Linked Pasts keynoteCommunity Challenges for Practical Linked Open Data - Linked Pasts keynote
Community Challenges for Practical Linked Open Data - Linked Pasts keynoteRobert Sanderson
 
Discovery of IIIF Resources: Intro for Working Group / Vatican
Discovery of IIIF Resources: Intro for Working Group / VaticanDiscovery of IIIF Resources: Intro for Working Group / Vatican
Discovery of IIIF Resources: Intro for Working Group / VaticanRobert Sanderson
 
Every Identity, its Ontology
Every Identity, its OntologyEvery Identity, its Ontology
Every Identity, its OntologyRobert 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
 
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
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked DataRobert Sanderson
 
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 ModelRobert Sanderson
 
Social Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsSocial Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsPeter Mika
 
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
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Webostephens
 
Spivack Blogtalk 2008
Spivack Blogtalk 2008Spivack Blogtalk 2008
Spivack Blogtalk 2008Blogtalk 2008
 
Social Semantic Web on Facebook Open Graph protocol and Twitter Annotations
Social Semantic Web on Facebook Open Graph protocol and Twitter AnnotationsSocial Semantic Web on Facebook Open Graph protocol and Twitter Annotations
Social Semantic Web on Facebook Open Graph protocol and Twitter AnnotationsMyungjin Lee
 
Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015Peter Mika
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebMarina Santini
 
Making the Web Searchable - Keynote ICWE 2015
Making the Web Searchable - Keynote ICWE 2015Making the Web Searchable - Keynote ICWE 2015
Making the Web Searchable - Keynote ICWE 2015Peter Mika
 

What's hot (20)

Introduction to the Linked Art Data Model
Introduction to the Linked Art Data ModelIntroduction to the Linked Art Data Model
Introduction to the Linked Art Data Model
 
linked.art Data Model Walkthrough
linked.art Data Model Walkthroughlinked.art Data Model Walkthrough
linked.art Data Model Walkthrough
 
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
 
Publishing Linked Open Usable Data
Publishing Linked Open Usable DataPublishing Linked Open Usable Data
Publishing Linked Open Usable Data
 
Community Challenges for Practical Linked Open Data - Linked Pasts keynote
Community Challenges for Practical Linked Open Data - Linked Pasts keynoteCommunity Challenges for Practical Linked Open Data - Linked Pasts keynote
Community Challenges for Practical Linked Open Data - Linked Pasts keynote
 
Discovery of IIIF Resources: Intro for Working Group / Vatican
Discovery of IIIF Resources: Intro for Working Group / VaticanDiscovery of IIIF Resources: Intro for Working Group / Vatican
Discovery of IIIF Resources: Intro for Working Group / Vatican
 
Every Identity, its Ontology
Every Identity, its OntologyEvery Identity, its Ontology
Every Identity, its Ontology
 
Linked Open Data at the Getty
Linked Open Data at the GettyLinked Open Data at the Getty
Linked Open Data at the Getty
 
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
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked Data
 
Linked Data and Tools
Linked Data and ToolsLinked Data and Tools
Linked Data and Tools
 
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
 
Social Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 yearsSocial Networks and the Semantic Web: a retrospective of the past 10 years
Social Networks and the Semantic Web: a retrospective of the past 10 years
 
What happened to the Semantic Web?
What happened to the Semantic Web?What happened to the Semantic Web?
What happened to the Semantic Web?
 
The Semantic Web
The Semantic WebThe Semantic Web
The Semantic Web
 
Spivack Blogtalk 2008
Spivack Blogtalk 2008Spivack Blogtalk 2008
Spivack Blogtalk 2008
 
Social Semantic Web on Facebook Open Graph protocol and Twitter Annotations
Social Semantic Web on Facebook Open Graph protocol and Twitter AnnotationsSocial Semantic Web on Facebook Open Graph protocol and Twitter Annotations
Social Semantic Web on Facebook Open Graph protocol and Twitter Annotations
 
Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
 
Making the Web Searchable - Keynote ICWE 2015
Making the Web Searchable - Keynote ICWE 2015Making the Web Searchable - Keynote ICWE 2015
Making the Web Searchable - Keynote ICWE 2015
 

Similar to The Importance of being LOUD

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
 
EuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDEuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDRobert Sanderson
 
The Future is Federated
The Future is FederatedThe Future is Federated
The Future is FederatedRuben Verborgh
 
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
 
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
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards GapDan Brickley
 
Introduction to Application Profiles
Introduction to Application ProfilesIntroduction to Application Profiles
Introduction to Application ProfilesDiane Hillmann
 
Semantic Web: The Inside Story
Semantic Web: The Inside StorySemantic Web: The Inside Story
Semantic Web: The Inside StoryJames Hendler
 
Explaining The Semantic Web
Explaining The Semantic WebExplaining The Semantic Web
Explaining The Semantic WebAditya Tuli
 
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
 
Semantic Web 2.0
Semantic Web 2.0Semantic Web 2.0
Semantic Web 2.0hchen1
 
Foundational Specifications
Foundational SpecificationsFoundational Specifications
Foundational SpecificationsIIIF_io
 
IIIF Foundational Specifications
IIIF Foundational SpecificationsIIIF Foundational Specifications
IIIF Foundational SpecificationsRobert Sanderson
 
Anatomy of a semantic virus
Anatomy of a semantic virusAnatomy of a semantic virus
Anatomy of a semantic virusUltraUploader
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowPeterWinstanley1
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planningNavid Milanizadeh
 

Similar to The Importance of being LOUD (20)

Sanderson Shout It Out: LOUD
Sanderson Shout It Out: LOUDSanderson Shout It Out: LOUD
Sanderson Shout It Out: LOUD
 
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
 
EuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDEuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUD
 
The Future is Federated
The Future is FederatedThe Future is Federated
The Future is Federated
 
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
 
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
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards Gap
 
Introduction to Application Profiles
Introduction to Application ProfilesIntroduction to Application Profiles
Introduction to Application Profiles
 
SDoW2010 keynote
SDoW2010 keynoteSDoW2010 keynote
SDoW2010 keynote
 
Semantic Web: The Inside Story
Semantic Web: The Inside StorySemantic Web: The Inside Story
Semantic Web: The Inside Story
 
Explaining The Semantic Web
Explaining The Semantic WebExplaining The Semantic Web
Explaining The Semantic Web
 
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
 
The Future of LOD
The Future of LODThe Future of LOD
The Future of LOD
 
Semantic Web 2.0
Semantic Web 2.0Semantic Web 2.0
Semantic Web 2.0
 
Foundational Specifications
Foundational SpecificationsFoundational Specifications
Foundational Specifications
 
IIIF Foundational Specifications
IIIF Foundational SpecificationsIIIF Foundational Specifications
IIIF Foundational Specifications
 
Anatomy of a semantic virus
Anatomy of a semantic virusAnatomy of a semantic virus
Anatomy of a semantic virus
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planning
 

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
 
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
 
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 (10)

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
 
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
 
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

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
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
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
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
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
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...
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

The Importance of being LOUD

Editor's Notes

  1. I think Many Sporny perfectly captured the sentiment: When developers hear “RDF” or “the Semantic Web” or “SPARQL” they think: Not in my back yard, people have died from that stuff!
  2. Michael Barth has six fundamental features for API evaluation, which relate directly to the value of the API as a standard for use. This seems like a good starting point for standards for digital interoperability. Abstraction Level -- is the abstraction of the data and functionality appropriate to the audience and use cases. An end user of the "car" API presses a button or turns a key. A "car" developer needs access to engine directly. Comprehensibility -- is the audience able to understand how to use it to accomplish their goals Consistency -- if you know the "rules" of the API, how well does it stick to them? Or how many exceptions are there to a core set of design principles Documentation -- How easy is it to find out the functionality of the API? Domain Correspondence -- If you understand the core domain of the data and API, how closely does the understanding of the domain align with an understanding of the data? And what barriers to getting started are there? There are two more that I think are important.
  3. Need to have the rules of the game before two systems can interact
  4. Need to have the rules of the game before two systems can interact
  5. The core functionality. Not just an image tag, but also not photoshop on the web.
  6. Just enough information to present the context of the images in a way that the user can understand what they’re interacting with. Structure of the object and its metadata in a pre-processed form for rendering in a client … so not a semantic metadata API.
  7. The community engagement with JSON-LD has been unprecedented, notably due to Google’s adoption of it and the usability focus of schema.org.
  8. Intent of a profile is to select only the relevant parts of the lower level definitions that are needed.
  9. Further restrict the model / ontology to ensure that the data is usable.
  10. Less important for IIIF to be complete as it’s about presentation not semantics. But for semantic description…
  11. E22 HumanMadeObject is the ontology term for the class of Human Made Objects in the conceptual model, and type is the relationship between things and their classes. The label is a constructed piece of text to label the resource, in the absence of any other data. Intended for developers looking at the data, not intended for directly being displayed to “real” humans.
  12. Turns out that there are two sorts of things that speak in numbers … computers, and librarians.
  13. That should help. We use the Getty’s Art and Architecture Thesaurus.
  14. That should help. We use the Getty’s Art and Architecture Thesaurus.
  15. We know that this is the primary name, because it was called title, not alternate title.
  16. We know that this is the primary name, because it was called title, not alternate title.
  17. And now we’re at the 50’ foot view, with an activity in the middle and who, what, when and where around the outside. Models for all of these other entities as well to capture useful knowledge for shared use cases.
  18. No one has all of the knowledge, and to try to gather everything together and keep it persistently available and up to date is impossible below the scale of Google.
  19. No one has all of the knowledge, and to try to gather everything together and keep it persistently available and up to date is impossible below the scale of Google.