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

<http://data.bibliotheken.nl/id/thes/p224192507> a schema1:Person ;
    rdfs:label "Koeberg, Mattijs" ;
    schema1:familyName "Koeberg" ;
    schema1:givenName "Mattijs" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2c528842ff43afcf71bc3afb314c03d> ;
    schema1:name "Mattijs Koeberg" ;
    schema1:sameAs <http://viaf.org/viaf/2142808>,
        <https://isni.org/isni/0000000052104267> .

