Michigan State University · JSON-LD Context

Michigan State University Context

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

38 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
msu: https://catalog.lib.msu.edu/api/v1/#

Classes

name url Record id uuid title shortTitle subTitle edition formats languages publishers placesOfPublication isbns cleanIsbn issns cleanIssn lccn callNumbers buildings institutions series summary physicalDescriptions authors primary secondary subjects subject heading source urls desc facets facet value count resultCount

Properties

Property Type Container
institution reference
publicationDates schema:Date
cleanDoi reference
recordPage reference
corporate schema:Organization

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "msu": "https://catalog.lib.msu.edu/api/v1/#",
    "@vocab": "https://catalog.lib.msu.edu/api/v1/#",

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

    "Record": "schema:CreativeWork",
    "id": "schema:identifier",
    "uuid": "schema:identifier",
    "title": "schema:name",
    "shortTitle": "schema:alternateName",
    "subTitle": "schema:alternativeHeadline",
    "edition": "schema:bookEdition",
    "formats": "schema:additionalType",
    "languages": "schema:inLanguage",
    "publishers": "schema:publisher",
    "publicationDates": {
      "@id": "schema:datePublished",
      "@type": "schema:Date"
    },
    "placesOfPublication": "schema:locationCreated",
    "isbns": "schema:isbn",
    "cleanIsbn": "schema:isbn",
    "issns": "schema:issn",
    "cleanIssn": "schema:issn",
    "cleanDoi": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },
    "lccn": "schema:identifier",
    "callNumbers": "schema:identifier",
    "buildings": "schema:contentLocation",
    "institutions": "schema:provider",
    "series": "schema:isPartOf",
    "summary": "schema:abstract",
    "physicalDescriptions": "schema:material",
    "recordPage": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "authors": "schema:author",
    "primary": "schema:author",
    "secondary": "schema:contributor",
    "corporate": {
      "@id": "schema:author",
      "@type": "schema:Organization"
    },

    "subjects": "schema:about",
    "subject": "schema:name",
    "heading": "schema:name",
    "source": "schema:inDefinedTermSet",

    "urls": "schema:url",
    "desc": "schema:description",

    "facets": "schema:itemListElement",
    "facet": "schema:DefinedTerm",
    "value": "schema:value",
    "count": "schema:count",
    "resultCount": "schema:numberOfItems"
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "Michigan State University",
  "url": "https://www.msu.edu",
  "schema:department": {
    "@type": "schema:Library",
    "name": "MSU Libraries",
    "url": "https://lib.msu.edu"
  }
}