Class: SponsorTerm

A sponsor-defined term that is included in an extensible set of controlled terminology.

URI: ars:SponsorTerm

 classDiagram
    class SponsorTerm
      SponsorTerm : description
        SponsorTerm : id
        SponsorTerm : submissionValue
        

Slots

Name Cardinality* and Range Description Inheritance
id 1..1
String
The assigned identifying value for the instance of the class direct
submissionValue 1..1
String
The specific value expected for submissions direct
description 0..1
String
A textual description of the instance of the class direct

* See LinkML documentation for cardinality definitions.

Usages

used by used in type used
TerminologyExtension sponsorTerms range SponsorTerm
ExtensibleTerminologyTerm sponsorTermId range SponsorTerm
OperationRole sponsorTermId range SponsorTerm
SponsorOperationRole sponsorTermId range SponsorTerm
AnalysisReason sponsorTermId range SponsorTerm
SponsorAnalysisReason sponsorTermId range SponsorTerm
AnalysisPurpose sponsorTermId range SponsorTerm
SponsorAnalysisPurpose sponsorTermId range SponsorTerm
OutputFileType sponsorTermId range SponsorTerm
SponsorOutputFileType sponsorTermId range SponsorTerm

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SponsorTerm
description: A sponsor-defined term that is included in an extensible set of controlled
  terminology.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
slots:
- id
- submissionValue
- description

Induced

name: SponsorTerm
description: A sponsor-defined term that is included in an extensible set of controlled
  terminology.
from_schema: https://www.cdisc.org/ars/1-0
rank: 1000
attributes:
  id:
    name: id
    description: The assigned identifying value for the instance of the class.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    identifier: true
    alias: id
    owner: SponsorTerm
    domain_of:
    - ReportingEvent
    - ReferenceDocument
    - TerminologyExtension
    - SponsorTerm
    - AnalysisOutputCategorization
    - AnalysisOutputCategory
    - AnalysisSet
    - DataSubset
    - GroupingFactor
    - Group
    - AnalysisMethod
    - Operation
    - ReferencedOperationRelationship
    - Analysis
    - DisplaySubSection
    - Output
    - OutputDisplay
    range: string
    required: true
  submissionValue:
    name: submissionValue
    description: The specific value expected for submissions.
    from_schema: https://www.cdisc.org/ars/1-0
    rank: 1000
    alias: submissionValue
    owner: SponsorTerm
    domain_of:
    - SponsorTerm
    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: SponsorTerm
    domain_of:
    - NamedObject
    - SponsorTerm
    - ReferencedOperationRelationship
    range: string