Create README for term and controlled-value#245
Open
sharifX wants to merge 1 commit intosharifX-opends-terms-patch-2from
Open
Create README for term and controlled-value#245sharifX wants to merge 1 commit intosharifX-opends-terms-patch-2from
sharifX wants to merge 1 commit intosharifX-opends-terms-patch-2from
Conversation
Documentation to describe the background, design principles and implementation schema for terms and controlled value. The schema PR needs to be approved first.
southeo
reviewed
Nov 12, 2025
| `https://hdl.handle.net/20.500.1025/TermName` | ||
| e.g., `https://hdl.handle.net/20.500.1025/hasEntityRelationships` | ||
|
|
||
| While encoding semantics in PID strings is not ideal, it improves usability in JSON-LD and makes terms compact and human-readable (`ods:DigitalSpecimen`). |
Contributor
There was a problem hiding this comment.
what does (ods:DigitalSpecimen) refer to?
|
|
||
| 4. **PID resolution infrastructure**: | ||
|
|
||
| * All terms are **dereferenceable** via Handle resolution |
Contributor
There was a problem hiding this comment.
maybe elaborate on what this means?
| * Human- and machine-readable content is served through services like: | ||
| `https://terms.dissco.tech/digital-specimen-terms#DigitalSpecimen` | ||
| * This is analogous to `rs.tdwg.org` vocabulary resolution | ||
|
|
Contributor
There was a problem hiding this comment.
I'm not sure what these last 2 points have to do with the PID resolution infrastructure
| graph TD | ||
| A["ods:topicDiscipline<br/><sub>(Term, FDO)</sub>"] --> B["Botany<br/><sub>(ControlledValue)</sub>"] | ||
| A --> C["Zoology<br/><sub>(ControlledValue)</sub>"] | ||
| C --> D["Ethology<br/><sub>(ControlledValue)</sub>"] |
Contributor
There was a problem hiding this comment.
I feel like introducing ethology here is a bit confusing, since it's not an openDS term? What do you think
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation to describe the background, design principles and implementation schema for terms and controlled value. The schema PR needs to be approved first.