From fa313043d1dd26369ccda611d05c533db7df9a4a Mon Sep 17 00:00:00 2001 From: Arsenios Chatzigeorgiou <49944135+arschat@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:30:19 +0000 Subject: [PATCH] Uppercase in medication classes for consistency among ontology modules --- json_schema/module/ontology/medication_ontology.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_schema/module/ontology/medication_ontology.json b/json_schema/module/ontology/medication_ontology.json index 27e5bb79..469b7e51 100644 --- a/json_schema/module/ontology/medication_ontology.json +++ b/json_schema/module/ontology/medication_ontology.json @@ -31,7 +31,7 @@ "type": "string", "graph_restriction": { "ontologies" : ["obo:ncit"], - "classes": ["ncit:C1505", "ncit:C54060", "ncit:C1909", "ncit:C129986", "ncit:C1899", "ncit:C1913"], + "classes": ["NCIT:C1505", "NCIT:C54060", "NCIT:C1909", "NCIT:C129986", "NCIT:C1899", "NCIT:C1913"], "relations": ["rdfs:subClassOf"], "direct": false, "include_self": false