Closed eroux closed 6 years ago
Thanks! The BLMP will have difficult time understanding this kind of OWL pattern though, I'm wondering if it would make sense to have something like:
:Facet
├─ :Event
│ └─ :PersonEvent
│ └─ :PlaceEvent
│ └─ :LineageReceived
...
? The BLMP would understand that structure directly.
(actually, maybe it woud make sense to rename LineageReceived into LineageEvent?)
Hmm what about having :Event
in :Facet
and not :Entity
? It would correspond to the current way of thinking of the BLMP (and mine too actually)
It would be helpful for the BLMP to have a domain for
:onOrAbout
, I think the union of:PersonEvent
,:PlaceEvent
and:LineageReceived
would be reasonable?