Class: NamedObject

An object with a name.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: ars:NamedObject

 classDiagram
    class NamedObject
      NamedObject <|-- ReportingEvent
      NamedObject <|-- ListOfContents
      NamedObject <|-- OrderedListItem
      NamedObject <|-- ReferenceDocument
      NamedObject <|-- AnalysisSet
      NamedObject <|-- DataSubset
      NamedObject <|-- GroupingFactor
      NamedObject <|-- Group
      NamedObject <|-- AnalysisMethod
      NamedObject <|-- Operation
      NamedObject <|-- CodeParameter
      NamedObject <|-- Analysis
      NamedObject <|-- Output
      NamedObject <|-- OutputFile
      NamedObject <|-- OutputDisplay
      NamedObject : name        
        NamedObject : description        
        NamedObject : label        
        

Inheritance

Slots

Name Cardinality* and Range Description Inheritance
name 1..1
String
The name for the instance of the class direct
description 0..1
String
A textual description of the instance of the class direct
label 0..1
String
A short informative description that may be used for display direct

* See LinkML documentation for cardinality definitions.

Identifier and Mapping Information

Schema Source

  • from schema: https://www.cdisc.org/ars/1-0

Mappings

Mapping Type Mapped Value
self ars:NamedObject
native ars:NamedObject

LinkML Source

Direct

name: NamedObject
description: An object with a name.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
slots:
- name
- description
- label

Induced

name: NamedObject
description: An object with a name.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
abstract: true
attributes:
  name:
    name: name
    description: The name for the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: name
    owner: NamedObject
    domain_of:
    - NamedObject
    range: string
    required: true
  description:
    name: description
    description: A textual description of the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: description
    owner: NamedObject
    domain_of:
    - NamedObject
    - SponsorTerm
    - ReferencedOperationRelationship
    range: string
  label:
    name: label
    description: A short informative description that may be used for display.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: label
    owner: NamedObject
    domain_of:
    - NamedObject
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - PageRef
    range: string