Skip to content

Commit

Permalink
fix quote char in schema
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567686172
  • Loading branch information
ajaits authored and copybara-github committed Sep 22, 2023
1 parent 344ac27 commit 8ece51c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -11141,15 +11141,15 @@ subClassOf: schema:Organization
Node: dcid:centralIndexKey
typeOf: dcs:Property
name: "centralIndexKey"
description: A Central Index Key (CIK) is a unique 10-digit number assigned by the United States Securities and Exchange Commission (SEC) to individuals, companies, filing agents, or foreign governments.
description: "A Central Index Key (CIK) is a unique 10-digit number assigned by the United States Securities and Exchange Commission (SEC) to individuals, companies, filing agents, or foreign governments."
descriptionUrl: https://www.sec.gov/edgar/searchedgar/cik
domainIncludes: dcs:Company
rangeIncludes: dcs:Text

Node: dcid:employerIdentificationNumber
typeOf: dcs:Property
name: "employerIdentificationNumber"
description: The Employer Identification Number (EIN), also known as the Federal Employer Identification Number (FEIN) or the Federal Tax Identification Number, is a unique nine-digit number assigned by the Internal Revenue Service (IRS) to business entities operating in the United States for the purposes of identification. When the number is used for identification rather than employment tax reporting, it is usually referred to as a Taxpayer Identification Number (TIN).
description: "The Employer Identification Number (EIN), also known as the Federal Employer Identification Number (FEIN) or the Federal Tax Identification Number, is a unique nine-digit number assigned by the Internal Revenue Service (IRS) to business entities operating in the United States for the purposes of identification. When the number is used for identification rather than employment tax reporting, it is usually referred to as a Taxpayer Identification Number (TIN)."
descriptionUrl: https://en.wikipedia.org/wiki/Employer_Identification_Number
domainIncludes: dcs:Company
rangeIncludes: dcs:Text
Expand Down
4 changes: 2 additions & 2 deletions core/sic_codes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ dcid: "SICEnum"
typeOf: dcs:Class
subClassOf: schema:Enumeration
name: "SICEnum"
description: "The Standard Industrial Classification (SIC) was a system for classifying industries by a four-digit code that indicates the companys type of business."
description: "The Standard Industrial Classification (SIC) was a system for classifying industries by a four-digit code that indicates the company's type of business."
descriptionUrl: "https://www.sec.gov/corpfin/division-of-corporation-finance-standard-industrial-classification-sic-code-list"

Node: dcs:sicCode
typeOf: dcs:Property
description: The Standard Industrial Classification (SIC) was a system for classifying industries by a four-digit code that indicates the companys type of business
description: "The Standard Industrial Classification (SIC) was a system for classifying industries by a four-digit code that indicates the company's type of business"
descriptionUrl: "https://www.sec.gov/corpfin/division-of-corporation-finance-standard-industrial-classification-sic-code-list"

# List of SIC codes with equivalent NAICS codes.
Expand Down

0 comments on commit 8ece51c

Please sign in to comment.