AgentId

Persistent identifier for a researcher using a system like ORCID

Properties

Name Type Cardinality
agentIdValue xs:string 1..1
agentIdType xs:string 1..1

agentIdValue

The identifier for the agent.

agentIdType

The identifier system in use.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_AgentId [ label = "{<id>AgentId | + agentIdValue : xs:string \l + agentIdType : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:AgentId" ] subgraph { label = "" node [ color = "#" ] } }