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

<http://data.bibliotheken.nl/id/thes/p091088763> a schema1:Person ;
    rdfs:label "Bijlsma, Ady" ;
    schema1:familyName "Bijlsma" ;
    schema1:givenName "Ady" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df4c12f2fd9500c18afedcfab0260184> ;
    schema1:name "Ady Bijlsma" ;
    schema1:sameAs <http://viaf.org/viaf/282128813>,
        <https://isni.org/isni/000000038883436X> .

