@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/p070065748> a schema1:Person ;
    rdfs:label "Van Vosselen, Ferry (1944-)" ;
    schema1:alternateName "Vosselen, Fernand van",
        "Vosselen, Ferry van" ;
    schema1:birthDate "1944" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Ferry_Van_Vosselen",
        "illustrator, striptekenaar" ;
    schema1:familyName "Van Vosselen" ;
    schema1:givenName "Ferry" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fc84442d5b7eafe28d28961ac4b5935> ;
    schema1:name "Ferry Van Vosselen" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/49225391>,
        wd:Q3367728,
        <https://isni.org/isni/0000000120253599> .

