Skip to content

Commit

Permalink
changed alternate-link typing to string-set
Browse files Browse the repository at this point in the history
  • Loading branch information
LBONTEN committed Mar 12, 2024
1 parent 24a2138 commit c59c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resources/besluit-domain-en.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c59c737

Please sign in to comment.