project-lux / lux-marklogic

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

Search for Cause of Creation for Event records #269

Open roamye opened 3 months ago

roamye commented 3 months ago

Problem Description: Work records with events display the Event in its about section. This relationship is one-sided as it does not show the Works created by an Event record.

Expected Behavior/Solution: Work: creationCausedBy Event:causedCreationOf

triple lux:causeOfCreation to create the connection for Event records to Works.

Needed for promotion: If an item on the list is not needed, it should be crossed off but not removed.

UAT/LUX Examples:

Dependencies/Blocks:

Related Github Issues:

Related links: Bugherd: https://www.bugherd.com/projects/284041/tasks/2409

Wireframe/Mockup: Place wireframe/mockup for the proposed solution at end of ticket.

roamye commented 2 months ago

@clarkepeterf what is the existing search term name to be used for this issue?

clarkepeterf commented 2 months ago

@roamye There is not a search term for this currently and there is not a triple in the data for this relationship.

@kkdavis14 in order to fulfill this ticket we would need a triple for a Work "caused_by" an Event

kkdavis14 commented 2 months ago

@clarkepeterf there is already LUX:causeOfCreation.

clarkepeterf commented 2 months ago

@kkdavis14 I don't see that triple in the dataset that's currently in DEV. Is it in future datasets?

Here is the document for the text caused by the Brewer's Industrial Exhibition:

{
    "json": {
        "id": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
        "type": "LinguisticObject",
        "about": [
            {
                "id": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed",
                "type": "Activity",
                "_label": "Brewers' Industrial Exhibition (1876 : Philadelphia)"
            },
            {
                "id": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30",
                "type": "Type",
                "_label": "Malt liquors"
            },
            {
                "id": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800",
                "type": "Type",
                "_label": "Brewing industry"
            },
            {
                "id": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66",
                "type": "Type",
                "_label": "Liquor industry"
            },
            {
                "id": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3",
                "type": "Type",
                "_label": "Alcoholic beverage industry"
            }
        ],
        "_label": "Brewer's Industrial Exhibition, Centennial grounds, Fairmount Park, Phila. Essays on the malt liquor question ...",
        "@context": "https://linked.art/ns/v1/linked-art.json",
        "language": [
            {
                "id": "https://lux.collections.yale.edu/data/concept/dfa53b96-4eda-4c9a-b091-10008a726c38",
                "type": "Language",
                "_label": "English"
            }
        ],
        "used_for": [
            {
                "type": "Activity",
                "timespan": {
                    "type": "TimeSpan",
                    "identified_by": [
                        {
                            "type": "Name",
                            "content": "1876",
                            "classified_as": [
                                {
                                    "id": "https://lux.collections.yale.edu/data/concept/5088ec29-065b-4c66-b49e-e61d3c8f3717",
                                    "type": "Type",
                                    "_label": "Display Title",
                                    "equivalent": [
                                        {
                                            "id": "http://vocab.getty.edu/aat/300404669",
                                            "type": "Type",
                                            "_label": "Display Title"
                                        }
                                    ]
                                }
                            ]
                        }
                    ],
                    "end_of_the_end": "1876-12-31T23:59:59",
                    "begin_of_the_begin": "1876-01-01T00:00:00",
                    "_seconds_since_epoch_begin_of_the_begin": -2966371200,
                    "_seconds_since_epoch_end_of_the_end": -2934748801
                },
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/30479e04-ab24-472b-94b4-7a2810d8bcaa",
                        "type": "Type",
                        "_label": "Publishing",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300054686",
                                "type": "Type",
                                "_label": "Publishing"
                            }
                        ]
                    }
                ],
                "took_place_at": [
                    {
                        "id": "https://lux.collections.yale.edu/data/place/bf7dca12-9002-4055-92d0-31f1fae1fe76",
                        "type": "Place",
                        "_label": "New York (State)"
                    }
                ]
            }
        ],
        "created_by": {
            "part": [
                {
                    "type": "Creation",
                    "_label": "Creation",
                    "caused_by": [
                        {
                            "id": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed",
                            "type": "Activity",
                            "_label": "Brewers' Industrial Exhibition (1876 : Philadelphia)"
                        }
                    ],
                    "classified_as": [
                        {
                            "id": "https://lux.collections.yale.edu/data/concept/f7ed6174-5f15-4af1-bc0d-36275e6ca71e",
                            "type": "Type",
                            "_label": "Creator"
                        }
                    ]
                },
                {
                    "type": "Creation",
                    "_label": "Creation",
                    "caused_by": [
                        {
                            "id": "https://lux.collections.yale.edu/data/activity/6bebc918-a857-45b4-8e47-ec48e2fdd7bc",
                            "type": "Activity",
                            "_label": "Centennial Exhibition (1876 : Philadelphia, Pa.)"
                        }
                    ],
                    "classified_as": [
                        {
                            "id": "https://lux.collections.yale.edu/data/concept/44f25a05-a9af-458b-a7e8-8b953997aa72",
                            "type": "Type",
                            "_label": "Contributor"
                        }
                    ]
                }
            ],
            "type": "Creation"
        },
        "equivalent": [
            {
                "id": "https://linked-art.library.yale.edu/node/008df9b6-860d-4135-aac9-7780ed048094",
                "type": "LinguisticObject",
                "_label": "Brewer's Industrial Exhibition, Centennial grounds, Fairmount Park, Phila. Essays on the malt liquor question ..."
            }
        ],
        "subject_of": [
            {
                "type": "LinguisticObject",
                "_label": "Text of Repository Page",
                "digitally_carried_by": [
                    {
                        "type": "DigitalObject",
                        "_label": "Repository Page",
                        "access_point": [
                            {
                                "id": "https://search.library.yale.edu/catalog/2042613",
                                "type": "DigitalObject"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/2eca07bd-be42-4ef5-9ec5-87c1bbfe639d",
                                "type": "Type",
                                "_label": "Web Page",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300264578",
                                        "type": "Type",
                                        "_label": "Web Page"
                                    }
                                ]
                            }
                        ],
                        "identified_by": [
                            {
                                "type": "Name",
                                "content": "View this record on the Yale Library website",
                                "classified_as": [
                                    {
                                        "id": "https://lux.collections.yale.edu/data/concept/f7ef5bb4-e7fb-443d-9c6b-371a23e717ec",
                                        "type": "Type",
                                        "_label": "Primary Name",
                                        "equivalent": [
                                            {
                                                "id": "http://vocab.getty.edu/aat/300404670",
                                                "type": "Type",
                                                "_label": "Primary Name"
                                            }
                                        ]
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ],
        "classified_as": [
            {
                "id": "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d",
                "type": "Type",
                "_label": "Textual Works",
                "equivalent": [
                    {
                        "id": "http://vocab.getty.edu/aat/300263751",
                        "type": "Type",
                        "_label": "Textual Works"
                    }
                ],
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/4ea65dc4-76bc-45b7-b54c-a1ca4783d4e2",
                        "type": "Type",
                        "_label": "Type of Work",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300435443",
                                "type": "Type",
                                "_label": "Type of Work"
                            }
                        ]
                    }
                ]
            },
            {
                "id": "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2",
                "type": "Type",
                "_label": "Collection Item",
                "equivalent": [
                    {
                        "id": "http://vocab.getty.edu/aat/300404024",
                        "type": "Type",
                        "_label": "Collection Item"
                    }
                ]
            }
        ],
        "identified_by": [
            {
                "type": "Name",
                "content": "Brewer's Industrial Exhibition, Centennial grounds, Fairmount Park, Phila. Essays on the malt liquor question ...",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/f7ef5bb4-e7fb-443d-9c6b-371a23e717ec",
                        "type": "Type",
                        "_label": "Primary Name",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300404670",
                                "type": "Type",
                                "_label": "Primary Name"
                            }
                        ]
                    },
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/ab99d278-9323-4d84-8e97-1846058fc587",
                        "type": "Type",
                        "_label": "Sort Name",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300451544",
                                "type": "Type",
                                "_label": "Final: Sort Title"
                            }
                        ]
                    }
                ]
            },
            {
                "type": "Identifier",
                "content": "ils:yul:2042613",
                "assigned_by": [
                    {
                        "type": "AttributeAssignment",
                        "carried_out_by": [
                            {
                                "id": "https://lux.collections.yale.edu/data/group/d07b9b86-0a1e-4026-aa4c-8ecba8bbd9c9",
                                "type": "Group",
                                "_label": "Yale University Library"
                            }
                        ]
                    }
                ],
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/89630361-18a3-4c4b-bcd7-16894d95defd",
                        "type": "Type",
                        "_label": "System-Assigned Number",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300435704",
                                "type": "Type",
                                "_label": "System-Assigned Number"
                            }
                        ]
                    }
                ]
            },
            {
                "type": "Identifier",
                "content": "(OCoLC)ocn684241793",
                "assigned_by": [
                    {
                        "type": "AttributeAssignment",
                        "carried_out_by": [
                            {
                                "id": "https://lux.collections.yale.edu/data/group/2ab057c5-6fd4-437b-935c-749f5664c7eb",
                                "type": "Group",
                                "_label": "OCLC"
                            }
                        ]
                    }
                ],
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/a1922667-5c32-4181-8897-3e71ecea0ce8",
                        "type": "Type",
                        "_label": "Owner-Assigned Number",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300404621",
                                "type": "Type",
                                "_label": "Owner-Assigned Number"
                            }
                        ]
                    }
                ]
            },
            {
                "type": "Identifier",
                "content": "ocm00977248",
                "assigned_by": [
                    {
                        "type": "AttributeAssignment",
                        "carried_out_by": [
                            {
                                "id": "https://lux.collections.yale.edu/data/group/2ab057c5-6fd4-437b-935c-749f5664c7eb",
                                "type": "Group",
                                "_label": "OCLC"
                            }
                        ]
                    }
                ],
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/a1922667-5c32-4181-8897-3e71ecea0ce8",
                        "type": "Type",
                        "_label": "Owner-Assigned Number",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300404621",
                                "type": "Type",
                                "_label": "Owner-Assigned Number"
                            }
                        ]
                    }
                ]
            }
        ],
        "referred_to_by": [
            {
                "type": "LinguisticObject",
                "content": "40 p",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/53922f57-dab5-43c5-a527-fc20a63fe128",
                        "type": "Type",
                        "_label": "Dimension Statement",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300435430",
                                "type": "Type",
                                "_label": "Dimension Statement"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/b079998d-bb47-470a-ad7d-d938bd091f8a",
                                "type": "Type",
                                "_label": "Brief Text",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300418049",
                                        "type": "Type",
                                        "_label": "Brief Text"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "identified_by": [
                    {
                        "type": "Name",
                        "content": "Extent",
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/5088ec29-065b-4c66-b49e-e61d3c8f3717",
                                "type": "Type",
                                "_label": "Display Title",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300404669",
                                        "type": "Type",
                                        "_label": "Display Title"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "type": "LinguisticObject",
                "content": "23 1/2 cm",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/53922f57-dab5-43c5-a527-fc20a63fe128",
                        "type": "Type",
                        "_label": "Dimension Statement",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300435430",
                                "type": "Type",
                                "_label": "Dimension Statement"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/b079998d-bb47-470a-ad7d-d938bd091f8a",
                                "type": "Type",
                                "_label": "Brief Text",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300418049",
                                        "type": "Type",
                                        "_label": "Brief Text"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "identified_by": [
                    {
                        "type": "Name",
                        "content": "Dimensions",
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/5088ec29-065b-4c66-b49e-e61d3c8f3717",
                                "type": "Type",
                                "_label": "Display Title",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300404669",
                                        "type": "Type",
                                        "_label": "Display Title"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "type": "LinguisticObject",
                "content": "At head of title: 1876.",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/acc79f08-f8f7-4f7c-8179-1c8f03aa9020",
                        "type": "Type",
                        "_label": "Note",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300027200",
                                "type": "Type",
                                "_label": "Note"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/b079998d-bb47-470a-ad7d-d938bd091f8a",
                                "type": "Type",
                                "_label": "Brief Text",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300418049",
                                        "type": "Type",
                                        "_label": "Brief Text"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "identified_by": [
                    {
                        "type": "Name",
                        "content": "Note",
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/5088ec29-065b-4c66-b49e-e61d3c8f3717",
                                "type": "Type",
                                "_label": "Display Title",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300404669",
                                        "type": "Type",
                                        "_label": "Display Title"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "type": "LinguisticObject",
                "content": "New-York, Francis Hart & Co., printers, 1876.",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/e29bcdc8-e35d-4a6d-a7ae-fd3702611fb8",
                        "type": "Type",
                        "_label": "Imprint Statement",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300202362",
                                "type": "Type",
                                "_label": "Imprint Statement"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/b079998d-bb47-470a-ad7d-d938bd091f8a",
                                "type": "Type",
                                "_label": "Brief Text",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300418049",
                                        "type": "Type",
                                        "_label": "Brief Text"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "type": "LinguisticObject",
                "content": "I. The Centennial: the principal buildings described and illustrated.\nII. Malt liquors: the true position of the trade; statistics of the trade; the use and abuse of malt liquors considered economically, socially and politically.\nIII. The malt liquor question in its medical aspect.\nIV. Opinions and facts from eminent physicians, chemists and others, in favor of ale and beer as light, wholesome beverages.\nV. Statistics, and deductions therefrom, relating to malt liquors.",
                "classified_as": [
                    {
                        "id": "https://lux.collections.yale.edu/data/concept/72ee1318-c100-4470-8cdd-b24a7e218927",
                        "type": "Type",
                        "_label": "Table of Contents",
                        "equivalent": [
                            {
                                "id": "http://vocab.getty.edu/aat/300195187",
                                "type": "Type",
                                "_label": "Table of Contents"
                            }
                        ],
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/b079998d-bb47-470a-ad7d-d938bd091f8a",
                                "type": "Type",
                                "_label": "Brief Text",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300418049",
                                        "type": "Type",
                                        "_label": "Brief Text"
                                    }
                                ]
                            }
                        ]
                    }
                ],
                "identified_by": [
                    {
                        "type": "Name",
                        "content": "Table of Contents Note",
                        "classified_as": [
                            {
                                "id": "https://lux.collections.yale.edu/data/concept/5088ec29-065b-4c66-b49e-e61d3c8f3717",
                                "type": "Type",
                                "_label": "Display Title",
                                "equivalent": [
                                    {
                                        "id": "http://vocab.getty.edu/aat/300404669",
                                        "type": "Type",
                                        "_label": "Display Title"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    },
    "triples": [
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
                "object": "http://www.cidoc-crm.org/cidoc-crm/E33_Linguistic_Object"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
                "object": "https://lux.collections.yale.edu/ns/Work"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/placeOfPublication",
                "object": "https://lux.collections.yale.edu/data/place/bf7dca12-9002-4055-92d0-31f1fae1fe76"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
                "object": "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workClassifiedAs",
                "object": "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type",
                "object": "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workClassifiedAs",
                "object": "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://linked.art/ns/terms/equivalent",
                "object": "https://linked-art.library.yale.edu/node/008df9b6-860d-4135-aac9-7780ed048094"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P129_is_about",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts_activity",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_activity",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P129_is_about",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts_concept",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_concept",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P129_is_about",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts_concept",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_concept",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P129_is_about",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts_concept",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_concept",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P129_is_about",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_or_depicts_concept",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/about_concept",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "http://www.cidoc-crm.org/cidoc-crm/P72_has_language",
                "object": "https://lux.collections.yale.edu/data/concept/dfa53b96-4eda-4c9a-b091-10008a726c38"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workLanguage",
                "object": "https://lux.collections.yale.edu/data/concept/dfa53b96-4eda-4c9a-b091-10008a726c38"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/activity/eb4ab523-5cfe-4a0a-b616-ef45a5e0c4ed"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/b5781863-8694-4ef1-9d16-457c4cfc3a30"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/95b0494e-7f6b-47a6-863f-1085c9efd800"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/7a805f56-9c33-457e-b0e3-e3120f472e66"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/022b3be8-54eb-4a0d-96bb-2d7bed168cb3"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/30479e04-ab24-472b-94b4-7a2810d8bcaa"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/30479e04-ab24-472b-94b4-7a2810d8bcaa"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/place/bf7dca12-9002-4055-92d0-31f1fae1fe76"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/place/bf7dca12-9002-4055-92d0-31f1fae1fe76"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/f7ed6174-5f15-4af1-bc0d-36275e6ca71e"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/f7ed6174-5f15-4af1-bc0d-36275e6ca71e"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/activity/6bebc918-a857-45b4-8e47-ec48e2fdd7bc"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/activity/6bebc918-a857-45b4-8e47-ec48e2fdd7bc"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/44f25a05-a9af-458b-a7e8-8b953997aa72"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/44f25a05-a9af-458b-a7e8-8b953997aa72"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/4ea65dc4-76bc-45b7-b54c-a1ca4783d4e2"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/4ea65dc4-76bc-45b7-b54c-a1ca4783d4e2"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/workAny",
                "object": "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2"
            }
        },
        {
            "triple": {
                "subject": "https://lux.collections.yale.edu/data/text/614f2504-a240-4720-8e2a-d87d9bf7eb5f",
                "predicate": "https://lux.collections.yale.edu/ns/any",
                "object": "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2"
            }
        }
    ],
    "admin": {
        "conversion-date": "2024-07-17T05:20:58.904205"
    },
    "indexedProperties": {
        "dataType": "LinguisticObject",
        "uiType": "CollectionWork",
        "isCollectionItem": 1,
        "classifiedAsId": [
            "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d",
            "https://lux.collections.yale.edu/data/concept/b34ad31c-4a2f-4cef-aee3-ae8d824e42a2"
        ],
        "superType": [
            "https://lux.collections.yale.edu/data/concept/63662486-bb41-4daa-90c5-1d8b7a53a08d"
        ],
        "hasDigitalImage": 0,
        "isOnline": 0,
        "isPublicDomain": 0
    }
}
kkdavis14 commented 2 months ago

@clarkepeterf yes, sorry, there was a bug in adding that triple that is now fixed, so it will show up in newer datasets.

clarkepeterf commented 2 months ago

@kkdavis14 thanks! Also - can this triple apply to multiple data types? If so we I think we may want to change this triple to be similar to https://github.com/project-lux/data-pipeline/issues/112:

e.g. {creation/production/etc.}CausedBy{Event/Agent/etc.}

kkdavis14 commented 2 months ago

@clarkepeterf Causes are always Activities/Events (never Agents or Concepts like in Influenced). right now it is: ?s lux:causeOf{predClass} ?o with potential predClass being: Creation Production Publication Encounter

We could reform the triple to ?s lux:{predClass}causedBy ?o?

clarkepeterf commented 2 months ago

@kkdavis14 either order is fine with me.

If the {predClass} is included in the triple I will feel extra safe

I was concerned it could impact related lists if there were more than one data type for the ?o

I'm not sure if we need the predClass in the triple. But it doesn't hurt. The reason I'm less concerned with predClass vs. different ?o types is because right now Objects/Works are intermediaries for related lists so they shouldn't impact the final view (e.g. Concepts showing up as Related Agents).

roamye commented 2 months ago

@clarkepeterf @kkdavis14 - just to confirm the search term is the same name as the triple? LUX:causeOfCreation

clarkepeterf commented 2 months ago

@roamye I think there will actually be 8 new search terms 😅

Work:

Object:

Event:

roamye commented 2 months ago

From IT Team Meeting 08/07: A middle tier ticket was needed for this issue as we need a HAL link to display the information on the FE.

@clarkepeterf | New MT ticket: https://github.com/project-lux/lux-middletier/issues/90

roamye commented 2 months ago

@clarkepeterf - fyi, updated the ticket above to include all 8 search terms needed.

brent-hartwig commented 2 months ago

@clarkepeterf, you can use https://github.com/project-lux/lux-marklogic/blob/main/scripts/checkPredicates.js to see if there are documents with predicates the search terms are configured to. Could be good to run once the new triples are available and the search terms are configured. cc: @kkdavis14

brent-hartwig commented 2 months ago

@clarkepeterf, I believe the work.aboutItem search term should be configured to lux("about_or_depicts_object") instead of lux("about_or_depicts_item"). I happened to notice when using checkPredicates.js. Stripped down check...

[
  'https://lux.collections.yale.edu/ns/about_or_depicts_item',
  'https://lux.collections.yale.edu/ns/about_or_depicts_object',
].map((predicate) => {
  const estimate = cts.estimate(
    cts.jsonPropertyValueQuery('predicate', predicate)
  );
  return `${predicate}: ${estimate}`;
});

Returns the following against the 2024-07-17 dataset.

[
  "https://lux.collections.yale.edu/ns/about_or_depicts_item: 0",
  "https://lux.collections.yale.edu/ns/about_or_depicts_object: 2785"
]
clarkepeterf commented 2 months ago

@brent-hartwig thanks - this is related to https://github.com/project-lux/lux-marklogic/issues/74 - I think things got mixed up since in our ML code we generally refer to physical things as 'item' but elsewhere in LUX they are usually referred to as 'object'

roamye commented 3 weeks ago

Did the dataset (08-19) provide sufficient information needed to unblock this ticket? Can this be moved to backlog?

@clarkepeterf @kkdavis14

kkdavis14 commented 3 weeks ago

the pipeline PR for this was merged 2 months ago, so should be in the data.

clarkepeterf commented 2 weeks ago

@kkdavis14 I'm planning to work on this now. Of the possible triples listed above, there are only documents that have causeOfCreation.

There are not any documents containing causeOfProduction, causeOfPublication, or causeOfEncounter

Do we expect any documents to have those triples? Should I make search terms in anticipation of documents having those triples in the future, or just move forward with causeOfCreation?

kkdavis14 commented 2 weeks ago

@clarkepeterf I'm not surprised they don't exist at the moment, but they could exist in the future. Relies on units adding the data, but it would be valid and better modeling when they do. So up to you if you want to do the work now, or later.

clarkepeterf commented 2 weeks ago

@kkdavis14 Thinking more about it, I think we should not add search terms for the triples that aren't yet used. Because then we will have search terms available in Advanced Search that are useless to users.

But, we should keep in mind that when units add data for these triples, we will need to add new search terms

brent-hartwig commented 2 weeks ago

@clarkepeterf, an option is to have the remaining search term generator require cts.estimate(cts.jsonPropertyValueQuery('predicate', iri)) return at least one in order to include it and its Hop Inverse term, reporting a warning when it doesn't. We do something similar for another set of terms here. Those aren't semantic search terms. Semantic search term configuration can be a little more tricky --or at least worthy of making sure they return results. Anyway, just a thought/option.

Another one would be to create a range index for predicate. We could then have a script that compares available predicates to predicates configured to search terms. That could surface a list of predicates that could have us question whether there should be a term for it (e.g., one that slipped through the cracks). We could make it part of the checks we perform against new datasets. (There may be another way to get the list of predicates.)

clarkepeterf commented 2 weeks ago

Yeah, I'd rather not auto-generate the terms, but I think it's a good idea to have a script to check to see if those predicates exist

brent-hartwig commented 1 week ago

@clarkepeterf, as part of looking at the 2024-10-19 dataset, I took a brute force approach at identifying predicates in the dataset that are not referenced by the backend. Please see #357 #dirtyHarry