BizAPI · JSON-LD Context

Bizapi Context

JSON-LD context defining the semantic vocabulary for Bizapi from BizAPI.

34 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

bizapi: https://www.naics.com/ns/bizapi#

Classes

company_name dba street city state zip country latitude longitude phone fax email url stock_ticker top_contact_name top_contact_title sales_volume total_employees employees_on_site year_started location_type subsidiary_indicator duns_number sic_code_4 sic_code_8 naics_code_6 parent_duns parent_name domestic_ultimate_duns domestic_ultimate_name global_ultimate_duns global_ultimate_name hierarchy_code family_member_count

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bizapi": "https://www.naics.com/ns/bizapi#",
    "company_name": "schema:legalName",
    "dba": "schema:alternateName",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "phone": "schema:telephone",
    "fax": "schema:faxNumber",
    "email": "schema:email",
    "url": "schema:url",
    "stock_ticker": "schema:tickerSymbol",
    "top_contact_name": "schema:name",
    "top_contact_title": "schema:jobTitle",
    "sales_volume": "schema:revenue",
    "total_employees": "schema:numberOfEmployees",
    "employees_on_site": "bizapi:employeesOnSite",
    "year_started": "schema:foundingDate",
    "location_type": "bizapi:locationType",
    "subsidiary_indicator": "bizapi:subsidiaryIndicator",
    "duns_number": "schema:duns",
    "sic_code_4": "bizapi:sicCode4",
    "sic_code_8": "bizapi:sicCode8",
    "naics_code_6": "schema:naics",
    "parent_duns": "bizapi:parentDuns",
    "parent_name": "schema:parentOrganization",
    "domestic_ultimate_duns": "bizapi:domesticUltimateDuns",
    "domestic_ultimate_name": "bizapi:domesticUltimateName",
    "global_ultimate_duns": "bizapi:globalUltimateDuns",
    "global_ultimate_name": "bizapi:globalUltimateName",
    "hierarchy_code": "bizapi:hierarchyCode",
    "family_member_count": "bizapi:familyMemberCount"
  }
}