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

<http://data.bibliotheken.nl/id/thes/p216018803> a schema1:Person ;
    rdfs:label "Vincent, Michael" ;
    schema1:alternateName "Vincent, Michaël" ;
    schema1:description "figuren in stripverhaal",
        "ill." ;
    schema1:familyName "Vincent" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6cb625fabb37c312f058de26a3e21708> ;
    schema1:name "Michael Vincent" ;
    schema1:sameAs <http://viaf.org/viaf/289262424>,
        <https://isni.org/isni/0000000394677049> .

