Class: PromotionQualifyingDegree
Information items on the degree that qualifies a person for working towards a doctoral degree.
URI: trr379cps:PromotionQualifyingDegree
classDiagram class PromotionQualifyingDegree click PromotionQualifyingDegree href "../PromotionQualifyingDegree/" PromotionQualifyingDegree : degree_date PromotionQualifyingDegree : degree_institution PromotionQualifyingDegree --> "1" DSCOrganization : degree_institution click DSCOrganization href "../DSCOrganization/" PromotionQualifyingDegree : degree_type PromotionQualifyingDegree --> "1" DegreeTypeClassification : degree_type click DegreeTypeClassification href "../DegreeTypeClassification/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| degree_type | 1 DegreeTypeClassification |
Type of degree that qualifies a person for a doctorate | direct |
| degree_date | 1 YYYYMM |
Date when the qualifying degree was received | direct |
| degree_institution | 1 DSCOrganization |
Institution that granted the degree that qualifies a person for a doctorate | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Contributor | promotion_qualifying_degree | range | PromotionQualifyingDegree |
Identifier and Mapping Information
Schema Source
- from schema: https://concepts.trr379.de/s/dfg-cp-survey
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | trr379cps:PromotionQualifyingDegree |
| native | trr379cps:PromotionQualifyingDegree |
LinkML Source
Direct
name: PromotionQualifyingDegree
description: Information items on the degree that qualifies a person for working towards
a doctoral degree.
from_schema: https://concepts.trr379.de/s/dfg-cp-survey
slots:
- degree_type
- degree_date
- degree_institution
slot_usage:
degree_type:
name: degree_type
annotations:
sh:order:
tag: sh:order
value: 1
required: true
degree_date:
name: degree_date
annotations:
sh:order:
tag: sh:order
value: 2
required: true
degree_institution:
name: degree_institution
annotations:
sh:order:
tag: sh:order
value: 3
range: DSCOrganization
required: true
Induced
name: PromotionQualifyingDegree
description: Information items on the degree that qualifies a person for working towards
a doctoral degree.
from_schema: https://concepts.trr379.de/s/dfg-cp-survey
slot_usage:
degree_type:
name: degree_type
annotations:
sh:order:
tag: sh:order
value: 1
required: true
degree_date:
name: degree_date
annotations:
sh:order:
tag: sh:order
value: 2
required: true
degree_institution:
name: degree_institution
annotations:
sh:order:
tag: sh:order
value: 3
range: DSCOrganization
required: true
attributes:
degree_type:
name: degree_type
annotations:
sh:order:
tag: sh:order
value: 1
description: Type of degree that qualifies a person for a doctorate.
title: Type of degree
from_schema: https://concepts.trr379.de/s/dfg-cp-survey
rank: 1000
alias: degree_type
owner: PromotionQualifyingDegree
domain_of:
- PromotionQualifyingDegree
range: DegreeTypeClassification
required: true
degree_date:
name: degree_date
annotations:
sh:order:
tag: sh:order
value: 2
description: Date when the qualifying degree was received.
title: Date received
from_schema: https://concepts.trr379.de/s/dfg-cp-survey
rank: 1000
alias: degree_date
owner: PromotionQualifyingDegree
domain_of:
- PromotionQualifyingDegree
range: YYYYMM
required: true
degree_institution:
name: degree_institution
annotations:
sh:order:
tag: sh:order
value: 3
description: Institution that granted the degree that qualifies a person for a
doctorate.
title: Degree granting institution
from_schema: https://concepts.trr379.de/s/dfg-cp-survey
rank: 1000
alias: degree_institution
owner: PromotionQualifyingDegree
domain_of:
- PromotionQualifyingDegree
range: DSCOrganization
required: true