Skip to content

Class: Composite

Something which is made up of various parts or elements that are independently identifiable.

URI: gist:Composite

 classDiagram
    class Composite
    click Composite href "../Composite/"
      GistThing <|-- Composite
        click GistThing href "../GistThing/"


      Composite <|-- Network
        click Network href "../Network/"
      Composite <|-- System
        click System href "../System/"
      Composite <|-- Collection
        click Collection href "../Collection/"


      Composite : description

      Composite : name

Inheritance

Class Properties

Property Value
Class URI gist:Composite

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

  • Composite

Examples

Value
A library (collection of books); a network of pipes and valves; a computer network of routers and computers.

Comments

  • Some composites, like systems, networks, and ordered collections, have internal organization, while others, such as unordered collections, typically do not.
  • This class is not disjoint with gist:Component, because a composite can itself be a component of a larger composite.
  • This is an abstract class that will not be directly instantiated.

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist:Composite
native gist:Composite

LinkML Source

Direct

name: Composite
description: Something which is made up of various parts or elements that are independently
  identifiable.
comments:
- Some composites, like systems, networks, and ordered collections, have internal
  organization, while others, such as unordered collections, typically do not.
- This class is not disjoint with gist:Component, because a composite can itself be
  a component of a larger composite.
- This is an abstract class that will not be directly instantiated.
examples:
- value: A library (collection of books); a network of pipes and valves; a computer
    network of routers and computers.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Composite
mixins:
- GistThing
class_uri: gist:Composite

Induced

name: Composite
description: Something which is made up of various parts or elements that are independently
  identifiable.
comments:
- Some composites, like systems, networks, and ordered collections, have internal
  organization, while others, such as unordered collections, typically do not.
- This class is not disjoint with gist:Component, because a composite can itself be
  a component of a larger composite.
- This is an abstract class that will not be directly instantiated.
examples:
- value: A library (collection of books); a network of pipes and valves; a computer
    network of routers and computers.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Composite
mixins:
- GistThing
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:name
    owner: Composite
    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:description
    owner: Composite
    domain_of:
    - GistThing
    range: string
class_uri: gist:Composite