Skip to content

Apollo-11 Activities involving Eagle and its crew

The Apollo-11 Mission involved a lot of activities, many of which are well documented. In this section we use NASA-published timings to represent some of the key activities involved in the transport of the Apollo-11 crew members from the launch site at Kennedy Space Center, Florida, to the lunar surface and back(1). Together these activities constitute an activity lifecycle of a key part of the Apollo-11 Mission (see here for a description of how information requirements can be captured using activity lifecycle modelling). This worked example introduces some new aspects of the use and handling of the HQDM patterns; mapping data from other sources into MagmaCore, multiple instances of the pattern in a dataset plus querying data from another source. The Activity Editor used also makes use of some more advanced patterns (e.g. sign and pattern) that we shall explore later.

  1. This activity lifecycle is from the Saturn-V liftoff, transition of the principal crew modules to lunar orbit, descent to the lunar surface, spacewalks on the surface of the moon (memorable for Neil Armstrong's phrase "one small step for [a] man, one giant leap for mankind."), ascent back to the command module (CM) and return to earth in it.
Source Data for the Apollo-11 Timeline

CSM - Command & Service Module, S-IVB - Third (and final) stage of Saturn V Rocket, CDR - Commander, LM - Lunar Module, LMP - Lunar Module Pilot, "Range zero" - liftoff

Event description Time (GMT) Date Time from launch (hhh:mm:ss)
Range zero 13:32:00 16-Jul-69 000:00:00
CSM separated from S-IVB 16:47:23 16-Jul-69 003:15:23
CDR and LMP entered LM for final preparations for descent 12:52:00 20-Jul-69 095:20:00
CSM/LM undocked 17:44:00 20-Jul-69 100:12:00
LM lunar landing 20:17:39 20-Jul-69 102:45:39
CDR completely outside LM on porch 02:51:16 21-Jul-69 109:19:16
1st step taken lunar surface (CDR) "That's one small step for a man one giant leap for mankind" 02:56:15 21-Jul-69 109:24:15
LMP started egress from LM 03:11:57 21-Jul-69 109:39:57
LMP inside LM 05:01:39 21-Jul-69 111:29:39
CDR inside LM 05:09:32 21-Jul-69 111:37:32
LM lunar liftoff ignition (LM APS) 17:54:00 21-Jul-69 124:22:00
CSM/LM docked 21:35:00 21-Jul-69 128:03:00
LM ascent stage jettisoned 23:41:31 21-Jul-69 130:09:00
Splashdown (went to apex-down) 16:50:35 24-Jul-69 195:18:35

Source: NASA's Apollo-11 Timeline

Apollo-11 Activity diagram from Activity Editor

Online tool used to create the Apollo-11 Activity diagram is the Apollo Protocol Activity Editor. The source data file originally exported from the Activity Editor is available here, in TURTLE format, and the same data read in to an instance of a MagmaCoreService.java and re-exported is available here. The rendering of each of those TURTLE files differs only in the ordering of the individual objects in the data files (the Activity Editor allows re-arranging the order of the individual objects in the UI using the "Sort individuals" button, the colour scheme can also be adjusted in "Settings").

Spacetime Diagram

The following diagram illustrates the LM-5 lunar ascent activity, involving three participants being the LM-5 Ascent Module, Buzz Aldrin (as Lunar Module Pilot) and Neil Armstrong (as Apollo-11 Commander)(1). Each participant state being a temporal_part_of an individual that represents them as whole-life objects. The constituent states in this activity all share the same temporal bounds. This example will be implemented below to illustrate the general entity-relationship and data patterns resulting from it.

  1. The activity illustrated on this space-time diagram is taken directly from the Activity Editor diagram above. It can be identified in the data but is the 6th activity from the left (coloured purple).

Activity of LM-5 and crew ascending from Lunar Surface to orbiting Command Module

Data Object Block Diagrams

The block diagram below illustrates the data objects comprising the activity shown on the space-time diagram above.

Data object block diagram of LM-5 ascent activity from lunar surface to Command Module

Full data object block diagram

The diagram below shows additional data objects required to populate the generic association pattern in full. This illustrates that there is only ever a need to represent any concrete state (or HQDM class) once - providing these data objects can be accessed and shared.

Full activity involving LM-5 Ascent Module, Buzz Aldrin and Neil Armstrong returning to the Command Module

Implementation

The data objects shown in the diagram above have been imported into a MagmaCoreService in ActivityEagleExample.java. The filtered node-edge graphs below correspond to the data objects and their relationships with each other to implement the activity pattern. The activity named "Return from Lunar Surface to CSM" and the participant objects representing the states of the LM-5 Ascent Module, Buzz Aldrin and Neil Armstrong in their respective roles during the ascent activity are shown as the bold nodes in the first node-edge graph.

graph LR
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|activity(["hqdm <br> activity"]);
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"type"|activity(["hqdm <br> activity"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|47639691-4458-4dec-84ea-541480fcf363(("diagram <br> 47639691-4458-4dec <br> -84ea-541480fcf363"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"temporal_part_of"|4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"temporal_part_of"|7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"temporal_part_of"|a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
Extended node-edge graph

An extended node-edge graph showing some of the additional dependencies is shown next.

graph LR
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|activity(["hqdm <br> activity"]);
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"type"|activity(["hqdm <br> activity"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|47639691-4458-4dec-84ea-541480fcf363(("diagram <br> 47639691-4458-4dec <br> -84ea-541480fcf363"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"temporal_part_of"|4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("<b> diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"temporal_part_of"|7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("<b> diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("<b> diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"temporal_part_of"|a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("<b> diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"))--->|"member_of_kind"|ordinary_physical_object(["hqdm <br> ordinary_physical_ <br> object"]);
  4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"))--->|"ending"|18f4662f-17cc-4694-825b-7bf328005d07(("diagram <br> 18f4662f-17cc-4694 <br> -825b-7bf328005d07"));
  4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"))--->|"type"|ordinary_physical_object(["hqdm <br> ordinary_physical_ <br> object"]);
  a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"))--->|"beginning"|aa492e6f-b971-459f-aa02-299f42618c03(("diagram <br> aa492e6f-b971-459f <br> -aa02-299f42618c03"));
  a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"))--->|"member_of_kind"|person(["hqdm <br> person"]);
  a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"))--->|"ending"|18f4662f-17cc-4694-825b-7bf328005d07(("diagram <br> 18f4662f-17cc-4694 <br> -825b-7bf328005d07"));
  a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"))--->|"type"|person(["hqdm <br> person"]);
  7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"))--->|"beginning"|aa492e6f-b971-459f-aa02-299f42618c03(("diagram <br> aa492e6f-b971-459f <br> -aa02-299f42618c03"));
  7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"))--->|"member_of_kind"|person(["hqdm <br> person"]);
  7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"))--->|"ending"|18f4662f-17cc-4694-825b-7bf328005d07(("diagram <br> 18f4662f-17cc-4694 <br> -825b-7bf328005d07"));
  7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"))--->|"type"|person(["hqdm <br> person"]);
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"consists_of_by_class"|becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"));
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"consists_of_by_class"|9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"));
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"consists_of_by_class"|47639691-4458-4dec-84ea-541480fcf363(("diagram <br> 47639691-4458-4dec <br> -84ea-541480fcf363"));
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"member_of_kind"|kind_of_activity(["hqdm <br> kind_of_activity"]);
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"data_EntityName"|Ascent_from_lunar_surface_kind_of_activity["Ascent_from_lunar <br> _surface_kind_of_activity"];
  b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"))--->|"type"|kind_of_activity(["hqdm <br> kind_of_activity"]);
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"member_of_kind"|role(["hqdm <br> role"]);
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"data_EntityName"|Lunar_module_pilot_role["Lunar_module_pilot <br> _role"];
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"part_of_by_class"|39370411-581c-48a3-9a07-23c70c7c988a(("diagram <br> 39370411-581c-48a3 <br> -9a07-23c70c7c988a"));
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"part_of_by_class"|afd257be-0b14-4603-a44b-bc46aac02a52(("diagram <br> afd257be-0b14-4603 <br> -a44b-bc46aac02a52"));
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"part_of_by_class"|b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"));
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"part_of_by_class"|cbd74da0-05bb-4ee5-826d-4b9ad826cc19(("diagram <br> cbd74da0-05bb-4ee5 <br> -826d-4b9ad826cc19"));
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"part_of_by_class"|de6ee557-ed85-4b19-aa94-cb35d066aefc(("diagram <br> de6ee557-ed85-4b19 <br> -aa94-cb35d066aefc"));
  becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"))--->|"type"|role(["hqdm <br> role"]);
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"member_of_kind"|role(["hqdm <br> role"]);
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"data_EntityName"|Commander_role["Commander_role"];
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|416e339b-a1ca-4e5d-bdc4-ad9556348480(("diagram <br> 416e339b-a1ca-4e5d <br> -bdc4-ad9556348480"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|39370411-581c-48a3-9a07-23c70c7c988a(("diagram <br> 39370411-581c-48a3 <br> -9a07-23c70c7c988a"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|afd257be-0b14-4603-a44b-bc46aac02a52(("diagram <br> afd257be-0b14-4603 <br> -a44b-bc46aac02a52"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|cbd74da0-05bb-4ee5-826d-4b9ad826cc19(("diagram <br> cbd74da0-05bb-4ee5 <br> -826d-4b9ad826cc19"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"part_of_by_class"|de6ee557-ed85-4b19-aa94-cb35d066aefc(("diagram <br> de6ee557-ed85-4b19 <br> -aa94-cb35d066aefc"));
  9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"))--->|"type"|role(["hqdm <br> role"]);
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"member_of_kind"|role(["hqdm <br> role"]);
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"data_EntityName"|Lunar_lander_role["Lunar_lander_role"];
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"part_of_by_class"|416e339b-a1ca-4e5d-bdc4-ad9556348480(("diagram <br> 416e339b-a1ca-4e5d <br> -bdc4-ad9556348480"));
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"part_of_by_class"|cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9(("diagram <br> cca1d414-bdc4-4e1b <br> -aa3e-46fb297ac4c9"));
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"part_of_by_class"|afd257be-0b14-4603-a44b-bc46aac02a52(("diagram <br> afd257be-0b14-4603 <br> -a44b-bc46aac02a52"));
  b4eebfca-cd08-40b4-a6f9-bfe5f793c93c(("diagram <br> b4eebfca-cd08-40b4 <br> -a6f9-bfe5f793c93c"))--->|"type"|role(["hqdm <br> role"]);
  a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"))--->|"member_of_kind"|event(["hqdm <br> event"]);
  a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"))--->|"member_of"|c9ecb65e-4b1f-4633-ac5c-f765e36586f2(("diagram <br> c9ecb65e-4b1f-4633 <br> -ac5c-f765e36586f2"));
  a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"))--->|"data_EntityName"|447720000["447720000"];
  a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"))--->|"type"|event(["hqdm <br> event"]);
  158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"))--->|"member_of_kind"|event(["hqdm <br> event"]);
  158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"))--->|"member_of"|c9ecb65e-4b1f-4633-ac5c-f765e36586f2(("diagram <br> c9ecb65e-4b1f-4633 <br> -ac5c-f765e36586f2"));
  158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"))--->|"data_EntityName"|460980000["460980000"];
  158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"))--->|"type"|event(["hqdm <br> event"]);
What has changed about the data compared to the association example?

Well done for spotting this, if you noticed. The data was generated in the Activity Editor application. Although the application uses HQDM it employs an independent implementation of HQDM and is based around the information needs of the activity modelling use-case. Although the data object patterns from HQDM are recognisably similar, the implementation choices resulted in some differences. One of the significant benefits of HQDM (and the ontological commitments that it is based on) is that independent uses of the model will be recognisably similar. This aids analysis of the differences and can ease the approach to mapping between such implementations.

Here are some of the key differences:

  1. The data_EntityName predicate is not used for most of the data objects. This is because there is typically more to assigning a name to something than tagging the data object that represents it with a name property (see here).

  2. Following on from this, the sign and pattern HQDM patterns are used to represent the names entered. These data objects are not part of the activity pattern so are not shown on this page. However, they are explored here (UPDATE LINK)

  3. Some of the IRIs used are from the Activity Editor namespace (<https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#>). However, the same HQDM namespace (<https://hqdmtop.github.io/hqdm#>) is used.

  4. Some of the entity types (and set membership commitments) differ. Although this is inevitable between independently implemented systems it allows for straightforward comparison and mapping between these implementations. One clear difference is that the Activity Editor allows users to create instances of person, organization and ordinary_physical_object. Subtypes of ordinary_physical_object are not supported as this is all that is required for the Editor application. However, there is a natural path to mapping the resulting data objects to subtypes (including HQDM sub-classes) to refine their classification. This is explored in the model mapping section.

To illustrate point 1 above, a data_EntityName predicate has been added for the four states involved in the activity pattern shown in the node-edge graphs above. The added predicates are in bold below:

graph LR
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|activity(["hqdm <br> activity"]);
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"member_of_kind"|b41158ca-2619-4097-9cf5-890979343127(("diagram <br> b41158ca-2619-4097 <br> -9cf5-890979343127"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"<b> data_EntityName"|Return_from_Lunar_Surface_to_CSM["<b> Return_from_Lunar <br> _Surface_to_CSM"];
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"))--->|"type"|activity(["hqdm <br> activity"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"member_of_kind"|47639691-4458-4dec-84ea-541480fcf363(("diagram <br> 47639691-4458-4dec <br> -84ea-541480fcf363"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"temporal_part_of"|4974518d-53c0-4f56-8017-3a989bf36065(("diagram <br> 4974518d-53c0-4f56 <br> -8017-3a989bf36065"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"<b> data_EntityName"|Participant_state_of_LM5_Ascent_Module["<b> Participant_state <br> _of_LM5_Ascent_Module"];
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  ab9fd44e-ff12-4a21-915a-849816c5198e(("diagram <br> ab9fd44e-ff12-4a21 <br> -915a-849816c5198e"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|becf0e5b-f094-43eb-be03-a36de244a05d(("diagram <br> becf0e5b-f094-43eb <br> -be03-a36de244a05d"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"temporal_part_of"|7bbf504e-f834-40dc-b060-974827fbef76(("diagram <br> 7bbf504e-f834-40dc <br> -b060-974827fbef76"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"<b> data_EntityName"|Participant_state_of_Buzz_Aldrin["<b> Participant_state <br> _of_Buzz_Aldrin"];
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  d1f7335c-c255-4358-9dc3-2d78aa3ba81d(("diagram <br> d1f7335c-c255-4358 <br> -9dc3-2d78aa3ba81d"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"beginning"|a0f6879b-1127-438d-bb78-43ae5de9d2c5(("diagram <br> a0f6879b-1127-438d <br> -bb78-43ae5de9d2c5"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|9f55ec51-3926-46bc-9c1e-a96f1379ce14(("diagram <br> 9f55ec51-3926-46bc <br> -9c1e-a96f1379ce14"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"member_of_kind"|participant(["hqdm <br> participant"]);
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"part_of_possible_world"|ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7(("diagram <br> ba3aa2d3-50bf-4f11 <br> -9e60-5b35eb3dc1d7"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"participant_in"|40ae87d9-8a1b-417c-86a8-a00bd70fe239(("diagram <br> 40ae87d9-8a1b-417c <br> -86a8-a00bd70fe239"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"temporal_part_of"|a589d9e5-919f-476d-aa54-8c6dac941061(("diagram <br> a589d9e5-919f-476d <br> -aa54-8c6dac941061"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"<b> data_EntityName"|Participant_state_of_Neil_Armstrong["<b> Participant_state <br> _of_Neil_Armstrong"];
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"ending"|158e354d-ffbb-481c-981f-b8d609860a69(("diagram <br> 158e354d-ffbb-481c <br> -981f-b8d609860a69"));
  6b50a479-07ca-4cac-a65d-f3813259b8d9(("diagram <br> 6b50a479-07ca-4cac <br> -a65d-f3813259b8d9"))--->|"type"|state_of_ordinary_physical_object(["hqdm <br> state_of_ordinary_ <br> physical_object"]);

Adding or changing predicates is not good practice as the data objects should be treated as immutable to ensure that there is integrity to the data management activities of integrated datasets like these. This is explored here

These examples of activity also build on the individual Eagle examples and association Eagle examples data object examples. However, these examples are not collectively integrated as the activity example was generated using a separate application and imported into the MagmaCore-based environment that the previous examples were created in. Addressing the remaining integration steps is covered in the model mapping section.

The TURTLE dataset showing the data used to generate these node-edge graphs is shown in the tab below.

TURTLE
Association objects example in TURTLE
@prefix diag:         <https://apollo-protocol.github.io/ns/2023/diagram-editor/diagram#> .
@prefix hqdm:         <https://hqdmtop.github.io/hqdm#> .
@prefix patterns:     <https://github.com/ClimbingAl/code-for-hqdm-patterns/patterns#> .
@prefix patterns-rdl: <https://github.com/ClimbingAl/code-for-hqdm-patterns/patterns-rdl#> .
@prefix rdf:          <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://apollo-protocol.github.io/ns/2023/diagram-editor>
        <http://www.w3.org/2002/07/owl#versionInfo>
                "0.1.0" .

<https://apollo-protocol.github.io/ns/2023/diagram-editor#hqdm-representation>
        <http://www.w3.org/2002/07/owl#versionInfo>
                "1" .

diag:003b00f0-03b2-4b0a-82a8-17670bc85d73
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "360720000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7
        rdf:type                     hqdm:possible_world ;
        hqdm:member_of_kind          hqdm:possible_world ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:040c87dc-fea2-4a94-9a07-4a06b717ac90
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:21ccdf14-3e09-48ea-8e58-dae01689c4e4 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 .

diag:21ccdf14-3e09-48ea-8e58-dae01689c4e4
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "CM and LM-5 transit to and establish lunar orbit" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:48504f71-078e-4f00-8254-27cb78f0f364
        rdf:type                     hqdm:recognizing_language_community ;
        hqdm:data_EntityName         "AMRC Community" ;
        hqdm:member_of_kind          hqdm:recognizing_language_community ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:9caada5c-8e2f-411a-a043-3a7e0e92a628 , diag:b2e6fbf2-3e9d-4912-a79d-feb522e2d519 , diag:6edda353-a209-4bd3-a303-eb9a9ee32b05 , diag:1e4c9544-4f13-4063-b5cb-fc1c1524869b , diag:24d7f535-e0ff-4cf6-8dfd-3b1d9029bc75 , diag:7a3ac01d-a628-4760-bf94-93050489a75c , diag:9eb703d7-93e3-4ebf-b645-e36bc26e8ee7 , diag:afb97f1a-181b-4dcb-b6a8-8b8c4ec85417 , diag:4dc5e9e6-e274-4fc0-a6aa-013ed2c9a5c2 , diag:5b3788e0-7619-40b0-b0ce-4fa05b80cc32 , diag:880665d0-5d11-4d13-b098-b05bef4a1de0 , diag:8eb85588-cca2-4dc7-b5cc-242866992fa2 , diag:9ecdc727-c045-473b-a6be-e47d67b7277f , diag:b03bcc5b-472e-46f7-a888-84ead09494bf , diag:b7957810-366b-4247-b873-71b23337db78 , diag:ba7b121b-8ba0-42fb-aa16-a0b2b306f944 , diag:d0f0b4ee-1797-41c7-9a63-b5c32b359d5c .

diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_kind          hqdm:activity , diag:416e339b-a1ca-4e5d-bdc4-ad9556348480 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:058495ba-5d88-4460-ac4b-cc3b7932f90d
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , hqdm:participant ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d ;
        hqdm:temporal_part_of        diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "401852000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "447720000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Lunar_lander_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:416e339b-a1ca-4e5d-bdc4-ad9556348480 , diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9 , diag:afd257be-0b14-4603-a44b-bc46aac02a52 .

diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_kind          hqdm:activity , diag:afd257be-0b14-4603-a44b-bc46aac02a52 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426
        rdf:type                     hqdm:ordinary_physical_object ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_kind          hqdm:ordinary_physical_object ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:068ee1b6-78f2-4947-b750-05125af3d9c4
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:7297aea1-5341-4517-b04f-0b60fdab50ea ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:9caada5c-8e2f-411a-a043-3a7e0e92a628 .

diag:7297aea1-5341-4517-b04f-0b60fdab50ea
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Buzz Aldrin" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:9caada5c-8e2f-411a-a043-3a7e0e92a628
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:068ee1b6-78f2-4947-b750-05125af3d9c4 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_              diag:4890b429-86e7-48c2-82f1-63f8efd1c085 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_kind          hqdm:activity , diag:de6ee557-ed85-4b19-aa94-cb35d066aefc ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

hqdm:activity  hqdm:consists_of_by_class
                diag:e6240184-40d0-4808-acba-6dd6dc7ab952 .

diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "465600000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:75cff61c-12ac-4120-a639-574b915b178e
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "467100000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:de6ee557-ed85-4b19-aa94-cb35d066aefc
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 , diag:becf0e5b-f094-43eb-be03-a36de244a05d , diag:47639691-4458-4dec-84ea-541480fcf363 ;
        hqdm:data_EntityName       "Crew_re-entering_orbiting_spacecraft_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:074a5a55-0e95-46ba-bdbe-8ae779b7177a
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:ea68e87c-32a7-4d0a-b303-0d5c5b8867c5 ;
        hqdm:ending                  diag:5bf0c4fe-fced-4d50-85fd-4c1062e620f8 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:e6240184-40d0-4808-acba-6dd6dc7ab952 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b3360736-7206-42b2-bce0-a75396c2c4ed ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:ea68e87c-32a7-4d0a-b303-0d5c5b8867c5
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "394797000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:5bf0c4fe-fced-4d50-85fd-4c1062e620f8
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "401379000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:e6240184-40d0-4808-acba-6dd6dc7ab952
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Astronaut_during_lunar_surface_activities_external_to_lunar_module_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  hqdm:activity , diag:8a67b92a-4df6-4477-aa17-f4442f7f890c .

diag:b3360736-7206-42b2-bce0-a75396c2c4ed
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:ea68e87c-32a7-4d0a-b303-0d5c5b8867c5 ;
        hqdm:ending                  diag:5bf0c4fe-fced-4d50-85fd-4c1062e620f8 ;
        hqdm:member_of_kind          hqdm:activity , diag:8a67b92a-4df6-4477-aa17-f4442f7f890c ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:7bbf504e-f834-40dc-b060-974827fbef76
        rdf:type                     hqdm:person ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_kind          hqdm:person ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:0ab1b6b8-508c-4de5-8402-87323855817c
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Launch to lunar orbit" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:0bf274f9-ad5f-4105-a8cb-277c12c50e5f
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:3b1906ae-7df5-4718-8fd3-391a2b0292f5 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:3b1906ae-7df5-4718-8fd3-391a2b0292f5
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "LM-5 Lunar Module Assembly" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:1355c273-1166-4b41-8e78-b9ef4faaac85
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "369938999" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:158e354d-ffbb-481c-981f-b8d609860a69
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "460980000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:15cb4544-6bc6-43c1-bbae-cd5f33529604
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:5a70ad88-b245-4da5-9cf4-aae0288480b6 ;
        hqdm:ending                  diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:e6240184-40d0-4808-acba-6dd6dc7ab952 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:8d6d92fb-c1ff-4f4a-a255-6ebba8e0d3ce ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:5a70ad88-b245-4da5-9cf4-aae0288480b6
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "393556000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:8d6d92fb-c1ff-4f4a-a255-6ebba8e0d3ce
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:5a70ad88-b245-4da5-9cf4-aae0288480b6 ;
        hqdm:ending                  diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:member_of_kind          hqdm:activity ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:a589d9e5-919f-476d-aa54-8c6dac941061
        rdf:type                     hqdm:person ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_kind          hqdm:person ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:1672fa8e-06c4-4204-aa7b-c7cfd7e4b12e
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:5a8e9328-3d0f-4cb5-acec-044590ce5b71 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b2e6fbf2-3e9d-4912-a79d-feb522e2d519 .

diag:5a8e9328-3d0f-4cb5-acec-044590ce5b71
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "CM return to Earth" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:b2e6fbf2-3e9d-4912-a79d-feb522e2d519
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14 ;
        hqdm:consists_of             diag:1672fa8e-06c4-4204-aa7b-c7cfd7e4b12e ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:8ffc0351-3964-4323-a464-7c684f2004b5 ;
        hqdm:member_of_              diag:7b5c7f1a-126a-4ca3-be5a-fcb7ad41130d ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2 .

diag:18f4662f-17cc-4694-825b-7bf328005d07
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "Infinity" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:1a6a009f-999b-48d8-9506-08eada85ba3a
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:3b1906ae-7df5-4718-8fd3-391a2b0292f5 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:6edda353-a209-4bd3-a303-eb9a9ee32b05 .

diag:6edda353-a209-4bd3-a303-eb9a9ee32b05
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:1a6a009f-999b-48d8-9506-08eada85ba3a ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_              diag:0bf274f9-ad5f-4105-a8cb-277c12c50e5f ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:1a720f43-d7aa-47d8-9f80-2975fa977839
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150 ;
        hqdm:ending                  diag:1355c273-1166-4b41-8e78-b9ef4faaac85 ;
        hqdm:member_of_kind          hqdm:activity , diag:cbd74da0-05bb-4ee5-826d-4b9ad826cc19 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "343200000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:cbd74da0-05bb-4ee5-826d-4b9ad826cc19
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:data_EntityName       "Descent_to_lunar_surface_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:1ae0add9-818f-4303-9dce-d58f14f17e77
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:bd360708-ebda-4afd-8d44-4d13960377ae ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:1e4c9544-4f13-4063-b5cb-fc1c1524869b .

diag:bd360708-ebda-4afd-8d44-4d13960377ae
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "CDR on Lunar Surface" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:1e4c9544-4f13-4063-b5cb-fc1c1524869b
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:5a70ad88-b245-4da5-9cf4-aae0288480b6 ;
        hqdm:consists_of             diag:1ae0add9-818f-4303-9dce-d58f14f17e77 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:member_of_              diag:b5103c81-f6fd-4a73-839d-2905a085a8e9 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:8d6d92fb-c1ff-4f4a-a255-6ebba8e0d3ce .

diag:1c41d372-ce71-47da-916d-b1774456c080
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "CDR and LMP in LM-5 for Descent to Lunar Surface" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:1d21fda0-cd20-45cf-90c4-b8d4176fd0f9
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Commander_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:de6ee557-ed85-4b19-aa94-cb35d066aefc , diag:cbd74da0-05bb-4ee5-826d-4b9ad826cc19 , diag:416e339b-a1ca-4e5d-bdc4-ad9556348480 , diag:39370411-581c-48a3-9a07-23c70c7c988a , diag:b41158ca-2619-4097-9cf5-890979343127 , diag:afd257be-0b14-4603-a44b-bc46aac02a52 .

diag:b5103c81-f6fd-4a73-839d-2905a085a8e9
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:bd360708-ebda-4afd-8d44-4d13960377ae ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:8d6d92fb-c1ff-4f4a-a255-6ebba8e0d3ce .

diag:1f1448c0-a0af-4a68-9fa4-18cee5d1e6f3
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:1c41d372-ce71-47da-916d-b1774456c080 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:1a720f43-d7aa-47d8-9f80-2975fa977839 .

diag:221d28e2-36fb-46c8-82d2-bc2c6932dc43
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "SA-506" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:24d7f535-e0ff-4cf6-8dfd-3b1d9029bc75
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:consists_of             diag:36f4eb9e-179d-49b5-a32a-02604780673a ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_              diag:621e70d0-6103-42cc-8bcd-ea0535279aee ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:4974518d-53c0-4f56-8017-3a989bf36065 .

diag:36f4eb9e-179d-49b5-a32a-02604780673a
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:9cbc4661-da39-44ce-bd5d-4ec3caa8ce9b ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:24d7f535-e0ff-4cf6-8dfd-3b1d9029bc75 .

diag:621e70d0-6103-42cc-8bcd-ea0535279aee
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:9cbc4661-da39-44ce-bd5d-4ec3caa8ce9b ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:4974518d-53c0-4f56-8017-3a989bf36065 .

diag:4974518d-53c0-4f56-8017-3a989bf36065
        rdf:type                     hqdm:ordinary_physical_object ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_kind          hqdm:ordinary_physical_object ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "11723000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:416e339b-a1ca-4e5d-bdc4-ad9556348480
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 , diag:3aba62a5-68bb-4494-9f01-8fded382f472 ;
        hqdm:data_EntityName       "Spacecraft_and_crew_transit_in_space_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:3108b3cd-4a85-46ed-bac2-a237ad492e24
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Command_module_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:de6ee557-ed85-4b19-aa94-cb35d066aefc , diag:416e339b-a1ca-4e5d-bdc4-ad9556348480 , diag:39370411-581c-48a3-9a07-23c70c7c988a , diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9 .

diag:39370411-581c-48a3-9a07-23c70c7c988a
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:data_EntityName       "Return_from_moon_to_earth's_surface_kin d_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 , diag:3aba62a5-68bb-4494-9f01-8fded382f472 , diag:82b0f93c-76a5-492a-b2f7-b5d054ff72bf ;
        hqdm:data_EntityName       "Launch_to_lunar_orbit_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:3582486f-f51c-428f-be8b-1edadcda2e74
        rdf:type                     hqdm:ordinary_physical_object ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_kind          hqdm:ordinary_physical_object , diag:64539a67-d8aa-4a9d-a8a0-88fb3ce236e3 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:aa492e6f-b971-459f-aa02-299f42618c03
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "-Infinity" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:64539a67-d8aa-4a9d-a8a0-88fb3ce236e3
        rdf:type              hqdm:kind_of_ordinary_physical_object ;
        hqdm:data_EntityName  "Command_Module_kind_of_functional_object" ;
        hqdm:member_of_kind   hqdm:kind_of_ordinary_physical_object .

diag:35c73654-4396-4f6b-adea-10cd903288a5
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , hqdm:participant ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d ;
        hqdm:temporal_part_of        diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:e45ee6a6-e01b-4dc1-9072-538164417c5a
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "0" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "11722999" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:activity , diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:9cbc4661-da39-44ce-bd5d-4ec3caa8ce9b
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "LM-5 Ascent Module" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:becf0e5b-f094-43eb-be03-a36de244a05d
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Lunar_module_pilot_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:de6ee557-ed85-4b19-aa94-cb35d066aefc , diag:cbd74da0-05bb-4ee5-826d-4b9ad826cc19 , diag:39370411-581c-48a3-9a07-23c70c7c988a , diag:b41158ca-2619-4097-9cf5-890979343127 , diag:afd257be-0b14-4603-a44b-bc46aac02a52 .

diag:3aba62a5-68bb-4494-9f01-8fded382f472
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Astronaut_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:416e339b-a1ca-4e5d-bdc4-ad9556348480 , diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9 .

diag:3aede1bd-6f31-42f3-a20c-c100a1c46d54
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:58575fb9-6d61-4b01-a89b-21ad6121d471 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:7a3ac01d-a628-4760-bf94-93050489a75c .

diag:58575fb9-6d61-4b01-a89b-21ad6121d471
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Preparations for Lunar Liftoff" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:7a3ac01d-a628-4760-bf94-93050489a75c
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:consists_of             diag:3aede1bd-6f31-42f3-a20c-c100a1c46d54 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_              diag:bc29e81b-65e2-4929-8d76-78722d9260c3 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d .

diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14 ;
        hqdm:ending                  diag:8ffc0351-3964-4323-a464-7c684f2004b5 ;
        hqdm:member_of_kind          hqdm:activity , diag:39370411-581c-48a3-9a07-23c70c7c988a ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "468540000" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:8ffc0351-3964-4323-a464-7c684f2004b5
        rdf:type                     hqdm:event ;
        hqdm:data_EntityName         "703114999" ;
        hqdm:member_of               diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;
        hqdm:member_of_kind          hqdm:event ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:3fde1f16-b10d-40de-b69c-2a50dea835a3
        rdf:type                     hqdm:description ;
        hqdm:consists_of_by_class    diag:6a55c9e6-0fb7-468a-ae94-86a81391ebbc ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:description ;
        hqdm:represented             diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:6a55c9e6-0fb7-468a-ae94-86a81391ebbc
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Command Module used to transport the three astronauts to and from the Moon" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239
        rdf:type                     hqdm:activity ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:ending                  diag:158e354d-ffbb-481c-981f-b8d609860a69 ;
        hqdm:member_of_kind          hqdm:activity , diag:b41158ca-2619-4097-9cf5-890979343127 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:b41158ca-2619-4097-9cf5-890979343127
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:becf0e5b-f094-43eb-be03-a36de244a05d , diag:47639691-4458-4dec-84ea-541480fcf363 ;
        hqdm:data_EntityName       "Ascent_from_lunar_surface_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:424b7c55-110f-4932-8c70-fc7e0dc1efba
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:6a55c9e6-0fb7-468a-ae94-86a81391ebbc ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:9eb703d7-93e3-4ebf-b645-e36bc26e8ee7 .

diag:9eb703d7-93e3-4ebf-b645-e36bc26e8ee7
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:424b7c55-110f-4932-8c70-fc7e0dc1efba ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_              diag:3fde1f16-b10d-40de-b69c-2a50dea835a3 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:42853070-e507-411d-be20-0277b0f37530
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14 ;
        hqdm:ending                  diag:8ffc0351-3964-4323-a464-7c684f2004b5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2 ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:46463512-97cb-4eb4-93b2-6de8c24beadc
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:9d38e601-3071-48ed-8b3c-34a2a9201064 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:afb97f1a-181b-4dcb-b6a8-8b8c4ec85417 .

diag:9d38e601-3071-48ed-8b3c-34a2a9201064
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Crew re-enter CM" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:afb97f1a-181b-4dcb-b6a8-8b8c4ec85417
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:consists_of             diag:46463512-97cb-4eb4-93b2-6de8c24beadc ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_              diag:5d92026d-e88d-446e-815c-5bf0c8f0f78b ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 .

diag:47639691-4458-4dec-84ea-541480fcf363
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Ascent_module_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:de6ee557-ed85-4b19-aa94-cb35d066aefc , diag:b41158ca-2619-4097-9cf5-890979343127 .

diag:4dc5e9e6-e274-4fc0-a6aa-013ed2c9a5c2
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:6b9cd3a2-bd80-43d3-a6be-cd91162583f0 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_              diag:8037b6cd-7be0-45bc-9f75-88aeffbf12ac ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:5b3788e0-7619-40b0-b0ce-4fa05b80cc32
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:e8d42cff-875f-4d65-a197-aecf16dcfc37 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:18f4662f-17cc-4694-825b-7bf328005d07 ;
        hqdm:member_of_              diag:fad6ed66-3275-4ea6-87e0-1ec53be83d65 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:880665d0-5d11-4d13-b098-b05bef4a1de0
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:consists_of             diag:c8a4dfd5-32c6-470a-94c1-f92b2bbfceb1 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_              diag:53e84bec-f7d3-4ed4-b55b-0e0275b001a0 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d .

diag:8eb85588-cca2-4dc7-b5cc-242866992fa2
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150 ;
        hqdm:consists_of             diag:67caa498-ca43-4844-bdf7-82220ca88385 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:1355c273-1166-4b41-8e78-b9ef4faaac85 ;
        hqdm:member_of_              diag:1f1448c0-a0af-4a68-9fa4-18cee5d1e6f3 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:1a720f43-d7aa-47d8-9f80-2975fa977839 .

diag:9ecdc727-c045-473b-a6be-e47d67b7277f
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:ea68e87c-32a7-4d0a-b303-0d5c5b8867c5 ;
        hqdm:consists_of             diag:b89d21b5-0c75-4678-a30f-5d75a6d8a9e4 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:5bf0c4fe-fced-4d50-85fd-4c1062e620f8 ;
        hqdm:member_of_              diag:645af630-ccab-4af9-a9fb-ed1d969b9c4e ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:b3360736-7206-42b2-bce0-a75396c2c4ed .

diag:b03bcc5b-472e-46f7-a888-84ead09494bf
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:consists_of             diag:52947f2f-981e-4f09-90a8-ce214f4e0ec4 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:158e354d-ffbb-481c-981f-b8d609860a69 ;
        hqdm:member_of_              diag:76c8b441-0103-4aaf-ba08-035951f3ac37 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239 .

diag:b7957810-366b-4247-b873-71b23337db78
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:consists_of             diag:85bf59ad-93bb-45d5-9df3-fca1439d6209 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_              diag:040c87dc-fea2-4a94-9a07-4a06b717ac90 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 .

diag:ba7b121b-8ba0-42fb-aa16-a0b2b306f944
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:d302a935-f4bd-49e6-9951-73ecdfea43a5 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_              diag:8fb588a3-eb45-4196-80ca-13ac4da09ae1 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756 .

diag:d0f0b4ee-1797-41c7-9a63-b5c32b359d5c
        rdf:type                     hqdm:representation_by_sign ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:consists_of             diag:f657d022-43e2-407c-8849-9acef3151550 ;
        hqdm:consists_of_            diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_              diag:74d91091-6ec5-4eea-ac73-90333600bae7 ;
        hqdm:member_of_kind          hqdm:representation_by_sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:represents              diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756 .

diag:4890b429-86e7-48c2-82f1-63f8efd1c085
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:7297aea1-5341-4517-b04f-0b60fdab50ea ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:6b9cd3a2-bd80-43d3-a6be-cd91162583f0
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:526f04e3-d1e5-45e4-afb3-eee4eddf5ffb ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:4dc5e9e6-e274-4fc0-a6aa-013ed2c9a5c2 .

diag:8037b6cd-7be0-45bc-9f75-88aeffbf12ac
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:526f04e3-d1e5-45e4-afb3-eee4eddf5ffb ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:4ebd5e07-eddd-4f05-8a2b-d5c2614a6507
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3aba62a5-68bb-4494-9f01-8fded382f472 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:4eef358f-06cf-42a7-a6c7-57e56cc95bb1
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Command Module" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:51513b4d-7afa-4a86-8823-ccaa2ba3326c
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14 ;
        hqdm:ending                  diag:8ffc0351-3964-4323-a464-7c684f2004b5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2 ;
        hqdm:temporal_part_of        diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:526f04e3-d1e5-45e4-afb3-eee4eddf5ffb
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Neil Armstrong" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:52947f2f-981e-4f09-90a8-ce214f4e0ec4
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:f2af6c7d-6934-45fb-b6fb-0de9a24aa5e1 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b03bcc5b-472e-46f7-a888-84ead09494bf .

diag:f2af6c7d-6934-45fb-b6fb-0de9a24aa5e1
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Return from Lunar Surface to CSM" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:53e84bec-f7d3-4ed4-b55b-0e0275b001a0
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:0ab1b6b8-508c-4de5-8402-87323855817c ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d .

diag:541d7242-079e-4646-a815-1929bdb2a488
        rdf:type              hqdm:kind_of_ordinary_physical_object ;
        hqdm:data_EntityName  "Earth_to_lunar_rocket_assembly_kind_of_functional_object" ;
        hqdm:member_of_kind   hqdm:kind_of_ordinary_physical_object .

diag:5843e918-1216-452b-a6e7-47bb400fbfa0
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150 ;
        hqdm:ending                  diag:1355c273-1166-4b41-8e78-b9ef4faaac85 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:1a720f43-d7aa-47d8-9f80-2975fa977839 ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:e8d42cff-875f-4d65-a197-aecf16dcfc37
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:4eef358f-06cf-42a7-a6c7-57e56cc95bb1 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:5b3788e0-7619-40b0-b0ce-4fa05b80cc32 .

diag:fad6ed66-3275-4ea6-87e0-1ec53be83d65
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:4eef358f-06cf-42a7-a6c7-57e56cc95bb1 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:5cd486ce-9ca2-4456-9cc7-630ff4cb8f36
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:5d92026d-e88d-446e-815c-5bf0c8f0f78b
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:9d38e601-3071-48ed-8b3c-34a2a9201064 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 .

diag:645af630-ccab-4af9-a9fb-ed1d969b9c4e
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:94eb786c-b31a-493d-9940-7433715df91e ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:b3360736-7206-42b2-bce0-a75396c2c4ed .

diag:94eb786c-b31a-493d-9940-7433715df91e
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "LMP on Lunar Surface" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:67caa498-ca43-4844-bdf7-82220ca88385
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:1c41d372-ce71-47da-916d-b1774456c080 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:8eb85588-cca2-4dc7-b5cc-242866992fa2 .

diag:6b50a479-07ca-4cac-a65d-f3813259b8d9
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:ending                  diag:158e354d-ffbb-481c-981f-b8d609860a69 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239 ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:6f60b3cc-b162-4261-931c-de085e55b99a
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d ;
        hqdm:temporal_part_of        diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:74d91091-6ec5-4eea-ac73-90333600bae7
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:221d28e2-36fb-46c8-82d2-bc2c6932dc43 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756 .

diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756
        rdf:type                     hqdm:ordinary_physical_object ;
        hqdm:beginning               diag:aa492e6f-b971-459f-aa02-299f42618c03 ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:ordinary_physical_object , diag:541d7242-079e-4646-a815-1929bdb2a488 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 .

diag:76c8b441-0103-4aaf-ba08-035951f3ac37
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:f2af6c7d-6934-45fb-b6fb-0de9a24aa5e1 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239 .

diag:bc29e81b-65e2-4929-8d76-78722d9260c3
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:58575fb9-6d61-4b01-a89b-21ad6121d471 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d .

diag:7b5c7f1a-126a-4ca3-be5a-fcb7ad41130d
        rdf:type                     hqdm:identification ;
        hqdm:consists_of_by_class    diag:5a8e9328-3d0f-4cb5-acec-044590ce5b71 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:identification ;
        hqdm:represented             diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2 .

diag:80d89a87-0800-4d93-b43f-93c3b3288f1f
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:7b20bd8f-9529-4d00-ac21-8e42ba52d518 ;
        hqdm:ending                  diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b27a8e15-d59d-4381-b9f7-a00af257dd6d ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:82b0f93c-76a5-492a-b2f7-b5d054ff72bf
        rdf:type               hqdm:role ;
        hqdm:data_EntityName   "Rocket_assembly_role" ;
        hqdm:member_of_kind    hqdm:role ;
        hqdm:part_of_by_class  diag:cca1d414-bdc4-4e1b-aa3e-46fb297ac4c9 .

diag:83cb8bbf-2b78-45db-95d8-d4e4951b9f25
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3aba62a5-68bb-4494-9f01-8fded382f472 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:85bf59ad-93bb-45d5-9df3-fca1439d6209
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:21ccdf14-3e09-48ea-8e58-dae01689c4e4 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:b7957810-366b-4247-b873-71b23337db78 .

diag:c8a4dfd5-32c6-470a-94c1-f92b2bbfceb1
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:0ab1b6b8-508c-4de5-8402-87323855817c ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:880665d0-5d11-4d13-b098-b05bef4a1de0 .

diag:8823c36a-1dda-43ee-bd84-cf61f5dd918a
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:8a67b92a-4df6-4477-aa17-f4442f7f890c
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:e6240184-40d0-4808-acba-6dd6dc7ab952 ;
        hqdm:data_EntityName       "Lunar_surface_walk_in_spacesuit_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:8c1d20c7-da42-4f6f-b3d9-8a029ea09fb5
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:d5fdfbb6-dc66-4481-8dde-1cb654bada14 ;
        hqdm:ending                  diag:8ffc0351-3964-4323-a464-7c684f2004b5 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:3ef81692-beb4-4d5d-a44e-15ab783e27c2 ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:8fb588a3-eb45-4196-80ca-13ac4da09ae1
        rdf:type                     hqdm:description ;
        hqdm:consists_of_by_class    diag:c26a78b1-cfe5-4975-9a41-2500068725c8 ;
        hqdm:consists_of_in_members  diag:48504f71-078e-4f00-8254-27cb78f0f364 ;
        hqdm:member_of_kind          hqdm:description ;
        hqdm:represented             diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756 .

diag:c26a78b1-cfe5-4975-9a41-2500068725c8
        rdf:type              hqdm:pattern ;
        hqdm:data_EntityName  "Full stack of boosters, main stage and modules" ;
        hqdm:member_of_kind   hqdm:pattern .

diag:954e294e-6c8a-41ec-a190-1a5189f82ff3
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:47639691-4458-4dec-84ea-541480fcf363 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 ;
        hqdm:temporal_part_of        diag:4974518d-53c0-4f56-8017-3a989bf36065 .

diag:9d7e3124-c722-4a19-bab6-38c28c47b912
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 ;
        hqdm:temporal_part_of        diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:b89d21b5-0c75-4678-a30f-5d75a6d8a9e4
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:94eb786c-b31a-493d-9940-7433715df91e ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:9ecdc727-c045-473b-a6be-e47d67b7277f .

diag:9ee48f12-4a81-4426-8c76-01063212836e
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 ;
        hqdm:temporal_part_of        diag:a589d9e5-919f-476d-aa54-8c6dac941061 .

diag:afd257be-0b14-4603-a44b-bc46aac02a52
        rdf:type                   hqdm:kind_of_activity ;
        hqdm:consists_of_by_class  diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , diag:9f55ec51-3926-46bc-9c1e-a96f1379ce14 , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:data_EntityName       "Lunar_liftoff_preparations_kind_of_activity" ;
        hqdm:member_of_kind        hqdm:kind_of_activity .

diag:ab9fd44e-ff12-4a21-915a-849816c5198e
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:ending                  diag:158e354d-ffbb-481c-981f-b8d609860a69 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:47639691-4458-4dec-84ea-541480fcf363 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239 ;
        hqdm:temporal_part_of        diag:4974518d-53c0-4f56-8017-3a989bf36065 .

diag:b3f553c3-de9c-41c8-8924-5741d29c3984
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150 ;
        hqdm:ending                  diag:1355c273-1166-4b41-8e78-b9ef4faaac85 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:1a720f43-d7aa-47d8-9f80-2975fa977839 ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:b6c715f3-79be-49fa-bdc6-d38c8fb4cb73
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:cac9c78a-ca48-44f6-80e6-35cab8d1affe ;
        hqdm:ending                  diag:75cff61c-12ac-4120-a639-574b915b178e ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3108b3cd-4a85-46ed-bac2-a237ad492e24 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:06c94f4d-db7c-4cdd-9695-9e26a7821c72 ;
        hqdm:temporal_part_of        diag:3582486f-f51c-428f-be8b-1edadcda2e74 .

diag:d302a935-f4bd-49e6-9951-73ecdfea43a5
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:c26a78b1-cfe5-4975-9a41-2500068725c8 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:ba7b121b-8ba0-42fb-aa16-a0b2b306f944 .

diag:d0d80986-5bac-470d-84ad-ec8dd699dedf
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:e45ee6a6-e01b-4dc1-9072-538164417c5a ;
        hqdm:ending                  diag:bccc99ae-2ca2-4a88-9fb2-79c7a207b67b ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:82b0f93c-76a5-492a-b2f7-b5d054ff72bf ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d9a38583-3a93-4dd2-a787-08d0406f4f9d ;
        hqdm:temporal_part_of        diag:8fa69efb-c9a8-49f4-a9ee-c479bf52c756 .

diag:f657d022-43e2-407c-8849-9acef3151550
        rdf:type                     hqdm:sign ;
        hqdm:member_of_              diag:221d28e2-36fb-46c8-82d2-bc2c6932dc43 ;
        hqdm:member_of_kind          hqdm:sign ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:d0f0b4ee-1797-41c7-9a63-b5c32b359d5c .

diag:d1f7335c-c255-4358-9dc3-2d78aa3ba81d
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:a0f6879b-1127-438d-bb78-43ae5de9d2c5 ;
        hqdm:ending                  diag:158e354d-ffbb-481c-981f-b8d609860a69 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:becf0e5b-f094-43eb-be03-a36de244a05d ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:40ae87d9-8a1b-417c-86a8-a00bd70fe239 ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

diag:d48af6d8-b841-411d-8938-f87535e77d6d
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:f8ccc6df-9249-4a47-8b0c-94ef6d93b150 ;
        hqdm:ending                  diag:1355c273-1166-4b41-8e78-b9ef4faaac85 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:1a720f43-d7aa-47d8-9f80-2975fa977839 ;
        hqdm:temporal_part_of        diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:d823bbb7-67b8-473b-964f-2f4456949166
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , diag:b4eebfca-cd08-40b4-a6f9-bfe5f793c93c , hqdm:participant ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 ;
        hqdm:temporal_part_of        diag:f5b6e533-4bb6-4c7c-a079-23c1aeef1426 .

diag:eadd2a00-1d3a-40e8-a7da-ac1e4720b118
        rdf:type                     hqdm:state_of_ordinary_physical_object ;
        hqdm:beginning               diag:5b9e5c78-ce26-4bf7-b5fe-2e446f304742 ;
        hqdm:ending                  diag:003b00f0-03b2-4b0a-82a8-17670bc85d73 ;
        hqdm:member_of_kind          hqdm:state_of_ordinary_physical_object , hqdm:participant , diag:3aba62a5-68bb-4494-9f01-8fded382f472 ;
        hqdm:part_of_possible_world  diag:ba3aa2d3-50bf-4f11-9e60-5b35eb3dc1d7 ;
        hqdm:participant_in          diag:2a5188b6-11b4-481c-bf07-9b37af66e3d0 ;
        hqdm:temporal_part_of        diag:7bbf504e-f834-40dc-b060-974827fbef76 .

<https://apollo-protocol.github.io/ns/2023/hqdm-lib>
        <http://www.w3.org/2002/07/owl#versionInfo>
                "0.0.2" .

<https://apollo-protocol.github.io/ns/2023/hqdm-lib#rdf-representation>
        <http://www.w3.org/2002/07/owl#versionInfo>
                "1" .
I have noticed that the time values look funny, why is that?

Representing time in a computational system is never as straightforward as we may may want to assume. This is where the use of HQDM also allows a robust way to dealing with different representations of event objects that map to time values that have a specific context. In the extended node-edge graph time values like "447720000" can be seen. To take stock of this we have the following:

  • Published times from NASA that were logged from the original Apollo-11 Mission. They are given in both GMT date-time format and elapsed time in hhh:mm:ss (although for some they are in integer numbers of seconds and for others they have decimal fractions of a second for the elapsed time from RANGE ZERO, the nominal liftoff point). Even these two source data formats is not completely consistent. Some judgement was applied in their use for this worked example (this is a common data wrangling experience and took quite some time to address. The human readable results are shown in the table at the top of this page).

  • The Activity Editor is implemented in JavaScript and uses the Number type to store event number values. This data type is in double-precision 64-bit binary format IEEE 7540. It was not a requirement for the Activity Editor to support actual time values. In addition, it does not support negative values as the nominal start is always 0, or a declared value above 0. However, the Activity Editor assigns every instance of event to be a hqdm:member_of diag:c9ecb65e-4b1f-4633-ac5c-f765e36586f2 ;. The uuid value is hard-coded and represents a class_of_event.

  • Reflecting the duration of the Apollo-11 Mission activities using the Activity Editor required a way of using a positive number to represent the event times that bounded each activity of interest. Therefore, Unix time, as a millisecond tick count from an established "0" (Unix epoch). However, the Unix epoch started at "00:00:00 UTC on 1 January 1970". The Apollo-11 Mission took place the year prior to that. Therefore, the millisecond tick count was re-based to be "0" at the RANGE ZERO time in the NASA timeline.

beginning event: "447720000". This corresponds to: 1969-07-21T17:54:00 ending event: "460980000". This corresponds to: 1969-07-21T21:35:00

Ensuring that the context of the time values (XML Date-time values for the MagmaCore generated examples and the re-based Millisecond Tick Count values from the Activity Editor) stored in the examples datasets is unambiguous allows mappings between them to be implemented in code, if required. To adopt this in a repeatable way some further model restrictions could be applied but this hopefully illustrates the potential.

References

HQDM book references: 11.8, 17.14, 17.15, 17.16

Entity Types: activity, participant

MagmaCore (Java) reference: activity, participant

Source code for this example is available here