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

<http://data.bibliotheken.nl/id/thes/p40716118X> a schema1:Person ;
    rdfs:label "Petri, Jacq." ;
    schema1:familyName "Petri" ;
    schema1:givenName "Jacq." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9cf65a44d279a13a9b098335cd3a3755> ;
    schema1:name "Jacq. Petri" ;
    schema1:sameAs <http://viaf.org/viaf/29147725028564592781>,
        <https://isni.org/isni/0000000459128818> .

