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

<http://data.bibliotheken.nl/id/dbnla/bijl054> a schema1:Person ;
    rdfs:label "Bijlsma, Sjoerd  (1920-1984)" ;
    schema1:alternateName "Sjoerd Bijlsma" ;
    schema1:birthDate "1920"^^xsd:gYear ;
    schema1:birthPlace "Hertogenbosch" ;
    schema1:deathDate "1984"^^xsd:gYear ;
    schema1:deathPlace "Veere" ;
    schema1:familyName "Bijlsma" ;
    schema1:gender schema1:Male ;
    schema1:givenName "Sjoerd" ;
    schema1:identifier "bijl054" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f7f0b930092639e6b4f0fac6a536d21> ;
    schema1:name "Sjoerd Bijlsma" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=bijl054> .

