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: rocrate_validator/profiles/workflow-ro-crate-linkml/notes.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
## Setup
4
4
1. Create a folder for the profile under `rocrate_validator/profiles`
5
5
1. Copy across `profile.ttl` from another profile & update that metadata for the new profile.
6
-
In particular, change the token for the profile to a new and unique name, e.g.
6
+
1.In particular, change the token for the profile to a new and unique name, e.g.
7
7
`prof:hasToken "workflow-ro-crate-linkml"`. This is the name which can be used to
8
8
select the profile using `--profile-identifier` argument
9
+
1. The ID of the profile must also be unique (the first line after the `@prefix` statements), to prevent conflation between this profile and any other profile in the package.
9
10
1. Create a `profile-name.yaml` file - this is where you will write the LinkML.
10
11
1. Create a test folder for the profile under `tests/integration/profiles`
11
12
1. Copy the style of other profiles' tests to build up a test suite for the profile.
0 commit comments