Figshare Context
JSON-LD context defining the semantic vocabulary for Figshare from Figshare.
38 Classes
5 Properties
4 Namespaces
Namespaces
figshare:
https://docs.figshare.com/api_reference/#
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Article
Collection
Project
Author
License
Category
FundingInformation
id
title
description
url
url_public_html
tags
categories
authors
files
license
funding
defined_type_name
name
full_name
email
orcid_id
download_url
computed_md5
storage
quota
used_quota
group_id
institution_id
handle
resource_doi
timeline
embargo_type
embargo_date
is_public
is_active
is_confidential
Properties
| Property |
Type |
Container |
| doi |
schema:PropertyValue |
|
| published_date |
dateTime |
|
| created_date |
dateTime |
|
| modified_date |
dateTime |
|
| size |
integer |
|
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"figshare": "https://docs.figshare.com/api_reference/#",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Article": "schema:ScholarlyArticle",
"Collection": "schema:Collection",
"Project": "schema:ResearchProject",
"Author": "schema:Person",
"License": "schema:CreativeWork",
"Category": "schema:Category",
"FundingInformation": "schema:Grant",
"id": "@id",
"title": "schema:name",
"description": "schema:description",
"doi": {
"@id": "schema:identifier",
"@type": "schema:PropertyValue"
},
"published_date": {
"@id": "schema:datePublished",
"@type": "xsd:dateTime"
},
"created_date": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"modified_date": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"url": "schema:url",
"url_public_html": "schema:url",
"tags": "schema:keywords",
"categories": "schema:about",
"authors": "schema:author",
"files": "schema:hasPart",
"license": "schema:license",
"funding": "schema:funding",
"defined_type_name": "schema:additionalType",
"name": "schema:name",
"full_name": "schema:name",
"email": "schema:email",
"orcid_id": "schema:identifier",
"size": {
"@id": "schema:contentSize",
"@type": "xsd:integer"
},
"download_url": "schema:contentUrl",
"computed_md5": "schema:hashValue",
"storage": "schema:storageRequirements",
"quota": "schema:maxValue",
"used_quota": "schema:value",
"group_id": "figshare:group_id",
"institution_id": "figshare:institution_id",
"handle": "figshare:handle",
"resource_doi": "figshare:resource_doi",
"timeline": "figshare:timeline",
"embargo_type": "figshare:embargo_type",
"embargo_date": "figshare:embargo_date",
"is_public": "figshare:is_public",
"is_active": "figshare:is_active",
"is_confidential": "figshare:is_confidential"
}
}