obophenotype / upheno

The Unified Phenotype Ontology (uPheno) integrates multiple phenotype ontologies into a unified cross-species phenotype ontology.
https://obophenotype.github.io/upheno/
Creative Commons Zero v1.0 Universal
75 stars 17 forks source link

review: abnormallyDecreasedRateOfBiologicalProcess #419

Open chris-grove opened 5 years ago

chris-grove commented 5 years ago
pattern_name: abnormallyDecreasedRateOfBiologicalProcess
pattern_iri: http://purl.obolibrary.org/obo/upheno/patterns-dev/abnormallyDecreasedRateOfBiologicalProcess.yaml
description: "Decreased frequency of a biological process occuring (per some unit of time)."

classes:
  decreased rate: PATO:0000911
  abnormal: PATO:0000460
  biological_process: GO:0008150

relations: 
  inheres_in: RO:0000052
  qualifier: RO:0002573
  has_part: BFO:0000051

annotationProperties:
  exact_synonym: oio:hasExactSynonym 

vars:
  biological_process: "'biological_process'"

name:
  text: "decreased %s"
  vars:
   - biological_process

def:
  text: "decreased %s."
  vars:
    - biological_process

equivalentTo:
  text: "'has_part' some ('decreased rate' and ('inheres_in' some %s) and ('qualifier' some 'abnormal'))"
  vars:
    - biological_process
chris-grove commented 5 years ago

Can the name and definition be changed to "decreased rate of %s"? Otherwise looks good.