buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

domain for :onOrAbout #62

Closed eroux closed 6 years ago

eroux commented 6 years ago

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?

xristy commented 6 years ago

Good suggestion. Fixed.

eroux commented 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?)

xristy commented 6 years ago

[Fixed more][(https://github.com/BuddhistDigitalResourceCenter/owl-schema/commit/28ec849765638d5af77ee0b6f93422926ab0c75d)

eroux commented 6 years ago

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)