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

<http://data.bibliotheken.nl/id/thes/p26824572X> a schema1:Person ;
    rdfs:label "Booys, Floor de (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:familyName "de Booys" ;
    schema1:givenName "Floor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2a85abf2a43bd1269402d5ab4b288c85> ;
    schema1:name "Floor de Booys" ;
    schema1:sameAs <http://viaf.org/viaf/291596527>,
        <https://isni.org/isni/0000000396658060> .

