McKinsey & Company · JSON-LD Context

Mckinsey And Company Context

JSON-LD context defining the semantic vocabulary for Mckinsey And Company from McKinsey & Company.

56 Classes 4 Properties 5 Namespaces
View Context View on GitHub

Namespaces

mckinsey: https://api-evangelist.com/vocab/mckinsey-and-company#
schema: https://schema.org/
org: http://www.w3.org/ns/org#
skos: http://www.w3.org/2004/02/skos/core#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization ConsultingFirm CapabilityPractice IndustryPractice Practice Engagement Office Subsidiary Tool AIAssistant OpenSourceProject ResearchProgram ResearchReport ReportSeries Podcast Book Person ManagingPartner Alumni id type name description url logo headquarters country city region parentOrganization subOrganization hasUnit capabilityPractice industryPractice practice subsidiary author publisher topic series researchProgram reportType audience openSourceProject license programmingLanguage governance repository managingPartner consultant alumnus broader narrower related prefLabel altLabel

Properties

Property Type Container
founded date
acquired date
launched date
published date

JSON-LD Document

mckinsey-and-company-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "mckinsey": "https://api-evangelist.com/vocab/mckinsey-and-company#",
    "schema": "https://schema.org/",
    "org": "http://www.w3.org/ns/org#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Organization": "schema:Organization",
    "ConsultingFirm": "mckinsey:ConsultingFirm",
    "CapabilityPractice": "mckinsey:CapabilityPractice",
    "IndustryPractice": "mckinsey:IndustryPractice",
    "Practice": "mckinsey:Practice",
    "Engagement": "mckinsey:Engagement",
    "Office": "schema:Place",
    "Subsidiary": "mckinsey:Subsidiary",
    "Tool": "schema:SoftwareApplication",
    "AIAssistant": "mckinsey:AIAssistant",
    "OpenSourceProject": "schema:SoftwareSourceCode",
    "ResearchProgram": "mckinsey:ResearchProgram",
    "ResearchReport": "schema:Report",
    "ReportSeries": "mckinsey:ReportSeries",
    "Podcast": "schema:PodcastSeries",
    "Book": "schema:Book",
    "Person": "schema:Person",
    "ManagingPartner": "mckinsey:ManagingPartner",
    "Alumni": "mckinsey:Alumni",

    "id": "@id",
    "type": "@type",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "founded": {
      "@id": "schema:foundingDate",
      "@type": "xsd:date"
    },
    "acquired": {
      "@id": "mckinsey:acquisitionDate",
      "@type": "xsd:date"
    },
    "launched": {
      "@id": "mckinsey:launchDate",
      "@type": "xsd:date"
    },
    "headquarters": "schema:address",
    "country": "schema:addressCountry",
    "city": "schema:addressLocality",
    "region": "mckinsey:region",

    "parentOrganization": "schema:parentOrganization",
    "subOrganization": "schema:subOrganization",
    "hasUnit": "org:hasUnit",
    "capabilityPractice": "mckinsey:capabilityPractice",
    "industryPractice": "mckinsey:industryPractice",
    "practice": "mckinsey:practice",
    "subsidiary": "mckinsey:subsidiary",

    "published": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "author": "schema:author",
    "publisher": "schema:publisher",
    "topic": "schema:about",
    "series": "mckinsey:series",
    "researchProgram": "mckinsey:researchProgram",
    "reportType": "mckinsey:reportType",
    "audience": "schema:audience",

    "openSourceProject": "mckinsey:openSourceProject",
    "license": "schema:license",
    "programmingLanguage": "schema:programmingLanguage",
    "governance": "mckinsey:governance",
    "repository": "schema:codeRepository",

    "managingPartner": "mckinsey:managingPartner",
    "consultant": "mckinsey:consultant",
    "alumnus": "mckinsey:alumnus",

    "broader": "skos:broader",
    "narrower": "skos:narrower",
    "related": "skos:related",
    "prefLabel": "skos:prefLabel",
    "altLabel": "skos:altLabel"
  }
}