Skip to content
Snippets Groups Projects
perspective4.json 3.54 KiB
Newer Older
{
    "id": "perspective4",
    "sparqlQueriesFile": "SparqlQueriesPerspective4.js",
    "sparqlQueries": "federatedSearchSparqlQueries",
    "frontPageImage": "main_page/places-452x262.jpg",
    "searchMode": "federated-search",
    "defaultActiveFacets": [
        "datasetSelector"
    ],
    "feredatedResultsConfig": {
        "sortBy": "broaderAreaLabel",
        "sortDirection": "asc",
        "groupBy": "broaderTypeLabel",
        "groupByLabel": "Paikanlaji"
    },
    "resultClasses": {
esikkala's avatar
esikkala committed
        "table": {
            "tabID": 0,
            "tabPath": "table",
            "tabIcon": "CalendarViewDay"
        },
        "mapClusters": {
            "tabID": 1,
            "tabPath": "map_clusters",
            "tabIcon": "TripOrigin"
        },
        "mapMarkers": {
            "tabID": 2,
            "tabPath": "map_markers",
            "tabIcon": "LocationOn"
        },
        "statistics": {
            "tabID": 3,
            "tabPath": "statistics",
            "tabIcon": "PieChart"
        },
        "download": {
            "tabID": 4,
            "tabPath": "download",
            "tabIcon": "CloudDownload"
        },
        "boundingboxSearch": {}
    },
    "datasets": {
        "kotus": {
esikkala's avatar
esikkala committed
            "endpoint": "https://ldf.fi/kotus-names-archive/sparql",
            "selected": true
        },
        "pnr": {
esikkala's avatar
esikkala committed
            "endpoint": "https://ldf.fi/pnr-keyword-index/sparql",
            "selected": true
        },
        "warsa_karelian_places": {
esikkala's avatar
esikkala committed
            "endpoint": "https://ldf.fi/warsa/sparql",
            "selected": false
        },
        "tgn": {
esikkala's avatar
esikkala committed
            "endpoint": "https://vocab.getty.edu/sparql.json",
            "selected": false
        }
    },
    "maps": {
esikkala's avatar
esikkala committed
        "boundingboxSearch": {
            "center": [
                65.184809,
                27.31405
            ],
            "zoom": 5
        },
esikkala's avatar
esikkala committed
        "mapClusters": {
            "center": [
                65.184809,
                27.31405
            ],
            "zoom": 5
        },
esikkala's avatar
esikkala committed
        "mapMarkers": {
            "center": [
                65.184809,
                27.31405
            ],
            "zoom": 5
        }
    },
    "facets": {
        "datasetSelector": {
esikkala's avatar
esikkala committed
            "filterType": "datasetSelector",
            "containerClass": "six"
        },
        "prefLabel": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "broaderTypeLabel": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "broaderAreaLabel": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "modifier": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "basicElement": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "collectionYear": {
            "filterType": "clientFSLiteral",
            "searchField": true,
            "containerClass": "ten",
            "facetType": "list"
        },
        "source": {
            "filterType": "clientFSLiteral",
            "searchField": false,
            "containerClass": "three",
            "facetType": "list"
        }