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

<http://data.bibliotheken.nl/id/thes/p242090885> a schema1:Person ;
    rdfs:label "Kruidhof, Greetje" ;
    schema1:description "vert. ; dichter" ;
    schema1:familyName "Kruidhof" ;
    schema1:givenName "Greetje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/aac8996061a68ff7d5a4766271810521> ;
    schema1:name "Greetje Kruidhof" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/33079979>,
        <https://isni.org/isni/0000000397558715> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/krui074> .

