@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/p240600096> a schema1:Person ;
    rdfs:label "Fructus, Nicolas (1970-)" ;
    schema1:alternateName "Fructus, ..." ;
    schema1:birthDate "1970" ;
    schema1:familyName "Fructus" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ddb8fa33280529493e17aedb45cb4a21> ;
    schema1:name "Nicolas Fructus" ;
    schema1:sameAs <http://viaf.org/viaf/141379>,
        wd:Q21091518,
        <https://isni.org/isni/0000000121173945> .

