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

<http://data.bibliotheken.nl/id/thes/p438021932> a schema1:Person ;
    rdfs:label "Rowson, Alex" ;
    schema1:familyName "Rowson" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5bd2c23d81c580283269b65a296166c6> ;
    schema1:name "Alex Rowson" ;
    schema1:sameAs <https://isni.org/isni/0000000509761057> .

