Art Institute of Chicago · JSON-LD Context

Art Institute Of Chicago Context

JSON-LD context defining the semantic vocabulary for Art Institute Of Chicago from Art Institute of Chicago.

29 Classes 4 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
cidoc: http://www.cidoc-crm.org/cidoc-crm/
dcterms: http://purl.org/dc/terms/
ulan: http://vocab.getty.edu/ulan/
tgn: http://vocab.getty.edu/tgn/
aic: https://api.artic.edu/vocab/

Classes

id type Artwork Agent Place Gallery Exhibition Product Tour title description short_description date_display artist_display artist_id artist_title place_of_origin medium_display dimensions credit_line copyright_notice is_public_domain image_id gallery_title ulan_id tgn_id main_reference_number api_link api_model

Properties

Property Type Container
date_start integer
date_end integer
updated_at dateTime
source_updated_at dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "cidoc": "http://www.cidoc-crm.org/cidoc-crm/",
    "dcterms": "http://purl.org/dc/terms/",
    "ulan": "http://vocab.getty.edu/ulan/",
    "tgn": "http://vocab.getty.edu/tgn/",
    "aic": "https://api.artic.edu/vocab/",
    "id": "@id",
    "type": "@type",
    "Artwork": "schema:VisualArtwork",
    "Agent": "schema:Person",
    "Place": "schema:Place",
    "Gallery": "schema:LocationFeatureSpecification",
    "Exhibition": "schema:ExhibitionEvent",
    "Product": "schema:Product",
    "Tour": "schema:TouristTrip",
    "title": "schema:name",
    "description": "schema:description",
    "short_description": "schema:abstract",
    "date_display": "schema:dateCreated",
    "date_start": {
      "@id": "schema:startDate",
      "@type": "xsd:integer"
    },
    "date_end": {
      "@id": "schema:endDate",
      "@type": "xsd:integer"
    },
    "artist_display": "schema:creator",
    "artist_id": "schema:creator",
    "artist_title": "schema:creator",
    "place_of_origin": "schema:locationCreated",
    "medium_display": "schema:artMedium",
    "dimensions": "schema:size",
    "credit_line": "schema:creditText",
    "copyright_notice": "schema:copyrightNotice",
    "is_public_domain": "aic:isPublicDomain",
    "image_id": "aic:iiifImageId",
    "gallery_title": "schema:location",
    "ulan_id": "ulan:identifier",
    "tgn_id": "tgn:identifier",
    "main_reference_number": "schema:identifier",
    "api_link": "schema:url",
    "api_model": "schema:additionalType",
    "updated_at": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "source_updated_at": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    }
  }
}