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

<http://data.bibliotheken.nl/id/thes/p444729380> a schema1:Person ;
    rdfs:label "Spoelstra, Berith" ;
    schema1:familyName "Spoelstra" ;
    schema1:givenName "Berith" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/44c6397106289caee0b9c7933b91cd00> ;
    schema1:name "Berith Spoelstra" .

