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

<http://data.bibliotheken.nl/id/thes/p072180153> a schema1:Person ;
    rdfs:label "Platteeuw, Maarten" ;
    schema1:description "Gebruikt ook: M. Platteeuw" ;
    schema1:familyName "Platteeuw" ;
    schema1:givenName "Maarten" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b7fb5ab0729bd4dc755db5755d95767e> ;
    schema1:name "Maarten Platteeuw" ;
    schema1:sameAs <http://viaf.org/viaf/285420546>,
        <https://isni.org/isni/0000000391588323> .

