Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated PR for #109 to #112, #139, #135. #137, #138 #140

Merged
merged 17 commits into from
Feb 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions standard_schema/prerelease/HED8.3.0.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,10 @@ Each term in this vocabulary has a human-readable description and may include ad
** Character <nowiki>[A mark or symbol used in writing.]</nowiki>
** Clause <nowiki>[A unit of grammatical organization next below the sentence in rank, usually consisting of a subject and predicate.]</nowiki>
** Glyph <nowiki>[A hieroglyphic character, symbol, or pictograph.]</nowiki>
** Nonword <nowiki>[An unpronounceable group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers.]</nowiki>
** Nonword <nowiki>[An unpronounceable group of letters or speech sounds that is surrounded by white space when written, is not accepted as a word by native speakers.]</nowiki>
** Paragraph <nowiki>[A distinct section of a piece of writing, usually dealing with a single theme.]</nowiki>
** Phoneme <nowiki>[Any of the minimally distinct units of sound in a specified language that distinguish one word from another.]</nowiki>
** Phrase <nowiki>[A phrase is a group of words functioning as a single unit in the syntax of a sentence.]</nowiki>
** Nonword <nowiki>[An unpronounceable group of letters or speech sounds that is surrounded by white space when written, is not accepted as a word by native speakers.]</nowiki>
** Pseudoword <nowiki>[A pronounceable group of letters or speech sounds that looks or sounds like a word but that is not accepted as such by native speakers.]</nowiki>
** Sentence <nowiki>[A set of words that is complete in itself, conveying a statement, question, exclamation, or command and typically containing an explicit or implied subject and a predicate containing a finite verb.]</nowiki>
** Syllable <nowiki>[A unit of pronunciation having a vowel or consonant sound, with or without surrounding consonants, forming the whole or a part of a word.]</nowiki>
Expand Down Expand Up @@ -498,7 +497,8 @@ Each term in this vocabulary has a human-readable description and may include ad
*** Race <nowiki>[Belonging to a group sharing physical or social qualities as defined within a specified society. Use with Label to avoid extension.]</nowiki>
* Data-property <nowiki>{extensionAllowed}[Something that pertains to data or information.]</nowiki>
** Data-artifact <nowiki>[An anomalous, interfering, or distorting signal originating from a source other than the item being studied.]</nowiki>
*** Biological-artifact <nowiki>[An artifact arising from a biological entity being measured.]</nowiki>
*** Biological-artifact <nowiki>[A data artifact arising from a biological entity being measured.]</nowiki>
*** Nonbiological-artifact <nowiki>[A data artifact arising from a non-biological source.]</nowiki>
** Data-marker <nowiki>[An indicator placed to mark something.]</nowiki>
*** Data-break-marker <nowiki>[An indicator place to indicate a gap in the data.]</nowiki>
*** Temporal-marker<nowiki>[An indicator placed at a particular time in the data.]</nowiki>
Expand Down Expand Up @@ -673,15 +673,17 @@ Each term in this vocabulary has a human-readable description and may include ad
****** Area <nowiki>[The extent of a 2-dimensional surface enclosed within a boundary.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=areaUnits}</nowiki>
****** Depth <nowiki>[The distance from the surface of something especially from the perspective of looking from the front.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Length <nowiki>[The linear extent in space from one end of something to the other end, or the extent of something from beginning to end.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Width <nowiki>[The extent or measurement of something from side to side.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Height <nowiki>[The vertical measurement or distance from the base to the top of an object.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Length <nowiki>[The linear extent in space from one end of something to the other end, or the extent of something from beginning to end.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Radius <nowiki>[The distance of the line from the center of a circle or a sphere to its perimeter or outer surface, respectively.]</nowiki>
VisLab marked this conversation as resolved.
Show resolved Hide resolved
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
****** Volume <nowiki>[The amount of three dimensional space occupied by an object or the capacity of a space or container.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=volumeUnits}</nowiki>
****** Width <nowiki>[The extent or measurement of something from side to side.]</nowiki>
******* <nowiki># {takesValue, valueClass=numericClass, unitClass=physicalLengthUnits}</nowiki>
**** Temporal-value <nowiki>[A characteristic of or relating to time or limited by time.]</nowiki>
***** Delay <nowiki>{topLevelTagGroup, reserved, relatedTag=Duration}[The time at which an event start time is delayed from the current onset time. This tag defines the start time of an event of temporal extent and may be used with the Duration tag.]</nowiki>
****** <nowiki># {takesValue, valueClass=numericClass, unitClass=timeUnits}</nowiki>
Expand Down
Loading