Newer
Older
"useAuth": false,
"prefixesFile": "SparqlQueriesPrefixes.js"
},
"sparqlQueriesFile": "SparqlQueriesPerspective2.js",
"baseURI": "http://ldf.fi/mmm",
"URITemplate": "<BASE_URI>/work/<LOCAL_ID>",
"frontPageImage": "main_page/works-452x262.jpg",
"searchMode": "faceted-search",
"defaultActiveFacets": [
"prefLabel"
],
"defaultTab": "table",
"defaultInstancePageTab": "table",
"resultClasses": {
"perspective2": {
"paginatedResultsConfig": {
"tabID": 0,
"component": "ResultTable",
"tabPath": "table",
"tabIcon": "CalendarViewDay",
"propertiesQueryBlock": "workProperties",
"pagesize": 10,
"sortBy": null,
"sortDirection": null
},
"propertiesQueryBlock": "workProperties",
"instancePageResultClasses": {
"instancePageTable": {
"tabID": 0,
"component": "InstancePageTable",
"tabPath": "table",
"tabIcon": "CalendarViewDay"
},
"instancePageExport": {
"tabID": 1,
"component": "Export",
"tabPath": "export",
"tabIcon": "CloudDownload",
"pageType": "instancePage"
}
}
"component": "Export",
"tabPath": "export",
"tabIcon": "CloudDownload",
"resultClass": "perspective2",
"facetClass": "perspective2"
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
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
141
142
143
144
145
"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,
"minWidth": 250
},
{
"id": "author",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 250
},
{
"id": "language",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
"minWidth": 150
},
{
"id": "expression",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 150,
"onlyOnInstancePage": true
},
{
"id": "manuscript",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 250
},
{
"id": "productionTimespan",
"valueType": "object",
"makeLink": false,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 250
},
{
"id": "collection",
"valueType": "object",
"makeLink": true,
"externalLink": false,
"sortValues": true,
"numberedList": false,
"minWidth": 200
},
{
"id": "source",
"valueType": "object",
"makeLink": true,
"externalLink": true,
"sortValues": true,
"numberedList": false,
"minWidth": 200
}
],
"facets": {
"prefLabel": {
"containerClass": "one",
"facetType": "text",
"filterType": "textFilter",
"sortByPredicate": "skos:prefLabel",
"textQueryProperty": "skos:prefLabel"
},
"author": {
"containerClass": "ten",
"facetType": "list",
"filterType": "uriFilter",
"predicate": "^frbroo:R16_initiated/(mmm-schema:carried_out_by_as_possible_author|mmm-schema:carried_out_by_as_author)",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "^frbroo:R16_initiated/(mmm-schema:carried_out_by_as_possible_author|mmm-schema:carried_out_by_as_author)/skos:prefLabel",
"sortDirection": "desc"
},
"language": {
"barChartButton": true,
"containerClass": "ten",
"facetType": "list",
"filterType": "uriFilter",
"predicate": "^frbroo:R19_created_a_realisation_of/frbroo:R17_created/crm:P72_has_language",
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "^frbroo:R19_created_a_realisation_of/frbroo:R17_created/crm:P72_has_language/skos:prefLabel",
"sortDirection": "desc"
},
"manuscript": {
"sortByPredicate": "^mmm-schema:manuscript_work/skos:prefLabel"
},
"productionTimespan": {
"containerClass": "four",
"endProperty": "crm:P82b_end_of_the_end",
"facetType": "timespan",
"filterType": "timespanFilter",
"predicate": "^mmm-schema:manuscript_work/^crm:P108_has_produced/crm:P4_has_time-span",
"sortByAscPredicate": "^mmm-schema:manuscript_work/^crm:P108_has_produced/crm:P4_has_time-span/crm:P82a_begin_of_the_begin",
"sortByDescPredicate": "^mmm-schema:manuscript_work/^crm:P108_has_produced/crm:P4_has_time-span/crm:P82b_end_of_the_end",
"startProperty": "crm:P82a_begin_of_the_begin"
},
"collection": {
"containerClass": "ten",
"facetType": "list",
"filterType": "uriFilter",
"predicate": "^mmm-schema:manuscript_work/crm:P46i_forms_part_of",
"searchField": true,
"sortButton": true,
"sortBy": "instanceCount",
"sortByPredicate": "^mmm-schema:manuscript_work/crm:P46i_forms_part_of/skos:prefLabel",
"sortDirection": "desc"
},
"source": {
"containerClass": "three",
"facetType": "list",
"filterType": "uriFilter",
"pieChartButton": true,
"predicate": "dct:source",
"sortBy": "instanceCount",
"sortByPredicate": "dct:source/skos:prefLabel",
"sortDirection": "desc"