@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/p170396983> a schema1:Person ;
    rdfs:label "Crécy, Nicolas de (1966-)" ;
    schema1:birthDate "1966" ;
    schema1:familyName "de Crécy" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/33fc8b54993009e8036f41be76672919> ;
    schema1:name "Nicolas de Crécy" ;
    schema1:sameAs <http://viaf.org/viaf/84087289>,
        wd:Q3340928,
        <https://isni.org/isni/0000000121416492> .

