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

<http://data.bibliotheken.nl/id/thes/p421510900> a schema1:Person ;
    rdfs:label "Ewerlöf, Paul H." ;
    schema1:familyName "Ewerlöf" ;
    schema1:givenName "Paul H." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60a6444bc41d313c184367f6f65271b8> ;
    schema1:name "Paul H. Ewerlöf" .

