Skip to content

Class: Individual

An individual involved in the dataset.

URI: schema:Person

classDiagram class Individual click Individual href "../Individual" Individual <|-- Contributor click Contributor href "../Contributor" Individual : affiliation Individual : email Individual : name Individual : orcid Individual : primaryContact

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of the individual direct
email 0..1
String
Email address of the individual direct
primaryContact 0..1
Boolean
Indicates if the individual is a primary contact direct
affiliation 0..1
String or 
Organization or 
String
Affiliation of the individual direct
orcid 0..1
Uriorcurie
ORCID for the individual direct

Usages

used by used in type used
Dataset creator range Individual

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Person
native brc:Individual
exact schema:Person, osti:author

LinkML Source

Direct

name: Individual
description: An individual involved in the dataset.
from_schema: https://w3id.org/brc/brc_schema
exact_mappings:
- schema:Person
- osti:author
attributes:
  name:
    name: name
    description: Name of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:name
    domain_of:
    - Individual
    range: string
  email:
    name: email
    description: Email address of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:email
    domain_of:
    - Individual
    range: string
  primaryContact:
    name: primaryContact
    description: Indicates if the individual is a primary contact.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - Individual
    range: boolean
  affiliation:
    name: affiliation
    description: Affiliation of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - Individual
    any_of:
    - range: Organization
    - range: string
  orcid:
    name: orcid
    description: ORCID for the individual. This should include the full URI with prefix,
      e.g., https://orcid.org/0000-0002-1825-0097.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    domain_of:
    - Individual
    range: uriorcurie
class_uri: schema:Person

Induced

name: Individual
description: An individual involved in the dataset.
from_schema: https://w3id.org/brc/brc_schema
exact_mappings:
- schema:Person
- osti:author
attributes:
  name:
    name: name
    description: Name of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Individual
    domain_of:
    - Individual
    range: string
  email:
    name: email
    description: Email address of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: Individual
    domain_of:
    - Individual
    range: string
  primaryContact:
    name: primaryContact
    description: Indicates if the individual is a primary contact.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: primaryContact
    owner: Individual
    domain_of:
    - Individual
    range: boolean
  affiliation:
    name: affiliation
    description: Affiliation of the individual.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: affiliation
    owner: Individual
    domain_of:
    - Individual
    range: string
    any_of:
    - range: Organization
    - range: string
  orcid:
    name: orcid
    description: ORCID for the individual. This should include the full URI with prefix,
      e.g., https://orcid.org/0000-0002-1825-0097.
    from_schema: https://w3id.org/brc/brc_schema
    rank: 1000
    alias: orcid
    owner: Individual
    domain_of:
    - Individual
    range: uriorcurie
class_uri: schema:Person