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

<http://data.bibliotheken.nl/id/thes/p097863394> a schema1:Person ;
    rdfs:label "Bos, Chiara" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Chiara" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a88b196b51efb629baa31eed621458f> ;
    schema1:name "Chiara Bos" ;
    schema1:sameAs <http://viaf.org/viaf/279978123> .

