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

<http://data.bibliotheken.nl/id/thes/p072103418> a schema1:Person ;
    rdfs:label "Latum, Edwin van" ;
    schema1:familyName "van Latum" ;
    schema1:givenName "Edwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0f9459fbf5778c72b8add018ca072915> ;
    schema1:name "Edwin van Latum" ;
    schema1:sameAs <http://viaf.org/viaf/283507698>,
        <https://isni.org/isni/0000000390021907> .

