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

<http://data.bibliotheken.nl/id/thes/p07330848X> a schema1:Person ;
    rdfs:label "Bijlsma, Anneke" ;
    schema1:familyName "Bijlsma" ;
    schema1:givenName "Anneke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0e31db98471f74cd7ebb12ffd38d8090> ;
    schema1:name "Anneke Bijlsma" ;
    schema1:sameAs <http://viaf.org/viaf/291278217> .

