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

<http://data.bibliotheken.nl/id/thes/p456243887> a schema1:Person ;
    rdfs:label "Buruma, Marrit" ;
    schema1:description "editor, psycholoog, orthopedagoog" ;
    schema1:familyName "Buruma" ;
    schema1:givenName "Marrit" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da42fca618a8f9fe2dc71d5233b24341> ;
    schema1:name "Marrit Buruma" .

