Logo ProcessCore

Person

Individual contributor or performer in the experimental workflow.

Schema.org type: schema.org/Person

Properties

Property

Type

Required

Description

id

Text

COULD

Unique identifier

type

Text

MUST

schema.org/Person

givenName

Text

MUST

Given name

familyName

Text

SHOULD

Family name

email

Text

SHOULD

Email address

affiliation

Organization

SHOULD

Affiliated organization

identifier

Text, PropertyValue

SHOULD

ORCID or other identifier

additionalProperty

PropertyValue

COULD

Extensible person metadata not covered by the base properties

jobTitle

DefinedTerm

COULD

Job title

Relationships

flowchart TD

    gn@{ shape: stadium, label: "string" }
    fn@{ shape: stadium, label: "string" }
    e@{ shape: stadium, label: "E-MAIL" }
    i@{ shape: stadium, label: "ORCID" }

    Dataset --creator--> Person
    LabProcess --agent--> Person
    Person --affiliation--> Organization
    Person --jobTitle--> DefinedTerm
    Person --givenName--> gn
    Person --familyName--> fn
    Person --email--> e
    Person --identifier--> i
    Person --additionalProperty--> PropertyValue

Type something to start searching.