@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .

<http://data.bibliotheken.nl/id/thes/p327482338> a schema1:Person ;
    rdfs:label "O'Neill, Paul (1970- ; kunst)" ;
    schema1:birthDate "1970" ;
    schema1:description "curator, artist and writer based in Bristol." ;
    schema1:familyName "O'Neill" ;
    schema1:givenName "Paul" ;
    schema1:hasOccupation "kunst" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4d30ff4bbf386079a0cf5aba92af60fa> ;
    schema1:name "Paul O'Neill" ;
    schema1:sameAs <http://viaf.org/viaf/66000777>,
        wd:Q10346295,
        <https://isni.org/isni/0000000107187363> .

