{
  "versions" : [ "0.1", "0.2" ],
  "name" : "GND reconciliation for OpenRefine",
  "identifierSpace" : "https://d-nb.info/gnd/",
  "schemaSpace" : "https://d-nb.info/standards/elementset/gnd#AuthorityResource",
  "defaultTypes" : [ {
    "id" : "AuthorityResource",
    "name" : "Normdatenressource"
  }, {
    "id" : "CorporateBody",
    "name" : "Körperschaft",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "ConferenceOrEvent",
    "name" : "Konferenz oder Veranstaltung",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "SubjectHeading",
    "name" : "Schlagwort",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "Work",
    "name" : "Werk",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "PlaceOrGeographicName",
    "name" : "Geografikum",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "DifferentiatedPerson",
    "name" : "Individualisierte Person",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  }, {
    "id" : "Family",
    "name" : "Familie",
    "broader" : [ {
      "id" : "AuthorityResource",
      "name" : "Normdatenressource"
    } ]
  } ],
  "view" : {
    "url" : "https://reconcile.gnd.network/gnd/{{id}}"
  },
  "preview" : {
    "height" : 100,
    "width" : 320,
    "url" : "https://reconcile.gnd.network/gnd/{{id}}.preview"
  },
  "extend" : {
    "property_settings" : [ {
      "name" : "limit",
      "label" : "Limit",
      "type" : "number",
      "default" : 0,
      "help_text" : "Maximum number of values to return per row (0 for no limit)"
    }, {
      "name" : "content",
      "label" : "Content",
      "type" : "select",
      "default" : "literal",
      "help_text" : "Content type: ID or literal",
      "choices" : [ {
        "value" : "id",
        "name" : "ID"
      }, {
        "value" : "literal",
        "name" : "Literal"
      } ]
    } ],
    "propose_properties" : {
      "service_url" : "https://reconcile.gnd.network",
      "service_path" : "/gnd/reconcile/properties"
    }
  },
  "suggest" : {
    "property" : {
      "service_url" : "https://reconcile.gnd.network",
      "service_path" : "/suggest/property",
      "flyout_service_path" : "/flyout/property?id=${id}"
    },
    "entity" : {
      "service_url" : "https://reconcile.gnd.network",
      "service_path" : "/suggest/entity",
      "flyout_service_path" : "/flyout/entity?id=${id}"
    },
    "type" : {
      "service_url" : "https://reconcile.gnd.network",
      "service_path" : "/suggest/type",
      "flyout_service_path" : "/flyout/type?id=${id}"
    }
  }
}