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

<http://data.bibliotheken.nl/id/thes/p145396002> a schema1:Person ;
    rdfs:label "Maas, Marjo" ;
    schema1:familyName "Maas" ;
    schema1:givenName "Marjo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8bb00e9e9dcbc64c8292cd007ebbc137> ;
    schema1:name "Marjo Maas" ;
    schema1:sameAs <http://viaf.org/viaf/285310899>,
        <https://isni.org/isni/0000000391490123> .

