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

<http://data.bibliotheken.nl/id/thes/p073368156> a schema1:Person ;
    rdfs:label "Nauta, Margreet" ;
    schema1:description "vert." ;
    schema1:familyName "Nauta" ;
    schema1:givenName "Margreet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/95893fc93b34a311835683c4f8ca7744> ;
    schema1:name "Margreet Nauta" ;
    schema1:sameAs <http://viaf.org/viaf/288086202>,
        <https://isni.org/isni/0000000393701537> .

