@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/p068407270> a schema1:Person ;
    rdfs:label "Forest, Jean-Claude (1930-1998)" ;
    schema1:alternateName "Forest, ..." ;
    schema1:birthDate "1930" ;
    schema1:deathDate "1998" ;
    schema1:description "Franse stripauteur",
        "bron: https://nl.wikipedia.org/wiki/Jean-Claude_Forest" ;
    schema1:familyName "Forest" ;
    schema1:givenName "Jean-Claude" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a68625454a16b14a8b22436365c3bd4c> ;
    schema1:name "Jean-Claude Forest" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/49740445>,
        wd:Q185829,
        <https://isni.org/isni/0000000120254751> .

