Skip to content

Class: OntologyChange

URI: oc:OntologyChange

erDiagram OntologyChange { string description ChangeType category } OntologyClass { string id string label } OntologyChange ||--}o OntologyClass : "about"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A succinct description of the proposed change direct
category 0..1
ChangeType
What kind of change? direct
about 0..*
OntologyClass
What terms in the ontology will this change affect? direct

Usages

used by used in type used
OntologyIssue proposed_changes range OntologyChange

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OntologyChange
from_schema: https://w3id.org/ontogpt/ontology_issue
is_a: CompoundExpression
attributes:
  description:
    name: description
    description: A succinct description of the proposed change
    from_schema: https://w3id.org/ontogpt/ontology_issue
  category:
    name: category
    description: What kind of change?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    range: ChangeType
  about:
    name: about
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of specific terms in the ontology which will
          be affected by the change.
    description: What terms in the ontology will this change affect?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    multivalued: true
    range: OntologyClass

Induced

name: OntologyChange
from_schema: https://w3id.org/ontogpt/ontology_issue
is_a: CompoundExpression
attributes:
  description:
    name: description
    description: A succinct description of the proposed change
    from_schema: https://w3id.org/ontogpt/ontology_issue
    alias: description
    owner: OntologyChange
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: string
  category:
    name: category
    description: What kind of change?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    alias: category
    owner: OntologyChange
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: ChangeType
  about:
    name: about
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of specific terms in the ontology which will
          be affected by the change.
    description: What terms in the ontology will this change affect?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    multivalued: true
    alias: about
    owner: OntologyChange
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: OntologyClass