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

<http://data.bibliotheken.nl/id/thes/p364294981> a schema1:Person ;
    rdfs:label "Lannoy, Nicolas" ;
    schema1:familyName "Lannoy" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a69a6939928e696f744f9456197340ac> ;
    schema1:name "Nicolas Lannoy" ;
    schema1:sameAs <http://viaf.org/viaf/293125083>,
        <https://isni.org/isni/0000000009242496> .

