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

<http://data.bibliotheken.nl/id/thes/p291475469> a schema1:Person ;
    rdfs:label "Laros, Renée" ;
    schema1:familyName "Laros" ;
    schema1:givenName "Renée" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a0fd5fe4a3ea17b13901c502b1a046a> ;
    schema1:name "Renée Laros" ;
    schema1:sameAs <http://viaf.org/viaf/99131119>,
        <https://isni.org/isni/0000000368708657> .

