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

<http://data.bibliotheken.nl/id/thes/p146657535> a schema1:Person ;
    rdfs:label "Fallaux, Frits Jacobus (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Fallaux" ;
    schema1:givenName "Frits Jacobus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02dc8e607a586a85836b0df575dfe936> ;
    schema1:name "Frits Jacobus Fallaux" ;
    schema1:sameAs <http://viaf.org/viaf/290352033>,
        <https://isni.org/isni/0000000395619203> .

