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

<http://data.bibliotheken.nl/id/thes/p07069687X> a schema1:Person ;
    rdfs:label "Loos, Theodoor Willem de (1946-)" ;
    schema1:alternateName "Loos, T.W. de" ;
    schema1:birthDate "1946" ;
    schema1:familyName "de Loos" ;
    schema1:givenName "Theodoor Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/869a33dc36f649f27f949b9411da0135> ;
    schema1:name "Theodoor Willem de Loos" ;
    schema1:sameAs <http://viaf.org/viaf/281043443>,
        <https://isni.org/isni/0000000387990387> .

