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

<http://data.bibliotheken.nl/id/thes/p06893873X> a schema1:Person ;
    rdfs:label "Keulemans, Jim" ;
    schema1:description "bron: https://www.toneeluitgeverijvink.nl/toneelstukken/10791/de-automaniak/",
        "mb" ;
    schema1:familyName "Keulemans" ;
    schema1:givenName "Jim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4a73daf42c331d838db65a0e704fa358> ;
    schema1:name "Jim Keulemans" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/22701271>,
        <https://isni.org/isni/0000000390516993> .

