@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/p075035472> a schema1:Person ;
    rdfs:label "White, Paul (1949- ; muziek)" ;
    schema1:birthDate "1949" ;
    schema1:familyName "White" ;
    schema1:givenName "Paul" ;
    schema1:hasOccupation "muziek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c37b4a3b80c7346c9f9316206701d442> ;
    schema1:name "Paul White" ;
    schema1:sameAs <http://viaf.org/viaf/61097842>,
        wd:Q16137891,
        <https://isni.org/isni/000000010110247X> .

