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

<http://data.bibliotheken.nl/id/thes/p107158248> a schema1:Person ;
    rdfs:label "Brandsma, Johannes Willem (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:familyName "Brandsma" ;
    schema1:givenName "Johannes Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/afacdc5fb766a23c5d52867c149b6898> ;
    schema1:name "Johannes Willem Brandsma" ;
    schema1:sameAs <http://viaf.org/viaf/290342408>,
        <https://isni.org/isni/0000000395618753> .

