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

<http://data.bibliotheken.nl/id/thes/p070136955> a schema1:Person ;
    rdfs:label "Berk, Ariel" ;
    schema1:description "B8613327 vermeldt cop. Barbara Keiler",
        "zie ook: Barbara Keiler" ;
    schema1:familyName "Berk" ;
    schema1:givenName "Ariel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ce21689db6aab7da53acd83dcffb6959> ;
    schema1:name "Ariel Berk" ;
    schema1:sameAs <http://viaf.org/viaf/280139577>,
        <https://isni.org/isni/0000000387200277> .

