Class: HasMappings

URI: omoschema:HasMappings

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

Slots

Name

Cardinality and Range

Description

Inheritance

broadMatch

0..*
Thing

direct

closeMatch

0..*
Thing

direct

exactMatch

0..*
Thing

direct

narrowMatch

0..*
Thing

direct

database_cross_reference

0..*
CURIELiteral

direct

Mixin Usage

mixed into

description

Term

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
</details>

### Induced

<details>
```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