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

<http://data.bibliotheken.nl/id/thes/p428286933> a schema1:Person ;
    rdfs:label "Schuppius, Arnd M." ;
    schema1:familyName "Schuppius" ;
    schema1:givenName "Arnd M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/19c01ed4ae155a5f05140a802e3017f5> ;
    schema1:name "Arnd M. Schuppius" .

