Arizona State University · JSON-LD Context

Arizona State University Context

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

11 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
asu: https://www.asu.edu/#vocab/

Classes

name url description CollegeOrUniversity Dataset DataCatalog Course identifier publisher type total_count

Properties

Property Type Container
global_id schema:PropertyValue
items set

JSON-LD Document

arizona-state-university-context.jsonld Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "asu": "https://www.asu.edu/#vocab/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "Dataset": "schema:Dataset",
    "DataCatalog": "schema:DataCatalog",
    "Course": "schema:Course",
    "identifier": "schema:identifier",
    "global_id": {
      "@id": "schema:identifier",
      "@type": "schema:PropertyValue"
    },
    "publisher": "schema:publisher",
    "type": "asu:objectType",
    "items": {
      "@id": "schema:hasPart",
      "@container": "@set"
    },
    "total_count": "schema:numberOfItems"
  },
  "@type": "CollegeOrUniversity",
  "name": "Arizona State University",
  "url": "https://www.asu.edu/",
  "description": "Large public research university based in Tempe, Arizona, United States, cataloged in the API Evangelist network for its public developer footprint including the ASU Library Research Data Repository (Dataverse) API.",
  "asu:apiCatalog": {
    "@type": "DataCatalog",
    "name": "ASU Library Research Data Repository",
    "url": "https://dataverse.asu.edu/"
  }
}