Crunchbase · JSON-LD Context

Crunchbase Context

JSON-LD context defining the semantic vocabulary for Crunchbase from Crunchbase.

18 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

cb: https://data.crunchbase.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization Person FundingRound Acquisition Ipo name short_description category_groups location_identifiers funding_total money_raised investment_type lead_investor_identifiers acquirer_identifier acquiree_identifier first_name last_name primary_job_title

Properties

Property Type Container
uuid string
permalink
website_url anyURI
founded_on date
closed_on date
announced_on date
stock_symbol
went_public_on date
primary_organization reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "cb": "https://data.crunchbase.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Organization": "schema:Organization",
    "Person": "schema:Person",
    "FundingRound": "cb:FundingRound",
    "Acquisition": "cb:Acquisition",
    "Ipo": "cb:Ipo",
    "uuid": {"@id": "schema:identifier", "@type": "xsd:string"},
    "permalink": {"@id": "schema:url"},
    "name": "schema:name",
    "short_description": "schema:description",
    "website_url": {"@id": "schema:url", "@type": "xsd:anyURI"},
    "founded_on": {"@id": "schema:foundingDate", "@type": "xsd:date"},
    "closed_on": {"@id": "schema:dissolutionDate", "@type": "xsd:date"},
    "category_groups": "schema:industry",
    "location_identifiers": "schema:location",
    "funding_total": "cb:fundingTotal",
    "money_raised": "cb:moneyRaised",
    "investment_type": "cb:investmentType",
    "announced_on": {"@id": "schema:datePublished", "@type": "xsd:date"},
    "lead_investor_identifiers": "cb:leadInvestor",
    "acquirer_identifier": "cb:acquirer",
    "acquiree_identifier": "cb:acquiree",
    "stock_symbol": {"@id": "schema:tickerSymbol"},
    "went_public_on": {"@id": "cb:wentPublicOn", "@type": "xsd:date"},
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "primary_organization": {"@id": "schema:worksFor", "@type": "@id"},
    "primary_job_title": "schema:jobTitle"
  }
}