Class: DocumentCollection
A collection of Document objects, typically of the same sub-class.
URI: fdic-crypto:DocumentCollection
classDiagram
class DocumentCollection
click DocumentCollection href "../DocumentCollection"
DocumentCollection : documents
DocumentCollection --> "*" Document : documents
click Document href "../Document"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
documents | * Document |
A list of Document objects | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://finreg-foundry.github.io/fdic-crypto
Mappings
Mapping Type | Mapped Value |
---|---|
self | fdic-crypto:DocumentCollection |
native | fdic-crypto:DocumentCollection |
LinkML Source
Direct
name: DocumentCollection
description: A collection of Document objects, typically of the same sub-class.
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
documents:
name: documents
description: A list of Document objects
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
domain_of:
- DocumentCollection
range: Document
multivalued: true
inlined: true
inlined_as_list: true
tree_root: true
Induced
name: DocumentCollection
description: A collection of Document objects, typically of the same sub-class.
from_schema: https://finreg-foundry.github.io/fdic-crypto
attributes:
documents:
name: documents
description: A list of Document objects
from_schema: https://finreg-foundry.github.io/fdic-crypto
rank: 1000
alias: documents
owner: DocumentCollection
domain_of:
- DocumentCollection
range: Document
multivalued: true
inlined: true
inlined_as_list: true
tree_root: true