bio-attribute-ontology icon indicating copy to clipboard operation
bio-attribute-ontology copied to clipboard

Add draft pattern for bone length along an axis

Open meghalithic opened this issue 3 years ago • 4 comments

pattern_name: bone_length_axis

pattern_iri:

description: "A bone length trait that is the line along an axis of a bone."

contributors:

  • https://orcid.org/0000-0002-7073-9172 # David Osumi-Sutherland
  • https://orcid.org/0000-0001-8314-2140 # Ray Stefancsik
  • https://orcid.org/0000-0002-7356-1779 # Nicolas Matentzoglu
  • https://orcid.org/0000-0003-2699-3066 # Meghan A. Balk

classes: skeletal_element: UBERON:0004765 anatomical_entity: UBERON:0001062 length: PATO:0000122 line: BFO:0000026 # one-dimensional spatial region physical_object_quality: PATO:0001241 anatomical_axis: 'BSPO:0000010'

relations: characterishtic_of: RO:0000052 follows_axis: 'BSPO:0015002' #part_of: BFO:0000050

annotationProperties: exact_synonym: oio:hasExactSynonym related_synonym: oio:hasRelatedSynonym xref: oio:hasDbXref measured_in_taxon not_measured_in_tax

vars: bone: 'skeletal element' axis: 'anatomical_axis'

name: text: "%s length" vars:

  • bone
  • axis

def: text: "The length of a %s along the %s" vars:

  • bone
  • axis

annotations: - annotationProperty: related_synonym text: %s length %s vars: - bone - axis - annotatioProperty: xref text: "FOVT:%s"

logical_axioms: - axiom_type: subClassOf text: "length" and 'characteristic of' some %s" vars: - bone - axom_type: subClassOf text: "line that follows some %s and ('characteristic of' some %s)" vars: - axis - bone

meghalithic avatar Mar 24 '22 03:03 meghalithic

Hi @megbalk, I have created a PR (#81) to add the yaml template file for this DOSDP pattern.

rays22 avatar Mar 24 '22 20:03 rays22

While @helenamachado and I were playing around with these axioms, we realized the two subclasses should be (based on General class axioms for "line connecting laterally paired nipples" in OBA):

'part of' some (length and ('characteristic of' some BONE))

length and ('characteristic of' some ('anatomical line' that 'follows axis' some 'AXIS' and ('characteristic of' some BONE)))

@rays22 does it matter if it is "line" (BFO) or "anatomical line" (UBERON)?

meghalithic avatar Jul 25 '22 18:07 meghalithic

Anatomical line makes sense!

matentzn avatar Jul 25 '22 18:07 matentzn

I am confusing myself on 'part of' and 'characteristic of' in: 'anatomical line' that 'follows axis' some 'AXIS' and ('characteristic of' OR 'part of some BONE))

meghalithic avatar Jul 25 '22 18:07 meghalithic