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

<http://data.bibliotheken.nl/id/thes/p079182496> a schema1:Person ;
    rdfs:label "Fisser, C.A.C.M." ;
    schema1:familyName "Fisser" ;
    schema1:givenName "C.A.C.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4a75fb049d486e11c9401cc6597c2ed> ;
    schema1:name "C.A.C.M. Fisser" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/88753351>,
        <https://isni.org/isni/0000000062545285> .

