@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/p068406142> a schema1:Person ;
    rdfs:label "Rieck, Horst (1941-)" ;
    schema1:birthDate "1941" ;
    schema1:description "(onderzoeks)journalist" ;
    schema1:familyName "Rieck" ;
    schema1:givenName "Horst" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7ad16d395f1ee19cf9c1aaf69a4a4dc1> ;
    schema1:name "Horst Rieck" ;
    schema1:nationality "de" ;
    schema1:sameAs <http://viaf.org/viaf/116931902>,
        wd:Q106855,
        <https://isni.org/isni/0000000084136597> .

