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

<http://data.bibliotheken.nl/id/thes/p42424134X> a schema1:Person ;
    rdfs:label "Hector, Cor" ;
    schema1:description "redactie strips" ;
    schema1:familyName "Hector" ;
    schema1:givenName "Cor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f05f6f3fdca4c9f4190b64cda3b8bf8> ;
    schema1:name "Cor Hector" ;
    schema1:sameAs <http://viaf.org/viaf/439157523361927031127>,
        <https://isni.org/isni/0000000480326675> .

