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

<http://data.bibliotheken.nl/id/thes/p072555246> a schema1:Person ;
    rdfs:label "Stallaert, Luud M. (1916-)" ;
    schema1:birthDate "1916" ;
    schema1:familyName "Stallaert" ;
    schema1:givenName "Luud M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8e37f5a03b1bc410f4a6d4037dabb312> ;
    schema1:name "Luud M. Stallaert" ;
    schema1:sameAs <http://viaf.org/viaf/111144144>,
        <https://isni.org/isni/0000000110047513> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/stal005> .

