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

<http://data.bibliotheken.nl/id/thes/p421448881> a schema1:Person ;
    rdfs:label "Brouillette, Daniel (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:familyName "Brouillette" ;
    schema1:givenName "Daniel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bb276f9afcf8d7f5fd2f95aad6de55b0> ;
    schema1:name "Daniel Brouillette" ;
    schema1:nationality "ca" ;
    schema1:sameAs <http://viaf.org/viaf/317016466>,
        <https://isni.org/isni/0000000451825248> .

