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

<http://data.bibliotheken.nl/id/thes/p139005889> a schema1:Person ;
    rdfs:label "Prick van Wely, Marguerite (vertaler)" ;
    schema1:familyName "Prick van Wely" ;
    schema1:givenName "Marguerite" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cca2e94d2bcad32aa330596c0bcc59c9> ;
    schema1:name "Marguerite Prick van Wely" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/292271777>,
        <https://isni.org/isni/0000000397194931> .

