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

<http://data.bibliotheken.nl/id/thes/p071573437> a schema1:Person ;
    rdfs:label "Soetekouw, J. (onderwijs)" ;
    schema1:familyName "Soetekouw" ;
    schema1:givenName "J." ;
    schema1:hasOccupation "onderwijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/011e1ff47656d0aa40240d61a2cc007f> ;
    schema1:name "J. Soetekouw" ;
    schema1:sameAs <http://viaf.org/viaf/288265984> .

