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

<http://data.bibliotheken.nl/id/thes/p240778383> a schema1:Person ;
    rdfs:label "Michel, Guy (strips)" ;
    schema1:familyName "Michel" ;
    schema1:givenName "Guy" ;
    schema1:hasOccupation "strips" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/863dd767ddf9df8ec4f3169e9c629364> ;
    schema1:name "Guy Michel" ;
    schema1:sameAs <http://viaf.org/viaf/56839082>,
        wd:Q3122007,
        <https://isni.org/isni/0000000055214592> .

