Skip to content

Commit

Permalink
add label and hierarchical properties for hra (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl authored Aug 28, 2024
1 parent fcc5857 commit 4659880
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4659880

Please sign in to comment.