buda-base / owl-schema

BDRC Ontology Schema
11 stars 2 forks source link

Property bdo:workHasItem should suffice #136

Closed xristy closed 5 years ago

xristy commented 5 years ago

I don't think we need the subProperties: bdo:workHasItemImageAsset and so on.

It should suffice to refer to: bdo:workHasItem/rdf:rtype.

If one wants the :ItemImageAsset for a :Work, ?work, then:

?work :workHasItem ?item . 
?item rdf:type :ItemImageAsset .
xristy commented 5 years ago

and the same for the inverse :itemForWork

eroux commented 5 years ago

This is fine but a few queries rely on it so they should be changed as well

xristy commented 5 years ago

Keeping this issue open until lds-queries dependencies are resolved