Skip to content

Commit

Permalink
replace spaces in tsv examples with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil authored Oct 9, 2023
1 parent 938263f commit 5ad8274
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ The mappings for renaming should be specified with the `--mappings` (for full re
For a full rename (you can use prefixes as long as they are defined by the defaults, `--prefix`, or `--add-prefix`):

```tsv
Old IRI New IRI
obo:BFO_0000051 fb:BFO_1234567
Old IRI New IRI
obo:BFO_0000051 fb:BFO_1234567
```

If you also want to update the `rdfs:label` of the term you replaced, you can add a third column with the new label value (note that this removes *all* old label annotations):
Expand All @@ -68,8 +68,8 @@ obo:BFO_0000051 fb:BFO_1234567 foo bar
For a prefix rename:

```tsv
Old Base New Base
http://purl.obolibrary.org/obo/ http://foo.bar/
Old Base New Base
http://purl.obolibrary.org/obo/ http://foo.bar/
```

The `rename` command expects the first line to contain headers.
Expand Down

0 comments on commit 5ad8274

Please sign in to comment.