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

<http://data.bibliotheken.nl/id/thes/p419608184> a schema1:Person ;
    rdfs:label "Courly, ..." ;
    schema1:alternateName "Courly, Éric" ;
    schema1:description "strips" ;
    schema1:familyName "Courly" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4e32899c7402e3854b866324a0f6ddd8> ;
    schema1:name "... Courly" ;
    schema1:sameAs <http://viaf.org/viaf/88153833174664330573> .

