@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/p06853339X> a schema1:Person ;
    rdfs:label "Reich, Wilhelm (1897-1957)" ;
    schema1:alternateName "Reich, ..." ;
    schema1:birthDate "1897" ;
    schema1:deathDate "1957" ;
    schema1:description "zie ook: Ernst Parell" ;
    schema1:familyName "Reich" ;
    schema1:givenName "Wilhelm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/401b141fe5623f93cf62cab3e74b89f2> ;
    schema1:name "Wilhelm Reich" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p072865075>,
        <http://viaf.org/viaf/24607127>,
        wd:Q84412 .

