From c59c737571f65609aebbe8bc782e54e614a28ef3 Mon Sep 17 00:00:00 2001 From: Lenny Bontenakel Date: Tue, 12 Mar 2024 12:57:03 +0100 Subject: [PATCH] changed alternate-link typing to string-set --- config/resources/besluit-domain-en.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/resources/besluit-domain-en.lisp b/config/resources/besluit-domain-en.lisp index f02ebeb..3c90218 100644 --- a/config/resources/besluit-domain-en.lisp +++ b/config/resources/besluit-domain-en.lisp @@ -28,7 +28,7 @@ (:public :boolean ,(s-prefix "besluit:openbaar")) (:title :string ,(s-prefix "dct:title")) (:type :uri-set ,(s-prefix "besluit:Agendapunt.type")) - (:alternate-link :string ,(s-prefix "prov:wasDerivedFrom")) + (:alternate-link :string-set ,(s-prefix "prov:wasDerivedFrom")) ) :has-many `((session :via ,(s-prefix "besluit:behandelt") :inverse t