Ens Lyon Context

JSON-LD context defining the semantic vocabulary for Ens Lyon from École Normale Supérieure de Lyon.

15 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
hal: https://api.archives-ouvertes.fr/vocab/

Classes

name url description logo sameAs foundingLocation address department publication author title journal datePublished domain identifier

Properties

Property Type Container
institution reference
repository reference
api reference
documentation reference
endpoint reference
structure reference

JSON-LD Document

ens-lyon-context.jsonld Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "hal": "https://api.archives-ouvertes.fr/vocab/",
    "@vocab": "https://www.ens-lyon.fr/vocab/",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "logo": "schema:logo",
    "sameAs": "schema:sameAs",
    "foundingLocation": "schema:foundingLocation",
    "address": "schema:address",
    "department": "schema:department",
    "institution": {
      "@id": "schema:CollegeOrUniversity",
      "@type": "@id"
    },
    "repository": {
      "@id": "schema:DataCatalog",
      "@type": "@id"
    },
    "api": {
      "@id": "schema:WebAPI",
      "@type": "@id"
    },
    "documentation": {
      "@id": "schema:documentation",
      "@type": "@id"
    },
    "endpoint": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "publication": "schema:ScholarlyArticle",
    "author": "schema:author",
    "title": "schema:headline",
    "journal": "schema:isPartOf",
    "datePublished": "schema:datePublished",
    "domain": "schema:about",
    "identifier": "schema:identifier",
    "structure": {
      "@id": "schema:Organization",
      "@type": "@id"
    }
  },
  "@type": "schema:CollegeOrUniversity",
  "name": "École Normale Supérieure de Lyon",
  "url": "https://www.ens-lyon.fr/",
  "description": "French public research and higher-education institution in Lyon. Its public machine-readable footprint is the HAL-ENS-LYON open-access institutional repository exposed via HAL's shared OAI-PMH, Search, Reference, and SWORD APIs.",
  "sameAs": [
    "https://ens-lyon.hal.science",
    "https://github.com/ens-lyon",
    "https://fr.linkedin.com/school/ens-lyon/"
  ],
  "repository": {
    "@type": "schema:DataCatalog",
    "name": "HAL-ENS-LYON",
    "url": "https://ens-lyon.hal.science",
    "description": "Open-access institutional repository of ENS de Lyon, part of the national HAL open archive."
  },
  "api": [
    {
      "@type": "schema:WebAPI",
      "name": "HAL-ENS-LYON OAI-PMH",
      "endpoint": "https://api.archives-ouvertes.fr/oai/ens-lyon",
      "documentation": "https://api.archives-ouvertes.fr/docs/oai"
    },
    {
      "@type": "schema:WebAPI",
      "name": "HAL Search API (ens-lyon collection)",
      "endpoint": "https://api.archives-ouvertes.fr/search/ens-lyon/",
      "documentation": "https://api.archives-ouvertes.fr/docs/search"
    },
    {
      "@type": "schema:WebAPI",
      "name": "HAL Reference (Référentiels) API",
      "endpoint": "https://api.archives-ouvertes.fr/ref/",
      "documentation": "https://api.archives-ouvertes.fr/docs/ref"
    },
    {
      "@type": "schema:WebAPI",
      "name": "HAL SWORD Deposit API",
      "endpoint": "https://api.archives-ouvertes.fr/sword/",
      "documentation": "https://api.archives-ouvertes.fr/docs/sword"
    }
  ]
}