Class: AbbreviationEntry
Record of a single abbreviation listed in Clause 4 of the standard.
URI: iso22989:AbbreviationEntry
classDiagram
class AbbreviationEntry
click AbbreviationEntry href "../AbbreviationEntry/"
NamedEntity <|-- AbbreviationEntry
click NamedEntity href "../NamedEntity/"
AbbreviationEntry : abbreviation_code
AbbreviationEntry --> "1" AbbreviationCode : abbreviation_code
click AbbreviationCode href "../AbbreviationCode/"
AbbreviationEntry : aliases
AbbreviationEntry : clause_reference
AbbreviationEntry : description
AbbreviationEntry : expansion
AbbreviationEntry : id
AbbreviationEntry : name
AbbreviationEntry : preferred_label
AbbreviationEntry : see_also_uri
Inheritance
- NamedEntity
- AbbreviationEntry
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| abbreviation_code | 1 AbbreviationCode |
Acronym or abbreviation code (Clause 4) | direct |
| expansion | 1 String |
Expanded form of an abbreviation (Clause 4) | direct |
| id | 1 Uriorcurie |
Unique CURIE or URI identifying the entity | NamedEntity |
| name | 1 String |
Human-readable label for the entity | NamedEntity |
| description | 0..1 String |
Free-text description of the entity (paraphrased; verbatim ISO text excluded) | NamedEntity |
| clause_reference | 0..1 String |
ISO/IEC 22989:2022 clause identifier (e | NamedEntity |
| aliases | * String |
Alternative names or synonyms for the term | NamedEntity |
| preferred_label | 0..1 String |
Preferred natural-language label | NamedEntity |
| see_also_uri | * Uriorcurie |
Pointers to related external resources or term records | NamedEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| AIConceptsCollection | abbreviations | range | AbbreviationEntry |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/iso22989
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | iso22989:AbbreviationEntry |
| native | iso22989:AbbreviationEntry |
LinkML Source
Direct
name: AbbreviationEntry
description: Record of a single abbreviation listed in Clause 4 of the standard.
in_subset:
- terminology
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
slots:
- abbreviation_code
- expansion
slot_usage:
abbreviation_code:
name: abbreviation_code
required: true
expansion:
name: expansion
required: true
Induced
name: AbbreviationEntry
description: Record of a single abbreviation listed in Clause 4 of the standard.
in_subset:
- terminology
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
slot_usage:
abbreviation_code:
name: abbreviation_code
required: true
expansion:
name: expansion
required: true
attributes:
abbreviation_code:
name: abbreviation_code
description: Acronym or abbreviation code (Clause 4).
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
owner: AbbreviationEntry
domain_of:
- AbbreviationEntry
range: AbbreviationCode
required: true
expansion:
name: expansion
description: Expanded form of an abbreviation (Clause 4).
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
owner: AbbreviationEntry
domain_of:
- AbbreviatedTerm
- AbbreviationEntry
range: string
required: true
id:
name: id
description: Unique CURIE or URI identifying the entity.
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
slot_uri: dcterms:identifier
identifier: true
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: uriorcurie
required: true
name:
name: name
description: Human-readable label for the entity.
from_schema: https://w3id.org/lmodel/iso22989
exact_mappings:
- dcterms:title
- schema:name
rank: 1000
slot_uri: schema:name
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: string
required: true
description:
name: description
description: Free-text description of the entity (paraphrased; verbatim ISO text
excluded).
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
slot_uri: dcterms:description
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: string
clause_reference:
name: clause_reference
description: ISO/IEC 22989:2022 clause identifier (e.g. "5.11.4") the element
corresponds to.
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
owner: AbbreviationEntry
domain_of:
- NamedEntity
- AutonomyAssessment
- VerificationValidationFramework
range: string
pattern: ^[0-9]+(\.[0-9]+){0,3}$
aliases:
name: aliases
description: Alternative names or synonyms for the term.
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
slot_uri: skos:altLabel
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: string
multivalued: true
preferred_label:
name: preferred_label
description: Preferred natural-language label.
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
slot_uri: skos:prefLabel
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: string
see_also_uri:
name: see_also_uri
description: Pointers to related external resources or term records.
from_schema: https://w3id.org/lmodel/iso22989
rank: 1000
slot_uri: rdfs:seeAlso
owner: AbbreviationEntry
domain_of:
- NamedEntity
range: uriorcurie
multivalued: true