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

<http://data.bibliotheken.nl/id/thes/p447672606> a schema1:Person ;
    rdfs:label "Bayarri, Jordi" ;
    schema1:familyName "Bayarri" ;
    schema1:givenName "Jordi" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ffd56cdcfc0d430f6eca975c1db35a2> ;
    schema1:name "Jordi Bayarri" .

