Yale University · JSON Structure

Yale Linkedartentity Structure

JSON Structure for a LUX Linked Art JSON-LD entity document returned from /data/{type}/{id}.

Type: object Properties: 13 Required: 2
UniversityHigher EducationEducationUnited StatesIvy LeagueResearchResearch DataResearch RepositoryIdentity FederationLibraryCultural HeritageLinked DataIIIFCourse Catalog

LuxLinkedArtEntity is a JSON Structure definition published by Yale University, describing 13 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

@context id type _label identified_by classified_as referred_to_by member_of equivalent subject_of representation shows dimension

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/yale/main/json-structure/yale-linkedartentity-structure.json",
  "name": "LuxLinkedArtEntity",
  "description": "JSON Structure for a LUX Linked Art JSON-LD entity document returned from /data/{type}/{id}.",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "@context": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "_label": {
      "type": "string"
    },
    "identified_by": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "classified_as": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "referred_to_by": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "member_of": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "equivalent": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "subject_of": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "representation": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "shows": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "dimension": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    }
  },
  "required": [
    "id",
    "type"
  ],
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "Derived from json-schema/yale-linkedartentity-schema.json.",
    "x-operator": "institution"
  }
}