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

<http://data.bibliotheken.nl/id/thes/p071901043> a schema1:Person ;
    rdfs:label "Woudstra, Anky" ;
    schema1:familyName "Woudstra" ;
    schema1:givenName "Anky" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e6cd95347e89a34391f5e86fd4cb1e2> ;
    schema1:name "Anky Woudstra" ;
    schema1:sameAs <http://viaf.org/viaf/287967427> .

