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

<http://data.bibliotheken.nl/id/thes/p138982643> a schema1:Person ;
    rdfs:label "Berlo, Willy van" ;
    schema1:familyName "van Berlo" ;
    schema1:givenName "Willy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fbceada94bb4f131e58f45223a9789b> ;
    schema1:name "Willy van Berlo" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/284549216>,
        <https://isni.org/isni/0000000390826510> .

