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

<http://data.bibliotheken.nl/id/thes/p271529075> a schema1:Person ;
    rdfs:label "Brandt, Michiel (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Brandt" ;
    schema1:givenName "Michiel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/abb025decf25d6a0fa1c8bf7e526bb82> ;
    schema1:name "Michiel Brandt" ;
    schema1:sameAs <http://viaf.org/viaf/282982346> .

