Class: Collection
A grouping of things.
URI: gist_upstream:Collection
classDiagram
class Collection
click Collection href "../Collection/"
Composite <|-- Collection
click Composite href "../Composite/"
Collection <|-- OrderedCollection
click OrderedCollection href "../OrderedCollection/"
Collection <|-- ControlledVocabulary
click ControlledVocabulary href "../ControlledVocabulary/"
Collection <|-- UnitGroup
click UnitGroup href "../UnitGroup/"
Collection : description
Collection : name
Inheritance
Class Properties
Slots
| Name |
Cardinality and Range |
Description |
Inheritance |
| name |
0..1 String |
Relates an individual to (one of) its name(s) |
GistThing |
| description |
0..1 String |
A statement about someone or something's attributes or characteristics |
GistThing |
In Subsets
Aliases
Examples
| Value |
| A jury is a group of people; a financial ledger is a collection of transaction entries; a route is an (ordered) collection of segments. |
- Individuals are placed in the collection using the gist:isMemberOf property. Collections typically are created because the members are functionally connected in some way. This definition allows a collection to have zero members.
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
gist_upstream:Collection |
| native |
gist:Collection |
LinkML Source
Direct
name: Collection
description: A grouping of things.
comments:
- Individuals are placed in the collection using the gist:isMemberOf property. Collections
typically are created because the members are functionally connected in some way.
This definition allows a collection to have zero members.
examples:
- value: A jury is a group of people; a financial ledger is a collection of transaction
entries; a route is an (ordered) collection of segments.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Collection
is_a: Composite
class_uri: gist_upstream:Collection
Induced
name: Collection
description: A grouping of things.
comments:
- Individuals are placed in the collection using the gist:isMemberOf property. Collections
typically are created because the members are functionally connected in some way.
This definition allows a collection to have zero members.
examples:
- value: A jury is a group of people; a financial ledger is a collection of transaction
entries; a route is an (ordered) collection of segments.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Collection
is_a: Composite
attributes:
name:
name: name
description: Relates an individual to (one of) its name(s).
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- name
rank: 1000
slot_uri: gist_upstream:name
alias: name
owner: Collection
domain_of:
- GistThing
range: string
description:
name: description
description: A statement about someone or something's attributes or characteristics.
comments:
- This property is used to describe instance data which is not part of the ontology.
A definition and a description have different semantics. Use skos:definition
for a statement of the meaning of a thing and gist:description to describe a
thing's attributes, characteristics, or features.
examples:
- value: A person does not have a definition, but might be described as being
six feet tall with brown hair and blue eyes; an ontology class or taxonomy
term has a definition.
- value: '''The Empire State Building is a 102-story Art Deco skyscraper in midtown
Manhattan in New York City. It was designed by Shreve, Lamb & Harmon and built
from 1930 to 1931.'''
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- description
rank: 1000
slot_uri: gist_upstream:description
alias: description
owner: Collection
domain_of:
- GistThing
range: string
class_uri: gist_upstream:Collection