-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #256 from neuromechanist/slam_add_sample_terms
Add exemplar tags
- Loading branch information
Showing
5 changed files
with
114 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ dc: subject | |
dc: title | ||
dc: type | ||
foaf: homepage | ||
terms: license | ||
terms: license | ||
obo: has_dbxref |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 12 additions & 1 deletion
13
library_schemas/slam/prerelease/hedtsv/HED_slam_1.0.0/HED_slam_1.0.0_Tag.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
hedId rdfs:label Level omn:SubClassOf Attributes dc:description omn:EquivalentTo Annotations | ||
Anatomical-landmark 0 Anatomical-item rooted=Anatomical-item A collection of specific points on the human body used for anatomical and sensor placement reference. dc:source "Original", rdfs:comment "Body landmarks are used to standardize sensor placement." | ||
Anatomical-landmark 0 Anatomical-item rooted=Anatomical-item A collection of specific points on the human body used for anatomical and sensor placement reference. dc:source "Original", rdfs:comment "Body landmarks are used to standardize sensor placement. | ||
Head-landmark 1 Anatomical-landmark Points on the head used as reference landmarks. dc:source "Original" | ||
Inion 2 Head-landmark The most prominent point of the occipital bone at the back of the head. | ||
Left-helix-tragus-junction-LHJ 2 Head-landmark The point where the helix meets the tragus of the left ear. | ||
Mastoid-process 2 Head-landmark dc:source "Original" | ||
Nasion 2 Head-landmark The midpoint between the eyes just above the bridge of the nose. | ||
Right-helix-tragus-junction-RHJ 2 Head-landmark The point where the helix meets the tragus of the right ear. | ||
Vertex 2 Head-landmark The highest point on the head in the midline. | ||
Torso-chest-landmark 1 Anatomical-landmark Points on the chest used as reference landmarks. dc:source "Original" | ||
Acromion-process 2 Torso-chest-landmark The outermost point of the shoulder blade. obo:has_dbxref "NCIT:C32048", obo:has_dbxref "FMA:12525", obo:has_dbxref "UBERON:0002497" | ||
Vertebra-prominens-C7 2 Torso-chest-landmark The seventh cervical vertebra at the base of the neck. obo:has_dbxref "NCIT:C32245", obo:has_dbxref "FMA:23260", obo:has_dbxref "UBERON:0004616" | ||
Xiphoid-process 2 Torso-chest-landmark The small cartilaginous process at the lower end of the sternum. obo:has_dbxref "NCIT:C33895", obo:has_dbxref "FMA:7488", obo:has_dbxref "UBERON:0002207" |