Skip to content

Class: Offer

A contingent commitment to buy, sell, swap or provide one or more described or identified goods or services in exchange for another (or others).

URI: gist_upstream:Offer

 classDiagram
    class Offer
    click Offer href "../Offer/"
      ContingentObligation <|-- Offer
        click ContingentObligation href "../ContingentObligation/"

      Offer : description

      Offer : name

Inheritance

Class Properties

Property Value
Class URI gist_upstream:Offer

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

  • Offer

Examples

Value
An offer to sell a book for a given price; an offer to purchase real estate for a particular price; an offer to swap a sea kayak for a mountain bike; currency exchange. A donation may be modeled as an offer to receive money typically in exchange for $0.00, but sometimes for items of value such as coffee mugs or T-shirts.

Comments

  • Dates on an offer represent the time period the offer is valid for, as in '25% off through October 25, 2025.'

Notes

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self gist_upstream:Offer
native gist:Offer

LinkML Source

Direct

name: Offer
description: A contingent commitment to buy, sell, swap or provide one or more described
  or identified goods or services in exchange for another (or others).
notes:
- 'OWL equivalentClass: (gist:ContingentObligation & ∃hasGiver.(gist:Organization
  | gist:Person) & ∃offersToProvide.owl:Thing & ∃offersToReceive.owl:Thing & ∃plannedEndDateTime.<http://www.w3.org/2001/XMLSchema#dateTime>
  & ∃plannedStartDateTime.<http://www.w3.org/2001/XMLSchema#dateTime>)'
comments:
- Dates on an offer represent the time period the offer is valid for, as in '25% off
  through October 25, 2025.'
examples:
- value: An offer to sell a book for a given price; an offer to purchase real estate
    for a particular price; an offer to swap a sea kayak for a mountain bike; currency
    exchange. A donation may be modeled as an offer to receive money typically in
    exchange for $0.00, but sometimes for items of value such as coffee mugs or T-shirts.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Offer
is_a: ContingentObligation
class_uri: gist_upstream:Offer

Induced

name: Offer
description: A contingent commitment to buy, sell, swap or provide one or more described
  or identified goods or services in exchange for another (or others).
notes:
- 'OWL equivalentClass: (gist:ContingentObligation & ∃hasGiver.(gist:Organization
  | gist:Person) & ∃offersToProvide.owl:Thing & ∃offersToReceive.owl:Thing & ∃plannedEndDateTime.<http://www.w3.org/2001/XMLSchema#dateTime>
  & ∃plannedStartDateTime.<http://www.w3.org/2001/XMLSchema#dateTime>)'
comments:
- Dates on an offer represent the time period the offer is valid for, as in '25% off
  through October 25, 2025.'
examples:
- value: An offer to sell a book for a given price; an offer to purchase real estate
    for a particular price; an offer to swap a sea kayak for a mountain bike; currency
    exchange. A donation may be modeled as an offer to receive money typically in
    exchange for $0.00, but sometimes for items of value such as coffee mugs or T-shirts.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Offer
is_a: ContingentObligation
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: Offer
    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: Offer
    domain_of:
    - GistThing
    range: string
class_uri: gist_upstream:Offer