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

<http://data.bibliotheken.nl/id/thes/p072785551> a schema1:Person ;
    rdfs:label "Zwarts, J.A. (publicist bij Cito)" ;
    schema1:familyName "Zwarts" ;
    schema1:givenName "J.A." ;
    schema1:hasOccupation "publicist bij Cito" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/79ae08b7add15fad636c3e634edbb4d9> ;
    schema1:name "J.A. Zwarts" ;
    schema1:sameAs <http://viaf.org/viaf/282475684> .

