وقت الانتهاء لشيء ما. بالنسبة إلى حدث أو خدمة محجوزة (مثل FoodEnterprisementReservation)، الوقت الذي يُتوقع أن ينتهي فيه الحدث. بالنسبة إلى الإجراءات التي تمتد لفترة زمنية معينة، عندما تم تنفيذ الإجراء، على سبيل المثال، كتب "جون" كتابًا من كانون الثاني (يناير) حتى كانون الأول (ديسمبر). تجدر الإشارة إلى أن الحدث يستخدم startDate/endDate بدلاً من startTime/endTime، حتى عند وصف التواريخ باستخدام الأوقات. ويمكن توضيح هذا الموقف في المراجعات السابقة.
تم تنفيذ الكائن على الإجراء، الذي لم يتم تغيير حالته. يُعرف أيضًا باسم الأدوار الدلالية المريض أو المتأثِّر أو المشارك (الذي يغيّر حالته) أو الموضوع (الذي لا يتغيّر)، على سبيل المثال، يقرأ "جون" كتابًا.
وقت بدء شيء ما. بالنسبة إلى حدث أو خدمة محجوزة (مثل FoodEnterprisementReservation)، الوقت الذي يُتوقع أن يبدأ فيه. بالنسبة إلى الإجراءات التي تمتد لفترة زمنية معينة، عندما تم تنفيذ الإجراء، مثل كتب "جون" كتابًا من كانون الثاني (يناير) إلى كانون الأول (ديسمبر)، تجدر الإشارة إلى أن الحدث يستخدم startDate/endDate بدلاً من startTime/endTime، حتى عند وصف التواريخ باستخدام الأوقات. ويمكن توضيح هذا الموقف في المراجعات السابقة.
تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Action` extends the `Event` or `Thing` type and describes activities or tasks performed."],["It includes properties like `actionStatus`, `agent`, `endTime`, `error`, and more to provide details about the action."],["`Action` can specify the involved parties, time, location, and outcome of an action."],["Properties like `object`, `instrument`, and `result` further elaborate on the action's context and effects."],["`Action` can also define a target URL or entry point for completing the action."]]],["The `Action` type details properties for describing actions, including their status, agent, and time frame. Key details involve the `actionStatus`, indicating the action's current state. The `agent` and `participant` identify performers and co-agents, while `startTime` and `endTime` mark the action's duration. Other relevant information include the `location`, `instrument`, the `object` acted upon, `result` and an `error` to specify a potential cause for failure. A `handler` is provided for the RSVP action, `target` EntryPoint, and the `url` to complete the action.\n"]]