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

<http://data.bibliotheken.nl/id/thes/p073149527> a schema1:Person ;
    rdfs:label "Keuning, Steven Jan (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:description "Werkzaam bij het Centraal Bureau voor de Statistiek",
        "geb. 's-Gravenhage 7-9-1955" ;
    schema1:familyName "Keuning" ;
    schema1:givenName "Steven Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1345b1b84e7c36ebb2a2dbc6c7e6e922> ;
    schema1:name "Steven Jan Keuning" ;
    schema1:sameAs <http://viaf.org/viaf/76459214>,
        <https://isni.org/isni/0000000063082059> .

