-
Notifications
You must be signed in to change notification settings - Fork 9
Create README for term and controlled-value #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sharifX-opends-terms-patch-2
Are you sure you want to change the base?
Conversation
Documentation to describe the background, design principles and implementation schema for terms and controlled value. The schema PR needs to be approved first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing, but the logs have expired. Please re-run and see if you can fix the build, otherwise changes are blocked.
| `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`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does (ods:DigitalSpecimen) refer to?
|
|
||
| 4. **PID resolution infrastructure**: | ||
|
|
||
| * All terms are **dereferenceable** via Handle resolution |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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>"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like introducing ethology here is a bit confusing, since it's not an openDS term? What do you think
Documentation to describe the background, design principles and implementation schema for terms and controlled value. The schema PR needs to be approved first.