Skip to content

Class: Grant

The name and/or identifier of the specific mechanism providing monetary support or other resources supporting creation of the dataset.

__

URI: data_sheets_schema:Grant

classDiagram class Grant click Grant href "../Grant/" NamedThing <|-- Grant click NamedThing href "../NamedThing/" Grant : description Grant : grant_number Grant : id Grant : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
grant_number 0..1
String
The alphanumeric identifier for the grant direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing

Usages

used by used in type used
FundingMechanism grants range Grant

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self data_sheets_schema:Grant
native data_sheets_schema:Grant

LinkML Source

Direct

name: Grant
description: 'The name and/or identifier of the specific mechanism providing monetary
  support or other resources supporting creation of the dataset.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: NamedThing
attributes:
  grant_number:
    name: grant_number
    description: The alphanumeric identifier for the grant.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/motivation
    rank: 1000
    slot_uri: schema:identifier
    domain_of:
    - Grant
    range: string

Induced

name: Grant
description: 'The name and/or identifier of the specific mechanism providing monetary
  support or other resources supporting creation of the dataset.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: NamedThing
attributes:
  grant_number:
    name: grant_number
    description: The alphanumeric identifier for the grant.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/motivation
    rank: 1000
    slot_uri: schema:identifier
    alias: grant_number
    owner: Grant
    domain_of:
    - Grant
    range: string
  id:
    name: id
    description: A unique identifier for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Grant
    domain_of:
    - NamedThing
    - DatasetProperty
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Grant
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  description:
    name: description
    description: A human-readable description for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Grant
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string