# Slot: output _Output based on the rule._ URI: [mappingrules:output](https://w3id.org/oak/mapping-rules-datamodel/output) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Test](Test.md) | A unit test for a rule, specifies an intended output for an input | no | ## Properties * Range: [String](String.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/mapping-rules-datamodel ## LinkML Source
```yaml name: output description: Output based on the rule. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 alias: output owner: Test domain_of: - Test range: string ```