# Slot: min_coverage 


_Minimum fraction of the model network's nodes that a ``by_label`` reconciliation must cover, else resolution raises. The realised coverage is always logged. Absent (``null``) means require full coverage (``1.0``) for a dataset-sourced target — silently fitting on a partial node subset must be an explicit opt-in (e.g. ``0.95`` to tolerate a few genuinely-missing empirical parcels), never the default._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/min_coverage](https://w3id.org/tvbo/slot/min_coverage)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Observation](../classes/Observation.qmd) | Unified class for all observation/measurement specifications |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:float](http://www.w3.org/2001/XMLSchema#float) |
| Domain Of | [Observation](../classes/Observation.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [Observation](../classes/Observation.qmd) |


### Value Constraints

| Property | Value |
| --- | --- |
| Minimum Value | 0 |
| Maximum Value | 1 |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:min_coverage |
| native | tvbo:min_coverage |




## LinkML Source

<details>
```yaml
name: min_coverage
description: Minimum fraction of the model network's nodes that a ``by_label`` reconciliation
  must cover, else resolution raises. The realised coverage is always logged. Absent
  (``null``) means require full coverage (``1.0``) for a dataset-sourced target —
  silently fitting on a partial node subset must be an explicit opt-in (e.g. ``0.95``
  to tolerate a few genuinely-missing empirical parcels), never the default.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Observation
domain_of:
- Observation
range: float
minimum_value: 0.0
maximum_value: 1.0

```
</details></div>