Skip to content

Class: Organization

An organization involved in the dataset.

URI: brc:Organization

classDiagram class Organization click Organization href "../Organization" Organization : organizationName Organization : parentOrganization Organization --> "0..1" Organization : parentOrganization click Organization href "../Organization" Organization : ror_id Organization : wikidata_id

Slots

Name Cardinality and Range Description Inheritance
organizationName 0..1
String
Name of the organization direct
parentOrganization 0..1
Organization
Higher-level parent of this organization direct
wikidata_id 0..1
WikidataIdentifier
Wikidata identifier for the organization direct
ror_id 0..1
RorIdentifier
ROR identifier for the organization direct

Usages

used by used in type used
Individual affiliation any_of[range] Organization
Contributor affiliation any_of[range] Organization
Funding fundingOrganization range Organization
Organization parentOrganization range Organization

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Organization
description: An organization involved in the dataset.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  organizationName:
    name: organizationName
    description: Name of the organization.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - Organization
    range: string
  parentOrganization:
    name: parentOrganization
    description: Higher-level parent of this organization.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - Organization
    range: Organization
  wikidata_id:
    name: wikidata_id
    description: Wikidata identifier for the organization.
    examples:
    - value: wikidata:Q217810
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    values_from:
    - WIKIDATA
    domain_of:
    - Organization
    range: wikidata_identifier
  ror_id:
    name: ror_id
    description: ROR identifier for the organization.
    examples:
    - value: ror:05cwx3318
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    values_from:
    - ROR
    domain_of:
    - Organization
    range: ror_identifier

Induced

name: Organization
description: An organization involved in the dataset.
from_schema: https://w3id.org/brc/brc_schema
attributes:
  organizationName:
    name: organizationName
    description: Name of the organization.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:name
    alias: organizationName
    owner: Organization
    domain_of:
    - Organization
    range: string
  parentOrganization:
    name: parentOrganization
    description: Higher-level parent of this organization.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: parentOrganization
    owner: Organization
    domain_of:
    - Organization
    range: Organization
  wikidata_id:
    name: wikidata_id
    description: Wikidata identifier for the organization.
    examples:
    - value: wikidata:Q217810
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    values_from:
    - WIKIDATA
    alias: wikidata_id
    owner: Organization
    domain_of:
    - Organization
    range: wikidata_identifier
  ror_id:
    name: ror_id
    description: ROR identifier for the organization.
    examples:
    - value: ror:05cwx3318
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    values_from:
    - ROR
    alias: ror_id
    owner: Organization
    domain_of:
    - Organization
    range: ror_identifier