@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/p067607624> a schema1:Person ;
    rdfs:label "David, Dominique (Europees Parlement)" ;
    schema1:description "mb; ook striptekenaar!" ;
    schema1:familyName "David" ;
    schema1:givenName "Dominique" ;
    schema1:hasOccupation "Europees Parlement" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a05f45da46ea1b13a7199f6a54fa8f9> ;
    schema1:name "Dominique David" ;
    schema1:sameAs <http://viaf.org/viaf/134466826>,
        wd:Q3035089,
        <https://isni.org/isni/0000000374251585> .

