Notebook
reconciliation_config = { 'mode': 'standard-service', 'service': service['url'], 'identifierSpace': service['identifierSpace'], 'schemaSpace': service['schemaSpace'], 'type': { 'id': reconciliation_type['id'], 'name': reconciliation_type['name'], }, 'autoMatch': True, 'columnDetails': [], }p.reconcile(column='Name', service='Wikidata (en)', reconciliation_type={'id': 'Q5', 'name': 'human'}) #Throws an error looking for 'server_url' rather than 'url' in get_reconciliation_service_by_name_or_url ?