NationalMuseumAustralia / Collection-API

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

Link to Collection Explorer #12

Closed f27wood closed 6 years ago

f27wood commented 6 years ago

From developer:

There is no direct link between an object in the /object endpoint and collection explorer, so I need to simply build this manually ( http://collectionsearch.nma.gov.au/object/{$data- >id} )

Answer:

A link to the source on Collection Explorer will be included in the MVP, as will a link to the full text which may be a different link.

stooit commented 6 years ago

👍 I can see the link back via _meta->hasFormat link in simple format, nothing yet in json-ld

Conal-Tuohy commented 6 years ago

In the JSON-LD version the Collection Explorer web page is considered another resource about the object, in the same way as the description is. So you'll find it under "subject_of". It is the resource which is classified as a web page. The classification has the id http://vocab.getty.edu/aat/300264578 (which if you follow it, you'll see means "web pages"). It should also have a label "web page", but it doesn't.

staplegun commented 6 years ago

In the MVP release the link appears in both the simple format and JSON-LD (as noted above).