Skip to content
Snippets Groups Projects
test-dataset-creation-pipeline.ipynb 822 B
Newer Older
{
 "cells": [
  {
   "attachments": {},
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Pipeline to create a small test dataset\n",
    "Goal: Check if changes to transformations scripts or to the ontologies apply correctly in the data."
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "!python src/rdf-mappings/map-tblArmItems.py"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "dho_kg_integration",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "name": "python",
   "version": "3.8.12"
  },
  "orig_nbformat": 4,
  "vscode": {
   "interpreter": {
    "hash": "86152e4984a8eeddffd673b8a40ea9a3bfe66b19f1d4e2fbcbd65936a43d9c06"
   }
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}