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

<http://data.bibliotheken.nl/id/thes/p07458037X> a schema1:Person ;
    rdfs:label "Arts, Koos (1963-)" ;
    schema1:birthDate "1963" ;
    schema1:familyName "Arts" ;
    schema1:givenName "Koos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/42ad0d85faa654bff496e60be6ae3868> ;
    schema1:name "Koos Arts" ;
    schema1:sameAs <http://viaf.org/viaf/290293346>,
        <https://isni.org/isni/0000000395508175> .

