Skip to content

Instantly share code, notes, and snippets.

@priyankt68
Created February 20, 2025 06:53
Show Gist options
  • Select an option

  • Save priyankt68/7f82fd503d6a23ccc76f4c76106b4fbe to your computer and use it in GitHub Desktop.

Select an option

Save priyankt68/7f82fd503d6a23ccc76f4c76106b4fbe to your computer and use it in GitHub Desktop.
degreecontext.json
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"schema": "https://schema.org/",
"UniversityDegreeCredential": {
"@id": "iri:3425",
"@context": {
"@version": 1.1,
"id": "@id",
"grade": "schema:Text",
"programme": "schema:Text",
"certifyingInstitute": "schema:Text",
"evaluatingInstitute": "schema:Text"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment