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

<http://data.bibliotheken.nl/id/thes/p409080071> a schema1:Person ;
    rdfs:label "Cormier, Brendan" ;
    schema1:familyName "Cormier" ;
    schema1:givenName "Brendan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/38783640f0bd6f86be479795cce8e3f7> ;
    schema1:name "Brendan Cormier" ;
    schema1:sameAs <http://viaf.org/viaf/9579149198277874940007>,
        <https://isni.org/isni/0000000460002999> .

