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

<http://data.bibliotheken.nl/id/thes/p108953408> a schema1:Person ;
    rdfs:label "Delft, Frans van" ;
    schema1:description "vertaler" ;
    schema1:familyName "van Delft" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/92fb197e2bdc697328e59f02b9f0b2ad> ;
    schema1:name "Frans van Delft" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/171145542424296640608>,
        <https://isni.org/isni/000000002022570X> .

