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: migration/v13.0/README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -85,17 +85,17 @@ program. Information about onto_tool and how to install it, is available at
85
85
3.`onto_tool` will output to STDOUT, you should see something like the following (this is the output from the sample data included in the `./input/` directory):
86
86
87
87
```
88
-
INFO:root:Rename properties in default graph.
89
-
INFO:root:Replace address classes in default graph.
90
-
INFO:root:Replace properties with inverses in default graph.
91
-
INFO:root:Use new gist:offers property in default graph (script 1).
92
-
INFO:root:Use new gist:offers property in default graph (script 2).
93
88
INFO:root:Rename properties in named graphs.
94
89
INFO:root:Replace address classes in named graphs.
95
90
INFO:root:Replace properties with inverses in named graphs.
96
91
INFO:root:Use new gist:offers property in named graphs (script 1).
97
92
INFO:root:Use new gist:offers property in named graphs (script 2).
98
-
INFO:root:Check the default graph for other items that should be reviewed.
93
+
INFO:root:Rename properties in named graphs.
94
+
INFO:root:Replace address classes in named graphs.
95
+
INFO:root:Replace properties with inverses in named graphs.
96
+
INFO:root:Use new gist:offers property in named graphs (script 1).
97
+
INFO:root:Use new gist:offers property in named graphs (script 2).
98
+
INFO:root:Check the named graphs for other items that should be reviewed.
99
99
INFO:root:Check named graphs for other items that should be reviewed.
0 commit comments