Dryad · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Dryad.

29 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

dryad: https://datadryad.org/api/v2#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

dataset version file title abstract authors keywords license versionNumber storageSize identifier relatedWorks funders geolocation fileName mimeType size digestType digestValue fileClass firstName lastName affiliation funderName grantNumber identifierType embargo curationStatus tenant

Properties

Property Type Container
doi reference
publicationDate date
lastModificationDate date
sharingLink reference
uploadedDate dateTime
url reference
orcid reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "dryad": "https://datadryad.org/api/v2#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dataset": "dryad:dataset",
    "version": "dryad:version",
    "file": "dryad:file",
    "doi": {
      "@id": "dryad:doi",
      "@type": "@id"
    },
    "title": "schema:name",
    "abstract": "schema:description",
    "authors": "schema:author",
    "keywords": "schema:keywords",
    "license": "schema:license",
    "versionNumber": "dryad:versionNumber",
    "publicationDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "lastModificationDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:date"
    },
    "storageSize": "dryad:storageSize",
    "sharingLink": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "identifier": "schema:identifier",
    "relatedWorks": "schema:citation",
    "funders": "schema:funder",
    "geolocation": "schema:spatialCoverage",
    "fileName": "dryad:fileName",
    "mimeType": "dryad:mimeType",
    "size": "dryad:size",
    "digestType": "dryad:digestType",
    "digestValue": "dryad:digestValue",
    "uploadedDate": {
      "@id": "dryad:uploadedDate",
      "@type": "xsd:dateTime"
    },
    "fileClass": "dryad:fileClass",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "affiliation": "schema:affiliation",
    "orcid": {
      "@id": "dryad:orcid",
      "@type": "@id"
    },
    "funderName": "schema:legalName",
    "grantNumber": "dryad:grantNumber",
    "identifierType": "dryad:identifierType",
    "embargo": "dryad:embargo",
    "curationStatus": "dryad:curationStatus",
    "tenant": "dryad:tenant"
  }
}