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

<http://data.bibliotheken.nl/id/thes/p14187144X> a schema1:Person ;
    rdfs:label "Roelofsen, Peter (vertaler, redacteur)" ;
    schema1:familyName "Roelofsen" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "vertaler, redacteur" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d6157d4e85807a1f1fdeb5ddecd75126> ;
    schema1:name "Peter Roelofsen" ;
    schema1:sameAs <http://viaf.org/viaf/286890544>,
        <https://isni.org/isni/0000000368835883> .

