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

<http://data.bibliotheken.nl/id/thes/p073532835> a schema1:Person ;
    rdfs:label "Greuter, Martin Anne Maria (1952-1996)" ;
    schema1:alternateName "Greuter, Martin" ;
    schema1:birthDate "1952" ;
    schema1:deathDate "1996" ;
    schema1:familyName "Greuter" ;
    schema1:givenName "Martin Anne Maria" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7674a506146055f1c966c75c8b5fba2a> ;
    schema1:name "Martin Anne Maria Greuter" ;
    schema1:sameAs <http://viaf.org/viaf/289177219>,
        <https://isni.org/isni/0000000394657881> .

