Yale University · JSON-LD Context

Yale Context

JSON-LD context defining the semantic vocabulary for Yale from Yale University.

10 Classes 17 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
la: https://linked.art/ns/terms/
as: https://www.w3.org/ns/activitystreams#
yale: https://lux.collections.yale.edu/ns/terms/

Classes

name url description id type label summary OrderedCollection OrderedCollectionPage HumanMadeObject

Properties

Property Type Container
institution schema:CollegeOrUniversity
totalItems schema:Integer
orderedItems list
partOf reference
first reference
last reference
next reference
prev reference
identified_by set
classified_as set
referred_to_by set
member_of set
equivalent set
subject_of set
representation set
shows set
dimension set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "la": "https://linked.art/ns/terms/",
    "as": "https://www.w3.org/ns/activitystreams#",
    "yale": "https://lux.collections.yale.edu/ns/terms/",
    "@vocab": "https://lux.collections.yale.edu/ns/terms/",

    "institution": {
      "@id": "yale:institution",
      "@type": "schema:CollegeOrUniversity"
    },
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",

    "id": "@id",
    "type": "@type",
    "label": "schema:name",
    "summary": "schema:description",

    "OrderedCollection": "as:OrderedCollection",
    "OrderedCollectionPage": "as:OrderedCollectionPage",
    "totalItems": { "@id": "as:totalItems", "@type": "schema:Integer" },
    "orderedItems": { "@id": "as:items", "@container": "@list" },
    "partOf": { "@id": "as:partOf", "@type": "@id" },
    "first": { "@id": "as:first", "@type": "@id" },
    "last": { "@id": "as:last", "@type": "@id" },
    "next": { "@id": "as:next", "@type": "@id" },
    "prev": { "@id": "as:prev", "@type": "@id" },

    "HumanMadeObject": "la:HumanMadeObject",
    "identified_by": { "@id": "la:identified_by", "@container": "@set" },
    "classified_as": { "@id": "la:classified_as", "@container": "@set" },
    "referred_to_by": { "@id": "la:referred_to_by", "@container": "@set" },
    "member_of": { "@id": "la:member_of", "@container": "@set" },
    "equivalent": { "@id": "la:equivalent", "@container": "@set" },
    "subject_of": { "@id": "la:subject_of", "@container": "@set" },
    "representation": { "@id": "la:representation", "@container": "@set" },
    "shows": { "@id": "la:shows", "@container": "@set" },
    "dimension": { "@id": "la:dimension", "@container": "@set" }
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Yale University",
  "url": "https://www.yale.edu/",
  "description": "Yale University cross-collection discovery (LUX) API objects mapped to schema.org, ActivityStreams and Linked Art vocabularies."
}