# Class: HasMappings URI: [omoschema:HasMappings](https://w3id.org/oak/ontology-metadata/HasMappings) ```{mermaid} classDiagram class HasMappings AnnotationPropertyMixin <|-- HasMappings HasMappings <|-- Term HasMappings : broadMatch HasMappings --> Thing : broadMatch HasMappings : closeMatch HasMappings --> Thing : closeMatch HasMappings : database_cross_reference HasMappings : exactMatch HasMappings --> Thing : exactMatch HasMappings : narrowMatch HasMappings --> Thing : narrowMatch ``` ## Inheritance * [AnnotationPropertyMixin](AnnotationPropertyMixin.md) * **HasMappings** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [broadMatch](broadMatch.md) | 0..*
[Thing](Thing.md) | | direct | | [closeMatch](closeMatch.md) | 0..*
[Thing](Thing.md) | | direct | | [exactMatch](exactMatch.md) | 0..*
[Thing](Thing.md) | | direct | | [narrowMatch](narrowMatch.md) | 0..*
[Thing](Thing.md) | | direct | | [database_cross_reference](database_cross_reference.md) | 0..*
[CURIELiteral](CURIELiteral.md) | | direct | ## Mixin Usage | mixed into | description | | --- | --- | | [Term](Term.md) | A NamedThing that includes classes, properties, but not ontologies | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/ontology-metadata ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | omoschema:HasMappings | | native | omoschema:HasMappings | ## LinkML Source ### Direct
```yaml name: HasMappings from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true slots: - broadMatch - closeMatch - exactMatch - narrowMatch - database_cross_reference ```
### Induced
```yaml name: HasMappings from_schema: https://w3id.org/oak/ontology-metadata is_a: AnnotationPropertyMixin mixin: true attributes: broadMatch: name: broadMatch from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:broadMatch multivalued: true alias: broadMatch owner: HasMappings domain_of: - HasMappings range: Thing closeMatch: name: closeMatch from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:closeMatch multivalued: true alias: closeMatch owner: HasMappings domain_of: - HasMappings range: Thing exactMatch: name: exactMatch from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:exactMatch multivalued: true alias: exactMatch owner: HasMappings domain_of: - HasMappings range: Thing narrowMatch: name: narrowMatch from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: skos:narrowMatch multivalued: true alias: narrowMatch owner: HasMappings domain_of: - HasMappings range: Thing database_cross_reference: name: database_cross_reference from_schema: https://w3id.org/oak/ontology-metadata rank: 1000 is_a: match slot_uri: oio:hasDbXref multivalued: true alias: database_cross_reference owner: HasMappings domain_of: - HasMappings - Axiom range: CURIELiteral ```