@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/p073610941> a schema1:Person ;
    rdfs:label "Vogl, Joseph (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Vogl" ;
    schema1:givenName "Joseph" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3732218005101b5c70a390bcc5c4e0e4> ;
    schema1:name "Joseph Vogl" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/71522982>,
        wd:Q1708148,
        <https://isni.org/isni/0000000109142564> .

