@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/smul007> a schema1:Person ;
    rdfs:label "Smulders, Beatrijs  (1952-)" ;
    schema1:alternateName "Beatrijs Smulders" ;
    schema1:birthDate "1952-06-29"^^xsd:date ;
    schema1:birthPlace "Bergeijk" ;
    schema1:familyName "Smulders" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Beatrijs" ;
    schema1:identifier "smul007" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/02f81c6e78a6b75d92b971e521c05f31> ;
    schema1:name "Beatrijs Smulders" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=smul007> .

