From c7a12f9849b02080f6afe699fa29df2e4ace306b Mon Sep 17 00:00:00 2001 From: Lewoniewski Date: Sat, 17 Oct 2020 16:26:01 +0200 Subject: [PATCH] Update datasetdefinitions.json --- core/src/main/resources/datasetdefinitions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/src/main/resources/datasetdefinitions.json b/core/src/main/resources/datasetdefinitions.json index 521f573410..bb3bc50a7e 100644 --- a/core/src/main/resources/datasetdefinitions.json +++ b/core/src/main/resources/datasetdefinitions.json @@ -625,6 +625,18 @@ "name": "Citation Types", "traits":"LinkedData, Published", "defaultgraph": "dataset" + }, + "infobox_references": { + "name": "Infobox References", + "traits":"LinkedData, Published", + "desc": "Information about references in parameters of the infobox", + "defaultgraph": "namespace" + }, + "mapped_infobox_references": { + "name": "Mapped Infobox References", + "traits":"LinkedData, Published", + "desc": "Information about references only for mapped parameters of the infobox", + "defaultgraph": "namespace" } } }