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

<http://data.bibliotheken.nl/id/thes/p072003200> a schema1:Person ;
    rdfs:label "Dotte, Paul" ;
    schema1:description "mb" ;
    schema1:familyName "Dotte" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8005d388b0a84c7ab805382bc7deb2fb> ;
    schema1:name "Paul Dotte" ;
    schema1:sameAs <http://viaf.org/viaf/290196503>,
        <https://isni.org/isni/0000000395429194> .

