From 3ff42953065bcd4821a01a25bf189e26e1f68736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olov=20Ylinenp=C3=A4=C3=A4?= Date: Fri, 8 Mar 2024 14:30:03 +0100 Subject: [PATCH] Add availability to Item search-chips So that Instances can be filtered on `@reverse.itemOf.availability.@id` (or `@reverse.itemOf.hasComponent.availability.@id`) Also need to add availability to Item-cards. Since search-chips are made from shrunk cards. (We might need to adjust this mechanism going forward) --- source/vocab/display.jsonld | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/vocab/display.jsonld b/source/vocab/display.jsonld index 9724c35c..cad5a94e 100644 --- a/source/vocab/display.jsonld +++ b/source/vocab/display.jsonld @@ -753,7 +753,8 @@ "classification", "subject", "summary", - "immediateAcquisition" + "immediateAcquisition", + "availability" ] }, "StructuredValue": { @@ -1372,7 +1373,7 @@ "lenses": { "Item": { "fresnel:extends": {"@id": "Item-chips"}, - "showProperties": [ "fresnel:super", "subject", "summary", "hasComponent" ] + "showProperties": [ "fresnel:super", "subject", "summary", "hasComponent", "availability" ] }, "Person": { "fresnel:extends": {"@id": "Person-chips"},