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

<http://data.bibliotheken.nl/id/thes/p146834593> a schema1:Person ;
    rdfs:label "Schaffelaar, Nico van" ;
    schema1:description "vormgeving" ;
    schema1:familyName "van Schaffelaar" ;
    schema1:givenName "Nico" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0279f75650ca16a66b417b6584073bdf> ;
    schema1:name "Nico van Schaffelaar" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281425446>,
        <https://isni.org/isni/0000000388312633> .

