La Trobe University · JSON-LD Context

La Trobe University Context

JSON-LD context defining the semantic vocabulary for La Trobe University from La Trobe University.

15 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dct: http://purl.org/dc/terms/
datacite: http://purl.org/spar/datacite/

Classes

University name alternateName description address PostalAddress addressLocality addressRegion addressCountry PropertyValue propertyID value WebAPI provider Organization

Properties

Property Type Container
url reference
foundingDate schema:Date
sameAs reference set
identifier set
subOrganization set
documentation reference

JSON-LD Document

la-trobe-university-context.jsonld Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "generated",
    "basis": "probed",
    "source": "Live probes of latrobe.edu.au hosts plus the ROR, DataCite, Crossref and AAF/eduGAIN registry records that carry La Trobe's own identifiers. Replaces a 2026-06-03 context that mapped Figshare's article/collection field vocabulary under La Trobe's name.",
    "note": "Generated by API Evangelist tooling from live probes."
  },
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "datacite": "http://purl.org/spar/datacite/",
    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "alternateName": "schema:alternateName",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": "schema:description",
    "foundingDate": {
      "@id": "schema:foundingDate",
      "@type": "schema:Date"
    },
    "sameAs": {
      "@id": "schema:sameAs",
      "@type": "@id",
      "@container": "@set"
    },
    "identifier": {
      "@id": "schema:identifier",
      "@container": "@set"
    },
    "address": "schema:address",
    "PostalAddress": "schema:PostalAddress",
    "addressLocality": "schema:addressLocality",
    "addressRegion": "schema:addressRegion",
    "addressCountry": "schema:addressCountry",
    "PropertyValue": "schema:PropertyValue",
    "propertyID": "schema:propertyID",
    "value": "schema:value",
    "subOrganization": {
      "@id": "schema:subOrganization",
      "@container": "@set"
    },
    "WebAPI": "schema:WebAPI",
    "documentation": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "provider": "schema:provider",
    "Organization": "schema:Organization"
  },
  "@id": "https://ror.org/01rxfrp27",
  "@type": "University",
  "name": "La Trobe University",
  "alternateName": "LTU",
  "url": "https://www.latrobe.edu.au/",
  "foundingDate": "1964",
  "description": "Public research university headquartered in Bundoora, Melbourne, Victoria, Australia. La Trobe operates no public, self-service API product. Its one institution-operated API host, api.latrobe.edu.au, is an Azure API Management developer portal behind sign-in. Its open-access repository OPAL, its course handbook and its library discovery layer are institution-branded tenancies on Figshare, CourseLoop and Ex Libris respectively.",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Bundoora, Melbourne",
    "addressRegion": "Victoria",
    "addressCountry": "AU"
  },
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "ROR",
      "value": "https://ror.org/01rxfrp27"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "DataCite Provider",
      "value": "latrobe"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "DataCite DOI Prefix",
      "value": "10.26181"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "Crossref Member",
      "value": "11371"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "SAML entityID",
      "value": "https://aaf.latrobe.edu.au/idp/shibboleth"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "Figshare Portal Set",
      "value": "portal_234"
    },
    {
      "@type": "PropertyValue",
      "propertyID": "Primo View ID",
      "value": "61LATROBE_INST:LATROBE"
    }
  ],
  "sameAs": [
    "https://ror.org/01rxfrp27",
    "https://opal.latrobe.edu.au/",
    "https://handbook.latrobe.edu.au/",
    "https://www.linkedin.com/school/la-trobe-university/",
    "https://twitter.com/latrobe"
  ],
  "subOrganization": [
    {
      "@type": "WebAPI",
      "name": "La Trobe API Gateway",
      "url": "https://api.latrobe.edu.au/",
      "description": "Azure API Management developer portal on La Trobe's own domain. Unauthenticated requests redirect to /signin; no catalogue, documentation or specification is public.",
      "provider": {
        "@type": "Organization",
        "name": "La Trobe University"
      }
    }
  ]
}