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

<http://data.bibliotheken.nl/id/thes/p151778817> a schema1:Person ;
    rdfs:label "Baan, Bastiaan (1949-)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "Baan" ;
    schema1:givenName "Bastiaan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1173d9f20cea2ae4504357530413c60a> ;
    schema1:name "Bastiaan Baan" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/42664722>,
        <https://isni.org/isni/0000000119491434> .

