Skip to content

Class: Affiliation

An affiliation for a person, such as an organization or institution.

URI: brc:Affiliation

classDiagram class Affiliation click Affiliation href "../Affiliation" Affiliation : name Affiliation : ror_id

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of the institution or laboratory with which this person is affiliated direct
ror_id 0..1
String
ROR ID of this affiliation, if any direct

Usages

used by used in type used
Person affiliations range Affiliation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Affiliation
description: An affiliation for a person, such as an organization or institution.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  name:
    name: name
    description: Name of the institution or laboratory with which this person is affiliated.
    examples:
    - value: Dutch Industries Research Laboratory, Oakland, CA
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - Individual
    - Organization
    - Affiliation
    range: string
  ror_id:
    name: ror_id
    description: ROR ID of this affiliation, if any.  Will be validated against ROR
      organization authority if present.
    examples:
    - value: 02x0wxr53
    from_schema: https://w3id.org/brc/osti_schema
    domain_of:
    - BRCOrganization
    - Organization
    - Affiliation
    range: string

Induced

name: Affiliation
description: An affiliation for a person, such as an organization or institution.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  name:
    name: name
    description: Name of the institution or laboratory with which this person is affiliated.
    examples:
    - value: Dutch Industries Research Laboratory, Oakland, CA
    from_schema: https://w3id.org/brc/osti_schema
    alias: name
    owner: Affiliation
    domain_of:
    - Individual
    - Organization
    - Affiliation
    range: string
  ror_id:
    name: ror_id
    description: ROR ID of this affiliation, if any.  Will be validated against ROR
      organization authority if present.
    examples:
    - value: 02x0wxr53
    from_schema: https://w3id.org/brc/osti_schema
    alias: ror_id
    owner: Affiliation
    domain_of:
    - BRCOrganization
    - Organization
    - Affiliation
    range: string