Stockholm University · JSON-LD Context

Stockholm Context

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

16 Classes 11 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
su: https://www.su.se/vocab#
figshare: https://docs.figshare.com/vocab#
dcterms: http://purl.org/dc/terms/

Classes

University name url description sameAs Article Collection Author Category id title tags full_name first_name last_name defined_type_name

Properties

Property Type Container
doi reference
handle reference
created_date schema:DateTime
published_date schema:DateTime
modified_date schema:DateTime
license reference
authors set
categories set
files set
orcid_id reference
thumb reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "su": "https://www.su.se/vocab#",
    "figshare": "https://docs.figshare.com/vocab#",
    "dcterms": "http://purl.org/dc/terms/",

    "University": "schema:CollegeOrUniversity",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "sameAs": "schema:sameAs",

    "Article": "schema:Dataset",
    "Collection": "schema:Collection",
    "Author": "schema:Person",
    "Category": "schema:DefinedTerm",

    "id": "schema:identifier",
    "title": "schema:name",
    "doi": { "@id": "schema:identifier", "@type": "@id" },
    "handle": { "@id": "schema:identifier", "@type": "@id" },
    "created_date": { "@id": "schema:dateCreated", "@type": "schema:DateTime" },
    "published_date": { "@id": "schema:datePublished", "@type": "schema:DateTime" },
    "modified_date": { "@id": "schema:dateModified", "@type": "schema:DateTime" },
    "license": { "@id": "schema:license", "@type": "@id" },
    "tags": "schema:keywords",
    "authors": { "@id": "schema:author", "@container": "@set" },
    "categories": { "@id": "schema:about", "@container": "@set" },
    "files": { "@id": "schema:distribution", "@container": "@set" },

    "full_name": "schema:name",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "orcid_id": { "@id": "schema:identifier", "@type": "@id" },

    "defined_type_name": "dcterms:type",
    "thumb": { "@id": "schema:thumbnailUrl", "@type": "@id" }
  },
  "@type": "University",
  "name": "Stockholm University",
  "url": "https://www.su.se/english/",
  "description": "Public research university in Sweden whose machine-readable footprint is distributed across the DiVA OAI-PMH repository, the Figshare-backed research data repository (su.figshare.com), and the stockholmuniversity GitHub organization.",
  "sameAs": [
    "https://su.figshare.com/",
    "https://su.diva-portal.org/",
    "https://github.com/stockholmuniversity",
    "https://www.linkedin.com/school/stockholm-university/"
  ]
}