AgentAssociation

Superclass hierarchy

Definition

Provides the identity of an agent and their related role.

Examples

ICPSR (specified inline or by reference) as distributor of a dataset.

Explanatory notes

Object is used primarily within Annotation.


Subclasses


Properties

Name

Description

Data Type

Multi- plicity

agentName

Full name of the contributor. Language equivalents should be expressed within the International String structure.

BibliographicName

0..1

role

Role of the of the Agent within the context of the parent property name.

PairedExternalControlledVocabularyEntry

0..*

Inherited Properties

Associations

TBD

Multiplicity

Association

Navigable Class

Multiplicity

0..*

AgentAssociation_refersTo_Agent

Agent

0..1

Diagram

TBD

@startuml

skinparam {
  monochrome true
  shadowing false
}

hide circle
hide empty members

class AgentAssociation [[http://plantuml.com/link]] {
  ^flightNumber : Integer [0..1] [[[http://plantuml.com/link]]]
  departureTime : Date
}
AgentAssociation "0..1" -> "0..*" Xtest : contains

@enduml

Class ‘Agent’ and neighbors