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

<http://data.bibliotheken.nl/id/thes/p071830294> a schema1:Person ;
    rdfs:label "Goossens, F.J.M." ;
    schema1:familyName "Goossens" ;
    schema1:givenName "F.J.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f7e3f29994b81ac72c2856aedae5434c> ;
    schema1:name "F.J.M. Goossens" ;
    schema1:sameAs <http://viaf.org/viaf/75329248>,
        <https://isni.org/isni/0000000025740874> .

