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

<http://data.bibliotheken.nl/id/thes/p435113283> a schema1:Person ;
    rdfs:label "Pavone, Chris (Star Wars)" ;
    schema1:familyName "Pavone" ;
    schema1:givenName "Chris" ;
    schema1:hasOccupation "Star Wars" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ccc3157d4bc0aa1015d45afbd009149c> ;
    schema1:name "Chris Pavone" ;
    schema1:sameAs <https://isni.org/isni/0000000467944508> .

