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

<http://data.bibliotheken.nl/id/thes/p070863911> a schema1:Person ;
    rdfs:label "Raspe, Ad" ;
    schema1:familyName "Raspe" ;
    schema1:givenName "Ad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/df34d646a57253b808ab5d355ae55348> ;
    schema1:name "Ad Raspe" ;
    schema1:sameAs <http://viaf.org/viaf/206569277>,
        <https://isni.org/isni/0000000396486107> .

