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

<http://data.bibliotheken.nl/id/thes/p14267561X> a schema1:Person ;
    rdfs:label "Veldman, Jan (1959- ; toneel)" ;
    schema1:birthDate "1959" ;
    schema1:description "Doodstil, 1959" ;
    schema1:familyName "Veldman" ;
    schema1:givenName "Jan" ;
    schema1:hasOccupation "toneel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/14f9b0e4cf3b83cca81d05cfc681e5e5> ;
    schema1:name "Jan Veldman" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290327414>,
        <https://isni.org/isni/0000000368968168> .

