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

<http://data.bibliotheken.nl/id/thes/p070645817> a schema1:Person ;
    rdfs:label "Laver, John (1938-)" ;
    schema1:birthDate "1938" ;
    schema1:familyName "Laver" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/805eceb9531e13e6f3157fbd700c6559> ;
    schema1:name "John Laver" ;
    schema1:sameAs <http://viaf.org/viaf/92030350>,
        wd:Q50908209 .

