SlideShare a Scribd company logo
@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 Model
Robert Sanderson
 
linked.art Data Model Walkthrough
linked.art Data Model Walkthroughlinked.art Data Model Walkthrough
linked.art Data Model Walkthrough
Robert 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 Usability
Robert Sanderson
 
Publishing Linked Open Usable Data
Publishing Linked Open Usable DataPublishing Linked Open Usable Data
Publishing Linked Open Usable Data
Robert 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 keynote
Robert 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 / Vatican
Robert Sanderson
 
Every Identity, its Ontology
Every Identity, its OntologyEvery Identity, its Ontology
Every Identity, its Ontology
Robert Sanderson
 
Linked Open Data at the Getty
Linked Open Data at the GettyLinked Open Data at the Getty
Linked Open Data at the Getty
Robert 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-CRM
Robert Sanderson
 
Brief Introduction to Linked Data
Brief Introduction to Linked DataBrief Introduction to Linked Data
Brief Introduction to Linked Data
Robert Sanderson
 
Linked Data and Tools
Linked Data and ToolsLinked Data and Tools
Linked Data and Tools
American Art Collaborative
 
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
Robert 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 years
Peter 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 Web
ostephens
 
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 Annotations
Myungjin Lee
 
Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015Semantic Search keynote at CORIA 2015
Semantic Search keynote at CORIA 2015
Peter Mika
 
Lecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic WebLecture: Ontologies and the Semantic Web
Lecture: Ontologies and the Semantic Web
Marina 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 2015
Peter 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

Sanderson Shout It Out: LOUD
Sanderson Shout It Out: LOUDSanderson 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
Europeana
 
EuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDEuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUD
Robert 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 2018
Europeana
 
The Future is Federated
The Future is FederatedThe Future is Federated
The Future is Federated
Ruben 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 Data
Robert 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 Gap
Dan Brickley
 
Introduction to Application Profiles
Introduction to Application ProfilesIntroduction to Application Profiles
Introduction to Application Profiles
Diane Hillmann
 
SDoW2010 keynote
SDoW2010 keynoteSDoW2010 keynote
SDoW2010 keynote
The Open University
 
Semantic Web: The Inside Story
Semantic Web: The Inside StorySemantic Web: The Inside Story
Semantic Web: The Inside Story
James 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 Vocabularies
Robert Sanderson
 
The Future of LOD
The Future of LODThe Future of LOD
The Future of LOD
Ghislain ATEMEZING
 
Semantic Web 2.0
Semantic Web 2.0Semantic Web 2.0
Semantic Web 2.0hchen1
 
Foundational Specifications
Foundational SpecificationsFoundational Specifications
Foundational Specifications
IIIF_io
 
IIIF Foundational Specifications
IIIF Foundational SpecificationsIIIF Foundational Specifications
IIIF Foundational Specifications
Robert 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, Glasgow
PeterWinstanley1
 
Intelligent expert systems for location planning
Intelligent expert systems for location planningIntelligent expert systems for location planning
Intelligent expert systems for location planning
Navid 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
 
EuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: Shout it out LOUDEuropeanaTech Keynote: Shout it out LOUD
EuropeanaTech Keynote: 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
 
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

Understanding Linked Art
Understanding Linked ArtUnderstanding Linked Art
Understanding Linked Art
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 Yale
Robert Sanderson
 
Provenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked ArtProvenance and Uncertainty in Linked Art
Provenance and Uncertainty in Linked Art
Robert 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 Sustainability
Robert Sanderson
 
Strong Opinions, Weakly Held
Strong Opinions, Weakly HeldStrong Opinions, Weakly Held
Strong Opinions, Weakly Held
Robert Sanderson
 
IIIF Discovery Walkthrough
IIIF Discovery WalkthroughIIIF Discovery Walkthrough
IIIF Discovery Walkthrough
Robert 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 Committee
Robert 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: Shared Canvas 2.0
IIIF: Shared Canvas 2.0IIIF: Shared Canvas 2.0
IIIF: Shared Canvas 2.0
Robert Sanderson
 
IIIF: Discovery of Resources
IIIF: Discovery of ResourcesIIIF: Discovery of Resources
IIIF: Discovery of Resources
Robert 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

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 

Recently uploaded (20)

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 

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.