@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/vos_006> a schema1:Person ;
    rdfs:label "Vos, Carole  (1933-)" ;
    schema1:alternateName "Carole Vos",
        "Gertrude Theresia Jozefa Maria Sparla" ;
    schema1:birthDate "1933"^^xsd:gYear ;
    schema1:familyName "Vos" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Carole" ;
    schema1:identifier "vos_006" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a8778c5193819591a9a5c544be0cb67> ;
    schema1:name "Carole Vos" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=vos_006> .

