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

<http://data.bibliotheken.nl/id/thes/p095152695> a schema1:Person ;
    rdfs:label "Clement, ... (stripscenarist)" ;
    schema1:familyName "Clement" ;
    schema1:givenName "..." ;
    schema1:hasOccupation "stripscenarist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a4732eb22b97844f3fb4c05993782f73> ;
    schema1:name "... Clement" ;
    schema1:sameAs <http://viaf.org/viaf/68963184>,
        <https://isni.org/isni/0000000079772142> .

