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

Add exemplar tags #256

Merged
merged 6 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ owl: http://www.w3.org/2002/07/owl# The OWL namespace [OWL2-OVERVIEW]
prov: http://www.w3.org/ns/prov# The PROV namespace [PROV-DM]
dc: http://purl.org/dc/elements/1.1/ The Dublin Core elements
terms: http://purl.org/dc/terms/ The Dublin Core terms
foaf: http://xmlns.com/foaf/0.1/ Friend-of-a-Friend http://xmlns.com/foaf/spec/
foaf: http://xmlns.com/foaf/0.1/ Friend-of-a-Friend http://xmlns.com/foaf/spec/
obo: http://purl.obolibrary.org/obo/ Open Biomedical Ontologies
neuromechanist marked this conversation as resolved.
Show resolved Hide resolved
has_dbxref: http://www.geneontology.org/formats/oboInOwl#dbxref Relates an entity to an external database entry
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-landmarks Points on the head used as reference landmarks. dc:source "Original"
Nasion 2 Head-landmark The midpoint between the eyes just above the bridge of the nose.
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.
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.
Mastoid-process 2 Head-landmark dc:source "Original"
Torso-chest-landmark 1 Anatomical-landmarks 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"
Loading