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" } } }