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

<http://data.bibliotheken.nl/id/thes/p07340425X> a schema1:Person ;
    rdfs:label "Byrne, John (strips)" ;
    schema1:familyName "Byrne" ;
    schema1:givenName "John" ;
    schema1:hasOccupation "strips" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/37534cdda3abc713963372817110ae6e> ;
    schema1:name "John Byrne" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/100248666>,
        <https://isni.org/isni/000000010655706X> .

