Skip to content

Class: OrganizationIdentifier

One or more identifying numbers or references associated with this organization. Please note that only sponsoring organizations may have associated identifier values.

URI: brc:OrganizationIdentifier

classDiagram class OrganizationIdentifier click OrganizationIdentifier href "../OrganizationIdentifier" OrganizationIdentifier : type OrganizationIdentifier --> "1" OrganizationIdentifierType : type click OrganizationIdentifierType href "../OrganizationIdentifierType" OrganizationIdentifier : value

Slots

Name Cardinality and Range Description Inheritance
type 1
OrganizationIdentifierType
direct
value 1
String
Indicates the value of this identifier direct

Usages

used by used in type used
Organization identifiers range OrganizationIdentifier

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/brc/brc_schema

Mappings

Mapping Type Mapped Value
self brc:OrganizationIdentifier
native brc:OrganizationIdentifier

LinkML Source

Direct

name: OrganizationIdentifier
description: One or more identifying numbers or references associated with this organization.  Please
  note that only sponsoring organizations may have associated identifier values.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    examples:
    - value: AWARD_DOI
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: OrganizationIdentifierType
    required: true
    pattern: ^.{0,20}$
  value:
    name: value
    description: Indicates the value of this identifier.  May be validated according
      to its particular type.
    examples:
    - value: 10.11578/289342
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    required: true

Induced

name: OrganizationIdentifier
description: One or more identifying numbers or references associated with this organization.  Please
  note that only sponsoring organizations may have associated identifier values.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    examples:
    - value: AWARD_DOI
    from_schema: https://w3id.org/brc/osti_schema
    alias: type
    owner: OrganizationIdentifier
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: OrganizationIdentifierType
    required: true
    pattern: ^.{0,20}$
  value:
    name: value
    description: Indicates the value of this identifier.  May be validated according
      to its particular type.
    examples:
    - value: 10.11578/289342
    from_schema: https://w3id.org/brc/osti_schema
    alias: value
    owner: OrganizationIdentifier
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    required: true