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

<http://data.bibliotheken.nl/id/thes/p24308353X> a schema1:Person ;
    rdfs:label "Sylaire, ..." ;
    schema1:familyName "Sylaire" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b6e13592c10afceb9898d7737ba75c7> ;
    schema1:name "... Sylaire" ;
    schema1:sameAs <http://viaf.org/viaf/292142520> .

