nickdrummond / star-wars-ontology

An OWL ontology describing events, characters and places in the Star Wars Universe
https://nickdrummond.github.io/star-wars-ontology/
3 stars 1 forks source link

Checks #37

Closed nickdrummond closed 2 years ago

nickdrummond commented 2 years ago
nickdrummond commented 2 years ago

The fix for #32 needed during/included to no longer be transitive as this prevents "Event included some Self".

So, the query diedIn some (during value Clone_Wars is incomplete - only top level events are included

nickdrummond commented 2 years ago

We can create a transitive superproperty, changing the query to:

Clone and (diedIn some (sometimeDuring value Clone_Wars))
nickdrummond commented 2 years ago

Check those that fall into Murder of value X

eg Murder of Oola

nickdrummond commented 2 years ago

Since the reification in #15 querying is a little more verbose, but at least it is complete now

    Clone and (inverse(of) some (Death and sometimeDuring value Clone_Wars))

    inverse(of) some Death

What should the inverse of of be? subjectOf?

nickdrummond commented 2 years ago

subjectOf some Death is better