Skip to content

Class: Grantor

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

__

URI: data_sheets_schema:Grantor

classDiagram class Grantor click Grantor href "../Grantor/" Organization <|-- Grantor click Organization href "../Organization/" Grantor : description Grantor : id Grantor : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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 grantor range Grantor

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

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

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: Organization

Induced

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

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: Organization
attributes:
  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: Grantor
    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: Grantor
    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: Grantor
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string