Tax Reporting Templates · JSON-LD Context

Tax Reporting Templates Context

JSON-LD context defining the semantic vocabulary for Tax Reporting Templates from Tax Reporting Templates.

27 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

tax: https://github.com/api-evangelist/tax-reporting-templates/vocab/
irs: https://www.irs.gov/vocab/

Classes

TaxReport reportType taxYear filingStatus filer tin tinType MeF Form1040 Form1120 FormW2 Form1099NEC Form941 income wages deductions taxLiability refund balanceDue effectiveTaxRate standardDeduction itemizedDeductions Person Organization address name taxID

JSON-LD Document

tax-reporting-templates-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tax": "https://github.com/api-evangelist/tax-reporting-templates/vocab/",
    "irs": "https://www.irs.gov/vocab/",
    "TaxReport": "tax:TaxReport",
    "reportType": "tax:reportType",
    "taxYear": "tax:taxYear",
    "filingStatus": "tax:filingStatus",
    "filer": "tax:filer",
    "tin": "tax:taxpayerIdentificationNumber",
    "tinType": "tax:tinType",
    "MeF": "irs:ModernizedEFile",
    "Form1040": "irs:Form1040",
    "Form1120": "irs:Form1120",
    "FormW2": "irs:FormW2",
    "Form1099NEC": "irs:Form1099NEC",
    "Form941": "irs:Form941",
    "income": "schema:MonetaryAmount",
    "wages": "tax:wages",
    "deductions": "tax:deductions",
    "taxLiability": "tax:taxLiability",
    "refund": "tax:refund",
    "balanceDue": "tax:balanceDue",
    "effectiveTaxRate": "tax:effectiveTaxRate",
    "standardDeduction": "tax:standardDeduction",
    "itemizedDeductions": "tax:itemizedDeductions",
    "Person": "schema:Person",
    "Organization": "schema:Organization",
    "address": "schema:address",
    "name": "schema:name",
    "taxID": "schema:taxID"
  }
}