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

<http://data.bibliotheken.nl/id/thes/p444651306> a schema1:Person ;
    rdfs:label "Bus, Eva (1997-)" ;
    schema1:birthDate "1997" ;
    schema1:familyName "Bus" ;
    schema1:givenName "Eva" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/869b1c104540cf7501ab592bf0f5155f> ;
    schema1:name "Eva Bus" .

