NationalMuseumAustralia / Collection-API

The public web API of the National Museum of Australia
10 stars 0 forks source link

Rights restriction reason not appearing in `rights` search field #139

Open Conal-Tuohy opened 5 years ago

Conal-Tuohy commented 5 years ago

The rights Solr field contains a licence identifier and a short description, but is empty of a reason or justification for the selection of that particular licence.

Conal-Tuohy commented 5 years ago

This query produces zero results:

PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT ?reason
WHERE {
  ?reason crm:P2_has_type <http://vocab.getty.edu/aat/300404457>
}