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

<http://data.bibliotheken.nl/id/thes/p412606380> a schema1:Person ;
    rdfs:label "Ploeger, Marco" ;
    schema1:description "vertaler" ;
    schema1:familyName "Ploeger" ;
    schema1:givenName "Marco" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c7ed3b07a057184b4744a1bc84f0cd8> ;
    schema1:name "Marco Ploeger" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/48150686496212540704>,
        <https://isni.org/isni/0000000463360820> .

