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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The template is maintained as part of the [NFDI4Cat](http://www.nfdi4cat.org) in
10
10
11
11
## How to start?
12
12
13
-
Please see [README_TEMPLATE.md](/README_TEMPLATE.md#how-to-start) for help on getting started and guidance on using the template.
13
+
Please start with the [Setting up a Vocabulary Project](https://nfdi4cat.github.io/voc4cat-tool/user-guide/project-setup.html) in the voc4cat-tool documentation. See also [README_TEMPLATE.md](/README_TEMPLATE.md#how-to-start) for help a compact summary and guidance on using the template.
14
14
15
15
*If you based your own vocabulary on this template, you will need to adjust this section.
16
16
The contents in [README_TEMPLATE.md](/README_TEMPLATE.md) should give you a good start for adjusting your README.md (this file).*
Copy file name to clipboardExpand all lines: README_TEMPLATE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ The justfile helps to tun (almost) the same commands as are used in the GitHub w
151
151
This makes local testing of a modified vocabulary xlsx-file easier.
152
152
Read the header of the justfile for more info on setting up your environment.
153
153
154
-
Once you have `just` installed type the command `just` at the root of the git-project to list the available commands. For version 0.10.0 of the template, it gives:
154
+
Once you have `just` installed type the command `just` at the root of the git-project to list the available commands. For version 1.0.0 of the template, it gives:
155
155
156
156
```bash
157
157
$ just
@@ -168,6 +168,7 @@ Available recipes:
168
168
convert # Convert the voc4cat.xlsx file in inbox/ to turtle
169
169
docs # Run voc4cat (build HTML documentation from ttl files)
170
170
join # Join individual ttl files in vocabularies/ to one turtle file in outbox/
171
+
prov # Add provenance information to all ttl files in vocabularies/
171
172
xlsx # Rebuild the xlsx file from the joined ttl file.
0 commit comments