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

<http://data.bibliotheken.nl/id/thes/p238674177> a schema1:Person ;
    rdfs:label "Swarte, Casper de" ;
    schema1:familyName "de Swarte" ;
    schema1:givenName "Casper" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d46c797e5215d0d1dafcf2f16978a8d> ;
    schema1:name "Casper de Swarte" ;
    schema1:sameAs <http://viaf.org/viaf/286283090>,
        <https://isni.org/isni/0000000392243335> .

