Skip to content

Class: Ontology

URI: oc:Ontology

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

Slots

Name Cardinality and Range Description Inheritance
elements 0..*
OntologyElement
direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Ontology
from_schema: https://w3id.org/ontogpt/halo
attributes:
  elements:
    name: elements
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    range: OntologyElement
    inlined: true
    inlined_as_list: true

Induced

name: Ontology
from_schema: https://w3id.org/ontogpt/halo
attributes:
  elements:
    name: elements
    from_schema: https://w3id.org/ontogpt/halo
    rank: 1000
    multivalued: true
    alias: elements
    owner: Ontology
    domain_of:
    - Ontology
    range: OntologyElement
    inlined: true
    inlined_as_list: true