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

<http://data.bibliotheken.nl/id/thes/p100905498> a schema1:Person ;
    rdfs:label "Crombach, Peter Maria Jozef (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:description "bron: https://www.heerlenvertelt.nl/author/petercrombach/#:~:text=Auteur%3A%20Peter,rode%20draad%20door%20mijn%20leven." ;
    schema1:familyName "Crombach" ;
    schema1:givenName "Peter Maria Jozef" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d50a6852fb251a8966c4eef747fbe01d> ;
    schema1:name "Peter Maria Jozef Crombach" ;
    schema1:sameAs <https://isni.org/isni/0000000387465697> .

