--- search: boost: 5.0 --- # Slot: replica _Is this trajectory a replica of another provided trajectory?_
URI: [https://CCPBioSim.ac.uk/biosim-schema/replica](https://CCPBioSim.ac.uk/biosim-schema/replica) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Trajectories](../classes/Trajectories.md) | Information in trajectory files | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [boolean](../types/boolean.md) | | Domain Of | [Trajectories](../classes/Trajectories.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ## Identifier and Mapping Information ### Schema Source * from schema: https://CCPBioSim.ac.uk/biosim-schema/ ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | https://CCPBioSim.ac.uk/biosim-schema/replica | | native | https://CCPBioSim.ac.uk/biosim-schema/replica | ## LinkML Source ```yaml name: replica description: Is this trajectory a replica of another provided trajectory? from_schema: https://CCPBioSim.ac.uk/biosim-schema/ rank: 1000 domain_of: - Trajectories range: boolean ```