This textual structure integrates the components of an individual position, including the committees and boards that a manager has worked on.
Key Notes
- To allow multiple positions discussed in the same sentence to be represented, positions are captured in a list, with items included in the order in which they occur in the sentence.
Specification
Property | Type | Comments |
---|---|---|
JOB_TITLE | MANAGEMENT_TITLE | |
COMPANY_NAME | COMPANY_NAME | |
COMPANY_DESCRIPTION | COMPANY_DESCRIPTION | |
BOARD | BOARD | Incorporating a manager's role on the board |
COMMITTEE | COMMITTEE | Incorporating a manager's role on the committee |
START_DATE | DATE | |
END_DATE | DATE |
Examples: Individual Positions
{
"ORIGINAL":"Chief Financial Officer of Gorilla Software Inc. from April 1997 until March 2000",
"JOB_TITLE":{"ORIGINAL":"Chief Financial Officer","LEVEL":"CHIEF-OFFICER","AREA":["FINANCE"]},
"COMPANY_NAME":{"ORIGINAL":"Gorilla Software","NAME_CLEANED":"GORILLA SOFTWARE"},
"START_DATE":{"ORIGINAL":"April 1997","YEAR":1997,"MONTH":4},
"END_DATE":{"ORIGINAL":"March 2000","YEAR":2000,"MONTH":3}
}
{
"ORIGINAL":"between 1997 and 2000 he was the Vice President of OPERATIONS at GORILLA Software Inc.",
"JOB_TITLE":{"ORIGINAL":"Vice President of Operations","LEVEL":"CHIEF-OFFICER",
"AREA":["OPERATIONS"]},
"COMPANY_NAME":{"ORIGINAL":"Gorilla Software","NAME_CLEANED":"GORILLA SOFTWARE"},
"START_DATE":{"ORIGINAL":"1997","YEAR":1997},
"END_DATE":{"ORIGINAL":"2000","YEAR":2000}
}
{
"ORIGINAL":"VP of Marketing and Sales at Gorilla Software Inc. until he retired in 2010",
"JOB_TITLE":{"ORIGINAL":"VP of Marketing and Sales","LEVEL":"VP","AREA":["MARKETING","SALES"]},
"COMPANY_NAME":{"ORIGINAL":"Gorilla Software","NAME_CLEANED":"GORILLA SOFTWARE"},
"END_DATE":{"ORIGINAL":"retired in 2010","YEAR":2000, "EVENT":"RETIREMENT"}
}
Examples: Overall Usage in Sentences
{
"ORIGINAL_SENTENCE":"From October 2001 to November 2004, she served as Vice President of Operations and a
director for QRS Corp., a gold mining company, and between March 1996 and May 2001 was the
CEO of Vaynol Clothing, a leading US retailer of women's clothing",
"POSITIONS":[
{ "ORIGINAL":"From October 2001 to November 2004, she served as Vice President of Operations and a director of
QRS Corp., a retail supply chain software and services company",
"START_DATE":{"ORIGINAL":"October 2001","YEAR":2001,"MONTH":10},
"END_DATE":{"ORIGINAL":"November 2004","YEAR":2004,"MONTH":11},
"JOB_TITLES":[{"ORIGINAL":"Vice President of Operations","LEVEL":"VICE_PRESIDENT","AREA":["OPERATIONS"]},
{"ORIGINAL":"Director","LEVEL":"DIRECTOR"}],
"COMPANY":{"ORIGINAL":"QRS Corp.","CLEANED":"QRS"},
"COMPANY_DESCRIPTION":{"ORIGINAL":"NYSE-listed gold mining company",
"LISTING-OWNERSHIP":{"OWNERSHIP_TYPE":"PUBLICALLY_LISTED",
"EXCHANGE":[{"EXCHANGE_NAME":"NYSE","COUNTRY":"USA"}]},
"INDUSTRY":{"NAICS_3_DIGIT":212,
"NAICS_3_DESCRIPTION":"Mining (except oil and gas)"}}},
{ "ORIGINAL":"between March 1996 and May 2001 was the CEO of Vaynol Clothing, a leading US retailer of women's
clothing",
"START_DATE":{"ORIGINAL":"March 1996","YEAR":1996,"MONTH":3},
"END_DATE":{"ORIGINAL":"May 2001","YEAR":2001,"MONTH":5},
"JOB_TITLES":[{"ORIGINAL":"CEO","LEVEL":"CEO"}],
"COMPANY":{"ORIGINAL":"VAYNOL Clothing","CLEANED":"VAYNOL COTHING"},
"COMPANY_DESCRIPTION":{"ORIGINAL":"leading US retailer of women's clothing",
"INDUSTRY":{"NAICS_3_DIGIT":448,
"NAICS_3_DESCRIPTION":"Clothing and Clothing Accessories Stores"},
"REGION":[{"COUNTRY":"USA"}],
"CHARACTERIZATION":[{"TERM":"leading","AREA":"LEADING"}]}
}