buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

infer taxonomies in models resulting from queries #66

Closed eroux closed 5 years ago

eroux commented 6 years ago

When a query returns a model, there should be a little inference run on the model to have additional triples. For example if a triple has

bdr:W123 :hasGenre bdr:T234 .
bdr:T234 :taxSubclassOf bdr:T567 .

the new model should also contain

bdr:W123 :hasGenre bdr:T567 .

The same mechanism should be used for the LanguageTaxonomy (in the ontology).

(no need to do that now)

eroux commented 5 years ago

I'm not sure this is the right place to do that, or even that it's really a good idea, closing