From 2713e30c250b301c98fe3a25329fd9ee8a5494d8 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Fri, 27 Nov 2020 16:48:35 +0100 Subject: [PATCH] Model adaptation --- .../common/model/legacy/Concessione.java | 24 +- src/test/resources/Concessione.json | 748 +++++++++++++++++- 2 files changed, 765 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/gcube/application/geoportal/common/model/legacy/Concessione.java b/src/main/java/org/gcube/application/geoportal/common/model/legacy/Concessione.java index a3bebde..38f0b8e 100644 --- a/src/main/java/org/gcube/application/geoportal/common/model/legacy/Concessione.java +++ b/src/main/java/org/gcube/application/geoportal/common/model/legacy/Concessione.java @@ -57,8 +57,10 @@ public class Concessione extends Record{ private LocalDateTime dataInizioProgetto; private LocalDateTime dataFineProgetto; - private String titolareLicenza; - private String titolareCopyright; + private List titolareLicenza; + private List titolareCopyright; + + private List paroleChiaveLibere; @@ -174,13 +176,23 @@ public class Concessione extends Record{ setSoggetto(ConstraintCheck.defaultFor(soggetto, Arrays.asList(new String[] {"Research Excavation","Archaeology"})) .addChecks(Check.collectionSizeMin(2)).evaluate()); + setDescrizioneContenuto(ConstraintCheck.defaultFor(getDescrizioneContenuto(), + "Relazione di fine scavo e relativo abstract; selezione di immagini rappresentative;" + + " posizionamento topografico dell'area indagata, pianta di fine scavo.").evaluate()); + + + setSoggetto(ConstraintCheck.defaultFor(soggetto, Arrays.asList(new String[] {"Research Excavation","Archaeology"})) + .addChecks(Check.collectionSizeMin(2)).evaluate()); + + setLicenzaID(ConstraintCheck.defaultFor(getLicenzaID(), "CC0-1.0").evaluate()); + if(relazioneScavo!=null) { relazioneScavo.setTitolo(ConstraintCheck.defaultFor(relazioneScavo.getTitolo(),getNome()+" relazione di scavo").evaluate()); relazioneScavo.setSoggetto(ConstraintCheck.defaultFor(relazioneScavo.getSoggetto(),getSoggetto()).evaluate()); relazioneScavo.setCreationTime(ConstraintCheck.defaultFor(relazioneScavo.getCreationTime(),getCreationTime()).evaluate()); - relazioneScavo.setLicenseID(getLicenzaID()); + relazioneScavo.setLicenseID(ConstraintCheck.defaultFor(getLicenzaID(), "CC-BY-4.0").evaluate()); relazioneScavo.setPolicy(getPolicy()); } @@ -190,7 +202,7 @@ public class Concessione extends Record{ img.setSoggetto(ConstraintCheck.defaultFor(img.getSoggetto(),getSoggetto()).evaluate()); img.setCreationTime(ConstraintCheck.defaultFor(img.getCreationTime(),getCreationTime()).evaluate()); img.setPolicy(ConstraintCheck.defaultFor(img.getPolicy(),getPolicy()).evaluate()); - img.setLicenseID(ConstraintCheck.defaultFor(img.getLicenseID(),getLicenzaID()).evaluate()); + img.setLicenseID(ConstraintCheck.defaultFor(img.getLicenseID(),"CC-BY-4.0").evaluate()); } @@ -209,7 +221,7 @@ public class Concessione extends Record{ posizionamentoScavo.setBbox(ConstraintCheck.defaultFor(posizionamentoScavo.getBbox(), BBOX.WORLD_EXTENT).evaluate()); posizionamentoScavo.setPolicy(ConstraintCheck.defaultFor(posizionamentoScavo.getPolicy(),getPolicy()).evaluate());; - posizionamentoScavo.setLicenseID("CC-BY"); + posizionamentoScavo.setLicenseID(ConstraintCheck.defaultFor(posizionamentoScavo.getLicenseID(), "CC-BY-4.0").evaluate()); posizionamentoScavo.setResponsabile(getResponsabile()); posizionamentoScavo.setCreationTime(ConstraintCheck.defaultFor(posizionamentoScavo.getCreationTime(), getCreationTime()).evaluate()); @@ -235,7 +247,7 @@ public class Concessione extends Record{ l.setBbox(ConstraintCheck.defaultFor(l.getBbox(), BBOX.WORLD_EXTENT).evaluate()); l.setPolicy(ConstraintCheck.defaultFor(l.getPolicy(),getPolicy()).evaluate());; - l.setLicenseID(ConstraintCheck.defaultFor(l.getLicenseID(), "CC-BY").evaluate()); + l.setLicenseID(ConstraintCheck.defaultFor(l.getLicenseID(), "CC-BY-4.0").evaluate()); l.setResponsabile(getResponsabile()); l.setCreationTime(ConstraintCheck.defaultFor(l.getCreationTime(), getCreationTime()).evaluate()); } diff --git a/src/test/resources/Concessione.json b/src/test/resources/Concessione.json index cb62c34..f17b3c3 100644 --- a/src/test/resources/Concessione.json +++ b/src/test/resources/Concessione.json @@ -1 +1,747 @@ -{"id":13,"recordType":"CONCESSIONE","version":"1.0.0","licenzaID":"CC-BY","policy":"OPEN","nome":"Italia, forse","folderId":null,"lastUpdateTime":[2020,11,19,18,48,36,32000000],"lastUpdateUser":"NO NAME","creationTime":[2020,11,19,18,48,36,32000000],"creationUser":"NO NAME","introduzione":"This is my project","descrizioneContenuto":"It contains this and that","authors":["Some one","Some, oneelse"],"contributore":"Contrib 1","titolari":["Some one","Some, oneelse"],"responsabile":"Someone","editore":"Editore","fontiFinanziamento":["Big pharma","Pentagon"],"soggetto":["Research Excavation","Archeology"],"risorseCorrelate":[],"dataInizioProgetto":[2020,11,19,18,48,17,994000000],"dataFineProgetto":[2020,11,19,18,48,18,3000000],"titolareLicenza":"Qualcun altro","titolareCopyright":"Chiedilo in giro","paroleChiaveLibere":["Robba","Stuff"],"paroleChiaveICCD":["vattelapesca","somthing something"],"centroidLat":43.0,"centroidLong":9.0,"relazioneScavo":null,"immaginiRappresentative":[],"posizionamentoScavo":null,"pianteFineScavo":[],"genericContent":[]} \ No newline at end of file +{ + "authors": [ + "Some one", + "Some, oneelse" + ], + "centroidLat": 43.0, + "centroidLong": 9.0, + "contributore": "Contrib 1", + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "creationUser": "NO NAME", + "dataFineProgetto": [ + 2020, + 11, + 26, + 13, + 14, + 17, + 6000000 + ], + "dataInizioProgetto": [ + 2020, + 11, + 26, + 13, + 14, + 16, + 994000000 + ], + "descrizioneContenuto": "It contains this and that", + "editore": "Editore", + "folderId": "5f14252f-55df-4c9a-94d9-9ad190efbe6a", + "fontiFinanziamento": [ + "Big pharma", + "Pentagon" + ], + "genericContent": [], + "id": 8, + "immaginiRappresentative": [ + { + "actualContent": [ + { + "associated": null, + "id": 187, + "link": "https://data.dev.d4science.org/shub/E_VGFQSExUR1BmdzVHNjI5ZjFJeXE1TUFpWEkxUGllelIyWVZndndKZ3pBaGNPWlNGczdFaUNtMHVZaEd0dXc2Rw==", + "mimetype": "image/png", + "storageID": "6765deab-b157-494f-83e2-299032e1904c", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 35, + 177000000 + ], + "didascalia": "You can see my image number 0", + "format": "TIFF", + "id": 67, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "My image number 0", + "type": "UploadedImage" + }, + { + "actualContent": [ + { + "associated": null, + "id": 188, + "link": "https://data.dev.d4science.org/shub/E_NDVyQnBiMFJ1VDliYS83eEJvYS9vb1JrZ2tQN2orY3ZXNUJia25McFFtNlMrSS91NHNBN3pPVUNzTGN2aE9JOQ==", + "mimetype": "image/png", + "storageID": "4b4fb9f9-b96d-485d-80c9-713fad8a5c9b", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 35, + 177000000 + ], + "didascalia": "You can see my image number 1", + "format": "TIFF", + "id": 68, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "My image number 1", + "type": "UploadedImage" + }, + { + "actualContent": [ + { + "associated": null, + "id": 189, + "link": "https://data.dev.d4science.org/shub/E_YWw0TXVKa29KZFJOeDMwVlRDc29xMW0zSExYdGRJdmxZWEtJSGRVZ3ZBRVEwTnc1cEdMNG1iVVRBN2JDVG9WYQ==", + "mimetype": "image/png", + "storageID": "2690d6bc-2833-4797-81bb-1c1865f34f34", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 35, + 177000000 + ], + "didascalia": "You can see my image number 2", + "format": "TIFF", + "id": 69, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "My image number 2", + "type": "UploadedImage" + }, + { + "actualContent": [ + { + "associated": null, + "id": 190, + "link": "https://data.dev.d4science.org/shub/E_TU9ha0lGMTRhTDl6S2IzWDNmUWROVXZjZzJiSmNrS1BjZ3gycUJvVEI2b0ZDaGxuK1dUWmlsNW1DZE1ESUJPbA==", + "mimetype": "image/png", + "storageID": "244b0fe0-8f53-469a-9c5e-ac63e37d4622", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 35, + 177000000 + ], + "didascalia": "You can see my image number 3", + "format": "TIFF", + "id": 70, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "My image number 3", + "type": "UploadedImage" + }, + { + "actualContent": [ + { + "associated": null, + "id": 191, + "link": "https://data.dev.d4science.org/shub/E_NXZYZnV3RlFTYzRWOTBOMWt0cmFtVUtTU20xWTBQb3daRVV6RU8zTDc5RU9USnZVL3Y1VmpRNHNaajMyelVTMQ==", + "mimetype": "image/png", + "storageID": "6fab2082-08af-4899-9730-462b011b517d", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 35, + 177000000 + ], + "didascalia": "You can see my image number 4", + "format": "TIFF", + "id": 71, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "My image number 4", + "type": "UploadedImage" + } + ], + "introduzione": "This is my project", + "lastUpdateTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "lastUpdateUser": "NO NAME", + "licenzaID": "CC-BY", + "nome": "Italia, forse", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "pianteFineScavo": [ + { + "abstractSection": "Planimetria georeferenziata dell'area indagata al termine delle attività", + "actualContent": [ + { + "associated": null, + "id": 196, + "link": "https://data.dev.d4science.org/shub/E_aTZqVlNzRlRVSUFVZXhBNVp2bDdYMDlRTnNwVlRGRXNqMlI3MkxTdXlrWVFJeDF0L3pLemtaTDBwWFA3TVJKUw==", + "mimetype": "application/x-shapefile", + "storageID": "debd7027-56fe-4cff-ae87-b0df94421035", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 193, + "link": "https://data.dev.d4science.org/shub/E_UWpOTUYvRTRvV2hCYS8wQ3BaSG5GdG00MXdyeVg2M3dnZk5ZSEd3a0RxdWs0YUJTalFMK1JJQ2x5dFlySTZ4Lw==", + "mimetype": "text/plain", + "storageID": "d44b073f-6828-4dfd-a1fc-1d5eed93abc5", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 195, + "link": "https://data.dev.d4science.org/shub/E_SXUrWi9OZW9MMXpTSzdraGhveXNpaVo3b0Fid1loc1BEdnlqVmdGaWd1U2czb1YxdDhPeHNBWmovV21xRmxXVw==", + "mimetype": "application/x-shapefile", + "storageID": "4e184a77-915b-4ebd-bcb8-08ac8138069b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 194, + "link": "https://data.dev.d4science.org/shub/E_RFZ0V2NUaDB5bCt4bGo5MnByZXZoRW5rWnRSWXFoRzdnQmxqTHlYSlhCeTU5RHZ3S2Ywa0ZDUCtUOCtZK3VkdQ==", + "mimetype": "text/plain", + "storageID": "f0f1fff4-6ee4-47c5-92be-2fd2c1ab5687", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 192, + "link": "https://data.dev.d4science.org/shub/E_cFZ6MFgvR1gzWmx0d2hvRmVnVTBQTEszdG1seEN3d2tBcHNsYkFXVlhKRUtucHZKb24xakEwa1IwQWJCTjc3cA==", + "mimetype": "application/x-dbf", + "storageID": "2c542d5a-ca89-42bb-87c9-1bceb8f0f03b", + "type": "WorkspaceContent" + } + ], + "authors": [ + "Some one", + "Some, oneelse" + ], + "bbox": { + "maxLat": 90.0, + "maxLong": 180.0, + "minLat": -90.0, + "minLong": -180.0 + }, + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 72, + "layerID": null, + "layerName": null, + "layerUUID": null, + "licenseID": "CC-BY", + "metodoRaccoltaDati": "Fattobbene", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "policy": "RESTRICTED", + "record": null, + "responsabile": "Someone", + "scalaAcquisizione": "1:10000", + "subTopic": "Archeology", + "titolo": "Italia, forse pianta fine scavo", + "topicCategory": "Society", + "type": "LayerConcessione", + "valutazioneQualita": "Secondo me si", + "wmsLink": null + }, + { + "abstractSection": "Planimetria georeferenziata dell'area indagata al termine delle attività", + "actualContent": [ + { + "associated": null, + "id": 198, + "link": "https://data.dev.d4science.org/shub/E_UWpOTUYvRTRvV2hCYS8wQ3BaSG5GdG00MXdyeVg2M3dnZk5ZSEd3a0RxdWs0YUJTalFMK1JJQ2x5dFlySTZ4Lw==", + "mimetype": "text/plain", + "storageID": "d44b073f-6828-4dfd-a1fc-1d5eed93abc5", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 197, + "link": "https://data.dev.d4science.org/shub/E_cFZ6MFgvR1gzWmx0d2hvRmVnVTBQTEszdG1seEN3d2tBcHNsYkFXVlhKRUtucHZKb24xakEwa1IwQWJCTjc3cA==", + "mimetype": "application/x-dbf", + "storageID": "2c542d5a-ca89-42bb-87c9-1bceb8f0f03b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 200, + "link": "https://data.dev.d4science.org/shub/E_SXUrWi9OZW9MMXpTSzdraGhveXNpaVo3b0Fid1loc1BEdnlqVmdGaWd1U2czb1YxdDhPeHNBWmovV21xRmxXVw==", + "mimetype": "application/x-shapefile", + "storageID": "4e184a77-915b-4ebd-bcb8-08ac8138069b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 199, + "link": "https://data.dev.d4science.org/shub/E_RFZ0V2NUaDB5bCt4bGo5MnByZXZoRW5rWnRSWXFoRzdnQmxqTHlYSlhCeTU5RHZ3S2Ywa0ZDUCtUOCtZK3VkdQ==", + "mimetype": "text/plain", + "storageID": "f0f1fff4-6ee4-47c5-92be-2fd2c1ab5687", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 201, + "link": "https://data.dev.d4science.org/shub/E_aTZqVlNzRlRVSUFVZXhBNVp2bDdYMDlRTnNwVlRGRXNqMlI3MkxTdXlrWVFJeDF0L3pLemtaTDBwWFA3TVJKUw==", + "mimetype": "application/x-shapefile", + "storageID": "debd7027-56fe-4cff-ae87-b0df94421035", + "type": "WorkspaceContent" + } + ], + "authors": [ + "Some one", + "Some, oneelse" + ], + "bbox": { + "maxLat": 90.0, + "maxLong": 180.0, + "minLat": -90.0, + "minLong": -180.0 + }, + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 73, + "layerID": null, + "layerName": null, + "layerUUID": null, + "licenseID": "CC-BY", + "metodoRaccoltaDati": "Fattobbene", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "policy": "RESTRICTED", + "record": null, + "responsabile": "Someone", + "scalaAcquisizione": "1:10000", + "subTopic": "Archeology", + "titolo": "Italia, forse pianta fine scavo", + "topicCategory": "Society", + "type": "LayerConcessione", + "valutazioneQualita": "Secondo me si", + "wmsLink": null + }, + { + "abstractSection": "Planimetria georeferenziata dell'area indagata al termine delle attività", + "actualContent": [ + { + "associated": null, + "id": 202, + "link": "https://data.dev.d4science.org/shub/E_cFZ6MFgvR1gzWmx0d2hvRmVnVTBQTEszdG1seEN3d2tBcHNsYkFXVlhKRUtucHZKb24xakEwa1IwQWJCTjc3cA==", + "mimetype": "application/x-dbf", + "storageID": "2c542d5a-ca89-42bb-87c9-1bceb8f0f03b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 204, + "link": "https://data.dev.d4science.org/shub/E_RFZ0V2NUaDB5bCt4bGo5MnByZXZoRW5rWnRSWXFoRzdnQmxqTHlYSlhCeTU5RHZ3S2Ywa0ZDUCtUOCtZK3VkdQ==", + "mimetype": "text/plain", + "storageID": "f0f1fff4-6ee4-47c5-92be-2fd2c1ab5687", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 205, + "link": "https://data.dev.d4science.org/shub/E_SXUrWi9OZW9MMXpTSzdraGhveXNpaVo3b0Fid1loc1BEdnlqVmdGaWd1U2czb1YxdDhPeHNBWmovV21xRmxXVw==", + "mimetype": "application/x-shapefile", + "storageID": "4e184a77-915b-4ebd-bcb8-08ac8138069b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 203, + "link": "https://data.dev.d4science.org/shub/E_UWpOTUYvRTRvV2hCYS8wQ3BaSG5GdG00MXdyeVg2M3dnZk5ZSEd3a0RxdWs0YUJTalFMK1JJQ2x5dFlySTZ4Lw==", + "mimetype": "text/plain", + "storageID": "d44b073f-6828-4dfd-a1fc-1d5eed93abc5", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 206, + "link": "https://data.dev.d4science.org/shub/E_aTZqVlNzRlRVSUFVZXhBNVp2bDdYMDlRTnNwVlRGRXNqMlI3MkxTdXlrWVFJeDF0L3pLemtaTDBwWFA3TVJKUw==", + "mimetype": "application/x-shapefile", + "storageID": "debd7027-56fe-4cff-ae87-b0df94421035", + "type": "WorkspaceContent" + } + ], + "authors": [ + "Some one", + "Some, oneelse" + ], + "bbox": { + "maxLat": 90.0, + "maxLong": 180.0, + "minLat": -90.0, + "minLong": -180.0 + }, + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 74, + "layerID": null, + "layerName": null, + "layerUUID": null, + "licenseID": "CC-BY", + "metodoRaccoltaDati": "Fattobbene", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "policy": "RESTRICTED", + "record": null, + "responsabile": "Someone", + "scalaAcquisizione": "1:10000", + "subTopic": "Archeology", + "titolo": "Italia, forse pianta fine scavo", + "topicCategory": "Society", + "type": "LayerConcessione", + "valutazioneQualita": "Secondo me si", + "wmsLink": null + }, + { + "abstractSection": "Planimetria georeferenziata dell'area indagata al termine delle attività", + "actualContent": [ + { + "associated": null, + "id": 209, + "link": "https://data.dev.d4science.org/shub/E_RFZ0V2NUaDB5bCt4bGo5MnByZXZoRW5rWnRSWXFoRzdnQmxqTHlYSlhCeTU5RHZ3S2Ywa0ZDUCtUOCtZK3VkdQ==", + "mimetype": "text/plain", + "storageID": "f0f1fff4-6ee4-47c5-92be-2fd2c1ab5687", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 211, + "link": "https://data.dev.d4science.org/shub/E_aTZqVlNzRlRVSUFVZXhBNVp2bDdYMDlRTnNwVlRGRXNqMlI3MkxTdXlrWVFJeDF0L3pLemtaTDBwWFA3TVJKUw==", + "mimetype": "application/x-shapefile", + "storageID": "debd7027-56fe-4cff-ae87-b0df94421035", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 207, + "link": "https://data.dev.d4science.org/shub/E_cFZ6MFgvR1gzWmx0d2hvRmVnVTBQTEszdG1seEN3d2tBcHNsYkFXVlhKRUtucHZKb24xakEwa1IwQWJCTjc3cA==", + "mimetype": "application/x-dbf", + "storageID": "2c542d5a-ca89-42bb-87c9-1bceb8f0f03b", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 208, + "link": "https://data.dev.d4science.org/shub/E_UWpOTUYvRTRvV2hCYS8wQ3BaSG5GdG00MXdyeVg2M3dnZk5ZSEd3a0RxdWs0YUJTalFMK1JJQ2x5dFlySTZ4Lw==", + "mimetype": "text/plain", + "storageID": "d44b073f-6828-4dfd-a1fc-1d5eed93abc5", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 210, + "link": "https://data.dev.d4science.org/shub/E_SXUrWi9OZW9MMXpTSzdraGhveXNpaVo3b0Fid1loc1BEdnlqVmdGaWd1U2czb1YxdDhPeHNBWmovV21xRmxXVw==", + "mimetype": "application/x-shapefile", + "storageID": "4e184a77-915b-4ebd-bcb8-08ac8138069b", + "type": "WorkspaceContent" + } + ], + "authors": [ + "Some one", + "Some, oneelse" + ], + "bbox": { + "maxLat": 90.0, + "maxLong": 180.0, + "minLat": -90.0, + "minLong": -180.0 + }, + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 75, + "layerID": null, + "layerName": null, + "layerUUID": null, + "licenseID": "CC-BY", + "metodoRaccoltaDati": "Fattobbene", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "policy": "RESTRICTED", + "record": null, + "responsabile": "Someone", + "scalaAcquisizione": "1:10000", + "subTopic": "Archeology", + "titolo": "Italia, forse pianta fine scavo", + "topicCategory": "Society", + "type": "LayerConcessione", + "valutazioneQualita": "Secondo me si", + "wmsLink": null + } + ], + "policy": "OPEN", + "posizionamentoScavo": { + "abstractSection": "Posizionamento topografico georeferenziato dell’area interessata dalle indagini", + "actualContent": [ + { + "associated": null, + "id": 214, + "link": "https://data.dev.d4science.org/shub/E_UjJoQkw2a0VlR3djQnVYMlNaME40VkdLL3pxV21DNmRrWXVZUlFhMk53aXJORVJmM29pcHpPdVc4aHZLUTRwcg==", + "mimetype": "text/plain", + "storageID": "fac45dad-4840-4fda-b613-0bfd831d8720", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 213, + "link": "https://data.dev.d4science.org/shub/E_T0lsR09LbVdqMExWT1ZwZWpZSW4zUXBqZlV2bCt6d3hMbnc5UDBvRW45eENONzB4cXNtZ216cXZFNWVzdjU0eg==", + "mimetype": "text/plain", + "storageID": "d599e90f-26e0-4b27-b85e-bedd286ff2d7", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 215, + "link": "https://data.dev.d4science.org/shub/E_U2NhMXUvMzRycE9YYkRmbHphdC82QlJJN2FEeVd0Y1FEQmxwSjNmcWRTUDZoZHhVQ1VPdjRMVVdOVDcxNTh5Yw==", + "mimetype": "application/x-shapefile", + "storageID": "f1080875-7f01-4658-9758-9388262ad12c", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 216, + "link": "https://data.dev.d4science.org/shub/E_RlBWRW5lUG9nbncxSC9ZQlRURmFSeTQ3Q0ZqdDhOK2luV01uWjUxMTZ4OHREa29US2t3K21RblpjaXFMTWtSSA==", + "mimetype": "application/x-shapefile", + "storageID": "6b7eeb40-0cd1-4fe5-97b5-b7091e6b7531", + "type": "WorkspaceContent" + }, + { + "associated": null, + "id": 212, + "link": "https://data.dev.d4science.org/shub/E_aHQxcDhoRGN0QXdXZTkwUmtKRlJsUFVqWjM4STY3U0JkVGU1L3l1a2t5WkhFWlc4blpoa0QxaDVRaHZCOXR2Nw==", + "mimetype": "application/x-dbf", + "storageID": "9af11436-2241-4a03-a95b-96849272bc25", + "type": "WorkspaceContent" + } + ], + "authors": [ + "Some one", + "Some, oneelse" + ], + "bbox": { + "maxLat": 90.0, + "maxLong": 180.0, + "minLat": -90.0, + "minLong": -180.0 + }, + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 76, + "layerID": null, + "layerName": null, + "layerUUID": null, + "licenseID": "CC-BY", + "metodoRaccoltaDati": "Fattobbene", + "paroleChiaveICCD": [ + "vattelapesca", + "somthing something" + ], + "paroleChiaveLibere": [ + "Robba", + "Stuff" + ], + "policy": "OPEN", + "record": null, + "responsabile": "Someone", + "scalaAcquisizione": "1:10000", + "subTopic": "Archeology", + "titolo": "Italia, forse posizionamento scavo", + "topicCategory": "Society", + "type": "LayerConcessione", + "valutazioneQualita": "Secondo me si", + "wmsLink": null + }, + "recordType": "CONCESSIONE", + "relazioneScavo": { + "abstractSection": "simple abstract section", + "actualContent": [ + { + "associated": null, + "id": 217, + "link": "https://data.dev.d4science.org/shub/E_a0JGWWNsY0tFc29CVC8xUW1ROUJhMnVaaWwxNk5TTk5TRlgvQW1tbkpLdDBuNFU3Rkg2VmlFVW53TEUzaEM4aA==", + "mimetype": "application/pdf", + "storageID": "e0cd721a-89e4-437d-9fba-2bfc197cb4c1", + "type": "WorkspaceContent" + } + ], + "creationTime": [ + 2020, + 11, + 26, + 13, + 14, + 37, + 342000000 + ], + "id": 77, + "licenseID": "CC-BY", + "policy": "OPEN", + "record": null, + "responsabili": [ + "Some one", + "Some, oneelse" + ], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolo": "Italia, forse relazione di scavo", + "type": "RelazioneScavo" + }, + "responsabile": "Someone", + "risorseCorrelate": [], + "soggetto": [ + "Research Excavation", + "Archeology" + ], + "titolareCopyright": ["Chiedilo in giro"], + "titolareLicenza": ["Qualcun altro"], + "titolari": [ + "Some one", + "Some, oneelse" + ], + "version": "1.0.0" +} \ No newline at end of file