Q42 / Rijksmuseum.CollectieOnline.SparqlBook.Issue.Tracking

0 stars 0 forks source link

Maker + kwalificatie 'School van' komen niet door #1

Open verwinv opened 2 weeks ago

verwinv commented 2 weeks ago

Voorbeelden

Maker Rijksstudio Collectie Online
Unkoku https://www.rijksmuseum.nl/nl/collectie/AK-MAK-1464-A https://green-island-0d247b903.2.azurestaticapps.net/nl/collectie/object/Kamerschermen-Vroege-lente--b83e44dd9feb44ddce48ab94cc616795
Martin Schongauer https://www.rijksmuseum.nl/nl/collectie/RP-P-1956-10 https://green-island-0d247b903.2.azurestaticapps.net/nl/collectie/object/De-Bewening--6348161d8c2f11b3aa09a488677edd6c
jorisbr commented 2 weeks ago

De oorzaak ligt bij de integration layer: https://github.com/Rijksmuseum/pattern_book/issues/427.

edwardanderson commented 1 week ago

I just noticed the referral to this issue from the Pattern Book. We do provide "school of" qualifications in line with implementing_maker.md#group.

The classification qualifying the assertion that the production was carried out by a school is here: https://github.com/Rijksmuseum/pattern_book/blob/main/pattern_book/examples/access/Collection/cidoc_crm/linked_art/HumanMadeObject/parts/production/maker/qualifier/group/school_of/200106707.ttl.

Looking at AK-MAK-1464-A, this specific object does not appear to be affected by the linked issue:

PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>

<https://id.rijksmuseum.nl/20055620>
    a crm:E22_Human-Made_Object ;
    crm:P108i_was_produced_by
        [
            a crm:E12_Production ;
            crm:P9_consists_of
                [
                    a crm:E12_Production ;
                    crm:P141i_was_assigned_by
                        [
                            a crm:E13_Attribute_Assignment ;
                            crm:P141_assigned
                                [
                                    a crm:E74_Group ;
                                    crm:P2_has_type <http://vocab.getty.edu/aat/300266106> ;
                                    crm:P95i_was_formed_by
                                        [
                                            a crm:E66_Formation ;
                                            crm:P15_was_influenced_by <https://id.rijksmuseum.nl/21052635> ;
                                        ] ;
                                ] ;
                            crm:P177_assigned_property_of_type crm:P14_carried_out_by ;
                            crm:P2_has_type <http://vocab.getty.edu/aat/300404284> ;
                        ] ;
                    crm:P1_is_identified_by
                        [
                            a crm:E42_Identifier ;
                            crm:P190_has_symbolic_content "1" ;
                            crm:P2_has_type <http://vocab.getty.edu/aat/300451544> ;
                        ] ;
                    crm:P2_has_type <http://vocab.getty.edu/aat/300404450> ;
                    crm:P32_used_general_technique <https://id.rijksmuseum.nl/2202217> ;
                    crm:P7_took_place_at <https://id.rijksmuseum.nl/23027> ;
                ] ;
        ] ;
.

I haven't investigated RP-P-1956-10.

jorisbr commented 6 days ago

Good catch! This is an alternate pattern that I need to include in the query I created. https://rijksmuseum.atlassian.net/browse/CO-1446