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

<http://data.bibliotheken.nl/id/thes/p30124653X> a schema1:Person ;
    rdfs:label "Hof, Daniëlle (1978-)" ;
    schema1:birthDate "1978" ;
    schema1:description "Geb. te Zevenaar" ;
    schema1:familyName "Hof" ;
    schema1:givenName "Daniëlle" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b1efd258e96ab6761d18398c4461c667> ;
    schema1:name "Daniëlle Hof" ;
    schema1:sameAs <http://viaf.org/viaf/282815076>,
        <https://isni.org/isni/000000038941464X> .

