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

<http://data.bibliotheken.nl/id/thes/p07499347X> a schema1:Person ;
    rdfs:label "Boerjan, M.L. (1951-)" ;
    schema1:birthDate "1951" ;
    schema1:familyName "Boerjan" ;
    schema1:givenName "M.L." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94d92f4f659eac22e2d01a2822e21dbd> ;
    schema1:name "M.L. Boerjan" ;
    schema1:sameAs <http://viaf.org/viaf/60898890>,
        <https://isni.org/isni/0000000034030559> .

