@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/p068905882> a schema1:Person ;
    rdfs:label "Mantlo, Bill" ;
    schema1:familyName "Mantlo" ;
    schema1:givenName "Bill" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b633b9dab60d836b25eb741a7d5435c4> ;
    schema1:name "Bill Mantlo" ;
    schema1:sameAs <http://viaf.org/viaf/95087015>,
        wd:Q2323986,
        <https://isni.org/isni/0000000108035409> .

