Ernst & Young (EY) · JSON-LD Context

Ernst And Young Context

JSON-LD context defining the semantic vocabulary for Ernst And Young from Ernst & Young (EY).

53 Classes 2 Properties 5 Namespaces
View Context View on GitHub

Namespaces

ey: https://api-evangelist.com/vocab/ernst-and-young#
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 Practice Industry Sector PlatformBrand InsightTopic ReportSeries ResearchReport Webcast Podcast Alliance Accelerator BlockchainProtocol ZeroKnowledgeRollup OpenSourceProject id type name description url logo headquarters country region parentOrganization memberOf subOrganization hasUnit serviceLine practice industry sector platformBrand author publisher topic series insightTopic reportType audience cadence alliancePartner technologyStack accelerator deployedOn underlyingChain broader narrower related prefLabel altLabel

Properties

Property Type Container
founded date
published date

JSON-LD Document

ernst-and-young-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ey": "https://api-evangelist.com/vocab/ernst-and-young#",
    "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": "ey:MemberFirm",
    "ServiceLine": "ey:ServiceLine",
    "Practice": "ey:Practice",
    "Industry": "schema:Industry",
    "Sector": "ey:Sector",
    "PlatformBrand": "ey:PlatformBrand",
    "InsightTopic": "ey:InsightTopic",
    "ReportSeries": "ey:ReportSeries",
    "ResearchReport": "schema:Report",
    "Webcast": "schema:BroadcastEvent",
    "Podcast": "schema:PodcastSeries",
    "Alliance": "ey:Alliance",
    "Accelerator": "ey:Accelerator",
    "BlockchainProtocol": "ey:BlockchainProtocol",
    "ZeroKnowledgeRollup": "ey:ZeroKnowledgeRollup",
    "OpenSourceProject": "ey:OpenSourceProject",

    "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": "ey:region",

    "parentOrganization": "schema:parentOrganization",
    "memberOf": "org:memberOf",
    "subOrganization": "schema:subOrganization",
    "hasUnit": "org:hasUnit",
    "serviceLine": "ey:serviceLine",
    "practice": "ey:practice",
    "industry": "ey:industry",
    "sector": "ey:sector",
    "platformBrand": "ey:platformBrand",

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

    "alliancePartner": "ey:alliancePartner",
    "technologyStack": "ey:technologyStack",
    "accelerator": "ey:accelerator",
    "deployedOn": "ey:deployedOn",
    "underlyingChain": "ey:underlyingChain",

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