-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Description
Our schema files are missing explicit slot_uri definitions for many properties, which affects how they're represented in JSON-LD output, specifically the context. I came across this in generating JSON-LD files using linkml-convert, and noticed that many properties didn't have context URI definitions. This makes it difficult to properly resolve and validate terms against their respective vocabularies.
To-Dos
Need to add slot_uri definitions across multiple schema files including but not limited to:
- CreditClassInfo.yaml
- Impact.yaml
- Registry.yaml
- CreditingProgram.yaml
- CreditProtocol.yaml
Example properties needing updates:
- Common properties (name, description, url) need
schema:prefix - Taxonomy references need
rft:prefix - Schema-specific fields need
rfs:prefix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels