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

<http://data.bibliotheken.nl/id/thes/p075223449> a schema1:Person ;
    rdfs:label "Kort, Maartje de (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:description "vert." ;
    schema1:familyName "de Kort" ;
    schema1:givenName "Maartje" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07d2cff634e06556fce7d72bcc364009> ;
    schema1:name "Maartje de Kort" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287200166>,
        <https://isni.org/isni/000000036871204X> .

