@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/p292632932> a schema1:Person ;
    rdfs:label "Pitre, Brant (1975-)" ;
    schema1:birthDate "1975" ;
    schema1:familyName "Pitre" ;
    schema1:givenName "Brant" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/eb8569efe29cb2b80038d90bddc81520> ;
    schema1:name "Brant Pitre" ;
    schema1:sameAs <http://viaf.org/viaf/10977925>,
        wd:Q93225805,
        <https://isni.org/isni/0000000061577672> .

