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

<http://data.bibliotheken.nl/id/thes/p342960482> a schema1:Person ;
    rdfs:label "Holzer, Sepp" ;
    schema1:familyName "Holzer" ;
    schema1:givenName "Sepp" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9567000c72e06ef4a0f3cc2f1e55ade8> ;
    schema1:name "Sepp Holzer" ;
    schema1:sameAs <http://viaf.org/viaf/8735161211544740070004>,
        <https://isni.org/isni/0000000390075681> .

