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

<http://data.bibliotheken.nl/id/thes/p074852973> a schema1:Person ;
    rdfs:label "Lamers, Jan Joris (1942-)" ;
    schema1:birthDate "1942" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Jan_Joris_Lamers",
        "toneelspeler, regisseur, scenograaf, graficus" ;
    schema1:familyName "Lamers" ;
    schema1:givenName "Jan Joris" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/428a0f767df1c2349b1ed4770fa45345> ;
    schema1:name "Jan Joris Lamers" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/287113374>,
        <https://isni.org/isni/0000000392940675> .

