From 4659880152852373767c0b38a86cb50a0984d6d2 Mon Sep 17 00:00:00 2001 From: jamesamcl Date: Wed, 28 Aug 2024 12:36:42 +0100 Subject: [PATCH] add label and hierarchical properties for hra (#729) --- ebi_ontologies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ebi_ontologies.json b/ebi_ontologies.json index 41bcedc34..369e16683 100644 --- a/ebi_ontologies.json +++ b/ebi_ontologies.json @@ -2,7 +2,13 @@ "ontologies": [ { "id": "hra", - "ontology_purl": "https://cdn.humanatlas.io/digital-objects/collection/hra-ols/latest/graph.ttl" + "ontology_purl": "https://cdn.humanatlas.io/digital-objects/collection/hra-ols/latest/graph.ttl", + "hierarchical_property": [ + "http://purl.org/ccf/ccf_part_of" + ], + "label_property": [ + "http://purl.org/ccf/ccf_pref_label" + ] }, { "id": "dcat",