{
  "name": "Bionomia",
  "versions": [
    "0.2"
  ],
  "identifierSpace": "https://bionomia.net/",
  "schemaSpace": "https://schema.org/",
  "view": {
    "url": "https://bionomia.net/{{id}}"
  },
  "preview": {
    "url": "https://api.bionomia.net/reconcile/preview/{{id}}",
    "width": 400,
    "height": 400
  },
  "defaultTypes": [
    {
      "id": "http://schema.org/Person",
      "name": "Person"
    }
  ],
  "suggest": {
    "property": {
      "service_url": "https://api.bionomia.net/reconcile",
      "service_path": "/suggest/property",
      "flyout_service_path": "/flyout/property/${id}"
    }
  },
  "batchSize": 25
}