Department of Education · JSON-LD Context

Department Of Education Context

JSON-LD context defining the semantic vocabulary for Department Of Education from Department of Education.

0 Classes 5 Properties 1 Namespaces
View Context View on GitHub

Namespaces

ed: https://collegescorecard.ed.gov/data/

Properties

Property Type Container
School
Cost
Earnings
Completion
Dataset

JSON-LD Document

department-of-education-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ed": "https://collegescorecard.ed.gov/data/",
    "School": {
      "@id": "https://schema.org/CollegeOrUniversity",
      "@context": {
        "id": "https://schema.org/identifier",
        "name": "https://schema.org/name",
        "city": "https://schema.org/addressLocality",
        "state": "https://schema.org/addressRegion",
        "zip": "https://schema.org/postalCode",
        "url": "https://schema.org/url"
      }
    },
    "Cost": {
      "@id": "ed:cost",
      "@context": {
        "tuition": "https://schema.org/price",
        "attendance": "https://schema.org/totalPrice",
        "netPrice": "https://schema.org/priceComponent"
      }
    },
    "Earnings": {
      "@id": "ed:earnings",
      "@context": {
        "median": "https://schema.org/value",
        "p25": "https://schema.org/lowPrice",
        "p75": "https://schema.org/highPrice",
        "yearsAfter": "https://schema.org/duration"
      }
    },
    "Completion": {
      "@id": "ed:completion",
      "@context": {
        "rate": "https://schema.org/percentage",
        "title": "https://schema.org/educationalCredentialAwarded"
      }
    },
    "Dataset": {
      "@id": "https://schema.org/Dataset",
      "@context": {
        "id": "https://schema.org/identifier",
        "title": "https://schema.org/name",
        "description": "https://schema.org/description",
        "publisher": "https://schema.org/publisher",
        "license": "https://schema.org/license"
      }
    }
  }
}