@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/p074524909> a schema1:Person ;
    rdfs:label "Jones, Allan" ;
    schema1:description "Samensteller: Popmuziek jaarboek. - 1985 (ppn 842 340 505)" ;
    schema1:familyName "Jones" ;
    schema1:givenName "Allan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f58ede4a903d1104fea96614d550d97e> ;
    schema1:name "Allan Jones" ;
    schema1:sameAs <http://viaf.org/viaf/92251885>,
        wd:Q4730730,
        <https://isni.org/isni/0000000107859246> .

