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

<http://data.bibliotheken.nl/id/thes/p069607095> a schema1:Person ;
    rdfs:label "Dal, Piet" ;
    schema1:description "vertaler en bewerker" ;
    schema1:familyName "Dal" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c0069e6b3d3b08432ed3129c56253abd> ;
    schema1:name "Piet Dal" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/283824608>,
        <https://isni.org/isni/0000000369148081> .

