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

<http://data.bibliotheken.nl/id/thes/p07194785X> a schema1:Person ;
    rdfs:label "Vogel, Arnold" ;
    schema1:description "mb" ;
    schema1:familyName "Vogel" ;
    schema1:givenName "Arnold" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0574ec3f13fa0daa6cfd81a84295b433> ;
    schema1:name "Arnold Vogel" ;
    schema1:sameAs <http://viaf.org/viaf/306167111>,
        <https://isni.org/isni/0000000397430367> .

