Thought Industries · JSON-LD Context

Thought Industries Context

JSON-LD context defining the semantic vocabulary for Thought Industries from Thought Industries.

20 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

ti: https://thoughtindustries.com/vocab#

Classes

Course User Enrollment Group LearningPath ContentItem email first_name last_name active course_id user_id status progress enrolled_at completed_at category_id custom_fields per_page total_pages

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "ti": "https://thoughtindustries.com/vocab#",
    "Course": "Course",
    "User": "Person",
    "Enrollment": "ti:Enrollment",
    "Group": "ti:LearnerGroup",
    "LearningPath": "ti:LearningPath",
    "ContentItem": "LearningResource",
    "email": "email",
    "first_name": "givenName",
    "last_name": "familyName",
    "active": "ti:accountActive",
    "course_id": "courseId",
    "user_id": "ti:learnerId",
    "status": "ti:enrollmentStatus",
    "progress": "ti:completionPercentage",
    "enrolled_at": "startDate",
    "completed_at": "endDate",
    "category_id": "about",
    "custom_fields": "ti:customAttributes",
    "per_page": "ti:pageSize",
    "total_pages": "ti:totalPages"
  }
}