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

<http://data.bibliotheken.nl/id/thes/p07018836X> a schema1:Person ;
    rdfs:label "Brandt, Maarten (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:description "musicoloog én muziekpublicist; werkzaam als: artistiek adviseur symfonische muziek" ;
    schema1:familyName "Brandt" ;
    schema1:givenName "Maarten" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/59d969750080d17e5f54dd4ed80b5a25> ;
    schema1:name "Maarten Brandt" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/306162421>,
        <https://isni.org/isni/0000000398381659> .

