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

<http://data.bibliotheken.nl/id/thes/p073417424> a schema1:Person ;
    rdfs:label "Thomas, Dominique" ;
    schema1:description "inkleurder stripverhalen" ;
    schema1:familyName "Thomas" ;
    schema1:givenName "Dominique" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/77aa45cfb2f40eed224137514a4373a0> ;
    schema1:name "Dominique Thomas" ;
    schema1:sameAs <http://viaf.org/viaf/288823776>,
        <https://isni.org/isni/0000000394317174> .

