@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/artists/123731> a ns1:E21_Person ;
    rdfs:label "Coopmans, Tiest" ;
    ns1:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/bcf74f004584437a8e604b02d8542033> ;
    ns1:P2_has_type <http://vocab.getty.edu/aat/300189559>,
        <https://data.rkd.nl/thesaurus/1>,
        <https://data.rkd.nl/thesaurus/45116> ;
    ns1:P67i_is_referred_to_by <https://data.rkd.nl/thesaurus/28127> ;
    ns1:P98i_was_born <https://data.rkd.nl/.well-known/genid/61c0450d173a4900827e57108cb5aa4d> ;
    prov:generatedAtTime "2023-03-30T07:44:59+00:00"^^xsd:dateTime .

