Skip to content

Commit ffa9876

Browse files
author
philblackwood
committed
changed sample messages to refer to named graphs instead of default graph
1 parent 247bbc2 commit ffa9876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

migration/v13.0/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ program. Information about onto_tool and how to install it, is available at
8585
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):
8686

8787
```
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).
9388
INFO:root:Rename properties in named graphs.
9489
INFO:root:Replace address classes in named graphs.
9590
INFO:root:Replace properties with inverses in named graphs.
9691
INFO:root:Use new gist:offers property in named graphs (script 1).
9792
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.
9999
INFO:root:Check named graphs for other items that should be reviewed.
100100
```
101101

0 commit comments

Comments
 (0)