schema:
https://schema.org/
udem:
https://www.recherche.umontreal.ca/vitrine/vocab#
sadvr:
https://www.recherche.umontreal.ca/vitrine/rest/api/1.8/umontreal/
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"udem": "https://www.recherche.umontreal.ca/vitrine/vocab#",
"sadvr": "https://www.recherche.umontreal.ca/vitrine/rest/api/1.8/umontreal/",
"Institution": "schema:CollegeOrUniversity",
"Researcher": "schema:Person",
"ResearchUnit": "schema:ResearchOrganization",
"Faculty": "schema:CollegeOrUniversity",
"Department": "schema:Organization",
"idsadvr": { "@id": "schema:identifier", "@type": "schema:Text" },
"codeSad": { "@id": "udem:codeSad", "@type": "schema:Text" },
"prenom": "schema:givenName",
"nom": "schema:name",
"familyName": "schema:familyName",
"courriel": { "@id": "schema:email", "@type": "@id" },
"courrielInstitutionnel": { "@id": "schema:email", "@type": "@id" },
"fonction": "schema:jobTitle",
"faculte": { "@id": "schema:parentOrganization", "@type": "@id" },
"departement": { "@id": "schema:department", "@type": "@id" },
"uniteAdministrative": { "@id": "schema:memberOf", "@type": "@id" },
"affiliations": { "@id": "schema:affiliation", "@container": "@set" },
"acronyme": "schema:alternateName",
"responsable": { "@id": "udem:responsable", "@container": "@set" },
"expertise": "udem:expertise",
"disciplines": { "@id": "schema:knowsAbout", "@container": "@set" },
"secteursRecherche": { "@id": "udem:secteurRecherche", "@container": "@set" },
"motsCles": { "@id": "schema:keywords", "@container": "@set" },
"periodesChronologiques": { "@id": "udem:periodeChronologique", "@container": "@set" },
"pays": { "@id": "udem:paysEtudie", "@container": "@set" },
"continents": { "@id": "udem:continentEtudie", "@container": "@set" },
"langues": { "@id": "schema:knowsLanguage", "@container": "@set" },
"codeLangue": "schema:inLanguage",
"urlVitrine": { "@id": "schema:mainEntityOfPage", "@type": "@id" },
"visuelOfficiel": { "@id": "schema:image", "@type": "@id" },
"visuelOfficielGrand": { "@id": "schema:image", "@type": "@id" },
"biographie": "schema:description",
"publication": { "@id": "udem:publication", "@container": "@set" },
"prix": { "@id": "schema:award", "@container": "@set" },
"recrutementRecherche": { "@id": "udem:recrutementRecherche", "@type": "schema:Boolean" },
"consentement": { "@id": "udem:consentement", "@container": "@set" },
"statutConsentement": "udem:statutConsentement",
"data": "@graph"
},
"@type": "Institution",
"name": "Université de Montréal",
"alternateName": "UdeM",
"url": "https://www.umontreal.ca/en/",
"sameAs": [
"https://www.wikidata.org/wiki/Q392189",
"https://ror.org/0161xgx34",
"https://www.linkedin.com/school/universite-de-montreal/"
],
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "openapi/universite-de-montreal-sadvr-openapi.yml",
"x-operator": "institution",
"note": "Maps the SADVR API's French field names onto schema.org so a researcher or research-unit record can be consumed as linked data. Terms with no schema.org equivalent are minted under the udem: prefix rather than force-fitted."
}
}