From 0f0b246db288ac35f6e66701d522f81f1d078ff5 Mon Sep 17 00:00:00 2001 From: Rebecca Younes Date: Wed, 6 Apr 2022 16:05:52 -0400 Subject: [PATCH] Fix 3 typos --- migration/v11.0/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/migration/v11.0/README.md b/migration/v11.0/README.md index 08e0685a..95e8da10 100644 --- a/migration/v11.0/README.md +++ b/migration/v11.0/README.md @@ -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 @@ -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 @@ -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 ```