Skip to content

Class: GistThing

Mixin providing universal slots applicable to any GIST entity. Covers OWL properties with no rdfs:domain (open-world).

URI: gist:GistThing

 classDiagram
    class GistThing
    click GistThing href "../GistThing/"
      GistThing <|-- Magnitude
        click Magnitude href "../Magnitude/"
      GistThing <|-- Event
        click Event href "../Event/"
      GistThing <|-- Content
        click Content href "../Content/"
      GistThing <|-- Aspect
        click Aspect href "../Aspect/"
      GistThing <|-- IntellectualProperty
        click IntellectualProperty href "../IntellectualProperty/"
      GistThing <|-- Composite
        click Composite href "../Composite/"
      GistThing <|-- GeoLocation
        click GeoLocation href "../GeoLocation/"
      GistThing <|-- TimeInterval
        click TimeInterval href "../TimeInterval/"
      GistThing <|-- Component
        click Component href "../Component/"
      GistThing <|-- PhysicalIdentifiableItem
        click PhysicalIdentifiableItem href "../PhysicalIdentifiableItem/"
      GistThing <|-- SchemaMetaData
        click SchemaMetaData href "../SchemaMetaData/"
      GistThing <|-- TemporalRelation
        click TemporalRelation href "../TemporalRelation/"
      GistThing <|-- Language
        click Language href "../Language/"
      GistThing <|-- UnitOfMeasure
        click UnitOfMeasure href "../UnitOfMeasure/"
      GistThing <|-- Template
        click Template href "../Template/"
      GistThing <|-- Intention
        click Intention href "../Intention/"
      GistThing <|-- Category
        click Category href "../Category/"
      GistThing <|-- Organization
        click Organization href "../Organization/"
      GistThing <|-- PhysicalSubstance
        click PhysicalSubstance href "../PhysicalSubstance/"

      GistThing : description

      GistThing : name

Class Properties

Property Value
Mixin Yes

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Relates an individual to (one of) its name(s) direct
description 0..1
String
A statement about someone or something's attributes or characteristics direct

Mixin Usage

mixed into description
Magnitude The amount of a measurable characteristic (aspect)
Event Something that occurs over a period of time, often characterized as an activi...
Content Information available in some medium
Aspect A measurable characteristic
IntellectualProperty An intangible work, invention, or concept, independent of its being expressed...
Composite Something which is made up of various parts or elements that are independentl...
GeoLocation A physical location, with the earth as a frame of reference
TimeInterval A span of time with a known start time, end time, and duration
Component Something that, while having an independent existence, is inherently part of ...
PhysicalIdentifiableItem A discrete physical object which, if subdivided, will result in parts that ar...
SchemaMetaData Superclass for all types of metadata
TemporalRelation A relationship existing for a period of time
Language A recognized, organized set of symbols and grammar
UnitOfMeasure A standard amount used to measure or specify things
Template Something used to make objects in its own image
Intention A goal, desire, or aspiration
Category A concept or label used to categorize other instances without specifying any ...
Organization A structured entity formed to achieve specific goals, typically involving mem...
PhysicalSubstance An undifferentiated amount of physical material which, when subdivided, resul...

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: GistThing
description: Mixin providing universal slots applicable to any GIST entity. Covers
  OWL properties with no rdfs:domain (open-world).
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
mixin: true
slots:
- name
- description

Induced

name: GistThing
description: Mixin providing universal slots applicable to any GIST entity. Covers
  OWL properties with no rdfs:domain (open-world).
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
mixin: true
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: GistThing
    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: GistThing
    domain_of:
    - GistThing
    range: string