From 0d029cb8cba38b6fa4baa0f1cdf7ab25582cc43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=BCbeyde=20Civelek?= Date: Tue, 28 Apr 2026 16:50:49 +0200 Subject: [PATCH] add(vocabularies): video resource type --- app_data/vocabularies/resource_types.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app_data/vocabularies/resource_types.yaml b/app_data/vocabularies/resource_types.yaml index d3a77a79..bc20c189 100644 --- a/app_data/vocabularies/resource_types.yaml +++ b/app_data/vocabularies/resource_types.yaml @@ -1089,3 +1089,21 @@ tags: - depositable - linkable +- id: video + icon: video + props: + csl: motion_picture + datacite_general: Audiovisual + datacite_type: "" + openaire_resourceType: "0033" + openaire_type: dataset + eurepo: info:eu-repo/semantics/other + schema.org: https://schema.org/VideoObject + subtype: "" + type: video + marc21_type: video + marc21_subtype: "" + title: + en: Video + tags: + - linkable \ No newline at end of file