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

<http://data.bibliotheken.nl/id/thes/p392673355> a schema1:Person ;
    rdfs:label "Bontje, N.N." ;
    schema1:description "Advocaat te Den Haag",
        "roepnaam: Nina" ;
    schema1:familyName "Bontje" ;
    schema1:givenName "N.N." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/563327a3af3162795eecf1d587f617f6> ;
    schema1:name "N.N. Bontje" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/317180169>,
        <https://isni.org/isni/0000000452629716> .

