Skip to content

Class: Organization

Represents a group or organization.

URI: schema:Organization

classDiagram class Organization click Organization href "../Organization/" NamedThing <|-- Organization click NamedThing href "../NamedThing/" Organization <|-- Grantor click Grantor href "../Grantor/" Organization : description Organization : id Organization : 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
Person affiliation range Organization
Creator affiliations range Organization
EthicalReview reviewing_organization 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
is_a: NamedThing
class_uri: schema:Organization

Induced

name: Organization
description: Represents a group or organization.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: NamedThing
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: Organization
    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: Organization
    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: Organization
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
class_uri: schema:Organization