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

<http://data.bibliotheken.nl/id/thes/p071533168> a schema1:Person ;
    rdfs:label "Jong, Koos de (1948-)" ;
    schema1:birthDate "1948" ;
    schema1:description "EKWC 's-Hertogenbosch, POM Zwolle" ;
    schema1:familyName "de Jong" ;
    schema1:givenName "Koos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/308ee776078ae5c9ea012126b8f50776> ;
    schema1:name "Koos de Jong" ;
    schema1:sameAs <http://viaf.org/viaf/56112427>,
        <https://isni.org/isni/0000000038838846> .

