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

<http://data.bibliotheken.nl/id/thes/p180871730> a schema1:Person ;
    rdfs:label "Morsch, Piet" ;
    schema1:description "Zijpe" ;
    schema1:familyName "Morsch" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b20c3acb76ccd8253ec11f6dc6cf51d2> ;
    schema1:name "Piet Morsch" ;
    schema1:sameAs <http://viaf.org/viaf/288384350>,
        <https://isni.org/isni/0000000393970622> .

