@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/p068381182> a schema1:Person ;
    rdfs:label "Wormald, Francis (1904-1972)" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1972" ;
    schema1:familyName "Wormald" ;
    schema1:givenName "Francis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6fe8e0be2b5f2d8a23a9610a02d4e2b> ;
    schema1:name "Francis Wormald" ;
    schema1:sameAs <http://viaf.org/viaf/10853721>,
        wd:Q18526881,
        <https://isni.org/isni/0000000110382506> .

