Skip to content

Commit af7646d

Browse files
🚀 Automatically rebuilt derived files (#2400)
Co-authored-by: GitHub Action <action@github.com>
1 parent 6d80dd1 commit af7646d

4 files changed

Lines changed: 1179 additions & 1142 deletions

File tree

_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,18 @@ ontologies:
15661566
repository: https://github.com/ufbmi/dron
15671567
title: The Drug Ontology
15681568
tracker: https://github.com/ufbmi/dron/issues
1569+
usages:
1570+
- description: DrOn is used for the classification of Drugs, in particular, based
1571+
on RxNorm codes, in the PennTURBO project.
1572+
examples:
1573+
- description: 'From the documentation: For example, the text `500 mg Tylenol
1574+
po tabs` might be mapped to http://purl.obolibrary.org/obo/DRON_00073395,
1575+
with the label `Acetaminophen 500 MG Oral Tablet [Tylenol]`. DrOn knows that
1576+
this is a subclass of `Acetaminophen 500 MG Oral Tablet` (through its logical
1577+
axiomatisation).'
1578+
url: https://pennturbo.github.io/Turbo-Documentation/medication_text_to_terms_to_roles.html
1579+
type: annotation
1580+
user: https://github.com/PennTURBO
15691581
- activity_status: active
15701582
build:
15711583
checkout: git clone https://github.com/EBISPOT/duo.git

registry/ontologies.jsonld

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,20 @@
21682168
],
21692169
"repository": "https://github.com/ufbmi/dron",
21702170
"title": "The Drug Ontology",
2171-
"tracker": "https://github.com/ufbmi/dron/issues"
2171+
"tracker": "https://github.com/ufbmi/dron/issues",
2172+
"usages": [
2173+
{
2174+
"description": "DrOn is used for the classification of Drugs, in particular, based on RxNorm codes, in the PennTURBO project.",
2175+
"examples": [
2176+
{
2177+
"description": "From the documentation: For example, the text `500 mg Tylenol po tabs` might be mapped to http://purl.obolibrary.org/obo/DRON_00073395, with the label `Acetaminophen 500 MG Oral Tablet [Tylenol]`. DrOn knows that this is a subclass of `Acetaminophen 500 MG Oral Tablet` (through its logical axiomatisation).",
2178+
"url": "https://pennturbo.github.io/Turbo-Documentation/medication_text_to_terms_to_roles.html"
2179+
}
2180+
],
2181+
"type": "annotation",
2182+
"user": "https://github.com/PennTURBO"
2183+
}
2184+
]
21722185
},
21732186
{
21742187
"activity_status": "active",

0 commit comments

Comments
 (0)