Skip to content

Enum: DataSourceCategory

Organizational category for a data source.

URI: ber_registry:DataSourceCategory

Permissible Values

Value Meaning Description
project None Belongs to a specific research project
shared None Shared across multiple projects or teams
personal None Personal workspace of an individual user
system None System-level or infrastructure data

Slots

Name Description
category Organizational category (project, shared, personal, system)

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/ber-data-registry

LinkML Source

name: DataSourceCategory
description: Organizational category for a data source.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
  project:
    text: project
    description: Belongs to a specific research project.
  shared:
    text: shared
    description: Shared across multiple projects or teams.
  personal:
    text: personal
    description: Personal workspace of an individual user.
  system:
    text: system
    description: System-level or infrastructure data.