@prefix ns1: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/collectors/18393> a ns1:E39_Actor ;
    rdfs:label "Smith, Robert H." ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/5ce6c621237743cb882563542bc50243>,
        <https://data.rkd.nl/.well-known/genid/8e7a9900610f46a2a4f5edf86e12fc9b>,
        <https://data.rkd.nl/.well-known/genid/bb89de17b4b948c38f5de5b1be08dc5c> ;
    ns1:P2_has_type <https://data.rkd.nl/thesaurus/62794> ;
    ns1:P74_has_current_or_former_residence <https://data.rkd.nl/thesaurus/30411>,
        <https://data.rkd.nl/thesaurus/35631> ;
    prov:generatedAtTime "2021-12-22T14:52:07+00:00"^^xsd:dateTime .

