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

<http://data.bibliotheken.nl/id/thes/p436133997> a schema1:Person ;
    rdfs:label "Polak, N.J. (faillissementsrecht)" ;
    schema1:description "Mr." ;
    schema1:familyName "Polak" ;
    schema1:givenName "N.J." ;
    schema1:hasOccupation "faillissementsrecht" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0911164965dbc527d8294155a839ee8e> ;
    schema1:name "N.J. Polak" ;
    schema1:sameAs wd:Q115730131,
        <https://isni.org/isni/0000000506829618> .

