Skip to content

DesignMuseumGent/dmg-rest-api

Repository files navigation

DESIGN MUSEUM GENT - REST-API

This rest-api exposes linked-data related to Design Museum Gent. It offers a range of information, from metadata and media related to the collection, to details about its programs such as the billboard series and the exhibition archive. The data is harvested from our Linked Data Event Streams and is exposed based on REST principles. Additionally all URIs are compliant with the Flemish URI standard.

QUICK-START

DATA CATALOGUES

Top level data-catalogues or DCAT are exposed on the top-level of the API and make use of the OSLO standard:

https://data.designmuseumgent.be/v1

these include various collections:

to remove stress from the server, some of the collections work with pagination.


SINGLE ENTITIES

single entities can be fetched using appropriate identifies (which are exposed in the top-level DCATs) relying on the following syntax:

https://data.designmuseumgent.be/v1/id/{type}/{referencenumber}

as this is not yet compliant with the flemish URI standard we have also added alternative routes, compliant to the EUR standard, making use of ARK. Both routes have the same payload. To make use of ARK, refactor the URLs above to the following syntax:

https://data.designmuseumgent.be/v1/id/ark:/29417/{type}/{referencenumber}


CURATED COLLECTIONS

studio digitaal explores new query possibilities on the collection and builds prototypes as demonstrators for the APIs.

color-api

the color-api exposes the collection based on colors that objects have. Exploring different color systems, the user has the capability to retrieve data on the collection based on a given color and using the following syntax:

https://data.designmuseumgent.be/v1/color-api/{color}

to fetch and retrieve not the entire object but only a list of images with a reference to the physical object, the following query can be used:

https://data.designmuseumgent.be/v1/color-api/{color}?image=true

example using vanilla as input color:

https://data.designmuseumgent.be/v1/color-api/vanilla?image=true

a full list of the used color system is exposed here:

https://data.designmuseumgent.be/v1/colors/

About

rest-api to access metadata related to the collection and program of Design Museum gent

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published