This sub-textual structure is designed to represent professional licenses that a manager may hold. Depending on the profession, such designated included ‘licensed’ (e.g., ‘licensed to practice law’), ‘registered’ (e.g., ‘registered professional engineer’), ‘certified’ (e.g., ‘certified public accountant’) or ‘chartered’ (e.g., ‘chartered surveyor’), with the terms often stating a particular state or country in which they are valid. Although these could be considered a form of education, they are treated separately, because unlike other qualifications they are not issued by universities (and typically the entity issuing the license is not directly mentioned), often mention the region in which they are valid, and typically confer some legal responsibility (e.g., the ability to certify accounts).
- Specification
- Examples: Individual Professional License
- Examples: Overall Usage in Sentences
- Licensed Areas
Specification
Property | Type | Comments |
---|---|---|
AREA | Standardized String | See Licensed Areas below for further details. |
REGIONS | List: LOCATION | List of all regions that they are licensed in |
INACTIVE | True/Omitted | For example, inactive/no longer active |
Examples: Individual Professional License
{
"ORIGINAL":"licensed to practice law in New York and New Jersey",
"AREA":"LAW",
"REGIONS":[{"COUNTRY":"USA","STATE":"NY"},{"COUNTRY":"USA","STATE":"NJ"}]
}
{
"ORIGINAL":"inactive C.P.A License in Missouri",
"AREA":"ACCOUNTING|CPA",
"REGIONS":[{"COUNTRY":"USA","STATE":"MO"}],
"INACTIVE":true
}
{
"ORIGINAL":"licensed as a Chartered Financial Accountant in the state of Michigan",
"AREA":"ACCOUNTING|CFA",
"REGIONS":[{"COUNTRY":"USA","STATE":"MI"}]
}
{
"ORIGINAL":"Registered nurse in Canada and the United Kingdom",
"AREA":"NURSE",
"REGIONS":[{"COUNTRY":"Canada"},{"COUNTRY":"United_Kingdom"}]
}
Examples: Overall Usage in Sentences
{
"ORIGINAL_SENTENCE":"Mr. Doe is licensed to practice law in the State of Michigan",
"BACKGROUND":{"PERSON_NAME":{"ORIGINAL":"Mr. Doe","NAME_TITLE":"MR","LAST_NAME":"DOE"},
"PROFESSIONAL_LICENSE":[
{
"ORIGINAL":"licensed to practice law in the State of Michigan",
"AREA":"LAW",
"REGIONS":[{"COUNTRY":"USA","STATE":"MI"}]
}]
}
Licensed Areas
Area | Common Examples |
---|---|
ACCOUNTING-CPA |
|
ACCOUNTING-CMA |
|
FINANCE-CFA |
|
ENGINEER |
|
LAWYER |
|
PHARMACIST |
|
ARCHITECT |
|
NURSE |
|
REAL_ESTATE_BROKER |
|
PHYSICIAN |
|
SURVEYOR |
|