project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Missing labels for the agent-to-event relations #99

Closed brent-hartwig closed 2 months ago

brent-hartwig commented 2 months ago

In v1.13.0, the following relations of the agent-to-event related list do not labels. Presuming these are valid paths, labels should be added within relationNames.mjs.

2024-04-12 20:00:27.992 Warning: Relations without a label:
2024-04-12 20:00:27.992 Warning:+        [agent.relatedToEvent] created-carriedBy-memberOf-usedForEvent
2024-04-12 20:00:27.992 Warning:+        [agent.relatedToEvent] encountered-memberOf-usedForEvent
2024-04-12 20:00:27.992 Warning:+        [agent.relatedToEvent] produced-memberOf-usedForEvent
2024-04-12 20:00:27.992 Warning:+        [agent.relatedToEvent] published-carriedBy-memberOf-usedForEvent
2024-04-12 20:00:27.992 Warning:+        [agent.relatedToEvent] subjectOfAgent-carriedBy-memberOf-usedForEvent
brent-hartwig commented 2 months ago

Duplicate of https://github.com/project-lux/lux-marklogic/issues/67 and just resolved in PR https://github.com/project-lux/lux-marklogic/pull/97.