Skip to content

Commit

Permalink
prototype to support multiple suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Oct 8, 2024
1 parent 563093e commit cdf8692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ontology-builder/src/all_ontology_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def _extract_ontology_term_metadata(onto: owlready2.entity.ThingClass, term_pref
Extract relevant metadata from ontology object and save into a dictionary following our JSON Schema
:param: onto: Ontology Object to Process
:param: term_prefixes: List of prefixes to filter out terms that are not direct children from this ontology
:return: Dict[str, Any] map of ontology term IDs to pertinent metadata from ontology files
"""
term_dict: Dict[str, Any] = dict()
Expand Down

0 comments on commit cdf8692

Please sign in to comment.