diff --git a/pr-preview/pr-11/.nojekyll b/pr-preview/pr-11/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/pr-preview/pr-11/404.html b/pr-preview/pr-11/404.html new file mode 100644 index 0000000..7faa1ce --- /dev/null +++ b/pr-preview/pr-11/404.html @@ -0,0 +1,296 @@ + + + +
+ + + + + + + + + + + +URI: cmdr:Affiliation
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
member | +0..1 Agent |
++ | direct | +
organization | +0..1 Organization |
++ | direct | +
memberRole | +0..1 String |
++ | direct | +
started | +0..1 String |
++ | direct | +
ended | +0..1 String |
++ | direct | +
status | +0..1 String |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Person | +affiliations | +range | +Affiliation | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Affiliation | +
native | +cmdr:Affiliation | +
name: Affiliation
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- member
+- organization
+- memberRole
+- started
+- ended
+- status
+slot_usage:
+ member:
+ name: member
+ domain_of:
+ - Affiliation
+ range: Agent
+ organization:
+ name: organization
+ domain_of:
+ - Affiliation
+ range: Organization
+
+
+name: Affiliation
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ member:
+ name: member
+ domain_of:
+ - Affiliation
+ range: Agent
+ organization:
+ name: organization
+ domain_of:
+ - Affiliation
+ range: Organization
+attributes:
+ member:
+ name: member
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: member
+ owner: Affiliation
+ domain_of:
+ - Affiliation
+ range: Agent
+ organization:
+ name: organization
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: organization
+ owner: Affiliation
+ domain_of:
+ - Affiliation
+ range: Organization
+ memberRole:
+ name: memberRole
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: memberRole
+ owner: Affiliation
+ domain_of:
+ - Affiliation
+ range: string
+ started:
+ name: started
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: started
+ owner: Affiliation
+ domain_of:
+ - Affiliation
+ range: string
+ ended:
+ name: ended
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: ended
+ owner: Affiliation
+ domain_of:
+ - Affiliation
+ range: string
+ status:
+ name: status
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: status
+ owner: Affiliation
+ domain_of:
+ - StudyContribution
+ - Affiliation
+ range: string
+
+
+Value | +Meaning | +Description | +
---|---|---|
Active | +None | ++ |
Inactive | +None | ++ |
Pending | +None | ++ |
name: AffiliationStatusEnum
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+permissible_values:
+ Active:
+ text: Active
+ Inactive:
+ text: Inactive
+ Pending:
+ text: Pending
+
+
+
+URI: cmdr:Agent
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
name | +0..1 String |
++ | direct | +
urls | +0..1 String |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
StudyContribution | +agent | +range | +Agent | +
StudyContact | +agent | +range | +Agent | +
Affiliation | +member | +range | +Agent | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Agent | +
native | +cmdr:Agent | +
name: Agent
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- name
+- urls
+
+
+name: Agent
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Agent
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Agent
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ urls:
+ name: urls
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: urls
+ owner: Agent
+ domain_of:
+ - Agent
+ range: string
+
+
+A binary (true or false) value
+URI: xsd:boolean
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:boolean | +
native | +cmdr:boolean | +
exact | +schema:Boolean | +
URI: cmdr:Characteristic
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
name | +0..1 String |
++ | direct | +
values | +* String |
++ | direct | +
valueOperator | +0..1 String |
++ | direct | +
exclude | +0..1 Boolean |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Group | +characteristics | +range | +Characteristic | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Characteristic | +
native | +cmdr:Characteristic | +
name: Characteristic
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- name
+- values
+- valueOperator
+- exclude
+
+
+name: Characteristic
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Characteristic
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ values:
+ name: values
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: values
+ owner: Characteristic
+ domain_of:
+ - Characteristic
+ range: string
+ multivalued: true
+ valueOperator:
+ name: valueOperator
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: valueOperator
+ owner: Characteristic
+ domain_of:
+ - Characteristic
+ range: string
+ exclude:
+ name: exclude
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: exclude
+ owner: Characteristic
+ domain_of:
+ - Characteristic
+ range: boolean
+
+
+URI: cmdr:ContactPoint
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
system | +0..1 String |
++ | direct | +
value | +0..1 String |
++ | direct | +
validDates | +0..1 TimePeriod |
++ | direct | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:ContactPoint | +
native | +cmdr:ContactPoint | +
name: ContactPoint
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- system
+- value
+- validDates
+
+
+name: ContactPoint
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ system:
+ name: system
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: system
+ owner: ContactPoint
+ domain_of:
+ - ContactPoint
+ range: string
+ value:
+ name: value
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: value
+ owner: ContactPoint
+ domain_of:
+ - ContactPoint
+ - Quantity
+ range: string
+ validDates:
+ name: validDates
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: validDates
+ owner: ContactPoint
+ domain_of:
+ - ContactPoint
+ range: TimePeriod
+
+
+URI: ContactSystemEnum
+Value | +Meaning | +Description | +
---|---|---|
Fax | +None | ++ |
None | ++ | |
Telephone | +None | ++ |
Pager | +None | ++ |
URL | +None | ++ |
Mailing Address | +None | ++ |
Slack handle | +None | ++ |
name: ContactSystemEnum
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+permissible_values:
+ Fax:
+ text: Fax
+ Email:
+ text: Email
+ Telephone:
+ text: Telephone
+ Pager:
+ text: Pager
+ URL:
+ text: URL
+ Mailing Address:
+ text: Mailing Address
+ Slack handle:
+ text: Slack handle
+
+
+
+Value | +Meaning | +Description | +
---|---|---|
Paused | +None | ++ |
Ongoing | +None | ++ |
Completed | +None | ++ |
Terminated | +None | ++ |
name: ContributionStatusEnum
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+permissible_values:
+ Paused:
+ text: Paused
+ Ongoing:
+ text: Ongoing
+ Completed:
+ text: Completed
+ Terminated:
+ text: Terminated
+
+
+
+a compact URI
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:curie | +
a date (year, month and day) in an idealized calendar
+URI: xsd:date
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:date | +
native | +cmdr:date | +
exact | +schema:Date | +
Either a date or a datetime
+ + +Mapping Type | +Mapped Value | +
---|---|
self | +linkml:DateOrDatetime | +
native | +cmdr:date_or_datetime | +
The combination of a date and time
+URI: xsd:dateTime
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:dateTime | +
native | +cmdr:datetime | +
exact | +schema:DateTime | +
A real number with arbitrary precision that conforms to the xsd:decimal specification
+URI: xsd:decimal
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:decimal | +
native | +cmdr:decimal | +
broad | +schema:Number | +
A real number that conforms to the xsd:double specification
+URI: xsd:double
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:double | +
native | +cmdr:double | +
close | +schema:Float | +
URI: cmdr:Entity
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
internalId | +0..1 String |
++ | direct | +
globalIds | +0..1 String |
++ | direct | +
name | +0..1 String |
++ | direct | +
description | +0..1 String |
++ | direct | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Entity | +
native | +cmdr:Entity | +
name: Entity
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- internalId
+- globalIds
+- name
+- description
+
+
+name: Entity
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ internalId:
+ name: internalId
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: internalId
+ owner: Entity
+ domain_of:
+ - Entity
+ range: string
+ globalIds:
+ name: globalIds
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: globalIds
+ owner: Entity
+ domain_of:
+ - Entity
+ range: string
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Entity
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ description:
+ name: description
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: description
+ owner: Entity
+ domain_of:
+ - Entity
+ range: string
+
+
+URI: cmdr:Family
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
study | +0..1 Study |
++ | direct | +
family_type | +0..1 String |
++ | direct | +
members | +0..1 StudyParticipant |
++ | direct | +
relationships | +0..1 Relationship |
++ | direct | +
probands | +0..1 StudyParticipant |
++ | direct | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Family | +
native | +cmdr:Family | +
name: Family
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- study
+- family_type
+- members
+- relationships
+- probands
+slot_usage:
+ members:
+ name: members
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ relationships:
+ name: relationships
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+ probands:
+ name: probands
+ domain_of:
+ - Family
+ range: StudyParticipant
+
+
+name: Family
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ members:
+ name: members
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ relationships:
+ name: relationships
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+ probands:
+ name: probands
+ domain_of:
+ - Family
+ range: StudyParticipant
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Family
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ study:
+ name: study
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: study
+ owner: Family
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Study
+ family_type:
+ name: family_type
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: family_type
+ owner: Family
+ domain_of:
+ - Family
+ range: string
+ members:
+ name: members
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: members
+ owner: Family
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ relationships:
+ name: relationships
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: relationships
+ owner: Family
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+ probands:
+ name: probands
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: probands
+ owner: Family
+ domain_of:
+ - Family
+ range: StudyParticipant
+
+
+A real number that conforms to the xsd:float specification
+URI: xsd:float
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:float | +
native | +cmdr:float | +
exact | +schema:Float | +
URI: cmdr:Group
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
memberType | +0..1 String |
++ | direct | +
members | +0..1 StudyParticipant |
++ | direct | +
memberCount | +0..1 Integer |
++ | direct | +
criteria | +0..1 String |
++ | direct | +
hasSubset | +0..1 Group |
++ | direct | +
characteristics | +0..1 Characteristic |
++ | direct | +
subsetOf | +0..1 Group |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Group | +hasSubset | +range | +Group | +
Group | +subsetOf | +range | +Group | +
Study | +studyGroup | +range | +Group | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Group | +
native | +cmdr:Group | +
name: Group
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- memberType
+- members
+- memberCount
+- criteria
+- hasSubset
+- characteristics
+- subsetOf
+slot_usage:
+ members:
+ name: members
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ hasSubset:
+ name: hasSubset
+ domain_of:
+ - Group
+ range: Group
+ subsetOf:
+ name: subsetOf
+ domain_of:
+ - Group
+ range: Group
+
+
+name: Group
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ members:
+ name: members
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ hasSubset:
+ name: hasSubset
+ domain_of:
+ - Group
+ range: Group
+ subsetOf:
+ name: subsetOf
+ domain_of:
+ - Group
+ range: Group
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Group
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ memberType:
+ name: memberType
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: memberType
+ owner: Group
+ domain_of:
+ - Group
+ range: string
+ members:
+ name: members
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: members
+ owner: Group
+ domain_of:
+ - Family
+ - Group
+ range: StudyParticipant
+ memberCount:
+ name: memberCount
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: memberCount
+ owner: Group
+ domain_of:
+ - Group
+ range: integer
+ criteria:
+ name: criteria
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: criteria
+ owner: Group
+ domain_of:
+ - Group
+ range: string
+ hasSubset:
+ name: hasSubset
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: hasSubset
+ owner: Group
+ domain_of:
+ - Group
+ range: Group
+ characteristics:
+ name: characteristics
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: characteristics
+ owner: Group
+ domain_of:
+ - Group
+ range: Characteristic
+ subsetOf:
+ name: subsetOf
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: subsetOf
+ owner: Group
+ domain_of:
+ - Group
+ range: Group
+
+
+An integer
+URI: xsd:integer
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:integer | +
native | +cmdr:integer | +
exact | +schema:Integer | +
A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:jsonpath | +
A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:jsonpointer | +
Prefix part of CURIE
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:ncname | +
A URI, CURIE or BNODE that represents a node in a model.
+URI: shex:nonLiteral
+ +Mapping Type | +Mapped Value | +
---|---|
self | +shex:nonLiteral | +
native | +cmdr:nodeidentifier | +
A URI or CURIE that represents an object in the model.
+URI: shex:iri
+ +Mapping Type | +Mapped Value | +
---|---|
self | +shex:iri | +
native | +cmdr:objectidentifier | +
URI: cmdr:Organization
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
name | +0..1 String |
++ | direct | +
contactPoints | +0..1 String |
++ | direct | +
parentOrganizations | +0..1 Organization |
++ | direct | +
childOrganizations | +0..1 Organization |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
StudyParticipant | +entSite | +range | +Organization | +
StudyContribution | +organizationalContext | +range | +Organization | +
StudyContact | +organizationalContext | +range | +Organization | +
Organization | +parentOrganizations | +range | +Organization | +
Organization | +childOrganizations | +range | +Organization | +
Affiliation | +organization | +range | +Organization | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Organization | +
native | +cmdr:Organization | +
name: Organization
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- name
+- contactPoints
+- parentOrganizations
+- childOrganizations
+slot_usage:
+ parentOrganizations:
+ name: parentOrganizations
+ domain_of:
+ - Organization
+ range: Organization
+ childOrganizations:
+ name: childOrganizations
+ domain_of:
+ - Organization
+ range: Organization
+
+
+name: Organization
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ parentOrganizations:
+ name: parentOrganizations
+ domain_of:
+ - Organization
+ range: Organization
+ childOrganizations:
+ name: childOrganizations
+ domain_of:
+ - Organization
+ range: Organization
+attributes:
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Organization
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ contactPoints:
+ name: contactPoints
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: contactPoints
+ owner: Organization
+ domain_of:
+ - StudyContact
+ - Person
+ - Organization
+ range: string
+ parentOrganizations:
+ name: parentOrganizations
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: parentOrganizations
+ owner: Organization
+ domain_of:
+ - Organization
+ range: Organization
+ childOrganizations:
+ name: childOrganizations
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: childOrganizations
+ owner: Organization
+ domain_of:
+ - Organization
+ range: Organization
+
+
+Value | +Meaning | +Description | +
---|---|---|
Lab Manager | +None | ++ |
Graduate Student | +None | ++ |
Post Doctoral Fellow | +None | ++ |
Faculty | +None | ++ |
Program Directory | +None | ++ |
name: OrganizationalRoleEnum
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+permissible_values:
+ Lab Manager:
+ text: Lab Manager
+ Graduate Student:
+ text: Graduate Student
+ Post Doctoral Fellow:
+ text: Post Doctoral Fellow
+ Faculty:
+ text: Faculty
+ Program Directory:
+ text: Program Directory
+
+
+
+URI: cmdr:Person
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
name | +0..1 String |
++ | direct | +
contactPoints | +0..1 String |
++ | direct | +
affiliations | +0..1 Affiliation |
++ | direct | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Person | +
native | +cmdr:Person | +
name: Person
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- name
+- contactPoints
+- affiliations
+slot_usage:
+ affiliations:
+ name: affiliations
+ domain_of:
+ - Person
+ range: Affiliation
+
+
+name: Person
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ affiliations:
+ name: affiliations
+ domain_of:
+ - Person
+ range: Affiliation
+attributes:
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Person
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ contactPoints:
+ name: contactPoints
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: contactPoints
+ owner: Person
+ domain_of:
+ - StudyContact
+ - Person
+ - Organization
+ range: string
+ affiliations:
+ name: affiliations
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: affiliations
+ owner: Person
+ domain_of:
+ - Person
+ range: Affiliation
+
+
+URI: cmdr:Quantity
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
value | +0..1 String |
++ | direct | +
unit | +0..1 String |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
TimePoint | +offset_from_index | +range | +Quantity | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Quantity | +
native | +cmdr:Quantity | +
name: Quantity
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- value
+- unit
+
+
+name: Quantity
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ value:
+ name: value
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: value
+ owner: Quantity
+ domain_of:
+ - ContactPoint
+ - Quantity
+ range: string
+ unit:
+ name: unit
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: unit
+ owner: Quantity
+ domain_of:
+ - Quantity
+ range: string
+
+
+URI: cmdr:Relationship
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
participant | +0..1 StudyParticipant |
++ | direct | +
relative | +0..1 StudyParticipant |
++ | direct | +
relationshipType | +0..1 String |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
StudyParticipant | +relationships | +range | +Relationship | +
Family | +relationships | +range | +Relationship | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Relationship | +
native | +cmdr:Relationship | +
name: Relationship
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- participant
+- relative
+- relationshipType
+slot_usage:
+ participant:
+ name: participant
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+ relative:
+ name: relative
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+
+
+name: Relationship
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ participant:
+ name: participant
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+ relative:
+ name: relative
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Relationship
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ participant:
+ name: participant
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: participant
+ owner: Relationship
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+ relative:
+ name: relative
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: relative
+ owner: Relationship
+ domain_of:
+ - Relationship
+ range: StudyParticipant
+ relationshipType:
+ name: relationshipType
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: relationshipType
+ owner: Relationship
+ domain_of:
+ - Relationship
+ range: string
+
+
+URI: cmdr:Software
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
version | +0..1 String |
++ | direct | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Software | +
native | +cmdr:Software | +
name: Software
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- version
+
+
+name: Software
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ version:
+ name: version
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: version
+ owner: Software
+ domain_of:
+ - Software
+ range: string
+
+
+A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:sparqlpath | +
A character string
+URI: xsd:string
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:string | +
native | +cmdr:string | +
exact | +schema:Text | +
URI: cmdr:Study
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
name | +0..1 String |
++ | direct | +
design | +0..1 String |
++ | direct | +
researchFocus | +0..1 String |
++ | direct | +
selectionCriteriaDescription | +0..1 String |
++ | direct | +
period | +0..1 String |
++ | direct | +
studyGroup | +0..1 Group |
++ | direct | +
contributions | +0..1 StudyContribution |
++ | direct | +
contacts | +0..1 StudyContact |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
StudyParticipant | +study | +range | +Study | +
Family | +study | +range | +Study | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Study | +
native | +cmdr:Study | +
name: Study
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- name
+- design
+- researchFocus
+- selectionCriteriaDescription
+- period
+- studyGroup
+- contributions
+- contacts
+slot_usage:
+ studyGroup:
+ name: studyGroup
+ domain_of:
+ - Study
+ range: Group
+ contributions:
+ name: contributions
+ domain_of:
+ - Study
+ range: StudyContribution
+ contacts:
+ name: contacts
+ domain_of:
+ - Study
+ range: StudyContact
+
+
+name: Study
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ studyGroup:
+ name: studyGroup
+ domain_of:
+ - Study
+ range: Group
+ contributions:
+ name: contributions
+ domain_of:
+ - Study
+ range: StudyContribution
+ contacts:
+ name: contacts
+ domain_of:
+ - Study
+ range: StudyContact
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Study
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ name:
+ name: name
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: name
+ owner: Study
+ domain_of:
+ - Entity
+ - Characteristic
+ - Study
+ - Agent
+ - Person
+ - Organization
+ range: string
+ design:
+ name: design
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: design
+ owner: Study
+ domain_of:
+ - Study
+ range: string
+ researchFocus:
+ name: researchFocus
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: researchFocus
+ owner: Study
+ domain_of:
+ - Study
+ range: string
+ selectionCriteriaDescription:
+ name: selectionCriteriaDescription
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: selectionCriteriaDescription
+ owner: Study
+ domain_of:
+ - Study
+ range: string
+ period:
+ name: period
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: period
+ owner: Study
+ domain_of:
+ - Study
+ - StudyContribution
+ - StudyContact
+ range: string
+ studyGroup:
+ name: studyGroup
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: studyGroup
+ owner: Study
+ domain_of:
+ - Study
+ range: Group
+ contributions:
+ name: contributions
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: contributions
+ owner: Study
+ domain_of:
+ - Study
+ range: StudyContribution
+ contacts:
+ name: contacts
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: contacts
+ owner: Study
+ domain_of:
+ - Study
+ range: StudyContact
+
+
+URI: cmdr:StudyContact
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
agent | +0..1 Agent |
++ | direct | +
contactPoints | +0..1 String |
++ | direct | +
purpose | +0..1 String |
++ | direct | +
period | +0..1 String |
++ | direct | +
organizationalContext | +0..1 Organization |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Study | +contacts | +range | +StudyContact | +
StudyContribution | +preferredContact | +range | +StudyContact | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:StudyContact | +
native | +cmdr:StudyContact | +
name: StudyContact
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ agent:
+ name: agent
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ organizationalContext:
+ name: organizationalContext
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+attributes:
+ agent:
+ name: agent
+ from_schema: https://w3id.org/linkml/cmdr
+ contactPoints:
+ name: contactPoints
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - StudyContact
+ - Person
+ - Organization
+ purpose:
+ name: purpose
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - StudyContact
+ period:
+ name: period
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - Study
+ - StudyContribution
+ - StudyContact
+ organizationalContext:
+ name: organizationalContext
+ from_schema: https://w3id.org/linkml/cmdr
+
+
+name: StudyContact
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ agent:
+ name: agent
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ organizationalContext:
+ name: organizationalContext
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+attributes:
+ agent:
+ name: agent
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: agent
+ owner: StudyContact
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ contactPoints:
+ name: contactPoints
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: contactPoints
+ owner: StudyContact
+ domain_of:
+ - StudyContact
+ - Person
+ - Organization
+ range: string
+ purpose:
+ name: purpose
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: purpose
+ owner: StudyContact
+ domain_of:
+ - StudyContact
+ range: string
+ period:
+ name: period
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: period
+ owner: StudyContact
+ domain_of:
+ - Study
+ - StudyContribution
+ - StudyContact
+ range: string
+ organizationalContext:
+ name: organizationalContext
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: organizationalContext
+ owner: StudyContact
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+
+
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
agent | +0..1 Agent |
++ | direct | +
contributorRole | +0..1 String |
++ | direct | +
period | +0..1 String |
++ | direct | +
organizationalContext | +0..1 Organization |
++ | direct | +
status | +0..1 String |
++ | direct | +
preferredContact | +0..1 StudyContact |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Study | +contributions | +range | +StudyContribution | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:StudyContribution | +
native | +cmdr:StudyContribution | +
name: StudyContribution
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ agent:
+ name: agent
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ organizationalContext:
+ name: organizationalContext
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+ preferredContact:
+ name: preferredContact
+ domain_of:
+ - StudyContribution
+ range: StudyContact
+attributes:
+ agent:
+ name: agent
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ contributorRole:
+ name: contributorRole
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - StudyContribution
+ period:
+ name: period
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - Study
+ - StudyContribution
+ - StudyContact
+ organizationalContext:
+ name: organizationalContext
+ from_schema: https://w3id.org/linkml/cmdr
+ status:
+ name: status
+ from_schema: https://w3id.org/linkml/cmdr
+ domain_of:
+ - StudyContribution
+ - Affiliation
+ preferredContact:
+ name: preferredContact
+ from_schema: https://w3id.org/linkml/cmdr
+
+
+name: StudyContribution
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ agent:
+ name: agent
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ organizationalContext:
+ name: organizationalContext
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+ preferredContact:
+ name: preferredContact
+ domain_of:
+ - StudyContribution
+ range: StudyContact
+attributes:
+ agent:
+ name: agent
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: agent
+ owner: StudyContribution
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Agent
+ contributorRole:
+ name: contributorRole
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: contributorRole
+ owner: StudyContribution
+ domain_of:
+ - StudyContribution
+ range: string
+ period:
+ name: period
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: period
+ owner: StudyContribution
+ domain_of:
+ - Study
+ - StudyContribution
+ - StudyContact
+ range: string
+ organizationalContext:
+ name: organizationalContext
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: organizationalContext
+ owner: StudyContribution
+ domain_of:
+ - StudyContribution
+ - StudyContact
+ range: Organization
+ status:
+ name: status
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: status
+ owner: StudyContribution
+ domain_of:
+ - StudyContribution
+ - Affiliation
+ range: string
+ preferredContact:
+ name: preferredContact
+ from_schema: https://w3id.org/linkml/cmdr
+ alias: preferredContact
+ owner: StudyContribution
+ domain_of:
+ - StudyContribution
+ range: StudyContact
+
+
+URI: StudyContributorEnum
+Value | +Meaning | +Description | +
---|---|---|
Funder | +None | ++ |
Sponsor | +None | ++ |
Principal Investigator | +None | ++ |
DCC | +None | ++ |
Research Site | +None | ++ |
Name | +Description | +
---|---|
contributions | ++ |
name: StudyContributorEnum
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+permissible_values:
+ Funder:
+ text: Funder
+ Sponsor:
+ text: Sponsor
+ Principal Investigator:
+ text: Principal Investigator
+ DCC:
+ text: DCC
+ Research Site:
+ text: Research Site
+
+
+
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
study | +0..1 Study |
++ | direct | +
enrollment | +0..1 String |
++ | direct | +
entSite | +0..1 Organization |
++ | direct | +
demographics | +0..1 String |
++ | direct | +
observations | +0..1 String |
++ | direct | +
conditions | +0..1 String |
++ | direct | +
relationships | +0..1 Relationship |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Relationship | +participant | +range | +StudyParticipant | +
Relationship | +relative | +range | +StudyParticipant | +
Family | +members | +range | +StudyParticipant | +
Family | +probands | +range | +StudyParticipant | +
Group | +members | +range | +StudyParticipant | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:StudyParticipant | +
native | +cmdr:StudyParticipant | +
name: StudyParticipant
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- study
+- enrollment
+- entSite
+- demographics
+- observations
+- conditions
+- relationships
+slot_usage:
+ associatedParticipants:
+ name: associatedParticipants
+ range: Subject
+ relationships:
+ name: relationships
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+
+
+name: StudyParticipant
+from_schema: https://w3id.org/linkml/cmdr
+slot_usage:
+ associatedParticipants:
+ name: associatedParticipants
+ range: Subject
+ relationships:
+ name: relationships
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: StudyParticipant
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ study:
+ name: study
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: study
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Study
+ enrollment:
+ name: enrollment
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: enrollment
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ range: string
+ entSite:
+ name: entSite
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: entSite
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ range: Organization
+ demographics:
+ name: demographics
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: demographics
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ range: string
+ observations:
+ name: observations
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: observations
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ range: string
+ conditions:
+ name: conditions
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: conditions
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ range: string
+ relationships:
+ name: relationships
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: relationships
+ owner: StudyParticipant
+ domain_of:
+ - StudyParticipant
+ - Family
+ range: Relationship
+
+
+URI: cmdr:Subject
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
id | +0..1 String |
++ | direct | +
species | +0..1 String |
++ | direct | +
sex | +0..1 String |
++ | direct | +
ethnicity | +0..1 String |
++ | direct | +
race | +0..1 String |
++ | direct | +
vital_status | +0..1 String |
++ | direct | +
yearOfBirth | +0..1 String |
++ | direct | +
yearOfDeath | +0..1 String |
++ | direct | +
ageAtDeath | +0..1 String |
++ | direct | +
causeOfDeath | +0..1 String |
++ | direct | +
associatedParticipants | +0..1 Subject |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
Subject | +associatedParticipants | +range | +Subject | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:Subject | +
native | +cmdr:Subject | +
name: Subject
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- id
+- species
+- sex
+- ethnicity
+- race
+- vital_status
+- yearOfBirth
+- yearOfDeath
+- ageAtDeath
+- causeOfDeath
+- associatedParticipants
+
+
+name: Subject
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ id:
+ name: id
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: id
+ owner: Subject
+ domain_of:
+ - Subject
+ - StudyParticipant
+ - Relationship
+ - Family
+ - Group
+ - Study
+ - Agent
+ range: string
+ species:
+ name: species
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: species
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ sex:
+ name: sex
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: sex
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ ethnicity:
+ name: ethnicity
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: ethnicity
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ race:
+ name: race
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: race
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ vital_status:
+ name: vital_status
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: vital_status
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ yearOfBirth:
+ name: yearOfBirth
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: yearOfBirth
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ yearOfDeath:
+ name: yearOfDeath
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: yearOfDeath
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ ageAtDeath:
+ name: ageAtDeath
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: ageAtDeath
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ causeOfDeath:
+ name: causeOfDeath
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: causeOfDeath
+ owner: Subject
+ domain_of:
+ - Subject
+ range: string
+ associatedParticipants:
+ name: associatedParticipants
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: associatedParticipants
+ owner: Subject
+ domain_of:
+ - Subject
+ range: Subject
+
+
+A time object represents a (local) time of day, independent of any particular day
+URI: xsd:time
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:time | +
native | +cmdr:time | +
exact | +schema:Time | +
URI: cmdr:TimePeriod
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
start | +0..1 TimePoint |
++ | direct | +
end | +0..1 TimePoint |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
ContactPoint | +validDates | +range | +TimePeriod | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:TimePeriod | +
native | +cmdr:TimePeriod | +
name: TimePeriod
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- start
+- end
+
+
+name: TimePeriod
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ start:
+ name: start
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: start
+ owner: TimePeriod
+ domain_of:
+ - TimePeriod
+ range: TimePoint
+ end:
+ name: end
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: end
+ owner: TimePeriod
+ domain_of:
+ - TimePeriod
+ range: TimePoint
+
+
+URI: cmdr:TimePoint
+Name | +Cardinality and Range | +Description | +Inheritance | +
---|---|---|---|
dateTime | +0..1 String |
++ | direct | +
index_time_point | +0..1 TimePoint |
++ | direct | +
offset_from_index | +0..1 Quantity |
++ | direct | +
event_type | +0..1 String |
++ | direct | +
used by | +used in | +type | +used | +
---|---|---|---|
TimePeriod | +start | +range | +TimePoint | +
TimePeriod | +end | +range | +TimePoint | +
TimePoint | +index_time_point | +range | +TimePoint | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:TimePoint | +
native | +cmdr:TimePoint | +
name: TimePoint
+from_schema: https://w3id.org/linkml/cmdr
+slots:
+- dateTime
+- index_time_point
+- offset_from_index
+- event_type
+
+
+name: TimePoint
+from_schema: https://w3id.org/linkml/cmdr
+attributes:
+ dateTime:
+ name: dateTime
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: dateTime
+ owner: TimePoint
+ domain_of:
+ - TimePoint
+ range: string
+ index_time_point:
+ name: index_time_point
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: index_time_point
+ owner: TimePoint
+ domain_of:
+ - TimePoint
+ range: TimePoint
+ offset_from_index:
+ name: offset_from_index
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: offset_from_index
+ owner: TimePoint
+ domain_of:
+ - TimePoint
+ range: Quantity
+ event_type:
+ name: event_type
+ from_schema: https://w3id.org/linkml/cmdr
+ rank: 1000
+ alias: event_type
+ owner: TimePoint
+ domain_of:
+ - TimePoint
+ range: string
+
+
+a complete URI
+URI: xsd:anyURI
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:anyURI | +
native | +cmdr:uri | +
close | +schema:URL | +
a URI or a CURIE
+URI: xsd:anyURI
+ +Mapping Type | +Mapped Value | +
---|---|
self | +xsd:anyURI | +
native | +cmdr:uriorcurie | +
Core Model for Data Research (Tentative)
+ + + + + + +URI: cmdr:affiliations
+ + +Name | +Description | +Modifies Slot | +
---|---|---|
Person | ++ | yes | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:affiliations | +
native | +cmdr:affiliations | +
name: affiliations
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+alias: affiliations
+domain_of:
+- Person
+range: Affiliation
+
+
+
+URI: cmdr:ageAtDeath
+ + +Name | +Description | +Modifies Slot | +
---|---|---|
Subject | ++ | no | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:ageAtDeath | +
native | +cmdr:ageAtDeath | +
name: ageAtDeath
+from_schema: https://w3id.org/linkml/cmdr
+rank: 1000
+alias: ageAtDeath
+domain_of:
+- Subject
+range: string
+
+
+
+URI: cmdr:agent
+ + +Name | +Description | +Modifies Slot | +
---|---|---|
StudyContact | ++ | yes | +
StudyContribution | ++ | yes | +
Mapping Type | +Mapped Value | +
---|---|
self | +cmdr:agent | +
native | +cmdr:agent | +
name: agent
+alias: agent
+domain_of:
+- StudyContribution
+- StudyContact
+range: string
+
+
+
+\n {translation(\"search.result.term.missing\")}: {...missing}\n
\n }\n