{ "@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" } }