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

<http://data.bibliotheken.nl/id/thes/p074387995> a schema1:Person ;
    rdfs:label "Buijs, Steef C. (1945-)" ;
    schema1:birthDate "1945" ;
    schema1:description "Ir",
        "Ministerie VROM, Rijksplanologische Dienst",
        "planoloog" ;
    schema1:familyName "Buijs" ;
    schema1:givenName "Steef C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a21f8f635ac488163c7f5c8fe0206cf3> ;
    schema1:name "Steef C. Buijs" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/168024379>,
        <https://isni.org/isni/0000000115221744> .

