Skip to content

Commit

Permalink
Fix 3 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rjyounes committed Apr 6, 2022
1 parent 7bbfd6e commit 0f0b246
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions migration/v11.0/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Migrating to gist v11.0 from V10.0
# Migrating to gist v11.0 from v10.0

See also, additional documentation in the file `docs/MajorVersionMigration.md`.
See also additional documentation in the file `docs/MajorVersionMigration.md`.

This file gives a quick overview of using the migration utilities provided
by the gist team to help migrate from the previous version of gist. These
scripts are not cumulative, you must run the migrations for each version
scripts are not cumulative; you must run the migrations for each version
in sequence.

These utilities are a starting point. You should review them before running
Expand All @@ -19,6 +19,7 @@ to handle the changes.
All of our migration tools are SPARQL queries.

You will note that some files have very similar names. Here is what the suffixes mean:

- `_default.rq` : These queries only work on the default graph`*`
- `_ngraphs.rq` : These queries only work on named graphs
- `.rq` : These queries work on both the default graph and named graphs
Expand All @@ -43,6 +44,7 @@ Start in this directory.
Put source data files in the ./input/ directory. See the onto_tool documentation for which file formats are supported.

Execute:

```shell
onto_tool bundle migrate_local.yaml
```
Expand Down

0 comments on commit 0f0b246

Please sign in to comment.