KPMG · JSON-LD Context

Kpmg Context

JSON-LD context defining the semantic vocabulary for Kpmg from KPMG.

52 Classes 2 Properties 5 Namespaces
View Context View on GitHub

Namespaces

kpmg: https://api-evangelist.com/vocab/kpmg#
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 MemberFirm ServiceLine Capability Industry Sector Solution Alliance Framework TrustPillar ResearchReport ReportSeries Newsletter Podcast Webcast Facility Product API Person id type name description url logo headquarters country region employees parentOrganization memberOf subOrganization hasUnit serviceLine capability industry sector solution framework trustPillar alliancePartner technologyStack author publisher topic series audience broader narrower related prefLabel altLabel

Properties

Property Type Container
founded date
published date

JSON-LD Document

kpmg-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "kpmg": "https://api-evangelist.com/vocab/kpmg#",
    "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",
    "MemberFirm": "kpmg:MemberFirm",
    "ServiceLine": "kpmg:ServiceLine",
    "Capability": "kpmg:Capability",
    "Industry": "schema:Industry",
    "Sector": "kpmg:Sector",
    "Solution": "kpmg:Solution",
    "Alliance": "kpmg:Alliance",
    "Framework": "kpmg:Framework",
    "TrustPillar": "kpmg:TrustPillar",
    "ResearchReport": "schema:Report",
    "ReportSeries": "kpmg:ReportSeries",
    "Newsletter": "schema:NewsArticle",
    "Podcast": "schema:PodcastSeries",
    "Webcast": "schema:BroadcastEvent",
    "Facility": "schema:Place",
    "Product": "schema:Product",
    "API": "kpmg:API",
    "Person": "schema:Person",

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

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "logo": "schema:logo",
    "founded": {
      "@id": "schema:foundingDate",
      "@type": "xsd:date"
    },
    "headquarters": "schema:address",
    "country": "schema:addressCountry",
    "region": "kpmg:region",
    "employees": "schema:numberOfEmployees",

    "parentOrganization": "schema:parentOrganization",
    "memberOf": "org:memberOf",
    "subOrganization": "schema:subOrganization",
    "hasUnit": "org:hasUnit",
    "serviceLine": "kpmg:serviceLine",
    "capability": "kpmg:capability",
    "industry": "kpmg:industry",
    "sector": "kpmg:sector",
    "solution": "kpmg:solution",

    "framework": "kpmg:framework",
    "trustPillar": "kpmg:trustPillar",
    "alliancePartner": "kpmg:alliancePartner",
    "technologyStack": "kpmg:technologyStack",

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

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