@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/p072934123> a schema1:Person ;
    rdfs:label "Thompson, Dave (1960- ; popmuziek)" ;
    schema1:birthDate "1960" ;
    schema1:description "free-lance schrijver, publ. regelmatig in bladen als: Melody Maker en Rolling Stone" ;
    schema1:familyName "Thompson" ;
    schema1:givenName "Dave" ;
    schema1:hasOccupation "popmuziek" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3dfdacf432f41f44834883de98ff1d66> ;
    schema1:name "Dave Thompson" ;
    schema1:sameAs <http://viaf.org/viaf/76403106>,
        wd:Q1173362,
        <https://isni.org/isni/0000000115755658> .

