@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/p07027228X> a schema1:Person ;
    rdfs:label "Collin, Fernand Jozef (1897-1990)" ;
    schema1:birthDate "1897" ;
    schema1:deathDate "1990" ;
    schema1:familyName "Collin" ;
    schema1:givenName "Fernand Jozef" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fcdaf3f329604609268a229fa4a2a144> ;
    schema1:name "Fernand Jozef Collin" ;
    schema1:sameAs <http://viaf.org/viaf/27195534>,
        wd:Q2123379,
        <https://isni.org/isni/0000000061235568> .

