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

<http://data.bibliotheken.nl/id/thes/p068183445> a schema1:Person ;
    rdfs:label "Schopping, Hans" ;
    schema1:familyName "Schopping" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/35cfd3c257dd7e0315a3cfc3d2ab7ee5> ;
    schema1:name "Hans Schopping" ;
    schema1:sameAs <http://viaf.org/viaf/38106841>,
        <https://isni.org/isni/0000000397609623> .

