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

<http://data.bibliotheken.nl/id/thes/p070530599> a schema1:Person ;
    rdfs:label "Logeman, Ted" ;
    schema1:description "pseud. van: Cornelis Michael de Vries" ;
    schema1:familyName "Logeman" ;
    schema1:givenName "Ted" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6f39ba9b426433e00f01cece9a3254e8> ;
    schema1:name "Ted Logeman" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p07475470X>,
        <http://viaf.org/viaf/306163219>,
        <https://isni.org/isni/000000039777862X> .

