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 : notes
Person : orcid
Person : source_caveats
Inheritance
- NamedThing
- Person
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| affiliation | * Organization |
The organization(s) to which the person belongs in the context of this datase... | direct |
| 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 |
| notes | 0..1 String |
Residual content only, after every fitting slot is used — structured slots fi... | NamedThing |
| source_caveats | 0..1 String |
Commentary on the evidence behind this object's values — source conflicts, wh... | NamedThing |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Creator | principal_investigator | range | Person |
| EthicalReview | contact_person | range | Person |
| LicenseAndUseTerms | contact_person | range | Person |
| ExportControlRegulatoryRestrictions | governance_committee_contact | 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 |
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
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
range: Organization
multivalued: true
email:
name: email
annotations:
d4d:docExample:
tag: d4d:docExample
value: researcher@university.edu
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: 0000-0001-2345-6789
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
broad_mappings:
- schema:identifier
rank: 1000
slot_uri: d4d:orcidIdentifier
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
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
range: Organization
multivalued: true
email:
name: email
annotations:
d4d:docExample:
tag: d4d:docExample
value: researcher@university.edu
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
annotations:
d4d:docExample:
tag: d4d:docExample
value: 0000-0001-2345-6789
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
broad_mappings:
- schema:identifier
rank: 1000
slot_uri: d4d:orcidIdentifier
alias: orcid
owner: Person
domain_of:
- Person
range: string
pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
id:
name: id
annotations:
d4d:docExample:
tag: d4d:docExample
value: https://example.org/dataset/my-dataset-001
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
- Organization
- DatasetProperty
- Grant
range: uriorcurie
required: true
name:
name: name
annotations:
d4d:docExample:
tag: d4d:docExample
value: AI-READI Dataset
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
- Organization
- DatasetProperty
- Grant
range: string
description:
name: description
annotations:
d4d:docExample:
tag: d4d:docExample
value: A multimodal dataset of 4,000 participants with Type 2 Diabetes.
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
- Organization
- DatasetProperty
- Grant
- DatasetRelationship
range: string
notes:
name: notes
description: Residual content only, after every fitting slot is used — structured
slots first, then description; notes solely for what description cannot hold
(#385). Never invent keys (#380).
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: schema:comment
alias: notes
owner: Person
domain_of:
- NamedThing
- Organization
- DatasetProperty
- Grant
range: string
source_caveats:
name: source_caveats
description: 'Commentary on the evidence behind this object''s values — source
conflicts, what a value was transcribed from, questions the source material
leaves unanswered (#385). A trust annotation about the sibling slots, not dataset
content: content belongs in the structured slots, description or notes.'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
rank: 1000
slot_uri: dcterms:provenance
alias: source_caveats
owner: Person
domain_of:
- NamedThing
- Organization
- DatasetProperty
- Grant
range: string
class_uri: schema:Person