buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

associated with tradition #156

Open eroux opened 4 years ago

eroux commented 4 years ago

The NGMPP catalog has an indication of tradition on the texts, ToL has one on the persons (for which we prepared "personOfTradition". We also use traditions in place events. Maybe we could generalize and allow a new ":associatedWithTradition" to be put on Persons, Works, Places and Lineages?

eroux commented 4 years ago

@xristy I'm working on the NGMPP and I need this property (or an alternative proposal)... wdyt?

xristy commented 4 years ago

The ontology currently has :bdo:placeEventAffiliation and :personOfTradition which have owl:range :Tradition.

Adding:

bdo: associatedTradition
  a owl:ObjectProperty ;
  adm:userTooltip "Indicates a Tradition that the subject is associated with."@en ;
  rdfs:label "associated tradition"@en ;
  rdfs:range bdo:Tradition ;
.

will replace the current properties and permit wider latitude to associate :Traditions with other resources.