Skip to content

Commit

Permalink
Regenerate Make-managed files
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Jul 18, 2024
1 parent 1b71fa3 commit 9b6ef92
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 13 deletions.
28 changes: 28 additions & 0 deletions examples/illustrations/Oresteia/Oresteia.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
{
"@id": "kb:thyestes-b9111c63-19a8-4bf4-8287-b14485f01b45"
},
{
"@id": "kb:thyestes-son-2a869a9a-ab97-4fc9-95cf-63804fcf061f"
},
{
"@id": "kb:thyestes-son-e992bb12-2322-46e8-b8f4-5095a4767b14"
},
{
"@id": "kb:victim-bbb4d46f-099e-4bf8-828e-7befd2a5f535"
},
Expand Down Expand Up @@ -78,6 +84,9 @@
{
"@id": "kb:thyestes-b9111c63-19a8-4bf4-8287-b14485f01b45"
},
{
"@id": "kb:aegisthus-c7da5045-ad5f-4f3d-8a74-a7fd46e9628d"
},
{
"@id": "kb:offender-46a9ed63-122d-40bc-a80d-cf7e047821a6"
},
Expand Down Expand Up @@ -146,6 +155,12 @@
{
"@id": "kb:clytemnestra-9e13b5c3-1f27-4035-981a-0ec9a1548006"
},
{
"@id": "kb:aegisthus-c7da5045-ad5f-4f3d-8a74-a7fd46e9628d"
},
{
"@id": "kb:agamemnon-bf5ea2fe-a14b-4f13-9bd3-83063ff6397c"
},
{
"@id": "kb:argos-palace-d9633e60-a44c-40f5-a0f0-c5225f3ef90e"
},
Expand Down Expand Up @@ -311,6 +326,9 @@
{
"@id": "kb:clytemnestra-9e13b5c3-1f27-4035-981a-0ec9a1548006"
},
{
"@id": "kb:aegisthus-c7da5045-ad5f-4f3d-8a74-a7fd46e9628d"
},
{
"@id": "kb:electra-a960648e-c88e-4728-9853-7b7f06de8caa"
},
Expand Down Expand Up @@ -1778,6 +1796,16 @@
"@id": "kb:iphigenia-323bc6bc-d64b-42d1-a9f5-d4452efdbae6",
"@type": "uco-identity:Person",
"uco-core:name": "Iphigenia"
},
{
"@id": "kb:thyestes-son-2a869a9a-ab97-4fc9-95cf-63804fcf061f",
"@type": "uco-identity:Person",
"uco-core:description": "Son of Thyestes"
},
{
"@id": "kb:thyestes-son-e992bb12-2322-46e8-b8f4-5095a4767b14",
"@type": "uco-identity:Person",
"uco-core:description": "Son of Thyestes"
}
]
}
30 changes: 17 additions & 13 deletions examples/illustrations/Oresteia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ These are the people mentioned throughout the graph:
| 11 | http://example.org/kb/pelopia-d4b29a40-998b-4660-b67e-2ebb9683893d | Pelopia | | |
| 12 | http://example.org/kb/person-82684209-0ee5-45d9-b873-125d2ca63919 | Joachim Metz | | |
| 13 | http://example.org/kb/thyestes-b9111c63-19a8-4bf4-8287-b14485f01b45 | | Thyestes | Mycenae |
| 14 | http://example.org/kb/thyestes-son-2a869a9a-ab97-4fc9-95cf-63804fcf061f | | | |
| 15 | http://example.org/kb/thyestes-son-e992bb12-2322-46e8-b8f4-5095a4767b14 | | | |

<details>

Expand Down Expand Up @@ -109,19 +111,21 @@ These are the investigations in which the people are generically linked:

| | ?lPersonName | ?lInA | ?lInB | ?lInC | ?lInD | ?lInE | ?lInF |
|----|----------------|---------|---------|---------|---------|---------|---------|
| 0 | Aegisthus | | || | | |
| 1 | Aeschylus | | | | || |
| 2 | Agamemnon | | | || | |
| 3 | Atreus || || | | |
| 4 | Cassandra | | | | || |
| 5 | Clytemnestra | | | | |||
| 6 | Electra | | | | |||
| 7 | Euripides | | | | || |
| 8 | Iphigenia | | | || | |
| 9 | Joachim Metz | | | | | | |
| 10 | Orestes | | | | | ||
| 11 | Pelopia | || | | | |
| 12 | Thyestes ||| | || |
| 0 | || | | | | |
| 1 | || | | | | |
| 2 | Aegisthus | ||| |||
| 3 | Aeschylus | | | | || |
| 4 | Agamemnon | | | ||| |
| 5 | Atreus || || | | |
| 6 | Cassandra | | | | || |
| 7 | Clytemnestra | | | | |||
| 8 | Electra | | | | |||
| 9 | Euripides | | | | || |
| 10 | Iphigenia | | | || | |
| 11 | Joachim Metz | | | | | | |
| 12 | Orestes | | | | | ||
| 13 | Pelopia | || | | | |
| 14 | Thyestes ||| | || |

<details>

Expand Down

0 comments on commit 9b6ef92

Please sign in to comment.