feat: update docs for DesignationRelationship, annotations, 52 relationship types#58
Merged
Conversation
…onship types Aligns with concept-model PR #51 (DesignationRelationship, ConceptRef text, annotations, 52 relationship types). - RelationshipTypes.vue: expand categories to all 52 types (ISO 10241-1, ISO 19135, ISO 25964/SKOS, ISO 12620/TBX), add inverse pairs - designations.md: document DesignationRelationship model (type, content, target) for designation-level relationships, distinct from RelatedConcept - relationships.md: add designation-level relationships section, cross-dataset navigation, inverse derivation table, expanded SKOS alignment - concepts.md: add annotations field to LocalizedConcept table - schemas/index.md: update to 52 relationship types, add examples 16-17 - CLAUDE.md: document RelationshipTypes component and data composables
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.
Updates glossarist.org documentation to reflect concept-model PR glossarist/concept-model#51.
Changes
DesignationRelationship docs
docs/model/designations.md: new "Designation Relationships" section documenting theDesignationRelationshipmodel (type,content,target), distinct from concept-levelRelatedConceptdocs/model/relationships.md: new "Designation-level relationships" subsection with YAML example and cross-link to designations page52 relationship types
RelationshipTypes.vue: categories expanded to all 52 types covering ISO 10241-1, ISO 19135, ISO 25964/SKOS, ISO 12620/TBX; inverse pairs updateddocs/model/relationships.md: cross-dataset navigation, inverse derivation table, expanded SKOS alignment, ISO 19135 coveragedocs/model/schemas/index.md: updated to 52 types, added examples 16-17Annotations
docs/model/concepts.md: addedannotationsfield to LocalizedConcept tableBuild data
public/data/taxonomies.json,ontology-schema.json,stats.jsonwill be regenerated by CI from the updated concept-model clone (these are gitignored and generated at build time)