# Slot: object_source_one_of _The source of the object to be matched. Multiple values can be provided, it must match at least one._ URI: [mappingrules:object_source_one_of](https://w3id.org/oak/mapping-rules-datamodel/object_source_one_of) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Precondition](Precondition.md) | A pattern to be matched against an individual SSSOM mapping | no | ## Properties * Range: [String](String.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/mapping-rules-datamodel ## LinkML Source
```yaml name: object_source_one_of description: The source of the object to be matched. Multiple values can be provided, it must match at least one. from_schema: https://w3id.org/oak/mapping-rules-datamodel rank: 1000 multivalued: true alias: object_source_one_of owner: Precondition domain_of: - Precondition range: string ```