Skip to content

Class: SubCountryGovernment

The government of a governed geographic region other than a country which is under the direct or indirect control of a country government.

URI: gist_upstream:SubCountryGovernment

 classDiagram
    class SubCountryGovernment
    click SubCountryGovernment href "../SubCountryGovernment/"
      GovernmentOrganization <|-- SubCountryGovernment
        click GovernmentOrganization href "../GovernmentOrganization/"

      SubCountryGovernment : description

      SubCountryGovernment : name

Inheritance

Class Properties

Property Value
Class URI gist_upstream:SubCountryGovernment

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

  • Sub-Country Government

Comments

  • Note that the predicate gist:isGovernedBy is used both for the relationship a governed geographic region has to its government and for the relationship a sub-region government has to the government of the larger region.
  • There are many types of sub-regions of a country and the governments thereof (as well as different terms, like 'province' and 'state,' which refer to essentially the same type of thing). We should not automatically assume 'state,' 'county,' and 'city.' Subclasses or categories can be defined if greater specificity is needed.
  • This class applies only to organizations governing geographic regions. Regulatory and bureaucratic organizations are members of the more generic gist:GovernmentOrganization class.

Notes

  • OWL equivalentClass: (gist:GovernmentOrganization & ∃isGovernedBy.gist:CountryGovernment & ∃^isGovernedBy.gist:GeoRegion)

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: SubCountryGovernment
description: The government of a governed geographic region other than a country which
  is under the direct or indirect control of a country government.
notes:
- 'OWL equivalentClass: (gist:GovernmentOrganization & ∃isGovernedBy.gist:CountryGovernment
  & ∃^isGovernedBy.gist:GeoRegion)'
comments:
- Note that the predicate gist:isGovernedBy is used both for the relationship a governed
  geographic region has to its government and for the relationship a sub-region government
  has to the government of the larger region.
- There are many types of sub-regions of a country and the governments thereof (as
  well as different terms, like 'province' and 'state,' which refer to essentially
  the same type of thing). We should not automatically assume 'state,' 'county,' and
  'city.' Subclasses or categories can be defined if greater specificity is needed.
- This class applies only to organizations governing geographic regions. Regulatory
  and bureaucratic organizations are members of the more generic gist:GovernmentOrganization
  class.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Sub-Country Government
is_a: GovernmentOrganization
class_uri: gist_upstream:SubCountryGovernment

Induced

name: SubCountryGovernment
description: The government of a governed geographic region other than a country which
  is under the direct or indirect control of a country government.
notes:
- 'OWL equivalentClass: (gist:GovernmentOrganization & ∃isGovernedBy.gist:CountryGovernment
  & ∃^isGovernedBy.gist:GeoRegion)'
comments:
- Note that the predicate gist:isGovernedBy is used both for the relationship a governed
  geographic region has to its government and for the relationship a sub-region government
  has to the government of the larger region.
- There are many types of sub-regions of a country and the governments thereof (as
  well as different terms, like 'province' and 'state,' which refer to essentially
  the same type of thing). We should not automatically assume 'state,' 'county,' and
  'city.' Subclasses or categories can be defined if greater specificity is needed.
- This class applies only to organizations governing geographic regions. Regulatory
  and bureaucratic organizations are members of the more generic gist:GovernmentOrganization
  class.
in_subset:
- gist_core
from_schema: https://w3id.org/lmodel/gist
aliases:
- Sub-Country Government
is_a: GovernmentOrganization
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: SubCountryGovernment
    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: SubCountryGovernment
    domain_of:
    - GistThing
    range: string
class_uri: gist_upstream:SubCountryGovernment