Class: Event
An event referenced in a CryptoDocument
URI: fdic-crypto:Event
classDiagram
class Event
click Event href "../Event"
Event : date
Event : event_description
Event : excerpt
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
excerpt | 0..1 String |
The entire text of the excerpt from the document used as the basis for creati... | direct |
event_description | 0..1 String |
A brief one-sentence description of what occurred | direct |
date | 0..1 date |
The date the event occurred, formatted YYYY-MM-DD | direct |
Usages
used by | used in | type | used |
---|---|---|---|
CryptoDocument | events | range | Event |
PauseLetterDocument | events | range | Event |
OtherDocument | events | range | Event |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:Event |
native | fdic-crypto:Event |
LinkML Source
Direct
name: Event
description: An event referenced in a CryptoDocument
from_schema: https://finreg-foundry.github.io/fdic-crypto
slots:
- excerpt
attributes:
event_description:
name: event_description
description: A brief one-sentence description of what occurred
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Event
range: string
date:
name: date
description: The date the event occurred, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
domain_of:
- Document
- Event
range: date
Induced
name: Event
description: An event referenced in a CryptoDocument
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
event_description:
name: event_description
description: A brief one-sentence description of what occurred
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: event_description
owner: Event
domain_of:
- Event
range: string
date:
name: date
description: The date the event occurred, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
alias: date
owner: Event
domain_of:
- Document
- Event
range: date
excerpt:
name: excerpt
description: The entire text of the excerpt from the document used as the basis
for creating the class instance and its attributes
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: excerpt
owner: Event
domain_of:
- Event
- Instruction
- InformationRequestItem
- FDICConcern
- CryptoActivity
- CitedAuthority
range: string