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

<http://data.bibliotheken.nl/id/thes/p069949654> a schema1:Person ;
    rdfs:label "Lancel, Frits" ;
    schema1:description "vertaler" ;
    schema1:familyName "Lancel" ;
    schema1:givenName "Frits" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a21d215193c14da3d90848ed28de1c9b> ;
    schema1:name "Frits Lancel" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/2973148947758454950006>,
        <https://isni.org/isni/0000000019364809> .

