Vanderbilt University · JSON-LD Context

Vanderbilt Context

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

10 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
vu: https://www.vanderbilt.edu/ns#

Classes

name url description logo sameAs address foundingDate department CollegeOrUniversity EducationalOrganization

Properties

Property Type Container
api set
developerPortal reference
humanURL reference
baseURL reference

JSON-LD Document

vanderbilt-context.jsonld Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "vu": "https://www.vanderbilt.edu/ns#",
    "@vocab": "https://schema.org/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "logo": "schema:logo",
    "sameAs": "schema:sameAs",
    "address": "schema:address",
    "foundingDate": "schema:foundingDate",
    "department": "schema:department",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "EducationalOrganization": "schema:EducationalOrganization",
    "api": {
      "@id": "vu:api",
      "@container": "@set"
    },
    "developerPortal": {
      "@id": "vu:developerPortal",
      "@type": "@id"
    },
    "humanURL": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "baseURL": {
      "@id": "vu:baseURL",
      "@type": "@id"
    }
  },
  "@type": "CollegeOrUniversity",
  "name": "Vanderbilt University",
  "url": "https://www.vanderbilt.edu/",
  "description": "Private research university in Nashville, Tennessee.",
  "sameAs": [
    "https://github.com/vanderbiltu",
    "https://github.com/heardlibrary",
    "https://www.linkedin.com/school/vanderbilt-university/"
  ],
  "department": {
    "@type": "EducationalOrganization",
    "name": "Vanderbilt IT (VUIT)",
    "developerPortal": "https://apim-portal.app.vanderbilt.edu/"
  }
}