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

<http://data.bibliotheken.nl/id/thes/p069369283> a schema1:Person ;
    rdfs:label "Krever, Arnoud" ;
    schema1:familyName "Krever" ;
    schema1:givenName "Arnoud" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c688ee870d3e32c31d7c23c3e699d595> ;
    schema1:name "Arnoud Krever" ;
    schema1:sameAs <http://viaf.org/viaf/1325160668068603560006>,
        <https://isni.org/isni/0000000368716008> .

