Skip to content

Class: OntologyProblem

URI: oc:OntologyProblem

erDiagram OntologyProblem { string description string severity ProblemType category } OntologyClass { string id string label } OntologyProblem ||--}o OntologyClass : "about"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A succinct description of the problem direct
severity 0..1
String
How severe is this problem? direct
category 0..1
ProblemType
What category does this problem fall into? direct
about 0..*
OntologyClass
What terms in the ontology is this problem about? direct

Usages

used by used in type used
OntologyIssue problem_list range OntologyProblem

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OntologyProblem
from_schema: https://w3id.org/ontogpt/ontology_issue
is_a: CompoundExpression
attributes:
  description:
    name: description
    description: A succinct description of the problem
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
  severity:
    name: severity
    description: How severe is this problem?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
  category:
    name: category
    description: What category does this problem fall into?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    range: ProblemType
  about:
    name: about
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of terms in the ontology that are problematic.
    description: What terms in the ontology is this problem about?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    multivalued: true
    range: OntologyClass

Induced

name: OntologyProblem
from_schema: https://w3id.org/ontogpt/ontology_issue
is_a: CompoundExpression
attributes:
  description:
    name: description
    description: A succinct description of the problem
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    alias: description
    owner: OntologyProblem
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: string
  severity:
    name: severity
    description: How severe is this problem?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    alias: severity
    owner: OntologyProblem
    domain_of:
    - OntologyProblem
    range: string
  category:
    name: category
    description: What category does this problem fall into?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    alias: category
    owner: OntologyProblem
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: ProblemType
  about:
    name: about
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of terms in the ontology that are problematic.
    description: What terms in the ontology is this problem about?
    from_schema: https://w3id.org/ontogpt/ontology_issue
    rank: 1000
    multivalued: true
    alias: about
    owner: OntologyProblem
    domain_of:
    - OntologyProblem
    - OntologyChange
    range: OntologyClass