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

<http://data.bibliotheken.nl/id/thes/p086215442> a schema1:Person ;
    rdfs:label "Gouëdard, ..." ;
    schema1:familyName "Gouëdard" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/84ab54f7e92087a002324716a659f5ff> ;
    schema1:name "... Gouëdard" ;
    schema1:sameAs <http://viaf.org/viaf/286965419>,
        <https://isni.org/isni/0000000392837475> .

