Add SSSOM formatting guidelines to CLAUDE.md#75
Open
claude[bot] wants to merge 4 commits intomainfrom
Open
Conversation
Added SSSOM mapping file that maps 138 VeNom cat breed terms to VBO identifiers. Successfully mapped 64 breeds (46%) with exact matches, while 74 breeds (54%) could not be matched to existing VBO terms. The mapping file follows the SSSOM (Simple Standard for Sharing Ontology Mappings) specification and includes: - CURIE prefix definitions for VeNom, VBO, SKOS, and SEMAPV - Mapping metadata including confidence scores and justification - Clear indication of unmapped terms for future curation This enables interoperability between VeNom veterinary nomenclature and the Vertebrate Breed Ontology for cat breeds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Added missing required SSSOM metadata fields to make the mapping file valid: - mapping_set_id: Globally unique identifier for the mapping set - license: CC BY 4.0 (matching VBO ontology license) These properties are required by the SSSOM specification for MappingSet. Co-authored-by: Nico Matentzoglu <matentzn@users.noreply.github.com>
- Added mapping_set_id for unique identification - Added mapping_set_description - Added license (CC-BY 4.0) - Added mapping_date - Added creator_id (ORCID) - Added mapping_tool and version information Co-authored-by: Nico Matentzoglu <matentzn@users.noreply.github.com>
- Document requirement to avoid empty commented lines in SSSOM files - Explain that empty comment lines can cause parsing issues - Provide clear examples of incorrect vs correct formatting - Add new section after Syntax Checking section Co-authored-by: Nico Matentzoglu <matentzn@users.noreply.github.com>
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 documentation to CLAUDE.md about proper SSSOM file formatting, specifically addressing the issue of empty commented lines.
Changes
#alone) in SSSOM filesRationale
This guideline ensures that future SSSOM mapping files created in this project follow best practices and avoid validation issues. Empty commented lines were identified as problematic during review of PR #70.
Related