University of Calgary · JSON-LD Context

University Of Calgary Context

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

23 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ucalgary: https://api-evangelist.github.io/university-of-calgary/vocab#

Classes

name url description Organization Dataset Observatory DataSource short_description long_description citation level file_time_resolution supported_libraries uid full_name geodetic_latitude geodetic_longitude identifier program platform instrument_type source_type display_name

Properties

Property Type Container
data_tree_url reference
doi reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ucalgary": "https://api-evangelist.github.io/university-of-calgary/vocab#",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "Organization": "schema:CollegeOrUniversity",
    "Dataset": "schema:Dataset",
    "Observatory": "ucalgary:Observatory",
    "DataSource": "ucalgary:DataSource",

    "short_description": "schema:abstract",
    "long_description": "schema:description",
    "data_tree_url": { "@id": "schema:contentUrl", "@type": "@id" },
    "doi": { "@id": "schema:identifier", "@type": "@id" },
    "citation": "schema:citation",
    "level": "ucalgary:processingLevel",
    "file_time_resolution": "ucalgary:fileTimeResolution",
    "supported_libraries": "ucalgary:supportedLibrary",

    "uid": "schema:identifier",
    "full_name": "schema:name",
    "geodetic_latitude": "schema:latitude",
    "geodetic_longitude": "schema:longitude",

    "identifier": "schema:identifier",
    "program": "ucalgary:program",
    "platform": "ucalgary:platform",
    "instrument_type": "ucalgary:instrumentType",
    "source_type": "ucalgary:sourceType",
    "display_name": "schema:name"
  },
  "@type": "Organization",
  "name": "University of Calgary",
  "url": "https://www.ucalgary.ca/"
}