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

<http://data.bibliotheken.nl/id/thes/p086597469> a schema1:Person ;
    rdfs:label "Petri, Joke" ;
    schema1:familyName "Petri" ;
    schema1:givenName "Joke" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/03b14e98b12e2e44c945a786873b7b81> ;
    schema1:name "Joke Petri" ;
    schema1:sameAs <http://viaf.org/viaf/48927615>,
        <https://isni.org/isni/0000000053866925> .

