Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

owl:inverseOf relations for 1.2 #57

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

simongray
Copy link
Contributor

So it dawned on me that I can't actually contribute to the empty PR that @jmccrae made since I'm not a member of your group...

Relations with added attributes

These are the changes I've made. The following relations have had owl:inverseOf relations added:

  • hyponym
  • hypernym
  • instance_hyponym
  • instance_hypernym
  • antonym
  • eq_synonym
  • similar
  • holonym
  • holo_location
  • holo_member
  • holo_part
  • holo_portion
    _ holo_substance
  • meronym
  • mero_location
  • mero_member
  • mero_part
  • mero_portion
  • mero_substance
  • also
  • be_in_state
  • state_of
  • causes
  • is_caused_by
  • subevent
  • is_subevent_of
  • in_manner
  • manner_of
  • attribute
  • restricts
  • restricted_by
  • classifies
  • is_classified_by
  • entails
  • is_entailed_by
  • domain_region
  • domain_topic
  • has_domain_region
  • has_domain_topic
  • exemplifies
  • is_exemplified_by
  • role
  • involved
  • agent
  • involved_agent
  • direction
  • involved_direction
  • instrument
  • involed_instrument
  • location
  • involved_location
  • patient
  • involved_patient
  • result
  • involved_result
  • source_direction
  • involved_source_direction
  • target_direction
  • involved_target_direction
  • co_role
  • co_agent_instrument
  • co_instrument_agent
  • co_agent_patient
  • co_patient_agent
  • co_agent_result
  • co_result_agent
  • co_instrument_patient
  • co_patient_instrument
  • co_instrument_result
  • co_result_instrument
  • co_instrument_result
  • simple_aspect_ip
  • simple_aspect_pi
  • secondary_aspect_ip
  • secondary_aspect_pi
  • femine
  • has_feminine
  • masculine
  • has_masculine
  • young
  • has_young
  • diminutive
  • has_diminutive
  • augmentative
  • has_augmentative
  • anto_gradable
  • anto_simple
  • anto_converse
  • ir_synonym

Issues

I discovered some issues too by comparing https://globalwordnet.github.io/gwadoc/ to the actual schema:

Missing relations:

  • domain
  • has_domain

Wrong relation names (I added the owl:inverseOf attribute using the correct relation names instead):

  • feminine_form_of
  • has_feminine_form
  • masculine_form_of
  • has_masculine_form
  • young_form_of
  • has_young_form
  • diminutive_of
  • augmentative_of

Not actually bidirectional and therefore I did not add the owl:inverseOf attribute :

  • pertainym
  • derivation

- hyponym
- hypernym
- instance_hyponym
- instance_hypernym
- antonym
- eq_synonym
- similar
- holonym
- holo_location
- holo_member
- holo_part
- holo_portion
_ holo_substance
- meronym
- mero_location
- mero_member
- mero_part
- mero_portion
- mero_substance
- also
- be_in_state
- state_of
- causes
- is_caused_by
- subevent
- is_subevent_of
- in_manner
- manner_of
- attribute
- restricts
- restricted_by
- classifies
- is_classified_by
- entails
- is_entailed_by
- domain_region
- domain_topic
- has_domain_region
- has_domain_topic
- exemplifies
- is_exemplified_by
- role
- involved
- agent
- involved_agent
- direction
- involved_direction
- instrument
- involed_instrument
- location
- involved_location
- patient
- involved_patient
- result
- involved_result
- source_direction
- involved_source_direction
- target_direction
- involved_target_direction
- co_role
- co_agent_instrument
- co_instrument_agent
- co_agent_patient
- co_patient_agent
- co_agent_result
- co_result_agent
- co_instrument_patient
- co_patient_instrument
- co_instrument_result
- co_result_instrument
- co_instrument_result
- simple_aspect_ip
- simple_aspect_pi
- secondary_aspect_ip
- secondary_aspect_pi
- femine
- has_feminine
- masculine
- has_masculine
- young
- has_young
- diminutive
- has_diminutive
- augmentative
- has_augmentative
- anto_gradable
- anto_simple
- anto_converse
- ir_synonym

Missing relations:
- domain
- has_domain

Wrong relation names:
- feminine_form_of
- has_feminine_form
- masculine_form_of
- has_masculine_form
- young_form_of
- has_young_form
- diminutive_of
- augmentative_of

Not actually bidirectional:
- pertainym
- derivation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants