@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/p070223289> a schema1:Person ;
    rdfs:label "Popp, Fritz-Albert" ;
    schema1:familyName "Popp" ;
    schema1:givenName "Fritz-Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9318051baf10f53a3c8c1c383cda8fdf> ;
    schema1:name "Fritz-Albert Popp" ;
    schema1:sameAs <http://viaf.org/viaf/7490520>,
        wd:Q84989,
        <https://isni.org/isni/0000000108549303> .

