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

<http://data.bibliotheken.nl/id/thes/p202646785> a schema1:Person ;
    rdfs:label "Loos, Wilhelm Godefridus Andreas (1896-1987)" ;
    schema1:birthDate "1896" ;
    schema1:deathDate "1987" ;
    schema1:familyName "Loos" ;
    schema1:givenName "Wilhelm Godefridus Andreas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5215e41463222c72e36a50b313afc2b8> ;
    schema1:name "Wilhelm Godefridus Andreas Loos" .

