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

<http://data.bibliotheken.nl/id/thes/p073153923> a schema1:Person ;
    rdfs:label "Kohnhorst, Peter" ;
    schema1:familyName "Kohnhorst" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4ddb7309a8a6883e2cf09f38e837ee91> ;
    schema1:name "Peter Kohnhorst" ;
    schema1:sameAs <http://viaf.org/viaf/9125164298381208630008>,
        <https://isni.org/isni/000000038842431X> .

