Usc Context

JSON-LD context defining the semantic vocabulary for Usc from University of Southern California.

9 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
usc: https://www.usc.edu/ns#

Classes

name url description sameAs Organization term department course section

Properties

Property Type Container
api set
API
humanURL reference
baseURL reference

JSON-LD Document

usc-context.jsonld Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "usc": "https://www.usc.edu/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "sameAs": "schema:sameAs",
    "Organization": "schema:CollegeOrUniversity",
    "api": {
      "@id": "usc:api",
      "@container": "@set"
    },
    "API": {
      "@id": "usc:API"
    },
    "humanURL": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "baseURL": {
      "@id": "usc:baseURL",
      "@type": "@id"
    },
    "term": "schema:CourseInstance",
    "department": "schema:Organization",
    "course": "schema:Course",
    "section": "schema:CourseInstance"
  },
  "@type": "Organization",
  "name": "University of Southern California",
  "url": "https://www.usc.edu/",
  "description": "Private research university in Los Angeles, California.",
  "sameAs": [
    "https://www.linkedin.com/school/university-of-southern-california/",
    "https://twitter.com/USC",
    "https://github.com/uscdatascience",
    "https://github.com/isi-usc-edu"
  ],
  "api": [
    {
      "@type": "API",
      "name": "USC Schedule of Classes (SOC) Web Services API",
      "humanURL": "https://web-app.usc.edu/web/soc/help",
      "description": "Web service exposing terms, departments, courses, and sections of the USC Schedule of Classes."
    }
  ]
}