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

<http://data.bibliotheken.nl/id/thes/p072006277> a schema1:Person ;
    rdfs:label "Dorp, Constance van" ;
    schema1:familyName "van Dorp" ;
    schema1:givenName "Constance" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/538dabe8defda1cbffdf3f0f13dc369e> ;
    schema1:name "Constance van Dorp" ;
    schema1:sameAs <http://viaf.org/viaf/285941053> .

