Skip to content

Class: Identifier

Values of various identifying numbers, such as DOE contract number, product numbers, ISBN, ISSN, and other various forms of identifying markings or numbers pertaining to the product or metadata.

URI: brc:Identifier

classDiagram class Identifier click Identifier href "../Identifier" Identifier : type Identifier --> "0..1" IdentifierType : type click IdentifierType href "../IdentifierType" Identifier : value

Slots

Name Cardinality and Range Description Inheritance
type 0..1
IdentifierType
direct
value 0..1
String
Value of this identifier direct

Usages

used by used in type used
Record identifiers range Identifier

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Identifier
description: Values of various identifying numbers, such as DOE contract number, product
  numbers, ISBN, ISSN, and other various forms of identifying markings or numbers
  pertaining to the product or metadata.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: IdentifierType
  value:
    name: value
    description: Value of this identifier
    examples:
    - value: '9234782'
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    pattern: ^.{0,100}$

Induced

name: Identifier
description: Values of various identifying numbers, such as DOE contract number, product
  numbers, ISBN, ISSN, and other various forms of identifying markings or numbers
  pertaining to the product or metadata.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  type:
    name: type
    from_schema: https://w3id.org/brc/osti_schema
    alias: type
    owner: Identifier
    domain_of:
    - RelatedIdentifier
    - Geolocation
    - Identifier
    - AuditLog
    - Organization
    - OrganizationIdentifier
    - Person
    range: IdentifierType
  value:
    name: value
    description: Value of this identifier
    examples:
    - value: '9234782'
    from_schema: https://w3id.org/brc/osti_schema
    alias: value
    owner: Identifier
    domain_of:
    - RelatedIdentifier
    - Identifier
    - OrganizationIdentifier
    range: string
    pattern: ^.{0,100}$