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

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

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: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:description
    owner: GistThing
    domain_of:
    - GistThing
    range: string