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

<http://data.bibliotheken.nl/id/thes/p423037420> a schema1:Person ;
    rdfs:label "Digard, Nicolas" ;
    schema1:familyName "Digard" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/477064ca5cdb540fd6a08ae54510c0a7> ;
    schema1:name "Nicolas Digard" ;
    schema1:sameAs <http://viaf.org/viaf/78788083>,
        <https://isni.org/isni/000000005505287X> .

