UpLead · JSON-LD Context

Uplead Context

JSON-LD context defining the semantic vocabulary for Uplead from UpLead.

42 Classes 13 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
uplead: https://api.uplead.com/v2/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Company Person ContactList id company_name domain address city state zip country phone_number fax_number employees description year_founded logo linkedin_url twitter_url facebook_url youtube_url industry ticker first_name last_name title email gender crunchbase_url yelp_url instagram_url results meta total page next_page previous_page first_page last_page contacts_count contact_ids list_id

Properties

Property Type Container
availableCredits integer
email_status
management_level
job_function
job_sub_function
mobile_directdial
sic_code integer
sic_description
naics_code integer
naics_description
alexa_rank integer
revenue
business_type

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "uplead": "https://api.uplead.com/v2/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Company": "schema:Organization",
    "Person": "schema:Person",
    "ContactList": "schema:ItemList",

    "id": "@id",
    "company_name": "schema:name",
    "domain": "schema:url",
    "address": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "phone_number": "schema:telephone",
    "fax_number": "schema:faxNumber",
    "employees": "schema:numberOfEmployees",
    "description": "schema:description",
    "year_founded": "schema:foundingDate",
    "logo": "schema:logo",
    "linkedin_url": "schema:sameAs",
    "twitter_url": "schema:sameAs",
    "facebook_url": "schema:sameAs",
    "youtube_url": "schema:sameAs",
    "industry": "schema:industry",
    "ticker": "schema:tickerSymbol",

    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "title": "schema:jobTitle",
    "email": "schema:email",
    "gender": "schema:gender",

    "availableCredits": {
      "@id": "uplead:availableCredits",
      "@type": "xsd:integer"
    },
    "email_status": {
      "@id": "uplead:emailStatus"
    },
    "management_level": {
      "@id": "uplead:managementLevel"
    },
    "job_function": {
      "@id": "uplead:jobFunction"
    },
    "job_sub_function": {
      "@id": "uplead:jobSubFunction"
    },
    "mobile_directdial": {
      "@id": "uplead:mobileDirectDial"
    },
    "sic_code": {
      "@id": "uplead:sicCode",
      "@type": "xsd:integer"
    },
    "sic_description": {
      "@id": "uplead:sicDescription"
    },
    "naics_code": {
      "@id": "uplead:naicsCode",
      "@type": "xsd:integer"
    },
    "naics_description": {
      "@id": "uplead:naicsDescription"
    },
    "alexa_rank": {
      "@id": "uplead:alexaRank",
      "@type": "xsd:integer"
    },
    "revenue": {
      "@id": "uplead:revenueRange"
    },
    "business_type": {
      "@id": "uplead:businessType"
    },
    "crunchbase_url": "schema:sameAs",
    "yelp_url": "schema:sameAs",
    "instagram_url": "schema:sameAs",

    "results": "schema:itemListElement",
    "meta": "uplead:paginationMeta",
    "total": "schema:numberOfItems",
    "page": "uplead:currentPage",
    "next_page": "uplead:nextPage",
    "previous_page": "uplead:previousPage",
    "first_page": "uplead:isFirstPage",
    "last_page": "uplead:isLastPage",

    "contacts_count": "schema:numberOfItems",
    "contact_ids": "uplead:contactIds",
    "list_id": "uplead:listId"
  }
}