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

<http://data.bibliotheken.nl/id/thes/p146085795> a schema1:Person ;
    rdfs:label "Lobel, Wim de (1927-)" ;
    schema1:birthDate "1927" ;
    schema1:familyName "de Lobel" ;
    schema1:givenName "Wim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d2ab932c6f8b66d184d366c3e3c6308> ;
    schema1:name "Wim de Lobel" ;
    schema1:sameAs <http://viaf.org/viaf/282844698>,
        <https://isni.org/isni/0000000389463492> .

