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

<http://data.bibliotheken.nl/id/thes/p071013679> a schema1:Person ;
    rdfs:label "Moore, Chris (bew.)" ;
    schema1:familyName "Moore" ;
    schema1:givenName "Chris" ;
    schema1:hasOccupation "bew." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ef75fae8f3f01632037118f68a990f6> ;
    schema1:name "Chris Moore" ;
    schema1:sameAs <http://viaf.org/viaf/291822299>,
        <https://isni.org/isni/0000000396787137> .

