Skip to content

Class: Person

An individual human being. This class represents a person in the context of a specific dataset. Attributes like affiliation and email represent the person's current or most relevant contact information for this dataset. For stable cross-dataset identification, use the ORCID field. Note that contributor roles (CRediT) are specified in the usage context (e.g., Creator class) rather than on the Person directly, since roles vary by dataset.

URI: schema:Person

classDiagram class Person click Person href "../Person/" NamedThing <|-- Person click NamedThing href "../NamedThing/" Person : affiliation Person --> "*" Organization : affiliation click Organization href "../Organization/" Person : description Person : email Person : id Person : name Person : orcid

Inheritance

Slots

Name Cardinality and Range Description Inheritance
affiliation *
Organization
The organization(s) to which the person belongs in the context of this datase... direct
email 0..1
String
The email address of the person direct
orcid 0..1
String
ORCID (Open Researcher and Contributor ID) - a persistent digital identifier ... direct
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing

Usages

used by used in type used
Creator principal_investigator range Person
EthicalReview contact_person range Person
LicenseAndUseTerms contact_person range Person

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self schema:Person
native data_sheets_schema:Person
exact foaf:Person

LinkML Source

Direct

name: Person
description: An individual human being. This class represents a person in the context
  of a specific dataset. Attributes like affiliation and email represent the person's
  current or most relevant contact information for this dataset. For stable cross-dataset
  identification, use the ORCID field. Note that contributor roles (CRediT) are specified
  in the usage context (e.g., Creator class) rather than on the Person directly, since
  roles vary by dataset.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- foaf:Person
is_a: NamedThing
attributes:
  affiliation:
    name: affiliation
    description: The organization(s) to which the person belongs in the context of
      this dataset. May vary across datasets; multivalued to support multiple affiliations.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:affiliation
    domain_of:
    - Person
    - Creator
    range: Organization
    multivalued: true
  email:
    name: email
    description: The email address of the person. Represents current/preferred contact
      information in the context of this dataset.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:email
    domain_of:
    - Person
    range: string
  orcid:
    name: orcid
    description: 'ORCID (Open Researcher and Contributor ID) - a persistent digital
      identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups
      of 4). Use this for stable cross-dataset identification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    exact_mappings:
    - schema:identifier
    rank: 1000
    slot_uri: schema:identifier
    domain_of:
    - Person
    range: string
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
class_uri: schema:Person

Induced

name: Person
description: An individual human being. This class represents a person in the context
  of a specific dataset. Attributes like affiliation and email represent the person's
  current or most relevant contact information for this dataset. For stable cross-dataset
  identification, use the ORCID field. Note that contributor roles (CRediT) are specified
  in the usage context (e.g., Creator class) rather than on the Person directly, since
  roles vary by dataset.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- foaf:Person
is_a: NamedThing
attributes:
  affiliation:
    name: affiliation
    description: The organization(s) to which the person belongs in the context of
      this dataset. May vary across datasets; multivalued to support multiple affiliations.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:affiliation
    alias: affiliation
    owner: Person
    domain_of:
    - Person
    - Creator
    range: Organization
    multivalued: true
  email:
    name: email
    description: The email address of the person. Represents current/preferred contact
      information in the context of this dataset.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:email
    alias: email
    owner: Person
    domain_of:
    - Person
    range: string
  orcid:
    name: orcid
    description: 'ORCID (Open Researcher and Contributor ID) - a persistent digital
      identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups
      of 4). Use this for stable cross-dataset identification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    exact_mappings:
    - schema:identifier
    rank: 1000
    slot_uri: schema:identifier
    alias: orcid
    owner: Person
    domain_of:
    - Person
    range: string
    pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
  id:
    name: id
    description: A unique identifier for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Person
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Person
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Person
    domain_of:
    - NamedThing
    - Relationships
    - Splits
    - DataAnomaly
    - Confidentiality
    - Deidentification
    - SensitiveElement
    - InstanceAcquisition
    - CollectionMechanism
    - DataCollector
    - CollectionTimeframe
    - DirectCollection
    - PreprocessingStrategy
    - CleaningStrategy
    - LabelingStrategy
    - RawData
    - ExistingUse
    - UseRepository
    - OtherTask
    - FutureUseImpact
    - DiscouragedUse
    - ThirdPartySharing
    - DistributionFormat
    - DistributionDate
    - Maintainer
    - Erratum
    - UpdatePlan
    - RetentionLimits
    - VersionAccess
    - ExtensionMechanism
    - EthicalReview
    - DataProtectionImpact
    - CollectionNotification
    - CollectionConsent
    - ConsentRevocation
    - LicenseAndUseTerms
    - IPRestrictions
    - ExportControlRegulatoryRestrictions
    range: string
class_uri: schema:Person