Logo ProcessCore

Agent

Individual contributor, agent, author, or contact associated with a dataset or citation.

Schema.org type: schema.org/Agent

Properties

Property

Type

Required

Description

id

Text

COULD

Unique identifier

type

Text

MUST

Agent

givenName

Text

MUST

Given name

familyName

Text

SHOULD

Family name

email

Text

SHOULD

Email address

affiliation

Organization

SHOULD

Affiliated organization

identifier

Text

SHOULD

ORCID or other identifier

additionalProperty

Annotation

COULD

Extensible agent 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 --agents--> Agent
    Agent --affiliation--> Organization
    Agent --jobTitle--> DefinedTerm
    Agent --givenName--> gn
    Agent --familyName--> fn
    Agent --email--> e
    Agent --identifier--> i
    Agent --additionalProperty--> Annotation

Type something to start searching.