Australian National University · JSON-LD Context

Anu Context

JSON-LD context defining the semantic vocabulary for Anu from Australian National University.

7 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
anu: https://www.anu.edu.au/ns#
ae: https://apievangelist.com/ns#

Classes

name url description sameAs identifier memberOf apiName

Properties

Property Type Container
api set
humanURL reference
baseURL reference
tags set
operator
operatorEvidence
provenanceMethod

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "anu": "https://www.anu.edu.au/ns#",
    "ae": "https://apievangelist.com/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "sameAs": "schema:sameAs",
    "identifier": "schema:identifier",
    "memberOf": "schema:memberOf",
    "api": { "@id": "anu:api", "@container": "@set" },
    "apiName": "schema:name",
    "humanURL": { "@id": "schema:url", "@type": "@id" },
    "baseURL": { "@id": "anu:baseURL", "@type": "@id" },
    "tags": { "@id": "schema:keywords", "@container": "@set" },
    "operator": { "@id": "ae:operator" },
    "operatorEvidence": { "@id": "ae:operatorEvidence" },
    "provenanceMethod": { "@id": "ae:provenanceMethod" }
  },
  "ae:generated": "2026-08-19",
  "ae:provenanceMethod": "derived",
  "ae:source": "https://www.anu.edu.au/",
  "ae:note": "Regenerated by the API Evangelist university pipeline on 2026-08-19. Every API node now carries an `operator` value, because a university is a federation of buyers and an unqualified WebAPI node reads as institutional engineering. The Elsevier Pure research portal is included as a tenant relationship, not as an ANU API.",
  "@type": "schema:CollegeOrUniversity",
  "@id": "https://www.anu.edu.au/",
  "name": "The Australian National University",
  "url": "https://www.anu.edu.au/",
  "description": "Public research university in Canberra, Australia; a member of the Group of Eight. Its institution-operated machine-readable footprint is small but genuine: the ANU Quantum Numbers service, a deprecated legacy quantum RNG endpoint, a self-hosted DSpace repository with a conformant OAI-PMH 2.0 interface, and a Shibboleth identity provider registered in the Australian Access Federation. Its research portal is an Elsevier Pure tenancy and is not ANU engineering.",
  "identifier": [
    { "@type": "schema:PropertyValue", "propertyID": "DataCite DOI prefix", "value": "10.25911" },
    { "@type": "schema:PropertyValue", "propertyID": "SAML entityID", "value": "https://idp2.anu.edu.au/idp/shibboleth" },
    { "@type": "schema:PropertyValue", "propertyID": "Handle prefix", "value": "1885" },
    { "@type": "schema:PropertyValue", "propertyID": "Crossref member", "value": "9402" }
  ],
  "memberOf": [
    { "@type": "schema:Organization", "name": "Australian Access Federation", "url": "https://aaf.edu.au/" },
    { "@type": "schema:Organization", "name": "Group of Eight", "url": "https://go8.edu.au/" }
  ],
  "sameAs": [
    "https://github.com/AustralianNationalUniversity",
    "https://github.com/ANUcybernetics",
    "https://github.com/anu-hpc",
    "https://www.linkedin.com/school/the-australian-national-university/",
    "https://ror.org/019wvm592"
  ],
  "api": [
    {
      "@type": "schema:WebAPI",
      "apiName": "ANU Quantum Numbers (AQN) API",
      "description": "Current quantum random number service. Requires a free x-api-key. Returns uint8, uint16, hex8 or hex16 arrays of length 1-1024.",
      "humanURL": "https://quantumnumbers.anu.edu.au/documentation",
      "baseURL": "https://api.quantumnumbers.anu.edu.au",
      "operator": "institution",
      "operatorEvidence": "Host is under anu.edu.au; documentation, signup and contact (qrng@anu.edu.au) are ANU's.",
      "provenanceMethod": "derived",
      "tags": ["Quantum", "Random Numbers", "Research", "JSON"]
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "QRNG@ANU Legacy JSON API",
      "description": "Deprecated original endpoint. No authentication, throttled to one request per minute. ANU states it will be scaled back and eventually retired.",
      "humanURL": "https://qrng.anu.edu.au/contact/api-documentation/",
      "baseURL": "https://qrng.anu.edu.au/API/jsonI.php",
      "operator": "institution",
      "provenanceMethod": "probed",
      "tags": ["Quantum", "Random Numbers", "Deprecated", "JSON"]
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "ANU Open Research OAI-PMH",
      "description": "OAI-PMH 2.0 harvesting interface for ANU's self-hosted DSpace 7.6.7 institutional repository. Twelve metadata formats.",
      "humanURL": "https://openresearch.anu.edu.au/open-research-collections",
      "baseURL": "https://openresearch-repository.anu.edu.au/server/oai/request",
      "operator": "institution",
      "operatorEvidence": "openresearch-repository.anu.edu.au CNAMEs to dspace-prod.anu.edu.au at 130.56.67.40, inside ANU address space. DSpace is open-source software ANU self-hosts, not a SaaS tenancy.",
      "provenanceMethod": "probed",
      "tags": ["OAI-PMH", "Institutional Repository", "Open Access", "Research", "DSpace", "Metadata"]
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "ANU Open Research DSpace REST API",
      "description": "HAL+JSON REST API of the self-hosted DSpace 7.6.7 repository. The contract shape is DSpace's upstream design; the instance and its content are ANU's.",
      "humanURL": "https://openresearch-repository.anu.edu.au/",
      "baseURL": "https://openresearch-repository.anu.edu.au/server/api",
      "operator": "institution",
      "provenanceMethod": "probed",
      "tags": ["Repository", "REST", "HAL", "DSpace", "Research"]
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "ANU Shibboleth Identity Provider SAML Metadata",
      "description": "SAML 2.0 IdP metadata for ANU's institutional single sign-on, registered in the Australian Access Federation and interfederated through eduGAIN.",
      "humanURL": "https://services.anu.edu.au/information-technology",
      "baseURL": "https://idp2.anu.edu.au/idp/shibboleth",
      "operator": "institution",
      "provenanceMethod": "probed",
      "tags": ["Identity Federation", "SAML", "Shibboleth", "AAF", "eduGAIN"]
    },
    {
      "@type": "schema:WebAPI",
      "apiName": "ANU Research Portal Plus (Elsevier Pure)",
      "description": "ANU's research information portal, running on Elsevier Pure. The data is ANU's; the contract is Elsevier's. Recorded as a tenant relationship and NOT scored as ANU engineering.",
      "humanURL": "https://researchportalplus.anu.edu.au/",
      "baseURL": "https://researchportalplus.anu.edu.au/",
      "operator": "tenant",
      "operatorEvidence": "researchportalplus.anu.edu.au CNAMEs to anu2-portal.elsevierpure.com -> apac.prod.elsevierpure.com; response header x-product: Pure Portal.",
      "provenanceMethod": "probed",
      "tags": ["Research Information", "Elsevier Pure", "Tenant"]
    }
  ]
}