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

<http://data.bibliotheken.nl/id/thes/p084895535> a schema1:Person ;
    rdfs:label "Schmit, Leonardus Theodorus (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Schmit" ;
    schema1:givenName "Leonardus Theodorus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/036337cfe1098728e866b1a946c9c615> ;
    schema1:name "Leonardus Theodorus Schmit" ;
    schema1:sameAs <http://viaf.org/viaf/91595692>,
        <https://isni.org/isni/0000000067703043> .

