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

<http://data.bibliotheken.nl/id/thes/p07130214X> a schema1:Person ;
    rdfs:label "Sorge, Richard (1895-1944)" ;
    schema1:birthDate "1895" ;
    schema1:deathDate "1944" ;
    schema1:familyName "Sorge" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b25477943864cc09bbbdbf0623e31a24> ;
    schema1:name "Richard Sorge" ;
    schema1:sameAs <http://viaf.org/viaf/51715274>,
        wd:Q44580 .

