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

<http://data.bibliotheken.nl/id/thes/p375145001> a schema1:Person ;
    rdfs:label "Koekkoek, N.B.R." ;
    schema1:description "roepnaam Nico, verbonden aan Raad van State" ;
    schema1:familyName "Koekkoek" ;
    schema1:givenName "N.B.R." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f764fa6cf3e75e501f50f179f7e1609a> ;
    schema1:name "N.B.R. Koekkoek" ;
    schema1:sameAs <http://viaf.org/viaf/309899304> .

