University of Rochester · JSON-LD Context

University Of Rochester Context

JSON-LD context defining the semantic vocabulary for University Of Rochester from University of Rochester.

15 Classes 10 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ur: https://api-evangelist.github.io/university-of-rochester/vocab#
figshare: https://docs.figshare.com/#vocab/

Classes

University name url description Article Collection Project Author Category File id handle title defined_type_name orcid_id

Properties

Property Type Container
doi reference
figshare_url reference
url_public_html reference
thumb reference
created_date schema:DateTime
modified_date schema:DateTime
published_date schema:DateTime
authors set
categories set
files set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ur": "https://api-evangelist.github.io/university-of-rochester/vocab#",
    "figshare": "https://docs.figshare.com/#vocab/",

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

    "Article": "schema:Dataset",
    "Collection": "schema:Collection",
    "Project": "schema:Project",
    "Author": "schema:Person",
    "Category": "schema:DefinedTerm",
    "File": "schema:MediaObject",

    "id": "schema:identifier",
    "doi": {
      "@id": "schema:identifier",
      "@type": "@id"
    },
    "handle": "schema:identifier",
    "title": "schema:name",
    "figshare_url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "url_public_html": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "thumb": {
      "@id": "schema:thumbnailUrl",
      "@type": "@id"
    },
    "defined_type_name": "schema:additionalType",
    "created_date": {
      "@id": "schema:dateCreated",
      "@type": "schema:DateTime"
    },
    "modified_date": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "published_date": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "authors": {
      "@id": "schema:author",
      "@container": "@set"
    },
    "categories": {
      "@id": "schema:about",
      "@container": "@set"
    },
    "files": {
      "@id": "schema:distribution",
      "@container": "@set"
    },
    "orcid_id": "schema:identifier"
  },
  "@type": "University",
  "name": "University of Rochester",
  "url": "https://www.rochester.edu/",
  "description": "Private research university in Rochester, New York. Its research outputs are cataloged in the University of Rochester Research Repository (URRR) at rochester.figshare.com, accessible via the public Figshare v2 REST API."
}