# Slot: results _all differences between a pair of ontologies_ URI: [xodiff:results](https://w3id.org/oak/cross-ontology-diff/results) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [StructureDiffResultSet](StructureDiffResultSet.md) | A collection of relational diff results | no | ## Properties * Range: [RelationalDiff](RelationalDiff.md) * Multivalued: True ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/cross-ontology-diff ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | xodiff:results | | native | xodiff:results | ## LinkML Source
```yaml name: results description: all differences between a pair of ontologies from_schema: https://w3id.org/oak/cross-ontology-diff rank: 1000 alias: results owner: StructureDiffResultSet domain_of: - StructureDiffResultSet range: RelationalDiff multivalued: true inlined: true ```