├── .DS_Store ├── .Rhistory ├── .github ├── ISSUE_TEMPLATE │ └── bcio-online-tools.md └── workflows │ ├── build-external.yaml │ └── expand_population.yaml ├── .onto-ed ├── config.yaml └── release_script.json ├── Behaviour ├── BCIO-behaviour-hierarchy.xlsx ├── ReadMe.md ├── bcio_behaviour.owl ├── bcio_behaviour.xlsx └── bcio_behaviour_rels.xlsx ├── BehaviourChangeTechniques ├── .DS_Store ├── BCIO-bcto-hierarchy.xlsx ├── bcto.owl ├── bcto.xlsx └── inputs │ └── BCIO_BehaviourChangeTechniques.xlsx ├── BehaviourChangeWheel ├── BCIO_BCW_Defs new.xlsx ├── BCIO_BCW_Defs new2.xlsm └── BCIO_BCW_Defs.xlsx ├── CONTRIBUTING.md ├── Engagement ├── BCIO-engagement-hierarchy.xlsx ├── BCIO_Engagement.xlsx └── bcio_engagement.owl ├── Entities used for prediction └── BCIO_prediction_entities.xlsx ├── General entities └── Generally applicable entities.xlsx ├── Intervention development └── BCIO intervention development.xlsx ├── Intervention evaluation study ├── .DS_Store └── Inputs │ └── BCIO_Intervention_Evaluation_Study_Defs.xlsx ├── LICENSE ├── MechanismOfAction ├── .DS_Store ├── BCIO-moa-hierarchy.xlsx ├── bcio_moa.owl └── bcio_moa.xlsx ├── ModeOfDelivery ├── .DS_Store ├── BCIO-mode_of_delivery-hierarchy.xlsx ├── bcio_mode_of_delivery.owl ├── bcio_mode_of_delivery.xlsx └── catalog-v001.xml ├── New entities ├── BCIO_behaviour.xlsx └── New entities.xlsx ├── Population ├── BCIO-population-hierarchy.xlsx ├── BCIO_Population.xlsx ├── BCIO_Population_Expanded.xlsx └── bcio_population.owl ├── README.md ├── Schedule ├── BCIO-schedule-hierarchy.xlsx ├── BCIO_Schedule.xlsx ├── BCIO_Schedule_Expanded.xlsx └── bcio_schedule.owl ├── Setting ├── .DS_Store ├── BCIO-setting-hierarchy.xlsx ├── README.md ├── bcio_setting.owl └── bcio_setting.xlsx ├── Source ├── .DS_Store ├── BCIO-source-hierarchy.xlsx ├── README.md ├── bcio_source.owl └── bcio_source.xlsx ├── StyleOfDelivery ├── .DS_Store ├── BCIO-style-hierarchy.xlsx ├── bcio_style.owl └── bcio_style.xlsx ├── Tailoring └── BCIO_Tailoring.xlsx ├── Upper Level BCIO ├── .DS_Store ├── README.md ├── bcio.owl ├── bcio_external.owl ├── bcio_relations.owl ├── bcio_upper_level.owl └── inputs │ ├── BCIO_External_Imports.xlsx │ ├── BCIO_External_Imports_New_Labels.csv │ ├── BCIO_External_Imports_New_Parents.csv │ ├── BCIO_Upper_Defs.xlsx │ ├── BCIO_Upper_Level_Merged.xlsx │ ├── BCIO_Upper_Rels.xlsx │ └── BCIO_Upper_level-LucidChart.csv ├── bcio.owl └── scripts ├── ConvertWideToLongOntoSpreadsheet.py ├── ExcelToOWL.py ├── GetBCIOStatistics.py ├── ParseBCIOUpperLevel.py ├── README.md ├── SubmitToBCIOVocab.py ├── build-owl-files.sh ├── catalog-v001.xml ├── expander.py ├── expanderAggregate.py ├── external-checker.py ├── logging_conf.py ├── prefix_to_uri_dictionary.csv ├── release.sh └── requirements.txt /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.DS_Store -------------------------------------------------------------------------------- /.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bcio-online-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.github/ISSUE_TEMPLATE/bcio-online-tools.md -------------------------------------------------------------------------------- /.github/workflows/build-external.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.github/workflows/build-external.yaml -------------------------------------------------------------------------------- /.github/workflows/expand_population.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.github/workflows/expand_population.yaml -------------------------------------------------------------------------------- /.onto-ed/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.onto-ed/config.yaml -------------------------------------------------------------------------------- /.onto-ed/release_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/.onto-ed/release_script.json -------------------------------------------------------------------------------- /Behaviour/BCIO-behaviour-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Behaviour/BCIO-behaviour-hierarchy.xlsx -------------------------------------------------------------------------------- /Behaviour/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Behaviour/ReadMe.md -------------------------------------------------------------------------------- /Behaviour/bcio_behaviour.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Behaviour/bcio_behaviour.owl -------------------------------------------------------------------------------- /Behaviour/bcio_behaviour.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Behaviour/bcio_behaviour.xlsx -------------------------------------------------------------------------------- /Behaviour/bcio_behaviour_rels.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Behaviour/bcio_behaviour_rels.xlsx -------------------------------------------------------------------------------- /BehaviourChangeTechniques/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeTechniques/.DS_Store -------------------------------------------------------------------------------- /BehaviourChangeTechniques/BCIO-bcto-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeTechniques/BCIO-bcto-hierarchy.xlsx -------------------------------------------------------------------------------- /BehaviourChangeTechniques/bcto.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeTechniques/bcto.owl -------------------------------------------------------------------------------- /BehaviourChangeTechniques/bcto.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeTechniques/bcto.xlsx -------------------------------------------------------------------------------- /BehaviourChangeTechniques/inputs/BCIO_BehaviourChangeTechniques.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeTechniques/inputs/BCIO_BehaviourChangeTechniques.xlsx -------------------------------------------------------------------------------- /BehaviourChangeWheel/BCIO_BCW_Defs new.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeWheel/BCIO_BCW_Defs new.xlsx -------------------------------------------------------------------------------- /BehaviourChangeWheel/BCIO_BCW_Defs new2.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeWheel/BCIO_BCW_Defs new2.xlsm -------------------------------------------------------------------------------- /BehaviourChangeWheel/BCIO_BCW_Defs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/BehaviourChangeWheel/BCIO_BCW_Defs.xlsx -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Engagement/BCIO-engagement-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Engagement/BCIO-engagement-hierarchy.xlsx -------------------------------------------------------------------------------- /Engagement/BCIO_Engagement.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Engagement/BCIO_Engagement.xlsx -------------------------------------------------------------------------------- /Engagement/bcio_engagement.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Engagement/bcio_engagement.owl -------------------------------------------------------------------------------- /Entities used for prediction/BCIO_prediction_entities.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Entities used for prediction/BCIO_prediction_entities.xlsx -------------------------------------------------------------------------------- /General entities/Generally applicable entities.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/General entities/Generally applicable entities.xlsx -------------------------------------------------------------------------------- /Intervention development/BCIO intervention development.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Intervention development/BCIO intervention development.xlsx -------------------------------------------------------------------------------- /Intervention evaluation study/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Intervention evaluation study/.DS_Store -------------------------------------------------------------------------------- /Intervention evaluation study/Inputs/BCIO_Intervention_Evaluation_Study_Defs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Intervention evaluation study/Inputs/BCIO_Intervention_Evaluation_Study_Defs.xlsx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/LICENSE -------------------------------------------------------------------------------- /MechanismOfAction/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/MechanismOfAction/.DS_Store -------------------------------------------------------------------------------- /MechanismOfAction/BCIO-moa-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/MechanismOfAction/BCIO-moa-hierarchy.xlsx -------------------------------------------------------------------------------- /MechanismOfAction/bcio_moa.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/MechanismOfAction/bcio_moa.owl -------------------------------------------------------------------------------- /MechanismOfAction/bcio_moa.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/MechanismOfAction/bcio_moa.xlsx -------------------------------------------------------------------------------- /ModeOfDelivery/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/ModeOfDelivery/.DS_Store -------------------------------------------------------------------------------- /ModeOfDelivery/BCIO-mode_of_delivery-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/ModeOfDelivery/BCIO-mode_of_delivery-hierarchy.xlsx -------------------------------------------------------------------------------- /ModeOfDelivery/bcio_mode_of_delivery.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/ModeOfDelivery/bcio_mode_of_delivery.owl -------------------------------------------------------------------------------- /ModeOfDelivery/bcio_mode_of_delivery.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/ModeOfDelivery/bcio_mode_of_delivery.xlsx -------------------------------------------------------------------------------- /ModeOfDelivery/catalog-v001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/ModeOfDelivery/catalog-v001.xml -------------------------------------------------------------------------------- /New entities/BCIO_behaviour.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/New entities/BCIO_behaviour.xlsx -------------------------------------------------------------------------------- /New entities/New entities.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/New entities/New entities.xlsx -------------------------------------------------------------------------------- /Population/BCIO-population-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Population/BCIO-population-hierarchy.xlsx -------------------------------------------------------------------------------- /Population/BCIO_Population.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Population/BCIO_Population.xlsx -------------------------------------------------------------------------------- /Population/BCIO_Population_Expanded.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Population/BCIO_Population_Expanded.xlsx -------------------------------------------------------------------------------- /Population/bcio_population.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Population/bcio_population.owl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/README.md -------------------------------------------------------------------------------- /Schedule/BCIO-schedule-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Schedule/BCIO-schedule-hierarchy.xlsx -------------------------------------------------------------------------------- /Schedule/BCIO_Schedule.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Schedule/BCIO_Schedule.xlsx -------------------------------------------------------------------------------- /Schedule/BCIO_Schedule_Expanded.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Schedule/BCIO_Schedule_Expanded.xlsx -------------------------------------------------------------------------------- /Schedule/bcio_schedule.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Schedule/bcio_schedule.owl -------------------------------------------------------------------------------- /Setting/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Setting/.DS_Store -------------------------------------------------------------------------------- /Setting/BCIO-setting-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Setting/BCIO-setting-hierarchy.xlsx -------------------------------------------------------------------------------- /Setting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Setting/README.md -------------------------------------------------------------------------------- /Setting/bcio_setting.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Setting/bcio_setting.owl -------------------------------------------------------------------------------- /Setting/bcio_setting.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Setting/bcio_setting.xlsx -------------------------------------------------------------------------------- /Source/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Source/.DS_Store -------------------------------------------------------------------------------- /Source/BCIO-source-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Source/BCIO-source-hierarchy.xlsx -------------------------------------------------------------------------------- /Source/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Source/README.md -------------------------------------------------------------------------------- /Source/bcio_source.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Source/bcio_source.owl -------------------------------------------------------------------------------- /Source/bcio_source.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Source/bcio_source.xlsx -------------------------------------------------------------------------------- /StyleOfDelivery/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/StyleOfDelivery/.DS_Store -------------------------------------------------------------------------------- /StyleOfDelivery/BCIO-style-hierarchy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/StyleOfDelivery/BCIO-style-hierarchy.xlsx -------------------------------------------------------------------------------- /StyleOfDelivery/bcio_style.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/StyleOfDelivery/bcio_style.owl -------------------------------------------------------------------------------- /StyleOfDelivery/bcio_style.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/StyleOfDelivery/bcio_style.xlsx -------------------------------------------------------------------------------- /Tailoring/BCIO_Tailoring.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Tailoring/BCIO_Tailoring.xlsx -------------------------------------------------------------------------------- /Upper Level BCIO/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/.DS_Store -------------------------------------------------------------------------------- /Upper Level BCIO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/README.md -------------------------------------------------------------------------------- /Upper Level BCIO/bcio.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/bcio.owl -------------------------------------------------------------------------------- /Upper Level BCIO/bcio_external.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/bcio_external.owl -------------------------------------------------------------------------------- /Upper Level BCIO/bcio_relations.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/bcio_relations.owl -------------------------------------------------------------------------------- /Upper Level BCIO/bcio_upper_level.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/bcio_upper_level.owl -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_External_Imports.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_External_Imports.xlsx -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_External_Imports_New_Labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_External_Imports_New_Labels.csv -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_External_Imports_New_Parents.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_External_Imports_New_Parents.csv -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_Upper_Defs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_Upper_Defs.xlsx -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_Upper_Level_Merged.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_Upper_Level_Merged.xlsx -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_Upper_Rels.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_Upper_Rels.xlsx -------------------------------------------------------------------------------- /Upper Level BCIO/inputs/BCIO_Upper_level-LucidChart.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/Upper Level BCIO/inputs/BCIO_Upper_level-LucidChart.csv -------------------------------------------------------------------------------- /bcio.owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/bcio.owl -------------------------------------------------------------------------------- /scripts/ConvertWideToLongOntoSpreadsheet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/ConvertWideToLongOntoSpreadsheet.py -------------------------------------------------------------------------------- /scripts/ExcelToOWL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/ExcelToOWL.py -------------------------------------------------------------------------------- /scripts/GetBCIOStatistics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/GetBCIOStatistics.py -------------------------------------------------------------------------------- /scripts/ParseBCIOUpperLevel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/ParseBCIOUpperLevel.py -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/SubmitToBCIOVocab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/SubmitToBCIOVocab.py -------------------------------------------------------------------------------- /scripts/build-owl-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/build-owl-files.sh -------------------------------------------------------------------------------- /scripts/catalog-v001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/catalog-v001.xml -------------------------------------------------------------------------------- /scripts/expander.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/expander.py -------------------------------------------------------------------------------- /scripts/expanderAggregate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/expanderAggregate.py -------------------------------------------------------------------------------- /scripts/external-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/external-checker.py -------------------------------------------------------------------------------- /scripts/logging_conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/logging_conf.py -------------------------------------------------------------------------------- /scripts/prefix_to_uri_dictionary.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/prefix_to_uri_dictionary.csv -------------------------------------------------------------------------------- /scripts/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HumanBehaviourChangeProject/ontologies/HEAD/scripts/release.sh -------------------------------------------------------------------------------- /scripts/requirements.txt: -------------------------------------------------------------------------------- 1 | openpyxl 2 | --------------------------------------------------------------------------------