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

<http://data.bibliotheken.nl/id/thes/p10982122X> a schema1:Person ;
    rdfs:label "Ploeger, G." ;
    schema1:description "auteur van leesboekjes voor de lagere school" ;
    schema1:familyName "Ploeger" ;
    schema1:givenName "G." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60e748e0e4575d05465b1e68fc788039> ;
    schema1:name "G. Ploeger" ;
    schema1:sameAs <http://viaf.org/viaf/290705979> .

