You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add an iri (or uri) property in addition to name for mappings.
Motivation
Our API supports multiple mappings via a profile media type parameter, which must be an IRI. For example, we use the following Accept: header to request OAI/DC content:
It would be nice if Houndstooth supported looking up metadata mappings by IRI, so that we wouldn’t have to make assumptions in our application about which mapping tag:surfliner.gitlab.io,2022:api/oai_dc refers to.
The text was updated successfully, but these errors were encountered:
Right now mappings are defined like :—
I would like to add an
iri
(oruri
) property in addition toname
for mappings.Motivation
Our API supports multiple mappings via a
profile
media type parameter, which must be an IRI. For example, we use the followingAccept:
header to request OAI/DC content:Accept: application/ld+json; profile="tag:surfliner.gitlab.io,2022:api/oai_dc"
It would be nice if Houndstooth supported looking up metadata mappings by IRI, so that we wouldn’t have to make assumptions in our application about which mapping
tag:surfliner.gitlab.io,2022:api/oai_dc
refers to.The text was updated successfully, but these errors were encountered: