Class: Agent
Data class for a person who plays a role relative to PID creation or curation.
URI: prov:Agent
classDiagram
class Agent
click Agent href "../Agent"
Agent : affiliation_ror
Agent : email_address
Agent : name
Agent : orcid
Agent : role
Agent --> "1" Pid4CatAgentRole : role
click Pid4CatAgentRole href "../Pid4CatAgentRole"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 1 String |
The name of the agent that created or modified the PID record | direct |
email_address | 1 String |
Email address of the agent that created or modified the PID record | direct |
orcid | 0..1 String |
The ORCID of the person | direct |
affiliation_ror | 0..1 Uri |
The ROR of the agent's affiliation | direct |
role | 1 Pid4CatAgentRole |
The role of the agent relative to the resource | direct |
Usages
used by | used in | type | used |
---|---|---|---|
LogRecord | has_agent | range | Agent |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | prov:Agent |
native | pid4cat_model:Agent |
LinkML Source
Direct
name: Agent
description: Data class for a person who plays a role relative to PID creation or
curation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- name
- email_address
- orcid
- affiliation_ror
- role
slot_usage:
name:
name: name
required: true
email_address:
name: email_address
required: true
pattern: ^\S+@[\S+\.]+\S+
orcid:
name: orcid
pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
affiliation_ror:
name: affiliation_ror
pattern: ^https:\/\/ror\.org\/0[a-hj-km-np-tv-z|0-9]{6}[0-9]{2}$
role:
name: role
required: true
class_uri: prov:Agent
Induced
name: Agent
description: Data class for a person who plays a role relative to PID creation or
curation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slot_usage:
name:
name: name
required: true
email_address:
name: email_address
required: true
pattern: ^\S+@[\S+\.]+\S+
orcid:
name: orcid
pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
affiliation_ror:
name: affiliation_ror
pattern: ^https:\/\/ror\.org\/0[a-hj-km-np-tv-z|0-9]{6}[0-9]{2}$
role:
name: role
required: true
attributes:
name:
name: name
description: The name of the agent that created or modified the PID record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: name
owner: Agent
domain_of:
- Agent
range: string
required: true
email_address:
name: email_address
description: Email address of the agent that created or modified the PID record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: email_address
owner: Agent
domain_of:
- Agent
range: string
required: true
pattern: ^\S+@[\S+\.]+\S+
orcid:
name: orcid
description: The ORCID of the person
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: orcid
owner: Agent
domain_of:
- Agent
range: string
pattern: ^\d{4}-\d{4}-\d{4}-\d{3}[0-9X]$
affiliation_ror:
name: affiliation_ror
description: The ROR of the agent's affiliation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: affiliation_ror
owner: Agent
domain_of:
- Agent
range: uri
pattern: ^https:\/\/ror\.org\/0[a-hj-km-np-tv-z|0-9]{6}[0-9]{2}$
role:
name: role
description: The role of the agent relative to the resource
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: role
owner: Agent
domain_of:
- Agent
range: Pid4CatAgentRole
required: true
class_uri: prov:Agent