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

<http://data.bibliotheken.nl/id/thes/p432605525> a schema1:Person ;
    rdfs:label "Bosch, Jan (wiskunde-onderwijs)" ;
    schema1:familyName "Bosch" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "wiskunde-onderwijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8cb59aa8083f135ccc20c7e9aef9fa8e> ;
    schema1:name "Jan Bosch" ;
    schema1:nationality "nl" .

