Conversation
Add semantic web and RDF-related media types from gist ontology: - APPLICATION_N_QUADS (N-Quads RDF serialization) - APPLICATION_N_TRIPLES (N-Triples RDF serialization) - APPLICATION_RDF_XML (RDF/XML serialization) - APPLICATION_SPARQL_RESULTS_JSON (SPARQL JSON results) - APPLICATION_SPARQL_RESULTS_XML (SPARQL XML results) - APPLICATION_TRIG (TriG RDF serialization) Also added gist prefix for proper ontology alignment. Fixes #18 Co-authored-by: Chris Mungall <cmungall@users.noreply.github.com>
|
Claude finished @cmungall's task —— View job PR Review: Align media types with gistMediaTypesTodo List:
Review Feedback✅ Code Quality & Best Practices
✅ Schema Validation
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for additional RDF and SPARQL-related MIME types to the valuesets schema. The additions expand coverage for Semantic Web technologies by including standard RDF serialization formats and SPARQL query result formats.
- Adds 7 new RDF-related MIME type entries
- Introduces a new
gistprefix declaration
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Claude finished @cmungall's task —— View job PR Review: Align media types with gistMediaTypesTodo List:
Review Feedback✅ Code Quality & Best Practices
✅ Schema Validation
✅ Resolved Issue: Gist PrefixI noticed the git history shows the ✅ Security & Performance
✅ Semantic Web AdditionsThe added RDF/SPARQL media types are valuable additions for semantic web applications:
✅ Compliance with Project GuidelinesFollowing CLAUDE.md guidelines:
📝 Test CoverageNo tests appear to be affected by these enum additions. Static enums typically don't require additional test coverage beyond schema validation. Recommendation✅ APPROVE - This is a clean, well-structured addition that:
| Branch: |
Adds semantic web and RDF-related media types from gist ontology to align with https://w3id.org/semanticarts/ontology/gistMediaTypes
Changes:
Fixes #18
Generated with Claude Code