Class: AlternateName

URI: cadsr:AlternateName

 classDiagram
    class AlternateName
    click AlternateName href "../AlternateName"
      AlternateName : context
        
      AlternateName : name
        
      AlternateName : type
        
      

Slots

Name

Cardinality and Range

Description

Inheritance

name

0..1
String

direct

type

0..1
String

direct

context

0..1
String

direct

Usages

used by

used in

type

used

DataElement

AlternateNames

range

AlternateName

Identifier and Mapping Information

Schema Source

  • from schema: https://example.org/cadsr

Mappings

Mapping Type

Mapped Value

self

cadsr:AlternateName

native

cadsr:AlternateName

LinkML Source

Direct

```yaml name: AlternateName from_schema: https://example.org/cadsr slots: - name - type - context slot_usage: type: name: type required: false context: name: context required: false
</details>

### Induced

<details>
```yaml
name: AlternateName
from_schema: https://example.org/cadsr
slot_usage:
  type:
    name: type
    required: false
  context:
    name: context
    required: false
attributes:
  name:
    name: name
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: name
    owner: AlternateName
    domain_of:
    - AlternateName
    - ReferenceDocument
  type:
    name: type
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: type
    owner: AlternateName
    domain_of:
    - AlternateName
    - ValueDomain
    - ReferenceDocument
    required: false
  context:
    name: context
    from_schema: https://example.org/cadsr
    rank: 1000
    alias: context
    owner: AlternateName
    domain_of:
    - ClassificationScheme
    - Property
    - AlternateName
    - ConceptualDomain
    - ClassificationSchemeItem
    - DataElement
    - ValueDomain
    - ObjectClass
    - DataElementConcept
    - ValueMeaning
    - RepresentationTerm
    - ReferenceDocument
    required: false