FAQ
Contents:
- FAQ: General
- FAQ: Why LinkML
- FAQ: Modeling
- What is the difference between is_a and mixins?
- Didn’t you know composition is favored over inheritance these days?
- When should I use attributes vs slots?
- What are induced slots?
- Why would I need to define my own types?
- Why would I want to use enums over strings?
- How do I do the equivalent of JSON-Schema composition?
- FAQ: Getting Help
- FAQ: Contributing