Skip to content

Commit 9957d32

Browse files
authored
Merge pull request #415 from obophenotype/copilot/add-urine-zinc-amount-term
Add urine zinc amount term (OBA:2100002)
2 parents 416352c + 7e8e36f commit 9957d32

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

src/patterns/data/default/entity_attribute_location.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14403,3 +14403,4 @@ OBA:2081985 level of baculoviral IAP repeat-containing protein 7 (human) in cere
1440314403
OBA:2081986 level of semaphorin-6C (human) in cerebrospinal fluid PR:Q9H3T2 semaphorin-6C (human) PATO:0000070 amount UBERON:0001359 cerebrospinal fluid PMID:39528825 https://orcid.org/0000-0001-6757-4744
1440414404
OBA:2081987 level of C-type lectin domain family 11 member A (human) in cerebrospinal fluid PR:Q9Y240 C-type lectin domain family 11 member A (human) PATO:0000070 amount UBERON:0001359 cerebrospinal fluid PMID:39528825 https://orcid.org/0000-0001-6757-4744
1440514405
OBA:2100001 vertebra mineral amount CHEBI:46662 mineral PATO:0000070 amount UBERON:0002412 vertebra spine bone mineral amount https://orcid.org/0000-0001-8314-2140
14406+
OBA:2100002 urine zinc amount CHEBI:27365 zinc ion PATO:0000070 amount UBERON:0001088 urine

src/patterns/definitions.owl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
77

88

99
Ontology(<http://purl.obolibrary.org/obo/oba/patterns/definitions.owl>
10-
<http://purl.obolibrary.org/obo/oba/releases/2025-11-14/patterns/definitions.owl>
11-
Annotation(owl:versionInfo "2025-11-14")
10+
<http://purl.obolibrary.org/obo/oba/releases/2025-12-16/patterns/definitions.owl>
11+
Annotation(owl:versionInfo "2025-12-16")
1212

1313
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_10033>))
1414
Declaration(Class(<http://purl.obolibrary.org/obo/CHEBI_10112>))
@@ -24353,6 +24353,7 @@ Declaration(Class(<http://purl.obolibrary.org/obo/OBA_2090001>))
2435324353
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_2090002>))
2435424354
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_2090003>))
2435524355
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_2100001>))
24356+
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_2100002>))
2435624357
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_VT0000000>))
2435724358
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_VT0000002>))
2435824359
Declaration(Class(<http://purl.obolibrary.org/obo/OBA_VT0000003>))
@@ -229123,6 +229124,13 @@ AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#has
229123229124
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/OBA_2100001> "vertebra mineral amount")
229124229125
EquivalentClasses(<http://purl.obolibrary.org/obo/OBA_2100001> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000070> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000052> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_46662> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000050> <http://purl.obolibrary.org/obo/UBERON_0002412>)))))
229125229126

229127+
# Class: <http://purl.obolibrary.org/obo/OBA_2100002> (urine zinc amount)
229128+
229129+
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "AUTO:patterns/patterns/entity_attribute_location") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/OBA_2100002> "The amount of a zinc ion when measured in urine.")
229130+
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "AUTO:patterns/patterns/entity_attribute_location") <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/OBA_2100002> "urine zinc ion amount")
229131+
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/OBA_2100002> "urine zinc amount")
229132+
EquivalentClasses(<http://purl.obolibrary.org/obo/OBA_2100002> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000070> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000052> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_27365> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000050> <http://purl.obolibrary.org/obo/UBERON_0001088>)))))
229133+
229126229134
# Class: <http://purl.obolibrary.org/obo/OBA_VT0000000> (mammary gland secreted fluid morphology trait)
229127229135

229128229136
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "obo:oba/patterns/entity_attribute_part_of") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/OBA_VT0000000> "The morphology of a mammary gland fluid/secretion.")

0 commit comments

Comments
 (0)