Coresignal Context
JSON-LD context defining the semantic vocabulary for Coresignal from Coresignal.
42 Classes
0 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
coresignal:
https://api.coresignal.com/vocab#
Classes
Company
Employee
Job
id
name
full_name
first_name
last_name
title
description
headline
summary
country
region
location
locality
headquarters
industry
size
employees_count
founded
specialities
technologies
domain
website
linkedin_url
twitter_url
facebook_url
crunchbase_url
experience
education
skills
certifications
company_name
url
seniority_level
employment_type
date_posted
salary_currency
salary_min
salary_max
last_updated
JSON-LD Document
{
"@context": {
"@vocab": "https://api.coresignal.com/vocab#",
"schema": "https://schema.org/",
"coresignal": "https://api.coresignal.com/vocab#",
"Company": "schema:Organization",
"Employee": "schema:Person",
"Job": "schema:JobPosting",
"id": "schema:identifier",
"name": "schema:name",
"full_name": "schema:name",
"first_name": "schema:givenName",
"last_name": "schema:familyName",
"title": "schema:jobTitle",
"description": "schema:description",
"headline": "schema:description",
"summary": "schema:description",
"country": "schema:addressCountry",
"region": "schema:addressRegion",
"location": "schema:address",
"locality": "schema:addressLocality",
"headquarters": "schema:address",
"industry": "coresignal:industry",
"size": "coresignal:companySize",
"employees_count": "schema:numberOfEmployees",
"founded": "schema:foundingDate",
"specialities": "schema:knowsAbout",
"technologies": "coresignal:technologies",
"domain": "coresignal:domain",
"website": "schema:url",
"linkedin_url": "schema:sameAs",
"twitter_url": "schema:sameAs",
"facebook_url": "schema:sameAs",
"crunchbase_url": "schema:sameAs",
"experience": "schema:hasOccupation",
"education": "schema:alumniOf",
"skills": "schema:knowsAbout",
"certifications": "coresignal:certifications",
"company_name": "schema:hiringOrganization",
"url": "schema:url",
"seniority_level": "coresignal:seniorityLevel",
"employment_type": "schema:employmentType",
"date_posted": "schema:datePosted",
"salary_currency": "schema:salaryCurrency",
"salary_min": "coresignal:salaryMin",
"salary_max": "coresignal:salaryMax",
"last_updated": "schema:dateModified"
}
}