# Slot: emit_provenance 


_Whether a run writes the ``prov/`` records (BEP028's activity, entity, environment and software sets). Unset means enabled, and it applies to any run, not only a workflow kit. Named apart from the ``provenance`` slot carrying PROV-O metadata (Network, Figure, ...): LinkML maps every slot of a given name onto one property, so a boolean here and a ``Provenance`` object there would make ``tvbo:provenance`` both an owl:DatatypeProperty and an owl:ObjectProperty — not OWL-DL._



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



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





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [WorkflowConfig](../classes/WorkflowConfig.qmd) | Declarative orchestration for rendering a parameter sweep into a distributed,... |  no  |






## Properties

### Type and Range

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

### Cardinality and Requirements

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

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












## Identifier and Mapping Information





### Schema Source


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




## Mappings

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




## LinkML Source

<details>
```yaml
name: emit_provenance
description: 'Whether a run writes the ``prov/`` records (BEP028''s activity, entity,
  environment and software sets). Unset means enabled, and it applies to any run,
  not only a workflow kit. Named apart from the ``provenance`` slot carrying PROV-O
  metadata (Network, Figure, ...): LinkML maps every slot of a given name onto one
  property, so a boolean here and a ``Provenance`` object there would make ``tvbo:provenance``
  both an owl:DatatypeProperty and an owl:ObjectProperty — not OWL-DL.'
from_schema: https://w3id.org/tvbo
rank: 1000
owner: WorkflowConfig
domain_of:
- WorkflowConfig
range: boolean

```
</details></div>