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: CONTRIBUTE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Profile repositories are started with an in-common Git history, rather than rely
14
14
15
15
To create a new profile repository for the ontology with short name `Foo`, we suggest:
16
16
17
-
1. Clone the upstream example repository: `git clone https://github.com/ucoProject/UCO-Profile-Example.git UCO-Profile-Foo`.
17
+
1. Clone the upstream example repository: `git clone https://github.com/casework/CASE-Profile-Example.git CASE-Profile-Foo`.
18
18
1. Substitute all references to the "example" ontology with the desired ontology. Generally, this is handled by:
19
19
1. Update the [README](README.md) to change the name of the repository. (Minimally, the title line should be revised.)
20
20
1. Addressing the "TODOs" in [`dependencies/Makefile`](dependencies/Makefile)
21
21
1. Updating the TSV files under [`etc/`](etc/). This is to support local-file editing with some ontology tooling (developed for [UCO Issue 449](https://github.com/ucoProject/UCO/issues/449)). [These lines](https://github.com/ucoProject/UCO/blob/1.2.0/src/create-catalog-v001.xml.py#L68-L77) describe the file formats.
22
-
1. Renaming the [ontology file under `/ontology`](ontology/uco-example.ttl), and updating its contents.
23
-
1. Renaming the [shapes file under `/shapes`](shapes/sh-uco-example.ttl), and updating its contents. If the profile does not require shapes, the directory `shapes` can be removed.
22
+
1. Renaming the [ontology file under `/ontology`](ontology/case-example.ttl), and updating its contents.
23
+
1. Renaming the [shapes file under `/shapes`](shapes/sh-case-example.ttl), and updating its contents. If the profile does not require shapes, the directory `shapes` can be removed.
24
24
1. Updating the [exemplars file under `/tests`](tests/exemplars.ttl) to use all classes mapped in the profile ontology.
25
25
1. After all of the above edits are completed, running `make check` from the top source directory should confirm Turtle files are normalized and unit tests pass.
0 commit comments