https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 325f1230d052c7c6a6a0d9a5d292fed257c3ca13 authored by ThieryMichel on 25 October 2018, 15:50:49 UTC
better translation and hide graph link when no graphs (#767)
Tip revision: 325f123
config.json
{
  "username": "admin",
  "password": "secret",
  "userAuth": {
      "username": "user",
      "password": "secret"
  },
  "pluginsURL" : "https://plug-in.lodex.inist.fr/",
  "routines": [
    "hello-world",
    "all-fields",
    "all-resources",
    "all-documents",
    "syndication",
    "count-by-fields",
    "count-all",
    "distinct-by",
    "pairing-with",
    "graph-by",
    "distribute-by-date",
    "tree-by",
    "classif-by",
    "distinct-by-number",
    "distinct-by-field",
    "decompose-by",
    "cross-by",
    "distribute-by-date",
    "distinct-ISO3166-1-alpha3-from",
    "distinct-ISO3166-1-alpha2-from"
  ],
  "loaders": [
    "csv",
    "csv-semicolon",
    "csv-comma",
    "tsv",
    "tsv-double-quotes",
    "rdf",
    "skos",
    "json",
    "json-istex",
    "json-lodex",
    "rss",
    "atom",
    "mods",
    "tei",
    "xml",
    "corpus"
  ],
  "exporters": [
    "nquads",
    "extendednquads",
    "extendednquadscompressed",
    "csv",
    "tsv",
    "turtle",
    "atom",
    "jsonallvalue",
    "jsonld",
    "jsonldcompacted",
    "sitemap",
    "widget"
  ],
  "datasetClass": "http://test.fr/datasetClass",
  "schemeForDatasetLink": "http://www.w3.org/2004/02/skos/core#inScheme",
  "exportDataset": "true",
  "collectionClass": "",
  "istexQuery": {
    "labels": "",
    "linked": "categories.inist",
    "context": {
      "categories.inist": "istex:subjectInist",
      "link": "dcterms:isPartOf",
      "doi": "bibo:doi",
      "fulltext[0].uri": "istex:accessURL"
    }
  },
  "sparqlEndpoints": [
    "https://lod.abes.fr/sparql",
    "http://data.persee.fr/sparql/",
    "https://data.istex.fr/sparql/",
    "http://data.bnf.fr/sparql",
    "http://dbpedia.org/sparql",
    "http://fr.dbpedia.org/sparql",
    "https://query.wikidata.org/sparql",
    "http://www.lotico.com:3030/lotico/sparql"
  ]
}
back to top