@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/p069118264> a schema1:Person ;
    rdfs:label "Butter, Anton Julius" ;
    schema1:familyName "Butter" ;
    schema1:givenName "Anton Julius" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3e47d60eb9f318a2c709e09dfe1bcfdb> ;
    schema1:name "Anton Julius Butter" ;
    schema1:sameAs <http://viaf.org/viaf/52975446>,
        wd:Q15127186,
        <https://isni.org/isni/0000000082328907> .

