DataCite · JSON-LD Context

Datacite Context

JSON-LD context defining the semantic vocabulary for Datacite from DataCite.

32 Classes 9 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
datacite: https://purl.org/spar/datacite/
dcterms: http://purl.org/dc/terms/
fabio: http://purl.org/spar/fabio/
dcat: http://www.w3.org/ns/dcat#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

DOI ResourceType Title AlternateTitle Subject Description Rights RelationType AlternateIdentifier Size Format Version Language NameIdentifier NameIdentifierScheme affiliation givenName familyName name nameType creatorName contributorName contributorType funderName funderIdentifier awardNumber awardTitle geoLocationPoint geoLocationBox geoLocationPlace pointLongitude pointLatitude

Properties

Property Type Container
Publisher reference
Creator reference
Contributor reference
PublicationYear gYear
RightsURI reference
RelatedIdentifier reference
GeoLocation reference
FundingReference reference
SchemeURI reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "datacite": "https://purl.org/spar/datacite/",
    "dcterms": "http://purl.org/dc/terms/",
    "fabio": "http://purl.org/spar/fabio/",
    "dcat": "http://www.w3.org/ns/dcat#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "DOI": "datacite:doi",
    "ResourceType": "datacite:ResourceType",
    "Publisher": {
      "@id": "schema:publisher",
      "@type": "@id"
    },
    "Creator": {
      "@id": "dcterms:creator",
      "@type": "@id"
    },
    "Contributor": {
      "@id": "dcterms:contributor",
      "@type": "@id"
    },
    "Title": "dcterms:title",
    "AlternateTitle": "dcterms:alternative",
    "Subject": "dcterms:subject",
    "Description": "dcterms:description",
    "PublicationYear": {
      "@id": "dcterms:issued",
      "@type": "xsd:gYear"
    },
    "Rights": "dcterms:rights",
    "RightsURI": {
      "@id": "dcterms:license",
      "@type": "@id"
    },
    "RelatedIdentifier": {
      "@id": "dcterms:relation",
      "@type": "@id"
    },
    "RelationType": "datacite:relationType",
    "AlternateIdentifier": "datacite:alternateIdentifier",
    "Size": "dcterms:extent",
    "Format": "dcterms:format",
    "Version": "schema:version",
    "Language": "dcterms:language",
    "GeoLocation": {
      "@id": "dcat:spatialResolutionInMeters",
      "@type": "@id"
    },
    "FundingReference": {
      "@id": "schema:funding",
      "@type": "@id"
    },
    "NameIdentifier": "datacite:NameIdentifier",
    "NameIdentifierScheme": "datacite:NameIdentifierScheme",
    "SchemeURI": {
      "@id": "datacite:schemeURI",
      "@type": "@id"
    },
    "affiliation": "schema:affiliation",
    "givenName": "schema:givenName",
    "familyName": "schema:familyName",
    "name": "schema:name",
    "nameType": "datacite:nameType",
    "creatorName": "datacite:creatorName",
    "contributorName": "datacite:contributorName",
    "contributorType": "datacite:contributorType",
    "funderName": "schema:funderName",
    "funderIdentifier": "schema:funder",
    "awardNumber": "schema:grantNumber",
    "awardTitle": "schema:name",
    "geoLocationPoint": "schema:geo",
    "geoLocationBox": "schema:geo",
    "geoLocationPlace": "schema:locationCreated",
    "pointLongitude": "schema:longitude",
    "pointLatitude": "schema:latitude"
  }
}