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

<http://data.bibliotheken.nl/id/thes/p146674510> a schema1:Person ;
    rdfs:label "France, Christine" ;
    schema1:familyName "France" ;
    schema1:givenName "Christine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8a3128ed7e046509a3877fd994590456> ;
    schema1:name "Christine France" ;
    schema1:sameAs <http://viaf.org/viaf/77102594>,
        <https://isni.org/isni/0000000107840801> .

