Towers Watson · JSON-LD Context

Towers Watson Context

JSON-LD context defining the semantic vocabulary for Towers Watson from Towers Watson.

40 Classes 0 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
wtw: https://api.wtwco.com/vocab#
hr: https://www.wtwco.com/hr-ontology#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Employee id employeeNumber firstName lastName email department jobTitle location status hireDate manager TotalRewards planYear baseSalary bonus equity totalCompensation currency BenefitEnrollment planType planName enrollmentStatus coverageLevel employeeContribution employerContribution effectiveDate HRContent title body audience publishedAt HRCase caseNumber category subject description priority assignedTo resolvedAt

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "wtw": "https://api.wtwco.com/vocab#",
    "hr": "https://www.wtwco.com/hr-ontology#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Employee": "schema:Person",
    "id": "@id",
    "employeeNumber": "wtw:employeeNumber",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "email": "schema:workEmail",
    "department": "schema:department",
    "jobTitle": "schema:jobTitle",
    "location": "schema:workLocation",
    "status": "wtw:employmentStatus",
    "hireDate": "schema:startDate",
    "manager": "schema:reportsTo",

    "TotalRewards": "wtw:TotalRewardsStatement",
    "planYear": "wtw:planYear",
    "baseSalary": "schema:baseSalary",
    "bonus": "wtw:bonusCompensation",
    "equity": "wtw:equityCompensation",
    "totalCompensation": "wtw:totalCompensation",
    "currency": "schema:priceCurrency",

    "BenefitEnrollment": "schema:Permit",
    "planType": "wtw:benefitPlanType",
    "planName": "schema:name",
    "enrollmentStatus": "wtw:enrollmentStatus",
    "coverageLevel": "wtw:coverageLevel",
    "employeeContribution": "wtw:employeeContribution",
    "employerContribution": "wtw:employerContribution",
    "effectiveDate": "schema:validFrom",

    "HRContent": "schema:CreativeWork",
    "title": "schema:name",
    "body": "schema:text",
    "audience": "schema:audience",
    "publishedAt": "schema:datePublished",

    "HRCase": "schema:Action",
    "caseNumber": "schema:identifier",
    "category": "schema:additionalType",
    "subject": "schema:name",
    "description": "schema:description",
    "priority": "wtw:casePriority",
    "assignedTo": "schema:agent",
    "resolvedAt": "schema:endTime"
  }
}