Class: Organization
Describes a particular organization associated with the bibliographic record. Organizations may be author collaborations, sponsors, research laboratories, or contributors to the work, as indicated by their associated type. For identification purposes, at least one of either 'name' or 'ror_id' is required for validation. If ROR ID is specified, it will be validated against the ROR authority at OSTI.
URI: brc:Organization
classDiagram
class Organization
click Organization href "../Organization"
Organization : contributor_type
Organization --> "0..1" ContributorType : contributor_type
click ContributorType href "../ContributorType"
Organization : identifiers
Organization --> "*" OrganizationIdentifier : identifiers
click OrganizationIdentifier href "../OrganizationIdentifier"
Organization : name
Organization : ror_id
Organization : type
Organization --> "1" OrganizationType : type
click OrganizationType href "../OrganizationType"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 1 OrganizationType |
direct | |
name | 1 String |
Name of the organization | direct |
contributor_type | 0..1 ContributorType |
Indicate the contribution made by this Organization | direct |
ror_id | 0..1 String |
ROR ID for this organization, if any | direct |
identifiers | * OrganizationIdentifier |
List of any identifiers for this Organization | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Record | organizations | 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: Describes a particular organization associated with the bibliographic
record. Organizations may be author collaborations, sponsors, research laboratories,
or contributors to the work, as indicated by their associated type. For identification
purposes, at least one of either 'name' or 'ror_id' is required for validation. If
ROR ID is specified, it will be validated against the ROR authority at OSTI.
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: OrganizationType
required: true
pattern: ^.{0,20}$
name:
name: name
description: Name of the organization
examples:
- value: Quantum Physics of America, Inc.
from_schema: https://w3id.org/brc/osti_schema
domain_of:
- Individual
- Organization
- Affiliation
range: string
required: true
pattern: ^.{0,800}$
contributor_type:
name: contributor_type
description: Indicate the contribution made by this Organization. Required for
CONTRIBUTING 'type'.
examples:
- value: DataCollector
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
domain_of:
- Organization
- Person
range: ContributorType
pattern: ^.{0,25}$
ror_id:
name: ror_id
description: ROR ID for this organization, if any. This value will be validated
against the ROR authority.
examples:
- value: '31478740'
from_schema: https://w3id.org/brc/osti_schema
domain_of:
- BRCOrganization
- Organization
- Affiliation
range: string
identifiers:
name: identifiers
description: List of any identifiers for this Organization. Only applicable to
Sponsoring organizations.
from_schema: https://w3id.org/brc/osti_schema
domain_of:
- Record
- Organization
range: OrganizationIdentifier
multivalued: true
Induced
name: Organization
description: Describes a particular organization associated with the bibliographic
record. Organizations may be author collaborations, sponsors, research laboratories,
or contributors to the work, as indicated by their associated type. For identification
purposes, at least one of either 'name' or 'ror_id' is required for validation. If
ROR ID is specified, it will be validated against the ROR authority at OSTI.
from_schema: https://w3id.org/brc/brc_schema
attributes:
type:
name: type
from_schema: https://w3id.org/brc/osti_schema
alias: type
owner: Organization
domain_of:
- RelatedIdentifier
- Geolocation
- Identifier
- AuditLog
- Organization
- OrganizationIdentifier
- Person
range: OrganizationType
required: true
pattern: ^.{0,20}$
name:
name: name
description: Name of the organization
examples:
- value: Quantum Physics of America, Inc.
from_schema: https://w3id.org/brc/osti_schema
alias: name
owner: Organization
domain_of:
- Individual
- Organization
- Affiliation
range: string
required: true
pattern: ^.{0,800}$
contributor_type:
name: contributor_type
description: Indicate the contribution made by this Organization. Required for
CONTRIBUTING 'type'.
examples:
- value: DataCollector
from_schema: https://w3id.org/brc/osti_schema
rank: 1000
alias: contributor_type
owner: Organization
domain_of:
- Organization
- Person
range: ContributorType
pattern: ^.{0,25}$
ror_id:
name: ror_id
description: ROR ID for this organization, if any. This value will be validated
against the ROR authority.
examples:
- value: '31478740'
from_schema: https://w3id.org/brc/osti_schema
alias: ror_id
owner: Organization
domain_of:
- BRCOrganization
- Organization
- Affiliation
range: string
identifiers:
name: identifiers
description: List of any identifiers for this Organization. Only applicable to
Sponsoring organizations.
from_schema: https://w3id.org/brc/osti_schema
alias: identifiers
owner: Organization
domain_of:
- Record
- Organization
range: OrganizationIdentifier
multivalued: true