feat: add OWL ontology suite, examples, and update YAML schemas#47
Merged
Conversation
… schemas Ontology suite: - Core OWL ontology (glossarist.ttl) with classes and properties - 10 SKOS taxonomy files for all enum values - SHACL shapes for validation - JSON-LD context file - Reference docs (SKOS, SKOS-XL, ISO 25964 SKOS-Thes) Examples (31 files): - Feature-focused YAML examples covering all model features - All 5 designation types, 24 term types, 27 relationship types - Pronunciation, grammar info, non-verbal representations - Multi-language/multi-script, lifecycle, sources/citations Schema updates: - concept.yaml: add domains, uri, extended relationship types (27), expanded concept_status enum (7), structured concept_reference - localized-concept.yaml: add entry_status, classification, review_type, dates, release, lineage_source_similarity, term_type, designation-level related, pronunciation objects, script/system on all designations, text/image on graphical/letter symbol
- Fix 'lutaml -t png' to 'lutaml lml generate -t png' (CLI changed) - Remove generated PNG images from tracking (now in .gitignore) - Add .vscode/, Gemfile.lock, html_documentation/, reference-docs/*.owl to .gitignore
- Add order-only prerequisite '| images' to png target - Add 'images' directory target - Use '-' prefix on clean to tolerate missing files
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.
Summary
Adds the complete OWL ontology suite, comprehensive feature-focused YAML examples, and updates both YAML schemas to fully align with the glossarist-ruby implementation.
What changed
Ontology suite (new):
ontologies/glossarist.ttl— core OWL ontology with all classes and propertiesontologies/taxonomies/— 10 SKOS taxonomy files (concept-status, entry-status, normative-status, designation-type, term-type, grammar-gender, grammar-number, relationship-type, source-type, source-status)ontologies/shapes/glossarist.shacl.ttl— SHACL validation shapesontologies/glossarist.context.jsonld— JSON-LD @contextontologies/reference-docs/— SKOS, SKOS-XL, ISO 25964 reference ontologiesExamples (31 new YAML files):
Schema updates:
concept.yaml: domains, uri, 27 relationship types, 7 concept statuses, structured concept_reference, 10 source statuseslocalized-concept.yaml: entry_status, classification, review_type, dates, release, lineage_source_similarity, term_type, designation-level related, pronunciation objects, script/system, text/image on symbols