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

<http://data.bibliotheken.nl/id/thes/p072873833> a schema1:Person ;
    rdfs:label "Thomas, Oswald (1982-)" ;
    schema1:birthDate "1982" ;
    schema1:familyName "Thomas" ;
    schema1:givenName "Oswald" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1fcbe566851b28c93f9c5ba90b4e3b42> ;
    schema1:name "Oswald Thomas" ;
    schema1:sameAs <http://viaf.org/viaf/284674397>,
        <https://isni.org/isni/0000000390911336> .

