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

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

