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

<http://data.bibliotheken.nl/id/thes/p264826655> a schema1:Person ;
    rdfs:label "Fischer, Arnout Robert Hans (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Fischer" ;
    schema1:givenName "Arnout Robert Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/71e86771368d4306caf3e2dd1505e179> ;
    schema1:name "Arnout Robert Hans Fischer" ;
    schema1:sameAs <http://viaf.org/viaf/288901724>,
        <https://isni.org/isni/0000000352112760> .

