Skip to content

Enum: ResourceCategory

The ResourceCategory expresses for which type of resource the PID is used, e.g. if the PID is for a sample or a device.

URI: ResourceCategory

Permissible Values

Value Meaning Description
COLLECTION voc4cat:0005012 A collection is a group of resources and/or other collections
SAMPLE voc4cat:0005013 A representative part of a material of interest on which observations are mad...
MATERIAL voc4cat:0005014 A material used in the research process (except samples)
DEVICE voc4cat:0005015 A physical device used in a research or manufacturing process
DATA_OBJECT voc4cat:0005016 A collection of data available for access or download
DATA_SERVICE voc4cat:0005017 An organized system of operations that provide data processing functions or a...

Slots

Name Description
resource_category The category of the resource

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/pid4cat-model

LinkML Source

name: ResourceCategory
description: The ResourceCategory expresses for which type of resource the PID is
  used, e.g. if the PID is for a sample or a device.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
permissible_values:
  COLLECTION:
    text: COLLECTION
    description: A collection is a group of resources and/or other collections.
    meaning: voc4cat:0005012
    close_mappings:
    - http://purl.org/dc/dcmitype/Collection
  SAMPLE:
    text: SAMPLE
    description: A representative part of a material of interest on which observations
      are made.
    meaning: voc4cat:0005013
    close_mappings:
    - voc4cat:0005056
    broad_mappings:
    - https://www.w3.org/ns/sosa/Sample
  MATERIAL:
    text: MATERIAL
    description: A material used in the research process (except samples).
    meaning: voc4cat:0005014
  DEVICE:
    text: DEVICE
    description: A physical device used in a research or manufacturing process.
    meaning: voc4cat:0005015
  DATA_OBJECT:
    text: DATA_OBJECT
    description: A collection of data available for access or download. A data object
      might be a data file, a data set, a data collection.
    meaning: voc4cat:0005016
    close_mappings:
    - dcat:dataset
  DATA_SERVICE:
    text: DATA_SERVICE
    description: An organized system of operations that provide data processing functions
      or access to datasets.
    meaning: voc4cat:0005017
    close_mappings:
    - dcat:DataService