Skip to content

Class: Organization

URI: cdm:Organization

classDiagram class Organization click Organization href "../Organization" HasNames <|-- Organization click HasNames href "../HasNames" HasIdentifiers <|-- Organization click HasIdentifiers href "../HasIdentifiers" Organization : identifiers Organization --> "*" Identifier : identifiers click Identifier href "../Identifier" Organization : names Organization --> "*" Name : names click Name href "../Name" Organization : organization_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
organization_id 1
UUID
Internal (CDM) unique identifier direct
names *
Name
Names, alternative names, and synonyms for an entity HasNames
identifiers *
Identifier
URIs or CURIEs used to refer to this entity HasIdentifiers

Usages

used by used in type used
ContributorXOrganization organization_id range Organization

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/cdm-schema

Mappings

Mapping Type Mapped Value
self cdm:Organization
native cdm:Organization

LinkML Source

Direct

name: Organization
from_schema: https://github.com/kbase/cdm-schema
mixins:
- HasNames
- HasIdentifiers
attributes:
  organization_id:
    name: organization_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    domain_of:
    - Organization
    - Contributor_X_Organization
    range: UUID
    required: true

Induced

name: Organization
from_schema: https://github.com/kbase/cdm-schema
mixins:
- HasNames
- HasIdentifiers
attributes:
  organization_id:
    name: organization_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    alias: organization_id
    owner: Organization
    domain_of:
    - Organization
    - Contributor_X_Organization
    range: UUID
    required: true
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: Organization
    domain_of:
    - HasNames
    range: Name
    multivalued: true
  identifiers:
    name: identifiers
    description: URIs or CURIEs used to refer to this entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: identifiers
    owner: Organization
    domain_of:
    - HasIdentifiers
    range: Identifier
    multivalued: true