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

<http://data.bibliotheken.nl/id/thes/p302704272> a schema1:Person ;
    rdfs:label "Voogd, Fanta (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Voogd" ;
    schema1:givenName "Fanta" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/efb2b7271ac2de1f3839c67f5e9a7e6b> ;
    schema1:name "Fanta Voogd" ;
    schema1:sameAs <http://viaf.org/viaf/282028541>,
        <https://isni.org/isni/0000000388801189> .

