@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/p074091999> a schema1:Person ;
    rdfs:label "Adam, Christine" ;
    schema1:description "illustrator" ;
    schema1:familyName "Adam" ;
    schema1:givenName "Christine" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2deab1bffdcf3ff91812a01451b8bdf9> ;
    schema1:name "Christine Adam" ;
    schema1:sameAs <http://viaf.org/viaf/30248286>,
        wd:Q2965872,
        <https://isni.org/isni/000000007830147X> .

