Skip to content

Class: Organization

Represents a group or organization.

URI: schema:Organization

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 0..1 recommended
Uriorcurie
An identifier for the organization (for example a ROR), when the source mater... direct
name 0..1
String
A human-readable name for the organization direct
description 0..1
String
A human-readable description for the organization direct
notes 0..1
String
Residual content about the organization after name, id and description are us... direct
source_caveats 0..1
String
Commentary on the evidence behind this object's values — source conflicts, wh... direct

Usages

used by used in type used
Person affiliation range Organization
Creator affiliations range Organization

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Organization
native data_sheets_schema:Organization

LinkML Source

Direct

name: Organization
description: Represents a group or organization.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  id:
    name: id
    annotations:
      d4d:docExample:
        tag: d4d:docExample
        value: https://ror.org/01yc7t268
    description: An identifier for the organization (for example a ROR), when the
      source material supplies one. A name alone is a valid organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: uriorcurie
    recommended: true
  name:
    name: name
    annotations:
      d4d:docExample:
        tag: d4d:docExample
        value: University of Washington
    description: A human-readable name for the organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
  description:
    name: description
    description: A human-readable description for the organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    - DatasetRelationship
    range: string
  notes:
    name: notes
    description: Residual content about the organization after name, id and description
      are used (#385); never invent keys (#380).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:comment
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
  source_caveats:
    name: source_caveats
    description: 'Commentary on the evidence behind this object''s values — source
      conflicts, what a value was transcribed from, questions the source material
      leaves unanswered (#385). A trust annotation about the sibling slots, not dataset
      content: content belongs in the structured slots, description or notes.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: dcterms:provenance
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
class_uri: schema:Organization

Induced

name: Organization
description: Represents a group or organization.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  id:
    name: id
    annotations:
      d4d:docExample:
        tag: d4d:docExample
        value: https://ror.org/01yc7t268
    description: An identifier for the organization (for example a ROR), when the
      source material supplies one. A name alone is a valid organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    alias: id
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: uriorcurie
    recommended: true
  name:
    name: name
    annotations:
      d4d:docExample:
        tag: d4d:docExample
        value: University of Washington
    description: A human-readable name for the organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    alias: name
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
  description:
    name: description
    description: A human-readable description for the organization.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    alias: description
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    - DatasetRelationship
    range: string
  notes:
    name: notes
    description: Residual content about the organization after name, id and description
      are used (#385); never invent keys (#380).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:comment
    alias: notes
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
  source_caveats:
    name: source_caveats
    description: 'Commentary on the evidence behind this object''s values — source
      conflicts, what a value was transcribed from, questions the source material
      leaves unanswered (#385). A trust annotation about the sibling slots, not dataset
      content: content belongs in the structured slots, description or notes.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: dcterms:provenance
    alias: source_caveats
    owner: Organization
    domain_of:
    - NamedThing
    - Organization
    - DatasetProperty
    - Grant
    range: string
class_uri: schema:Organization