@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/stol004> a schema1:Person ;
    rdfs:label "Stolk, Jill  (1952-2019)" ;
    schema1:alternateName "Jill Stolk" ;
    schema1:birthDate "1952"^^xsd:gYear ;
    schema1:birthPlace "Hilversum" ;
    schema1:deathDate "2019-01-02"^^xsd:date ;
    schema1:familyName "Stolk" ;
    schema1:gender schema1:Female ;
    schema1:givenName "Jill" ;
    schema1:hasOccupation "musicus/minstreel/jongleur" ;
    schema1:identifier "stol004" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/15dbd58a724b182f81d092e60fba134c> ;
    schema1:name "Jill Stolk" ;
    schema1:url <https://www.dbnl.org/auteurs/auteur.php?id=stol004> .

