Skip to content

Add Missing slot_uri Definitions to Fix JSON-LD Context Resolution #45

@S4mmyb

Description

@S4mmyb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions