HR Partner · JSON-LD Context

Hr Partner Context

JSON-LD context defining the semantic vocabulary for Hr Partner from HR Partner.

Hr Partner Context is a JSON-LD context published by HR Partner on the APIs.io network.

It defines 22 semantic classes, 3 properties.

Top classes include Employee, JobListing, Company, code, first_names, and 17 more. Namespace prefixes: xsd, schema, and hrp. Tagged areas include HR, HRIS, Human Resources, Employee Records, and Leave Management.

22 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
hrp: https://hrpartner.io/ns/

Classes

Employee JobListing Company code first_names last_name full_name email department location position employment_status leave_type leave_status balance accrued taken pending review_type review_status score stage

Properties

Property Type Container
date_of_birth date
started_at date
finished_at date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "hrp": "https://hrpartner.io/ns/",
    "Employee": "schema:Person",
    "JobListing": "schema:JobPosting",
    "Company": "schema:Organization",
    "code": "schema:identifier",
    "first_names": "schema:givenName",
    "last_name": "schema:familyName",
    "full_name": "schema:name",
    "email": "schema:email",
    "date_of_birth": { "@id": "schema:birthDate", "@type": "xsd:date" },
    "department": "schema:department",
    "location": "schema:location",
    "position": "schema:jobTitle",
    "employment_status": "hrp:employmentStatus",
    "started_at": { "@id": "hrp:startedAt", "@type": "xsd:date" },
    "finished_at": { "@id": "hrp:finishedAt", "@type": "xsd:date" },
    "leave_type": "hrp:leaveType",
    "leave_status": "hrp:leaveStatus",
    "balance": "hrp:leaveBalance",
    "accrued": "hrp:leaveAccrued",
    "taken": "hrp:leaveTaken",
    "pending": "hrp:leavePending",
    "review_type": "hrp:reviewType",
    "review_status": "hrp:reviewStatus",
    "score": "hrp:reviewScore",
    "stage": "hrp:applicationStage"
  }
}