File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,8 +150,7 @@ model array cannot produce a valid model document. Preserve model contents and
150150custom extensions; never silently select only the first model or overwrite a file
151151when splitting a document.
152152
153- For [ ontology maps] ( ../ontology/ontology.md#ontology-mappings ) , keep the
154- ` semantic_model ` property and add ` version: 0.2.0.dev0 ` inside it. Each embedded
153+ For [ ontology maps] ( ../ontology/ontology.md#ontology-mappings ) , each embedded
155154model must be a complete core document.
156155
157156---
Original file line number Diff line number Diff line change @@ -401,10 +401,6 @@ ontology_mappings:
401401 concept_mappings: []
402402` ` `
403403
404- **Breaking change in `0.2.0.dev0` (unreleased):** Add `version: 0.2.0.dev0` inside
405- each existing `semantic_model`, keeping its other fields in place. The ontology's
406- top-level `version` does not replace this field.
407-
408404# ## Concept mappings
409405
410406Each concept mapping declares how to populate a concept with objects and how to populate the relationships
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ flat shape. The former `semantic_model` wrapper is rejected. Unwrap old
2929single-model documents and split multi-model documents into separate files,
3030preserving model contents and setting ` version ` in each file before loading them.
3131
32- Use ` OssieDocument ` for models embedded in ontology maps; they require ` version ` .
33- ` OssieSemanticModel ` provides the model fields without ` version ` .
32+ Use ` OssieDocument ` for models embedded in ontology maps.
3433
3534## Development
3635
You can’t perform that action at this time.
0 commit comments