@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/p153447141> a schema1:Person ;
    rdfs:label "Rijnberk, Nicolaas van" ;
    schema1:familyName "van Rijnberk" ;
    schema1:givenName "Nicolaas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e55b6da9818c291b6384733c532a45d8> ;
    schema1:name "Nicolaas van Rijnberk" ;
    schema1:sameAs <http://viaf.org/viaf/281967180>,
        wd:Q115368708,
        <https://isni.org/isni/0000000388724689> .

