Class: Additional Notes Object (AdditionalNoteObj)
A set of objects to define notes in a Item. For example, most Redcap and NDA data dictionaries have notes for each item which needs to be captured in reproschema
URI: reproschema:AdditionalNoteObj
classDiagram
class AdditionalNoteObj
click AdditionalNoteObj href "../AdditionalNoteObj"
Thing <|-- AdditionalNoteObj
click Thing href "../Thing"
AdditionalNoteObj : category
AdditionalNoteObj : column
AdditionalNoteObj : id
AdditionalNoteObj : name
AdditionalNoteObj --> "*" LangString : name
click LangString href "../LangString"
AdditionalNoteObj : source
AdditionalNoteObj : value
Inheritance
- Thing
- AdditionalNoteObj
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
column | 0..1 String |
An element to define the column name where the note was taken from | direct |
source | 0..1 String |
An element to define the source (eg | direct |
value | 0..1 String or Float or Integer or Boolean or StructuredValue or LangString or Uri or String or MissingType |
The value for each option in choices or in additionalNotesObj | direct |
id | 0..1 Uriorcurie |
A unique identifier for an entity | Thing |
name | * LangString |
Thing | |
category | 0..1 Uriorcurie |
Name of the high level ontology class in which this entity is categorized | Thing |
Usages
used by | used in | type | used |
---|---|---|---|
Item | additionalNotesObj | any_of[range] | AdditionalNoteObj |
Identifier and Mapping Information
Schema Source
- from schema: http://schema.repronim.org/
Mappings
Mapping Type | Mapped Value |
---|---|
self | reproschema:AdditionalNoteObj |
native | http://schema.repronim.org/:AdditionalNoteObj |
LinkML Source
Direct
name: AdditionalNoteObj
description: A set of objects to define notes in a Item. For example, most Redcap
and NDA data dictionaries have notes for each item which needs to be captured in
reproschema
title: Additional Notes Object
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- column
- source
- value
class_uri: reproschema:AdditionalNoteObj
Induced
name: AdditionalNoteObj
description: A set of objects to define notes in a Item. For example, most Redcap
and NDA data dictionaries have notes for each item which needs to be captured in
reproschema
title: Additional Notes Object
from_schema: http://schema.repronim.org/
is_a: Thing
attributes:
column:
name: column
description: An element to define the column name where the note was taken from.
title: column
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: reproschema:column
alias: column
owner: AdditionalNoteObj
domain_of:
- AdditionalNoteObj
range: string
source:
name: source
description: An element to define the source (eg. RedCap, NDA) where the note
was taken from.
title: source
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: reproschema:source
alias: source
owner: AdditionalNoteObj
domain_of:
- AdditionalNoteObj
range: string
value:
name: value
description: The value for each option in choices or in additionalNotesObj
title: value
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:value
alias: value
owner: AdditionalNoteObj
domain_of:
- AdditionalNoteObj
- Choice
- Response
- UnitOption
range: string
inlined: true
any_of:
- range: float
- range: integer
- range: boolean
- range: StructuredValue
- range: langString
- range: uri
- range: string
- range: MissingType
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:identifier
alias: id
owner: AdditionalNoteObj
domain_of:
- Participant
- Thing
range: uriorcurie
name:
name: name
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:name
alias: name
owner: AdditionalNoteObj
domain_of:
- Choice
- Thing
range: langString
multivalued: true
inlined: true
category:
name: category
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the biolink entity type class. In an RDF database
it should be a model class URI. This field is multi-valued.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: rdf:type
alias: category
owner: AdditionalNoteObj
domain_of:
- Thing
range: uriorcurie
class_uri: reproschema:AdditionalNoteObj