Acadia · JSON-LD Context
Acadia Platform Context
JSON-LD context defining the semantic vocabulary for Acadia Platform from Acadia.
10 Classes
25 Properties
3 Namespaces
Namespaces
acadia:
https://acadia-software.com/schema/
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
WorkInstruction
description
WorkInstructionStep
Employee
name
email
SkillRecord
EmployeeSkillsMatrix
Quiz
Role
Properties
| Property | Type | Container |
|---|---|---|
| id | string | |
| title | string | |
| status | string | |
| category | string | |
| version | integer | |
| steps | string | |
| createdAt | dateTime | |
| updatedAt | dateTime | |
| order | integer | |
| department | string | |
| role | string | |
| trainingCompletion | integer | |
| skillId | string | |
| required | boolean | |
| completed | boolean | |
| completedAt | dateTime | |
| score | integer | |
| employeeId | string | |
| employeeName | string | |
| skills | string | |
| overallCompletion | integer | |
| questionCount | integer | |
| passingScore | integer | |
| requiredTrainings | integer | |
| completionRate | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"acadia": "https://acadia-software.com/schema/",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"WorkInstruction": "acadia:WorkInstruction",
"id": {
"@id": "acadia:id",
"@type": "xsd:string"
},
"title": {
"@id": "acadia:title",
"@type": "xsd:string"
},
"status": {
"@id": "acadia:status",
"@type": "xsd:string"
},
"category": {
"@id": "acadia:category",
"@type": "xsd:string"
},
"version": {
"@id": "acadia:version",
"@type": "xsd:integer"
},
"description": "schema:description",
"steps": {
"@id": "acadia:steps",
"@type": "xsd:string"
},
"createdAt": {
"@id": "acadia:createdAt",
"@type": "xsd:dateTime"
},
"updatedAt": {
"@id": "acadia:updatedAt",
"@type": "xsd:dateTime"
},
"WorkInstructionStep": "acadia:WorkInstructionStep",
"order": {
"@id": "acadia:order",
"@type": "xsd:integer"
},
"Employee": "acadia:Employee",
"name": "schema:name",
"email": "schema:email",
"department": {
"@id": "acadia:department",
"@type": "xsd:string"
},
"role": {
"@id": "acadia:role",
"@type": "xsd:string"
},
"trainingCompletion": {
"@id": "acadia:trainingCompletion",
"@type": "xsd:integer"
},
"SkillRecord": "acadia:SkillRecord",
"skillId": {
"@id": "acadia:skillId",
"@type": "xsd:string"
},
"required": {
"@id": "acadia:required",
"@type": "xsd:boolean"
},
"completed": {
"@id": "acadia:completed",
"@type": "xsd:boolean"
},
"completedAt": {
"@id": "acadia:completedAt",
"@type": "xsd:dateTime"
},
"score": {
"@id": "acadia:score",
"@type": "xsd:integer"
},
"EmployeeSkillsMatrix": "acadia:EmployeeSkillsMatrix",
"employeeId": {
"@id": "acadia:employeeId",
"@type": "xsd:string"
},
"employeeName": {
"@id": "acadia:employeeName",
"@type": "xsd:string"
},
"skills": {
"@id": "acadia:skills",
"@type": "xsd:string"
},
"overallCompletion": {
"@id": "acadia:overallCompletion",
"@type": "xsd:integer"
},
"Quiz": "acadia:Quiz",
"questionCount": {
"@id": "acadia:questionCount",
"@type": "xsd:integer"
},
"passingScore": {
"@id": "acadia:passingScore",
"@type": "xsd:integer"
},
"Role": "acadia:Role",
"requiredTrainings": {
"@id": "acadia:requiredTrainings",
"@type": "xsd:integer"
},
"completionRate": {
"@id": "acadia:completionRate",
"@type": "xsd:integer"
}
}
}