Skip to content
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

BDRSPS-966 IRI patterns for flexible vocab Concepts #314

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

Lincoln-GR
Copy link
Contributor

@Lincoln-GR Lincoln-GR commented Nov 12, 2024

Change the flexible vocab term IRIs to be generated from the base_iri.
These are the IRIs used for the skos:Concept nodes

The generated IRIs are now effectively
{base_iri} + {base string from vocab class} + {value from template}

e.g.
{https://linked.data.gov.au/dataset/bdr/01a4205e-6ba5-45b6-bebd-10fa85a260d4/} + {bdr-cv/methods/samplingProtocol/} + {some new protocol}

This is used to construct new term IRI on-the-fly.
This is required so that the dataset-based namespace (which is only available at run-time) can be used for this.
This means vocabs terms created on the fly for these templates will use the dataset namespace as their base.
@Lincoln-GR Lincoln-GR force-pushed the BDRSPS-966-vocab-concepts branch from 71c6daf to d54d0cf Compare November 12, 2024 03:56
@Lincoln-GR Lincoln-GR marked this pull request as ready for review November 12, 2024 04:03
@joecrowleygaia joecrowleygaia merged commit c84d9b5 into main Nov 12, 2024
7 checks passed
@joecrowleygaia joecrowleygaia deleted the BDRSPS-966-vocab-concepts branch November 12, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants