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

<http://data.bibliotheken.nl/id/thes/p31079854X> a schema1:Person ;
    rdfs:label "Spohn, Margot" ;
    schema1:description "bioloog" ;
    schema1:familyName "Spohn" ;
    schema1:givenName "Margot" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff140e4169fbb3e95caf4ea110feb65a> ;
    schema1:name "Margot Spohn" ;
    schema1:sameAs <http://viaf.org/viaf/232651026>,
        <https://isni.org/isni/0000000108677137> .

