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

<http://data.bibliotheken.nl/id/thes/p244270856> a schema1:Person ;
    rdfs:label "Dortmans, Koen" ;
    schema1:familyName "Dortmans" ;
    schema1:givenName "Koen" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ba32d12d565cfbd8bd9910a1b68146c9> ;
    schema1:name "Koen Dortmans" ;
    schema1:sameAs <http://viaf.org/viaf/282095762>,
        <https://isni.org/isni/0000000388854811> .

