WorldModelers / Ontologies

Ontologies for the World Modelers system
Creative Commons Attribution 4.0 International
6 stars 11 forks source link

Comments and suggestions on the WM ontology v2.1 #98

Closed lgalescu closed 3 years ago

lgalescu commented 3 years ago

terminology on the way I understand how this ontology is structured (by levels):

  1. root: wm_compositional
    • suggest changing to wm
  2. category: fixed set of top-level types [concept, entity, process, property, time]
    • the /entity/ category is a hodge-podge; i see no objective reason for them not to be moved wholesale under /concept/
    • ontologists use "concept" and "entity" generically, to apply to all things; i would recommend renaming concept/ to /object/, which is more widely accepted usage
  3. domain: only used (somewhat) systematically for the /concept/ sub-hierarchy
    • there are a few cases of use in the /process/ hierarchy
  4. the lower levels form an is-a hierarchy for the respective domain/process
    • at least this seems to be the general idea; exceptions are probably incidental

general observations:

notes on specific nodes:

wm_compositional/concept/agriculture/disease/crop_disease wm_compositional/concept/agriculture/disease/livestock_disease

wm_compositional/concept/agriculture/pest/locust/solitary/solitary_hopper wm_compositional/concept/agriculture/pest/locust/solitary/solitary_locust wm_compositional/concept/agriculture/pest/locust/gregarious/hopper_band wm_compositional/concept/agriculture/pest/locust/gregarious/locust_swarm

wm_compositional/concept/crisis_or_disaster/conflict/crime wm_compositional/concept/crisis_or_disaster/conflict/tension

wm_compositional/concept/crisis_or_disaster/disease

wm_compositional/concept/crisis_or_disaster/depression_recession

wm_compositional/concept/crisis_or_disaster/evacuation

wm_compositional/concept/crisis_or_disaster/taskforce

wm_compositional/concept/economy/domestic_market

wm_compositional/concept/economy/livelihoods/rural_livelihoods wm_compositional/concept/economy/livelihoods/urban_livelihoods

wm_compositional/concept/environment/meteorology/precipitation wm_compositional/concept/environment/meteorology/temperature

wm_compositional/concept/environment/meteorology/weather

wm_compositional/concept/health/nutrition/malnutrition

wm_compositional/concept/health/welfare

wm_compositional/concept/infrastructure/construction_materials

wm_compositional/concept/infrastructure/transportation_infrastructure/road_infrastructure

wm_compositional/concept/infrastructure/transportation_infrastructure/rail_infrastructure

wm_compositional/concept/infrastructure/WASH/sanitation_infrastructure wm_compositional/concept/infrastructure/WASH/water_facilities

wm_compositional/concept/migration/human_migration

wm_compositional/concept/migration/IDP wm_compositional/concept/migration/returnees

wm_compositional/concept/physical_market

wm_compositional/concept/population/demographics/age wm_compositional/concept/population/demographics/gender wm_compositional/concept/population/demographics/race_or_ethnicity

wm_compositional/concept/service/information/surveillance_system

wm_compositional/concept/storage/agricultural_storage

wm_compositional/concept/storage/general_storage_facilities

wm_compositional/concept/storage/household_food_storage

wm_compositional/concept/storage/stockpile_goods

wm_compositional/concept/trend

wm_compositional/concept/water

wm_compositional/concept/workforce

wm_compositional/process/depreciate

wm_compositional/process/intake

wm_compositional/process/population/emigrate wm_compositional/process/population/immigrate

wm_compositional/process/train_or_educate/

wm_compositional/process/train_or_educate/humanitarian_training/emergency_preparedness_training

wm_compositional/property/insecurity

wm_compositional/property/instability

wm_compositional/property/nonutilization

wm_compositional/property/unavailability

wm_compositional/entity/animal

wm_compositional/entity/artifact

wm_compositional/entity/geo-location

wm_compositional/entity/health_worker

wm_compositional/entity/person_or_group

wm_compositional/time/season

MihaiSurdeanu commented 3 years ago

Wow! These are great @lgalescu ! Thank you for the effort!

@zupon, @BeckySharp: can you please review and incorporate these changes?

MihaiSurdeanu commented 3 years ago

@zupon, @BeckySharp: we can discuss the more difficult ones at the WM project meeting.

zupon commented 3 years ago

I can get started on the easier ones now, and we can definitely discuss the hard cases at the WM project meeting.

zupon commented 3 years ago

Many of the simpler changes are covered by #99, but there are some specific "hard" cases we wanted to discuss before changing so we don't inadvertently mess something up for someone.

  1. Moving entity/ and/or time/ inside the concept/ category. I'm told that BBN might treat these differently, so there may be reason to keep them separate. @chanys does that sound correct?
  2. Eliminating redundancy in e.g. infrastructure/transportation_infrastructure/road_infrastructure/. Given the whole ontology path, there's a lot of extra infrastructure present. If we only see the intermediate node or leaf node (e.g. just transportation or just roads, per the suggestions), do we lose important information?
  3. Things like crime and tension don't really fit in the crisis_or_disaster domain. Should we create a new domain like social and move them there, or rename crisis_and_disaster to be more inclusive of things like crime and tension?

Some smaller cases to decide on:

chanys commented 3 years ago

On Q1: It is fine to move entity and time under concept. We don't need them under their own distinct branch. We just need them to be represented somewhere in the ontology, so that we can represent the Event-participants and Event-time.

On Q2:

zupon commented 3 years ago

Closed by #99