OpenRefine

From Greek Metrical Inscriptions
Jump to navigation Jump to search

Connecting OpenRefine to a Wikibase instance

https://gitlab.com/nfdi4culture/openrefine-reconciliation-services/openrefine-wikibase.git

https://github.com/OpenRefine/wikibase-manifests/tree/master

wikibase - manifest

{
  "version": "2.0",
  "mediawiki": {
    "name": "Greek Metrical Inscriptions",
    "root": "https://greek-metrical-inscriptions.wikibase.cloud/wiki/",
    "main_page": "https://greek-metrical-inscriptions.wikibase.cloud/wiki/Main_Page",
    "api": "https://greek-metrical-inscriptions.wikibase.cloud/w/api.php"
  },
  "wikibase": {
    "site_iri": "https://greek-metrical-inscriptions.wikibase.cloud/entity/",
    "maxlag": 5,
    "max_edits_per_minute": 60,
    "tag": "openrefine-${version}",
    "properties": {
      "instance_of": "P?",
      "subclass_of": "P?"
    }
  },
  "entity_types": {
    "item": {
      "site_iri": "https://greek-metrical-inscriptions.wikibase.cloud/entity/",
      "reconciliation_endpoint": "YOUR_RECONCILIATION_SERVICE_ENDPOINT_HERE/${lang}/api",
      "mediawiki_api": "https://greek-metrical-inscriptions.wikibase.cloud/w/api.php"
    },
    "property": {
      "site_iri": "https://greek-metrical-inscriptions.wikibase.cloud/entity/",
      "reconciliation_endpoint": "YOUR_RECONCILIATION_SERVICE_ENDPOINT_HERE/${lang}/api",
      "mediawiki_api": "https://greek-metrical-inscriptions.wikibase.cloud/w/api.php"
    }
  }
}