You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tensile_test_data/S355_SPARQL_query.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,9 @@
137
137
"outputs": [],
138
138
"source": [
139
139
"# Definition of links to ontologies, files, etc. to be loaded in the local triple store\n",
140
-
"link_ontology_1 = \"https://w3id.org/pmd/co/3.0.0\" # PMD Core Ontology (PMDco) as basis for tensile test ontology\n",
140
+
"link_ontology_1 = \"https://w3id.org/pmd/co/3.0.0\" # PMD Core Ontology (PMDco) in version 3.0.0 as basis for tensile test ontology\n",
141
141
"link_ontology_2 = \"https://w3id.org/pmd/tto/\" # Tensile Test Ontology (TTO)\n",
142
-
"link_data = \"https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/refs/heads/main/tensile_test_data/S355_data_tto.rdf\" # Example data on S355 steel\n",
142
+
"link_data = \"https://raw.githubusercontent.com/materialdigital/tensile-test-ontology/refs/heads/main/tensile_test_data/S355_data_tto_pmdco3.rdf\" # Example data on S355 steel\n",
143
143
"\n",
144
144
"# Loading ontologies and data files (A-Box) in the local triple store\n",
0 commit comments