Skip to content

Class: RelatedIdentifier

Identifies other resources that are related in some manner to this record

URI: brc:RelatedIdentifier

classDiagram class RelatedIdentifier click RelatedIdentifier href "../RelatedIdentifier" RelatedIdentifier : relation RelatedIdentifier --> "1" RelationType : relation click RelationType href "../RelationType" RelatedIdentifier : type RelatedIdentifier --> "1" RelatedIdentifierType : type click RelatedIdentifierType href "../RelatedIdentifierType" RelatedIdentifier : value

Slots

Name Cardinality and Range Description Inheritance
type 1
RelatedIdentifierType
Identify the type of this related identifier direct
relation 1
RelationType
direct
value 1
String
The value of the identifier direct

Usages

used by used in type used
Record related_identifiers range RelatedIdentifier

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RelatedIdentifier
description: Identifies other resources that are related in some manner to this record
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    description: Identify the type of this related identifier
    examples:
    - value: DOI
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: RelatedIdentifierType
    required: true
  relation:
    name: relation
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - RelatedIdentifier
    range: RelationType
    required: true
    pattern: ^.{0,20}$
  value:
    name: value
    description: The value of the identifier
    examples:
    - value: 10.11578/2020/28383
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    required: true
    pattern: ^.{0,2000}$

Induced

name: RelatedIdentifier
description: Identifies other resources that are related in some manner to this record
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    description: Identify the type of this related identifier
    examples:
    - value: DOI
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: type
    owner: RelatedIdentifier
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: RelatedIdentifierType
    required: true
  relation:
    name: relation
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: relation
    owner: RelatedIdentifier
    domain_of:
    - RelatedIdentifier
    range: RelationType
    required: true
    pattern: ^.{0,20}$
  value:
    name: value
    description: The value of the identifier
    examples:
    - value: 10.11578/2020/28383
    from_schema: https://w3id.org/brc/osti_schema
    rank: 1000
    alias: value
    owner: RelatedIdentifier
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    required: true
    pattern: ^.{0,2000}$