Sequoia Capital · JSON-LD Context

Sequoia Context

JSON-LD context defining the semantic vocabulary for Sequoia from Sequoia Capital.

29 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
vc: https://api-evangelist.github.io/sequoia-capital/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PortfolioCompany FundingRound VentureCapitalFirm Investor Executive name description sector status stage headquarters city state country totalFunding valuation fundingRounds sequoiaFund leadInvestor amount leadInvestors postMoneyValuation executives title exitDetails acquirer acquisitionPrice ticker exchange

Properties

Property Type Container
website reference
founded integer
date date
linkedin reference

JSON-LD Document

sequoia-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "vc": "https://api-evangelist.github.io/sequoia-capital/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "PortfolioCompany": "schema:Organization",
    "FundingRound": "vc:FundingRound",
    "VentureCapitalFirm": "vc:VentureCapitalFirm",
    "Investor": "schema:Person",
    "Executive": "schema:Person",

    "name": "schema:name",
    "description": "schema:description",
    "website": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "sector": "schema:industry",
    "founded": {
      "@id": "schema:foundingDate",
      "@type": "xsd:integer"
    },
    "status": "vc:companyStatus",
    "stage": "vc:fundingStage",

    "headquarters": "schema:address",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "country": "schema:addressCountry",

    "totalFunding": "vc:totalFundingAmount",
    "valuation": "vc:valuation",
    "fundingRounds": "vc:fundingRounds",
    "sequoiaFund": "vc:investingFund",
    "leadInvestor": "vc:isLeadInvestor",

    "amount": "vc:investmentAmount",
    "date": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "leadInvestors": "vc:leadInvestors",
    "postMoneyValuation": "vc:postMoneyValuation",

    "executives": "schema:employee",
    "title": "schema:jobTitle",
    "linkedin": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },

    "exitDetails": "vc:exitDetails",
    "acquirer": "vc:acquirer",
    "acquisitionPrice": "vc:acquisitionPrice",
    "ticker": "vc:stockTicker",
    "exchange": "vc:stockExchange"
  }
}