PAC-ID Attributes

Retrieve metadata about items.

  • generic, vendor-neutral
  • easy to display,
  • yet RDF / JSON-LD compliant

Overview

A PAC-ID only contains the essentials needed to identify something. Applications often need more, such as a readable name, safety details, or physical properties. PAC-ID Attributes provides a way to retrieve that information.

Unlike many existing interfaces, it does not require custom code for every provider or overly strict conventions. It is structured enough for software to display information consistently, while remaining lightweight and practical.

It is also RDF-ready, so systems that need linked-data compatibility can use it, while others can simply use it as a straightforward metadata interface.

Example

The GET request to get attributes for item with PAC-ID HTTPS://PAC.METTORIUS.COM/-MD/BAL/210263 from the server at http://webtools.labfreed.org/attributes:

https://webtools.labfreed.org/attributes/HTTPS%3A%2F%2FPAC.METTORIUS.COM%2F-MD%2FBAL500%2F210263

 

Technical Specification

For the specification and technical details, refer to GitHub.