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

<http://data.bibliotheken.nl/id/thes/p074230093> a schema1:Person ;
    rdfs:label "Deibel, Ruud (1932-1997)" ;
    schema1:alternateName "Deibel, Rudolf Gustaaf" ;
    schema1:birthDate "1932" ;
    schema1:deathDate "1997" ;
    schema1:description "geb. Amsterdam 5-3-1932, overl. Vlijmen 12-2-1997",
        "secretaris Raad voor het Ouderenbeleid" ;
    schema1:familyName "Deibel" ;
    schema1:givenName "Ruud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1a696ed4980822637389072fb3e02f05> ;
    schema1:name "Ruud Deibel" ;
    schema1:sameAs <http://viaf.org/viaf/281735470>,
        <https://isni.org/isni/0000000388532687> .

