Startup Ranking · JSON-LD Context

Startup Ranking Context

JSON-LD context defining the semantic vocabulary for Startup Ranking from Startup Ranking.

18 Classes 9 Properties 1 Namespaces
View Context View on GitHub

Namespaces

sr: https://www.startupranking.com/vocab#

Classes

Startup Ranking SRScore id name description url logo country category tags foundedYear employees lastUpdated website twitter linkedin crunchbase

Properties

Property Type Container
rank Integer
countryRank Integer
categoryRank Integer
srScore Integer
socialScore Integer
twitterFollowers Integer
facebookLikes Integer
linkedinFollowers Integer
alexaRank Integer

JSON-LD Document

startup-ranking-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sr": "https://www.startupranking.com/vocab#",
    "Startup": "Organization",
    "Ranking": "sr:Ranking",
    "SRScore": "sr:SRScore",
    "id": "@id",
    "name": "name",
    "description": "description",
    "url": "url",
    "logo": "logo",
    "country": "addressCountry",
    "category": "industry",
    "tags": "keywords",
    "foundedYear": "foundingDate",
    "employees": "numberOfEmployees",
    "rank": {
      "@id": "sr:globalRank",
      "@type": "Integer"
    },
    "countryRank": {
      "@id": "sr:countryRank",
      "@type": "Integer"
    },
    "categoryRank": {
      "@id": "sr:categoryRank",
      "@type": "Integer"
    },
    "srScore": {
      "@id": "sr:srScore",
      "@type": "Integer"
    },
    "socialScore": {
      "@id": "sr:socialScore",
      "@type": "Integer"
    },
    "twitterFollowers": {
      "@id": "sr:twitterFollowers",
      "@type": "Integer"
    },
    "facebookLikes": {
      "@id": "sr:facebookLikes",
      "@type": "Integer"
    },
    "linkedinFollowers": {
      "@id": "sr:linkedinFollowers",
      "@type": "Integer"
    },
    "alexaRank": {
      "@id": "sr:alexaRank",
      "@type": "Integer"
    },
    "lastUpdated": "dateModified",
    "website": "url",
    "twitter": "sameAs",
    "linkedin": "sameAs",
    "crunchbase": "sameAs"
  }
}