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

<http://data.bibliotheken.nl/id/dbnla/krui078> a schema1:Person ;
    rdfs:label "Kruisinga, J.C.M.  ((20ste eeuw)-)" ;
    schema1:alternateName "J.C.M. Kruisinga" ;
    schema1:birthDate "19xx" ;
    schema1:familyName "Kruisinga" ;
    schema1:gender schema1:Male ;
    schema1:givenName "J.C.M." ;
    schema1:identifier "krui078" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/71704b4435c45d3258ad6ef9f03ff280> ;
    schema1:name "J.C.M. Kruisinga" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=krui078> .

