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

<http://data.bibliotheken.nl/id/thes/p423581562> a schema1:Person ;
    rdfs:label "Comhaire, Björn" ;
    schema1:familyName "Comhaire" ;
    schema1:givenName "Björn" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0042b4630c0b2087a76d2116ae516eb7> ;
    schema1:name "Björn Comhaire" .

