@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/p069657939> a schema1:Person ;
    rdfs:label "Goy, Joseph" ;
    schema1:familyName "Goy" ;
    schema1:givenName "Joseph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d55af4fd0e062dac7c0d841019d99dc5> ;
    schema1:name "Joseph Goy" ;
    schema1:sameAs <http://viaf.org/viaf/46897767>,
        wd:Q86246561,
        <https://isni.org/isni/000000011026186X> .

