@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/p081607350> a schema1:Person ;
    rdfs:label "Grolman, Johan Paul Constantinus (1841-1927)" ;
    schema1:birthDate "1841" ;
    schema1:deathDate "1927" ;
    schema1:familyName "Grolman" ;
    schema1:givenName "Johan Paul Constantinus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/dd1e766fdff4f672a3f55764a8d60745> ;
    schema1:name "Johan Paul Constantinus Grolman" ;
    schema1:sameAs <http://viaf.org/viaf/283846332>,
        wd:Q2710461 .

