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

<http://data.bibliotheken.nl/id/thes/p07278184X> a schema1:Person ;
    rdfs:label "Simons, Jan (1947-)" ;
    schema1:birthDate "1947" ;
    schema1:description "KPC Groep" ;
    schema1:familyName "Simons" ;
    schema1:givenName "Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/80676cc0284d97c1d83d0f46bc900a6c> ;
    schema1:name "Jan Simons" ;
    schema1:sameAs <http://viaf.org/viaf/283161997>,
        <https://isni.org/isni/0000000389693319> .

