Add a LinkML representation of the PIDINST 1.1 model.#91
Add a LinkML representation of the PIDINST 1.1 model.#91gouttegd wants to merge 1 commit intordawg-pidinst:masterrdawg-pidinst/schema:masterfrom gouttegd:add-linkml-schemagouttegd/pidinst-schema:add-linkml-schemaCopy head branch name to clipboard
Conversation
Add a possible representation of the PIDINST 1.1 model as a LinkML schema, along with a sample JSON file following the serialisation defined by that schema.
| @@ -0,0 +1,619 @@ | ||
| id: https://example.invalid/pidinst |
There was a problem hiding this comment.
One thing for the WG to decide: Which URL namespace should we use for this schema? example.invalid/pidinst is a temporary placeholder.
Presumably it should be somewhere under www.rd-alliance.org? Maybe based on the URL from the WG: https://www.rd-alliance.org/groups/persistent-identification-instruments-wg/?
| by the institutions or bodies that use or manage them. | ||
| conforms_to: https://doi.org/10.15497/RDA00070 | ||
| created_by: orcid:0000-0002-6095-8718 | ||
| contributors: |
There was a problem hiding this comment.
LinkML allows only one “creator” and as many “contributors” as needed, so for now I set myself as the “creator” and listed all the authors of the DOI:10.15497/RDA00070 publication as “contributors”.
Happy to add other contributors as needed. Also happy to set someone else as the “creator” (e.g. the WG chair?).
| prefixes: | ||
| linkml: https://w3id.org/linkml/ | ||
| orcid: https://orcid.org/ | ||
| pidinst: https://example.invalid/pidinst/ |
There was a problem hiding this comment.
Same remark as above: We need to agree on a URL namespace that can be unequivocally associated with PIDINST.
As discussed during the July 1st meeting, this PR adds a possible representation of the PIDINST 1.1 model as a LinkML schema, along with a sample JSON file that follows the serialisation defined by that schema.