Mission: Create the universal machine-readable syntax for industrial specifications, starting with Metrology.
Core Strategy: "The Bridge Strategy" β Give away the Standard (Free) to create the market; sell the Tools (Utility/MCP) to service the market.
- Comprehensive project plan created
- Deep research folder structure established
- Initial ontology research completed
- Schema architecture research completed
- QUDT integration analysis
- BIPM SI units alignment
- ISO 8601 date/time integration
- NIST uncertainty types research
- definitions.json created
- Traceability Block designed
- Liability Block designed
- Logic Block designed
- Polymorphism architecture documented
- core_schema.json v1.0.0 created
- Example specification created
- Validation script implementation
- Unit consistency validation
- Date logic validation
- Tolerance validation
- Uncertainty validation
- Website Build
- Content Strategy
- Utility Tools (OpenSIF Studio)
- MCP Agent (OpenSIF Connect)
OpenSIF/
βββ deep-research/ # Research documentation
β βββ ontology/ # Unit/quantity research
β βββ schema-design/ # Schema architecture
β βββ validation/ # Validation logic
β βββ standards-compliance/
β βββ competitor-analysis/
β βββ go-to-market/
βββ schema/ # JSON schemas
β βββ definitions.json # β
Unit/quantity definitions
β βββ core_schema.json # β
Core schema (v1.0.0)
β βββ examples/ # β
Example specifications
βββ tools/ # Validation & utilities
β βββ validate-opensif.js # (TODO: Phase 1.3)
βββ website/ # Next.js website
β βββ (TODO: Phase 2 - See WEBSITE_SETUP.md)
βββ PROJECT_PLAN.md # Comprehensive plan
βββ PROJECT_STRUCTURE.md # File organization guide
βββ CONVENTIONS.md # Coding standards
βββ WEBSITE_SETUP.md # Website development guide
βββ README.md # This file
- Finding: QUDT.org provides comprehensive unit/quantity ontologies
- Strategy: Hybrid approach (reference QUDT URIs, create OpenSIF wrapper)
- License: Creative Commons Attribution 4.0 (compatible with MIT)
- See:
deep-research/ontology/qudt-analysis.md
- SI Units: BIPM base units identified and mapped
- ISO 8601: Date/time formats integrated for traceability
- See:
deep-research/ontology/bipm-si-alignment.mdandiso-8601-integration.md
- Three-Block Structure: Traceability, Liability, Logic
- Polymorphism: Extension points + type inheritance pattern
- See:
deep-research/schema-design/polymorphism-architecture.md
- Read
PROJECT_PLAN.mdfor full project overview - Explore
deep-research/for detailed findings - Check
deep-research/README.mdfor research status
- Review
schema/core_schema.json(when available) - Check
tools/validate-opensif.jsfor validation rules - See
schema/examples/for usage examples
- Follow research principles in
deep-research/README.md - Update research status as you complete items
- Reference standards in all schema work
- β Complete NIST uncertainty types research
- β Design Traceability Block
- β Design Liability Block
- β Design Logic Block
- β Create definitions.json
- β Build core_schema.json v1
- Write validation script (Phase 1.3)
- Create additional example specifications
- Begin website development (Phase 2)
- Build website (Phase 2)
- Create examples library
- Launch Phase 3 teasers
- PROJECT_PLAN.md - Comprehensive 3-phase project plan
- PROJECT_STRUCTURE.md - File organization and structure guide
- CONVENTIONS.md - Coding standards and naming conventions
- WEBSITE_SETUP.md - Website development guide
- UNIFIED_SUMMARY.md - Codebase unification summary
- deep-research/README.md - Research documentation hub
- INTEGRATION.md - NCSLI-MII integration guide
- PROGRESS.md - Current project status
- schema/core_schema.json - Core schema definition
- schema/definitions.json - Unit/quantity definitions
- schema/examples/ - Example specifications
- QUDT: https://www.qudt.org/ (Unit/quantity ontologies)
- BIPM: https://www.bipm.org/ (SI units)
- ISO 8601: Date/time standards
- NIST: Metrology standards (research in progress)
- JSON Schema: https://json-schema.org/
- QUDT Schema: https://www.qudt.org/doc/DOC_SCHEMA-QUDT.html
Schema: MIT License (planned)
Tools: Proprietary (Phase 3)
Research contributions welcome! See deep-research/README.md for guidelines.
Last Updated: 2024-12-26