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

<http://data.bibliotheken.nl/id/thes/p074748912> a schema1:Person ;
    rdfs:label "Swift, David (vertaler damesromans)" ;
    schema1:familyName "Swift" ;
    schema1:givenName "David" ;
    schema1:hasOccupation "vertaler damesromans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9cbff26872727b5e70321cc647e2518f> ;
    schema1:name "David Swift" ;
    schema1:sameAs <http://viaf.org/viaf/289569314>,
        <https://isni.org/isni/0000000394950308> .

