Skip to content

Commit 4f19f0e

Browse files
Update PMDCO_3_0_TTO_Example_Data_Mapping.ipynb
Fixed minor typos.
1 parent 51b6b80 commit 4f19f0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tensile_test_data/PMDCO_3_0_TTO_Example_Data_Mapping.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
},
632632
{
633633
"cell_type": "code",
634-
"execution_count": 7,
634+
"execution_count": null,
635635
"id": "ff0d604a",
636636
"metadata": {},
637637
"outputs": [
@@ -646,12 +646,12 @@
646646
],
647647
"source": [
648648
"# --- Pattern IRIs ---\n",
649-
"PMD_SVS = pmdco.PMD_0000022\n",
650-
"PMD_SMD = pmdco.PMD_0000023\n",
649+
"PMD_SVS = obo.OBI_0001931\n",
650+
"PMD_SMD = obo.IAO_0000109\n",
651651
"PMD_HAS_VALUE = pmdco.PMD_0000006\n",
652-
"PMD_HAS_UNIT = pmdco.PMD_0000020\n",
653-
"PMD_HAS_VALUE_SPEC = pmdco.PMD_0060000\n",
654-
"PMD_SPECIFIES_VALUE_OF = pmdco.PMD_0060001\n",
652+
"PMD_HAS_UNIT = obo.IAO_0000039\n",
653+
"PMD_HAS_VALUE_SPEC = obo.OBI_0001938\n",
654+
"PMD_SPECIFIES_VALUE_OF = obo.OBI_0001927\n",
655655
"\n",
656656
"OBI_HAS_SPECIFIED_INPUT = obo.OBI_0000293\n",
657657
"OBI_HAS_SPECIFIED_OUTPUT = obo.OBI_0000299\n",

0 commit comments

Comments
 (0)