Coming soon, the Vocab LOD site (vocab.getty.edu) will be changing how it does content negotiation for specific serializations in order to offer 2 modeling options for consumers of Getty Vocabularies URIs: the original Vocab LOD SKOS/Schema.org model and the new Linked.Art modeled Vocabularies data for JSON and JSON-LD.
This means that if you ask for JSON or JSON LD from the vocab.getty.edu domain by specifying the proper extension or by using the “Accept” header, you will get Linked.Art JSON. Backwards compatibility for the SKOS/Schema.org format will be available by including the proper “Accept-Profile” header.
When the Change is Happening
August, 2022. Stay tuned to this forum and the Vocabs LOD home page for updates.
The original LOD model launched in 2015 used a combination of the SKOS and Schema.org specifications and is currently the only format provided at vocab.getty.edu. In 2021, the Getty Vocabularies was integrated into the overall Getty LOD architecture at data.getty.edu using the Linked.Art (https://linked.art/) model. The activity stream containing all create, update, and delete operations of Vocabularies records for the Linked.Art version of the Vocabularies LOD can be found at:
https://data.getty.edu/vocab/activity-stream
The SPARQL endpoint can be found at:
https://data.getty.edu/vocab/sparql
An additional SPARQL UI for this endpoint is provided at:
https://data.getty.edu/vocab/sparql-ui
The next step in this process is to offer both the SKOS/Schema.org version and the Linked.Art version of the Vocabularies LOD at vocab.getty.edu using the different serializations that present the best compatibility with the model. Linked.Art along with its context document (https://linked.art/ns/v1/linked-art.json) works primarily for a JSON-LD serialization that allows users to expand a JSON structure into RDF triples. For this reason, the JSON and JSON-LD serializations at vocab.getty.edu will conform to the Linked.Art model for TOP LEVEL vocabularies entities (AAT, TGN, ULAN). All other serializations will provide the same SKOS-based modeling the site provides now.
Updated User GuideLinked.Art Modeled Semantic Resolution (AAT example):
http://vocab.getty.edu/aat/300198841.json
http://vocab.getty.edu/aat/300198841.jsonld
HTTP request of base entity endpoint (e.g., http://vocab.getty.edu/aat/300198841) with “Accept” headers for these serializations:
“Accept: application/json”
“Accept: application/ld+json”
SKOS/Schema.org Modeled Semantic Resolution (AAT example):
http://vocab.getty.edu/aat/300198841.rdf
http://vocab.getty.edu/aat/300198841.ttl
http://vocab.getty.edu/aat/300198841.nt
HTTP request of base entity endpoint (e.g., http://vocab.getty.edu/aat/300198841) with “Accept” headers for these serializations:
“Accept: application/rdf+xml”
“Accept: text/turtle”
“Accept: application/n-triples”
SPARQL EndpointsThe SKOS/Schema.org modeled Vocabularies data will still be provided at: http://vocab.getty.edu/sparql
The Linked.Art modeled Vocabularies data can be queried at:
https://data.getty.edu/vocab/sparql
Backward CompatibilityFor the JSON and JSON-LD formats, users can obtain the SKOS/Schema.org modeled data by setting the HTTP header “Accept-Profile” in the following manner:
“Accept-Profile: <http://www.w3.org/2004/02/skos/core#>”
All other requests for JSON and JSON-LD will return the Linked.Art modeled version of the data.