Skip to content

Commit 52920d4

Browse files
committed
set unique profile ID
1 parent 008082e commit 52920d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rocrate_validator/profiles/workflow-ro-crate-linkml/notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## Setup
44
1. Create a folder for the profile under `rocrate_validator/profiles`
55
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.
77
`prof:hasToken "workflow-ro-crate-linkml"`. This is the name which can be used to
88
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.
910
1. Create a `profile-name.yaml` file - this is where you will write the LinkML.
1011
1. Create a test folder for the profile under `tests/integration/profiles`
1112
1. Copy the style of other profiles' tests to build up a test suite for the profile.

rocrate_validator/profiles/workflow-ro-crate-linkml/profile.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121

22-
<https://w3id.org/workflowhub/workflow-ro-crate/1.0>
22+
<https://w3id.org/workflowhub/workflow-ro-crate/1.0-linkml>
2323
a prof:Profile ;
2424

2525
# the Profile's label

0 commit comments

Comments
 (0)