From 99cab43180c4ec7c7cb27ae7a12b6e793d7e2475 Mon Sep 17 00:00:00 2001 From: Ola Blissing Date: Thu, 4 Nov 2021 17:53:38 +0100 Subject: [PATCH] Add contribution as alternative to hasTitle on Work chips --- source/vocab/display.jsonld | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/vocab/display.jsonld b/source/vocab/display.jsonld index bb5d8f77e..cf9fffeac 100644 --- a/source/vocab/display.jsonld +++ b/source/vocab/display.jsonld @@ -123,7 +123,14 @@ "@id": "Work-chips", "@type": "fresnel:Lens", "classLensDomain": "Work", - "showProperties": [ "hasTitle", "legalDate", "language", "marc:version", "version", "originDate" ] + "showProperties": [ + {"alternateProperties": ["hasTitle", "contribution"]}, + "legalDate", + "language", + "marc:version", + "version", + "originDate" + ] }, "DataCatalog": { "@id": "DataCatalog-chips",