Skip to content

Slot: resource_type

The broad type of the source data for this object. 'dataset' is currently the only valid value supported by this schema.

URI: schema:@type Alias: resource_type

Applicable Classes

Name Description Modifies Slot
DataSourceNew The source dataset from which data within the CDM was extracted. This might be an API query; a set of files downloaded from a website or uploaded by a user; a database dump; etc. A given data source should have either version information (e.g. a release number, like those used by UniProt or RefSeq) or an access date to allow the original raw data dump to be recapitulated. no

Properties

Examples

Value
dataset

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

Mapping Type Mapped Value
self schema:@type
native kb_cdm:resource_type
exact OSTI.ARTICLE:product_type, OSTI.ARTICLE:workType, DataCite:attributes.types.schema_org
narrow OSTI.ARTICLE:dataset_type

LinkML Source

name: resource_type
description: The broad type of the source data for this object. 'dataset' is currently
  the only valid value supported by this schema.
examples:
- value: dataset
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
exact_mappings:
- OSTI.ARTICLE:product_type
- OSTI.ARTICLE:workType
- DataCite:attributes.types.schema_org
narrow_mappings:
- OSTI.ARTICLE:dataset_type
rank: 1000
slot_uri: schema:@type
alias: resource_type
owner: DataSourceNew
domain_of:
- DataSourceNew
range: ResourceType
required: true