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

<http://data.bibliotheken.nl/id/thes/p073693200> a schema1:Person ;
    rdfs:label "Rees, Yvonne (decoratie)" ;
    schema1:description "publiceert over: tuinaanleg/tuinarchitectuur" ;
    schema1:familyName "Rees" ;
    schema1:givenName "Yvonne" ;
    schema1:hasOccupation "decoratie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a5043ee1d480fa6225c49d685a8eaa9> ;
    schema1:name "Yvonne Rees" ;
    schema1:sameAs <http://viaf.org/viaf/34486362>,
        <https://isni.org/isni/0000000063052925> .

