@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/p069582106> a schema1:Person ;
    rdfs:label "Bourbaki, Nicolas" ;
    schema1:alternateName "Groep jonge Franse mathematici" ;
    schema1:description "pseud. van: Groep jonge Franse mathematici" ;
    schema1:familyName "Bourbaki" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f8d2aa8f691637250e0c5d36f8ee7ff8> ;
    schema1:name "Nicolas Bourbaki" ;
    schema1:sameAs <http://viaf.org/viaf/120155551>,
        wd:Q190529 .

