@prefix ns1: <https://linked.art/ns/terms/> .
@prefix ns2: <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/485525> a ns2:E21_Person ;
    rdfs:label "Broekhoff, Paul" ;
    ns2:P1_is_identified_by <https://data.rkd.nl/.well-known/genid/dcf75685dbf845e1bc081b20211acdb5> ;
    ns2:P2_has_type <http://vocab.getty.edu/aat/300189559>,
        <https://data.rkd.nl/thesaurus/1>,
        <https://data.rkd.nl/thesaurus/32785> ;
    prov:generatedAtTime "2023-03-30T09:58:48+00:00"^^xsd:dateTime ;
    ns1:equivalent <https://data.rkd.nl/actors/97106> .

