King's College London · JSON-LD Context

Kings College London Context

JSON-LD context defining the semantic vocabulary for Kings College London from King's College London.

4 Classes 4 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
kcl: https://www.kcl.ac.uk/ns#

Classes

name url description CollegeOrUniversity

Properties

Property Type Container
institution schema:CollegeOrUniversity
Article
Collection
Author

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "kcl": "https://www.kcl.ac.uk/ns#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "CollegeOrUniversity": "schema:CollegeOrUniversity",
    "institution": {
      "@id": "kcl:institution",
      "@type": "schema:CollegeOrUniversity"
    },

    "Article": {
      "@id": "kcl:Article",
      "@context": {
        "id": "schema:identifier",
        "title": "schema:name",
        "doi": { "@id": "kcl:doi" },
        "handle": { "@id": "kcl:handle" },
        "url": { "@id": "schema:url", "@type": "@id" },
        "url_public_html": { "@id": "kcl:urlPublicHtml", "@type": "@id" },
        "url_public_api": { "@id": "kcl:urlPublicApi", "@type": "@id" },
        "thumb": { "@id": "schema:thumbnailUrl", "@type": "@id" },
        "defined_type_name": "schema:additionalType",
        "published_date": { "@id": "schema:datePublished" },
        "created_date": { "@id": "schema:dateCreated" },
        "authors": { "@id": "schema:author", "@container": "@set" }
      }
    },
    "Collection": {
      "@id": "kcl:Collection",
      "@context": {
        "id": "schema:identifier",
        "title": "schema:name",
        "doi": { "@id": "kcl:doi" },
        "handle": { "@id": "kcl:handle" },
        "url": { "@id": "schema:url", "@type": "@id" }
      }
    },
    "Author": {
      "@id": "schema:Person",
      "@context": {
        "id": "schema:identifier",
        "full_name": "schema:name",
        "first_name": "schema:givenName",
        "last_name": "schema:familyName",
        "orcid_id": { "@id": "kcl:orcid" }
      }
    }
  },
  "@type": "CollegeOrUniversity",
  "name": "King's College London",
  "url": "https://www.kcl.ac.uk/"
}