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

<http://data.bibliotheken.nl/id/thes/p071343571> a schema1:Person ;
    rdfs:label "Plokker, Willem (1798-1857)" ;
    schema1:birthDate "1798" ;
    schema1:deathDate "1857" ;
    schema1:familyName "Plokker" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d1ca0c1ae10f82cf9ff8813c0c51f96d> ;
    schema1:name "Willem Plokker" ;
    schema1:sameAs <http://viaf.org/viaf/283151432>,
        <https://isni.org/isni/0000000389759680> .

