-
Notifications
You must be signed in to change notification settings - Fork 0
MTE Database Schema
Kiri Wagstaff edited this page Jan 14, 2022
·
1 revision
-
targets: listing of unique target namesColumn Content target_idunique target id: target_name + '-' + mission target_nametarget name (each word capitalized, underscores between words) missionmission to which this target belongs ("mpf", "phx", "spirit", "opportunity", or "msl") -
aliases: mapping of target names as they appear in documents to a canonical name, to allow unification of results for all naming variants of a given target.Column Content target_nametarget name (each word capitalized, underscores between words) canonical_namecanonical target name (spelling corrected) -
components: canonical listing of unique component namesColumn Content component_namecanonical component name (each word capitalized) component_label"Element" or "Mineral" -
properties: canonical listing of unique property namesColumn Content property_namecanonical property name (all lower case, spaces between words) -
documents: each document in the collectionColumn Content doc_idid of source document: consists of year + '_' + abstract id abstractabstract id (integer) titletitle authorsauthors (currently all one string) primary_authorprimary author name affiliationsauthor affiliations (currently all one string) yearyear of publication venuepublication venue, for citation (e.g., "Lunar and Planetary Science Conference, Abstract #2591") doc_urlsource URL (e.g., PDF) contentraw text reviewername of reviewer, or empty if not reviewed -
contains: table linking targets to componentsColumn Content target_idunique target id: target_name + '-' + mission component_namecanonical component name target_sentence_idsentence identifier: consists of doc_id + '-' + sentence_number; locates the target component_sentence_idsentence identifier: consists of doc_id + '-' + sentence_number; locates the component -
has_property: table linking targets to propertiesColumn Content target_idunique target id: target_name + '-' + mission property_namecanonical property name target_sentence_idsentence identifier: consists of doc_id + '-' + sentence_number; locates the target property_sentence_idsentence identifier: consists of doc_id + '-' + sentence_number; locates the property -
mentions: table linking targets to sentences in which they appearColumn Content target_idunique target id: target_name + '-' + mission sentence_idsentence identifier: consists of doc_id + '-' + sentence_number -
sentences: table of sentences used bycontainsandmentionsColumn Content doc_idid of source document: consists of year + '_' + abstract id sentence_idsentence identifier: consists of doc_id + '-' + sentence_number sentencetext of the sentence