Managing imports - PlantPhenoOntology/ppo GitHub Wiki
Importing terms from external source ontologies
Overview
The files in src/imports define which terms the PPO imports from other ontologies. The procedure for adding terms to import is as follows.
- Make sure there is a row for the external ontology in
imported_ontologies.csv. - Create a CSV or spreadsheet file for the source ontology (if it does not already exist). The file name must match the name provided in
imported_ontologies.csv. - Add the terms to import to the CSV/spreadsheet file for the source ontology.
See the OntoPilot documentation for detailed information about the source files and how they should be structured.