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

<http://data.bibliotheken.nl/id/thes/p420704086> a schema1:Person ;
    rdfs:label "Hoogendoorn, Saskia" ;
    schema1:familyName "Hoogendoorn" ;
    schema1:givenName "Saskia" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9740e861e97c2a03f174fab70e8066b0> ;
    schema1:name "Saskia Hoogendoorn" ;
    schema1:sameAs <http://viaf.org/viaf/311212322> .

