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

<http://data.bibliotheken.nl/id/thes/p435547364> a schema1:Person ;
    rdfs:label "Bogaert, Bo" ;
    schema1:familyName "Bogaert" ;
    schema1:givenName "Bo" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/218fc0acf8e14904169b979e902a71d0> ;
    schema1:name "Bo Bogaert" .

