Newer
Older
"useAuth": false,
"prefixesFile": "SparqlQueriesPrefixes.js"
},
"sparqlQueriesFile": "SparqlQueriesPerspective2.js",
"baseURI": "http://ldf.fi/mmm",
"URITemplate": "<BASE_URI>/manifestation_singleton/<LOCAL_ID>",
"facetClass": "frbroo:F4_Manifestation_Singleton",
"frontPageImage": "main_page/manuscripts-452x262.jpg",
"searchMode": "faceted-search",
"defaultTab": "table",
"defaultInstancePageTab": "table",
"resultClasses": {
"perspective2": {
"paginatedResultsConfig": {
"tabID": 0,
"component": "ResultTable",
"tabPath": "table",
"tabIcon": "CalendarViewDay",
"propertiesQueryBlock": "manuscriptPropertiesFacetResults",
"paginatedResultsAlwaysExpandRows": false,
"paginatedResultsRowContentMaxHeight": 190,
"pagesize": 10,
"sortBy": null,
"sortDirection": null
},
"propertiesQueryBlock": "manuscriptPropertiesInstancePage",
"instancePageResultClasses": {
"instancePageTable": {
"tabID": 0,
"component": "InstancePageTable",
"tabPath": "table",
"tabIcon": "CalendarViewDay"
},
"component": "Network",
"tabPath": "network",
"tabIcon": "BubbleChart",
"pageType": "instancePage",
"sparqlQuery": "manuscriptInstancePageNetworkLinksQuery",
"sparqlQueryNodes": "manuscriptNetworkNodesQuery",
"useNetworkAPI": true,
"limit": 200,
"optimize": 1.2,
"style": "cytoscapeStyle",
"layout": "coseLayout"
},
"instancePageExport": {
"tabID": 2,
"component": "Export",
"tabPath": "export",
"tabIcon": "CloudDownload",
"pageType": "instancePage"
}
}
"component": "LeafletMap",
"tabPath": "production_places",
"tabIcon": "AddLocation",
"sparqlQuery": "productionPlacesQuery",
"filterTarget": "manuscripts",
"resultMapper": "mapPlaces",
"facetID": "productionPlace",
"showExternalLayers": true,
"instanceConfig": {
"propertiesQueryBlock": "placePropertiesInfoWindow",
"relatedInstances": "manuscriptsProducedAt",
"createPopUpContent": "createPopUpContentMMM"
}
},
"placesMsProducedHeatmap": {
"tabID": 2,
"component": "Deck",
"tabPath": "production_places_heatmap",
"tabIcon": "AddLocation",
"sparqlQuery": "productionPlacesQuery",
"filterTarget": "manuscripts",
"resultMapper": "mapPlaces",
"layerType": "heatmapLayer"
},
"lastKnownLocations": {
"tabID": 5,
"component": "LeafletMap",
"tabPath": "last_known_locations",
"tabIcon": "LocationOn",
"sparqlQuery": "lastKnownLocationsQuery",
"filterTarget": "manuscripts",
"resultMapper": "mapPlaces",
"facetID": "lastKnownLocation",
"instanceConfig": {
"propertiesQueryBlock": "placePropertiesInfoWindow",
"relatedInstances": "lastKnownLocationsAt"
}
},
"placesMsMigrations": {
"tabID": 6,
"component": "Deck",
"tabPath": "migrations",
"tabIcon": "Redo",
"sparqlQuery": "migrationsQuery",
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
"filterTarget": "manuscript",
"resultMapper": "makeObjectList",
"layerType": "arcLayer",
"arcWidthVariable": "instanceCountScaled",
"instanceVariable": "manuscript",
"showTooltips": true,
"postprocess": {
"func": "linearScale",
"config": {
"variable": "instanceCount",
"minAllowed": 3,
"maxAllowed": 30
}
}
},
"placesMsMigrationsDialog": {
"sparqlQuery": "migrationsDialogQuery",
"filterTarget": "id",
"resultMapper": "makeObjectList"
},
"productionTimespanLineChart": {
"tabID": 3,
"component": "ApexCharts",
"tabPath": "production_dates",
"tabIcon": "ShowChart",
"sparqlQuery": "productionsByDecadeQuery",
"filterTarget": "instance",
"resultMapper": "mapLineChart",
"resultMapperConfig": {
"fillEmptyValues": false
},
"createChartData": "createSingleLineChartData",
"title": "Manuscript production by decade",
"xaxisTitle": "Decade",
"xaxisType": "category",
"xaxisTickAmount": 30,
"yaxisTitle": "Manuscript count",
"seriesTitle": "Manuscript count",
"stroke": {
"width": 2
}
},
"productionsByDecadeAndCountry": {
"sparqlQuery": "productionsByDecadeAndCountryQuery",
"filterTarget": "manuscript",
"resultMapper": "makeObjectList",
"postprocess": {
"func": "toBarChartRaceFormat",
"config": {
"step": 10
}
}
},
"eventLineChart": {
"tabID": 4,
"component": "ApexCharts",
"tabPath": "event_dates",
"tabIcon": "AddLocation",
"sparqlQuery": "eventsByDecadeQuery",
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
"filterTarget": "manuscript",
"resultMapper": "mapMultipleLineChart",
"resultMapperConfig": {
"fillEmptyValues": false
},
"createChartData": "createMultipleLineChartData",
"title": "Manuscript events by decade",
"xaxisTitle": "Decade",
"xaxisType": "category",
"xaxisTickAmount": 30,
"yaxisTitle": "Count",
"seriesTitle": "Count",
"stroke": {
"curve": "straight",
"width": 2
},
"fill": {
"type": "gradient",
"gradient": {
"shadeIntensity": 1,
"inverseColors": false,
"opacityFrom": 0.6,
"opacityTo": 0.05,
"stops": [
20,
60,
100,
100
]
}
}
},
"manuscriptFacetResultsNetwork": {
"tabID": 7,
"component": "Network",
"tabPath": "network",
"tabIcon": "BubbleChart",
"sparqlQuery": "manuscriptFacetResultsNetworkLinksQuery",
"sparqlQueryNodes": "manuscriptNetworkNodesQuery",
"filterTarget": "manuscript",
"useNetworkAPI": true,
"limit": 500,
"optimize": 1.2,
"style": "cytoscapeStyle",
"layout": "coseLayout",
"preprocess": "preprocess"
},
"export": {
"tabID": 8,
"component": "Export",
"tabPath": "export",
"tabIcon": "CloudDownload",
"resultClass": "perspective2",
"facetClass": "perspective2"
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
},
"jenaText": {
"propertiesQueryBlock": "fullTextSearchProperties"
}
},
"maps": {
"placesMsProduced": {
"center": [
22.43,
10.37
],
"zoom": 2
},
"placesMsProducedHeatmap": {
"center": [
22.43,
10.37
],
"zoom": 2
},
"lastKnownLocations": {
"center": [
22.43,
10.37
],
"zoom": 2
},
"placesMsMigrations": {
"center": [
22.43,
10.37
],
"zoom": 2
},
"casualtiesByMunicipality": {
"center": [
65.184809,
27.31405
],
"zoom": 4
"properties": [
{
"id": "uri",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
"onlyOnInstancePage": true
},
{
"id": "prefLabel",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
},
{
"id": "author",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"valueType": "object",
"makeLink": true,
"sortValues": true,
"numberedList": false,
"minWidth": 200,
"collapsedMaxWords": 3,
"priority": 5
},
{
"id": "expression",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 180,
"collapsedMaxWords": 3,
"priority": 5
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"showSource": true,
"sourceExternalLink": true,
"minWidth": 150
},
{
"id": "productionTimespan",
"valueType": "object",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
"showSource": true,
"sourceExternalLink": true,
"minWidth": 150
},
{
"id": "lastKnownLocation",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 160
},
{
"id": "note",
"valueType": "string",
"renderAsHTML": false,
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 220,
"collapsedMaxWords": 5,
"expandedOnInstancePage": true
},
{
"id": "language",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "event",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 200
},
{
"id": "owner",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 250
},
{
"id": "collection",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 200
},
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
{
"id": "transferOfCustodyPlace",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 200
},
{
"id": "transferOfCustodyTimespan",
"valueType": "object",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 200
},
{
"id": "material",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "height",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 140
},
{
"id": "width",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "folios",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "lines",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "columns",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "miniatures",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "decoratedInitials",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 170
},
{
"id": "historiatedInitials",
"valueType": "string",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 170
},
{
"id": "source",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
}
],
"facets": {
"prefLabel": {
"containerClass": "one",
"facetType": "text",
"filterType": "textFilter",
"sortByPredicate": "skos:prefLabel",
"textQueryProperty": "skos:prefLabel"
},
"author": {
"containerClass": "ten",
"facetType": "list",
"filterType": "uriFilter",
"hideUnknownValue": true,
"predicate": "mmm-schema:manuscript_author",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "mmm-schema:manuscript_author/skos:prefLabel",
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
"work": {
"containerClass": "one",
"facetType": "text",
"filterType": "textFilter",
"sortByPredicate": "mmm-schema:manuscript_work/skos:prefLabel",
"textQueryPredicate": "mmm-schema:manuscript_work",
"textQueryProperty": "skos:prefLabel"
},
"productionPlace": {
"containerClass": "ten",
"facetType": "hierarchical",
"facetValueFilter": "?id dct:source <http://vocab.getty.edu/tgn/>",
"filterType": "uriFilter",
"parentProperty": "gvp:broaderPreferred",
"predicate": "^crm:P108_has_produced/crm:P7_took_place_at",
"searchField": true,
"selectAlsoSubconcepts": true,
"selectAlsoSubconceptsButton": true,
"sortByPredicate": "^crm:P108_has_produced/crm:P7_took_place_at/skos:prefLabel",
"spatialFilterButton": true,
"spatialFilterTab": "production_places"
},
"productionTimespan": {
"containerClass": "four",
"endProperty": "crm:P82b_end_of_the_end",
"facetType": "timespan",
"filterType": "timespanFilter",
"lineChartButton": true,
"lineChartConfig": {
"xaxisType": "category",
"xaxisTickAmount": 30,
"stroke": {
"width": 2
}
},
"max": null,
"min": null,
"predicate": "^crm:P108_has_produced/crm:P4_has_time-span",
"sortByAscPredicate": "^crm:P108_has_produced/crm:P4_has_time-span/crm:P82a_begin_of_the_begin",
"sortByDescPredicate": "^crm:P108_has_produced/crm:P4_has_time-span/crm:P82b_end_of_the_end",
"startProperty": "crm:P82a_begin_of_the_begin"
},
"note": {
"containerClass": "one",
"facetType": "text",
"filterType": "textFilter",
"sortByPredicate": "crm:P3_has_note",
"textQueryProperty": "crm:P3_has_note"
},
"language": {
"barChartButton": true,
"containerClass": "ten",
"filterType": "uriFilter",
"predicate": "crm:P128_carries/crm:P72_has_language",
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "crm:P128_carries/crm:P72_has_language/skos:prefLabel",
"owner": {
"containerClass": "ten",
"filterType": "uriFilter",
"pieChartButton": true,
"predicate": "crm:P51_has_former_or_current_owner",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "crm:P51_has_former_or_current_owner/skos:prefLabel",
"sortDirection": "desc",
"useConjuction": false,
"useConjuctionButton": true
"collection": {
"containerClass": "ten",
"filterType": "uriFilter",
"pieChartButton": true,
"predicate": "crm:P46i_forms_part_of",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "crm:P46i_forms_part_of/skos:prefLabel",
"sortDirection": "desc"
},
"transferOfCustodyPlace": {
"containerClass": "ten",
"facetType": "hierarchical",
"facetValueFilter": "?id dct:source <http://vocab.getty.edu/tgn/>",
"filterType": "uriFilter",
"parentProperty": "gvp:broaderPreferred",
"predicate": "^crm:P30_transferred_custody_of/crm:P7_took_place_at",
"searchField": true,
"selectAlsoSubconcepts": true,
"selectAlsoSubconceptsButton": true,
"sortByPredicate": "^crm:P30_transferred_custody_of/crm:P7_took_place_at/skos:prefLabel"
},
"transferOfCustodyTimespan": {
"endProperty": "crm:P82b_end_of_the_end",
"facetType": "timespan",
"filterType": "timespanFilter",
"predicate": "^crm:P30_transferred_custody_of/crm:P4_has_time-span",
"sortByAscPredicate": "^crm:P108_has_produced/crm:P4_has_time-span/crm:P82a_begin_of_the_begin",
"sortByDescPredicate": "^crm:P108_has_produced/crm:P4_has_time-span/crm:P82b_end_of_the_end",
"startProperty": "crm:P82a_begin_of_the_begin"
"facetType": "hierarchical",
"facetValueFilter": "?id dct:source <http://vocab.getty.edu/tgn/>",
"parentProperty": "gvp:broaderPreferred",
"predicate": "mmm-schema:last_known_location",
"searchField": true,
"selectAlsoSubconcepts": true,
"selectAlsoSubconceptsButton": true,
"sortByPredicate": "mmm-schema:last_known_location/skos:prefLabel"
},
"material": {
"containerClass": "ten",
"filterType": "uriFilter",
"pieChartButton": true,
"predicate": "crm:P45_consists_of",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "crm:P45_consists_of/skos:prefLabel",
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
"height": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:height/crm:P90_has_value",
"sortByPredicate": "mmm-schema:height/crm:P90_has_value",
"unit": "mm"
},
"width": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:width/crm:P90_has_value",
"sortByPredicate": "mmm-schema:width/crm:P90_has_value",
"unit": "mm"
},
"folios": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:folios/crm:P90_has_value",
"sortByPredicate": "mmm-schema:folios/crm:P90_has_value",
"unit": ""
},
"lines": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:lines/crm:P90_has_value",
"sortByPredicate": "mmm-schema:lines/crm:P90_has_value",
"unit": ""
},
"columns": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:columns/crm:P90_has_value",
"sortByPredicate": "mmm-schema:columns/crm:P90_has_value",
"unit": ""
},
"miniatures": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:miniatures/crm:P90_has_value",
"sortByPredicate": "mmm-schema:miniatures/crm:P90_has_value",
"unit": ""
},
"decoratedInitials": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:decorated_initials/crm:P90_has_value",
"sortByPredicate": "mmm-schema:decorated_initials/crm:P90_has_value",
"unit": ""
},
"historiatedInitials": {
"containerClass": "five",
"facetType": "integer",
"filterType": "integerFilterRange",
"predicate": "mmm-schema:historiated_initials/crm:P90_has_value",
"sortByPredicate": "mmm-schema:historiated_initials/crm:P90_has_value",
"unit": ""
},
"source": {
"containerClass": "three",
"filterType": "uriFilter",
"pieChartButton": true,
"predicate": "dct:source",
"sortBy": "instanceCount",
"sortByPredicate": "dct:source/skos:prefLabel",
"sortDirection": "desc"