Class: Document
A document from the Federal Deposit Insurance Corporation (FDIC) related to its supervision of banks that engaged in, or sought to engage in, crypto-related activities.
- NOTE: this is an abstract class and should not be instantiated directly
URI: fdic-crypto:Document
classDiagram
class Document
click Document href "../Document"
Document <|-- CryptoDocument
click CryptoDocument href "../CryptoDocument"
Document <|-- RegulatoryDocument
click RegulatoryDocument href "../RegulatoryDocument"
Document : date
Document : document_group
Document --> "0..1" DocumentCategory : document_group
click DocumentCategory href "../DocumentCategory"
Document : document_id
Document : document_type
Document --> "0..1" DocumentType : document_type
click DocumentType href "../DocumentType"
Document : filename
Document : image
Document : summary
Inheritance
- Document
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
date | 0..1 date |
The date the document was issued, formatted YYYY-MM-DD | direct |
filename | 0..1 String |
The name of the file containing the document | direct |
document_id | 0..1 String |
A unique identifier for the document | direct |
document_type | 0..1 DocumentType |
The type of document (e | direct |
document_group | 0..1 DocumentCategory |
The sub-class of Document to which the document belongs | direct |
summary | 0..1 String |
A one paragraph description that provides with a brief overview of the docume... | direct |
image | 0..1 CoverImage |
The image file for the first page of the document, reduced in size for displa... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
DocumentCollection | documents | range | Document |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:Document |
native | fdic-crypto:Document |
LinkML Source
Direct
name: Document
description: A document from the Federal Deposit Insurance Corporation (FDIC) related
to its supervision of banks that engaged in, or sought to engage in, crypto-related
activities.
from_schema: https://finreg-foundry.github.io/fdic-crypto
abstract: true
attributes:
date:
name: date
description: The date the document was issued, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
- Event
range: date
filename:
name: filename
description: The name of the file containing the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
- Page
- RecordsFile
range: string
document_id:
name: document_id
description: A unique identifier for the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
range: string
document_type:
name: document_type
description: The type of document (e.g., letter, memorandum, report)
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
range: DocumentType
document_group:
name: document_group
description: The sub-class of Document to which the document belongs
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
range: DocumentCategory
summary:
name: summary
description: A one paragraph description that provides with a brief overview of
the document's contents in order to enable users to discern the nature of the
document and decide whether to open the record to see details and the original
text.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
range: string
image:
name: image
description: The image file for the first page of the document, reduced in size
for display.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- Document
- Page
range: CoverImage
Induced
name: Document
description: A document from the Federal Deposit Insurance Corporation (FDIC) related
to its supervision of banks that engaged in, or sought to engage in, crypto-related
activities.
from_schema: https://finreg-foundry.github.io/fdic-crypto
abstract: true
attributes:
date:
name: date
description: The date the document was issued, formatted YYYY-MM-DD
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: date
owner: Document
domain_of:
- Document
- Event
range: date
filename:
name: filename
description: The name of the file containing the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: filename
owner: Document
domain_of:
- Document
- Page
- RecordsFile
range: string
document_id:
name: document_id
description: A unique identifier for the document
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_id
owner: Document
domain_of:
- Document
range: string
document_type:
name: document_type
description: The type of document (e.g., letter, memorandum, report)
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_type
owner: Document
domain_of:
- Document
range: DocumentType
document_group:
name: document_group
description: The sub-class of Document to which the document belongs
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: document_group
owner: Document
domain_of:
- Document
range: DocumentCategory
summary:
name: summary
description: A one paragraph description that provides with a brief overview of
the document's contents in order to enable users to discern the nature of the
document and decide whether to open the record to see details and the original
text.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: summary
owner: Document
domain_of:
- Document
range: string
image:
name: image
description: The image file for the first page of the document, reduced in size
for display.
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: image
owner: Document
domain_of:
- Document
- Page
range: CoverImage