Skip to content

Class: Category

URI: oc:Category

erDiagram Category { string name string context string description stringList synonyms string equivalent_to } OntologyElement { string name string context string description stringList synonyms string equivalent_to } Category ||--}o Category : "categories" Category ||--}o OntologyElement : "subclass_of" Category ||--}o OntologyElement : "part_of" Category ||--}o OntologyElement : "subtypes" Category ||--}o OntologyElement : "parts" OntologyElement ||--}o Category : "categories" OntologyElement ||--}o OntologyElement : "subclass_of" OntologyElement ||--}o OntologyElement : "part_of" OntologyElement ||--}o OntologyElement : "subtypes" OntologyElement ||--}o OntologyElement : "parts"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 1..1
String
the name of the entity OntologyElement
context 0..1
String
the ontology to which this belongs (single-valued) OntologyElement
description 0..1
String
a textual description of the entity (single-valued) OntologyElement
synonyms 0..*
String
a list of alternative names of the entity OntologyElement
categories 0..*
Category
a list of the categories to which this entity belongs OntologyElement
subclass_of 0..*
OntologyElement
a list of parent class (superclasses) of this entity OntologyElement
part_of 0..*
OntologyElement
a list of things this element is part of OntologyElement
subtypes 0..*
OntologyElement
a list of child classes (subclasses) of this entity OntologyElement
parts 0..*
OntologyElement
a list of names of things this element has as parts (components) OntologyElement
equivalent_to 0..1
String
an OWL class expression with the necessary and sufficient conditions for this... OntologyElement

Usages

used by used in type used
OntologyElement categories range Category
Category categories range Category

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ontogpt/halo

Mappings

Mapping Type Mapped Value
self oc:Category
native oc:Category

LinkML Source

Direct

name: Category
from_schema: https://w3id.org/ontogpt/halo
is_a: OntologyElement

Induced

name: Category
from_schema: https://w3id.org/ontogpt/halo
is_a: OntologyElement
attributes:
  name:
    name: name
    description: the name of the entity
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    identifier: true
    alias: name
    owner: Category
    domain_of:
    - OntologyElement
    range: string
    required: true
  context:
    name: context
    description: the ontology to which this belongs (single-valued)
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    alias: context
    owner: Category
    domain_of:
    - OntologyElement
    range: string
  description:
    name: description
    description: a textual description of the entity (single-valued)
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    alias: description
    owner: Category
    domain_of:
    - OntologyElement
    range: string
  synonyms:
    name: synonyms
    description: a list of alternative names of the entity
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    alias: synonyms
    owner: Category
    domain_of:
    - OntologyElement
    range: string
  categories:
    name: categories
    description: a list of the categories to which this entity belongs
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    alias: categories
    owner: Category
    domain_of:
    - OntologyElement
    range: Category
  subclass_of:
    name: subclass_of
    description: a list of parent class (superclasses) of this entity
    from_schema: https://w3id.org/ontogpt/halo
    slot_uri: rdfs:subClassOf
    multivalued: true
    alias: subclass_of
    owner: Category
    domain_of:
    - OntologyElement
    range: OntologyElement
  part_of:
    name: part_of
    description: a list of things this element is part of
    from_schema: https://w3id.org/ontogpt/halo
    slot_uri: BFO:0000050
    multivalued: true
    alias: part_of
    owner: Category
    domain_of:
    - OntologyElement
    range: OntologyElement
  subtypes:
    name: subtypes
    description: a list of child classes (subclasses) of this entity
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    alias: subtypes
    owner: Category
    domain_of:
    - OntologyElement
    inverse: subclass_of
    range: OntologyElement
  parts:
    name: parts
    description: a list of names of things this element has as parts (components)
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    alias: parts
    owner: Category
    domain_of:
    - OntologyElement
    inverse: part_of
    range: OntologyElement
  equivalent_to:
    name: equivalent_to
    description: an OWL class expression with the necessary and sufficient conditions
      for this entity to be an instance of this class
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    alias: equivalent_to
    owner: Category
    domain_of:
    - OntologyElement
    range: string