@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/p103914013> a schema1:Person ;
    rdfs:label "Burger, Adriaan (1862- ; C. Pz.)" ;
    schema1:birthDate "1862" ;
    schema1:familyName "Burger" ;
    schema1:givenName "Adriaan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/98de0196baacbb858beaca6c4901def0> ;
    schema1:name "Adriaan Burger (C. Pz.)" ;
    schema1:sameAs <http://viaf.org/viaf/286633616>,
        wd:Q117303374,
        <https://isni.org/isni/0000000392521702> .

